@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap";.btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;font-weight:500;line-height:1.25rem;cursor:pointer;border-radius:.75rem;outline:none;position:relative;gap:.5rem;white-space:nowrap;font-family:var(--font-base);border:1px solid transparent;transition:all .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.btn .btn-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn .btn-icon svg{width:1em;height:1em}.btn .btn-icon-left{order:1}.btn .btn-icon-right{order:3}.btn .btn-content{display:flex;justify-content:center;align-items:center;order:2}.btn-small{height:32px;padding:0 1rem;font-size:.75rem;gap:.375rem}.btn-small .btn-icon svg{width:1rem;height:1rem}.btn-medium{height:35px;padding:0 1.5rem;font-size:.875rem;gap:.5rem}.btn-medium .btn-icon svg{width:1.25rem;height:1.25rem}.btn-large{height:48px;padding:0 2rem;font-size:1rem;gap:.625rem}.btn-large .btn-icon svg{width:1.5rem;height:1.5rem}.btn-full-width{width:100%;display:flex}.btn-loading{opacity:.8;pointer-events:none;display:inline-flex;align-items:center;justify-content:center}.btn-loading .btn-content,.btn-loading .btn-icon{visibility:hidden}.btn-loading .btn-loader{position:static;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.25rem;height:1.25rem;border:2px solid currentColor;border-bottom-color:transparent;border-radius:50%;line-height:0;animation:spin 1s linear infinite}.btn-primary{background:linear-gradient(180deg,hsl(var(--primary)),hsla(var(--primary)/.85));color:hsl(var(--primary-foreground));border:1px solid hsla(var(--border-white-20))}.btn-primary:hover:not(:disabled){background:linear-gradient(180deg,hsl(var(--primary)),hsla(var(--primary)/.75));transform:translateY(-1px);box-shadow:0 4px 12px hsla(var(--primary)/.25)}.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px hsla(var(--primary)/.15)}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:1px solid hsl(var(--border))}.btn-secondary:hover:not(:disabled){background:hsl(var(--secondary)/.85)}.btn-secondary:active:not(:disabled){transform:translateY(0)}.btn-success{background:linear-gradient(180deg,hsl(var(--success)),hsla(var(--success)/.85));color:hsl(var(--success-foreground));border:1px solid hsla(var(--success)/.2)}.btn-success:hover:not(:disabled){background:linear-gradient(180deg,hsl(var(--success)),hsla(var(--success)/.75));transform:translateY(-1px);box-shadow:0 4px 12px hsla(var(--success)/.25)}.btn-success:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px hsla(var(--success)/.15)}.btn-destructive{background:linear-gradient(180deg,hsl(var(--destructive)),hsla(var(--destructive)/.85));color:hsl(var(--destructive-foreground));border:1px solid hsla(var(--destructive)/.2)}.btn-destructive:hover:not(:disabled){background:linear-gradient(180deg,hsl(var(--destructive)),hsla(var(--destructive)/.75));transform:translateY(-1px);box-shadow:0 4px 12px hsla(var(--destructive)/.25)}.btn-destructive:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px hsla(var(--destructive)/.15)}.btn-warning{background:linear-gradient(180deg,#f4a825,#f4a825d9);color:#fff;border:1px solid hsla(38,90%,55%,.2)}.btn-warning:hover:not(:disabled){background:linear-gradient(180deg,#f29e0d,#f29e0dbf);transform:translateY(-1px);box-shadow:0 4px 12px #f4a82540}.btn-warning:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #f4a82526}.btn-cta{background:linear-gradient(180deg,#fabd2e,#f59b14);color:#3d220a;border:1px solid hsla(34,86%,44%,.3);box-shadow:0 10px 24px #f59b142e}.btn-cta:hover:not(:disabled){background:linear-gradient(180deg,#f9b924,#f0940a);box-shadow:0 14px 28px #f59b1438;transform:translateY(-1px)}.btn-cta:active:not(:disabled){transform:translateY(0)}.btn-info{background:linear-gradient(180deg,hsl(var(--info)),hsla(var(--info)/.85));color:#fff;border:1px solid hsla(var(--info)/.2)}.btn-info:hover:not(:disabled){background:linear-gradient(180deg,hsl(var(--info)),hsla(var(--info)/.75));transform:translateY(-1px);box-shadow:0 4px 12px hsla(var(--info)/.25)}.btn-info:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px hsla(var(--info)/.15)}.btn-muted{background:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border))}.btn-muted:hover:not(:disabled){background:hsl(var(--muted)/.85)}.btn-muted:active:not(:disabled){transform:translateY(0)}.btn-transparent{background:hsla(var(--background)/.1);border:2px solid hsla(var(--border));color:hsl(var(--foreground));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.btn-transparent:hover:not(:disabled){background:hsla(var(--background)/.2)}.btn-transparent:active:not(:disabled){transform:translateY(0)}.btn-ghost{background:transparent;color:hsl(var(--foreground));border:1px solid transparent}.btn-ghost:hover:not(:disabled){background:hsla(var(--muted)/.15)}.btn-ghost:active:not(:disabled){transform:translateY(0)}.btn-white-outline{--btn-white-outline-color: var(--foreground);--btn-white-outline-contrast: var(--background);background:transparent;color:hsl(var(--btn-white-outline-color));border:1px solid hsla(var(--btn-white-outline-color)/.4)}.btn-white-outline:hover:not(:disabled){background:hsla(var(--btn-white-outline-color)/.08);border-color:hsla(var(--btn-white-outline-color)/.6)}.btn-white-outline:active:not(:disabled){transform:translateY(0)}.btn-white-outline:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background:transparent;color:hsl(var(--primary));border:1.5px solid hsl(var(--primary)/.5);border-radius:.75rem}.btn-outline:hover:not(:disabled){background:hsl(var(--primary)/.08);border-color:hsl(var(--primary));transform:translateY(-1px);box-shadow:0 4px 12px hsla(var(--primary)/.15)}.btn-outline:active:not(:disabled){background:hsl(var(--primary)/.12);transform:translateY(0);box-shadow:0 2px 6px hsla(var(--primary)/.1)}.btn-icon-only{padding:0;display:inline-flex;align-items:center;justify-content:center}.btn-icon-only.btn-small{width:32px;height:32px;padding:0}.btn-icon-only.btn-small .btn-icon svg{width:1rem;height:1rem}.btn-icon-only.btn-medium{width:35px!important;height:35px!important;padding:0}.btn-icon-only.btn-medium .btn-icon svg{width:1.25rem;height:1.25rem}.btn-icon-only.btn-large{width:48px;height:48px;padding:0}.btn-icon-only.btn-large .btn-icon svg{width:1.5rem;height:1.5rem}.btn-icon-only .btn-content{display:none}.btn-icon-only .btn-icon{margin:0}.btn-icon-only .btn-icon-left,.btn-icon-only .btn-icon-right{order:1}.login-right-panel{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:2.2rem;background-color:hsl(var(--card));color:hsl(var(--foreground))}@media(max-width:640px){.login-right-panel{padding:1.5rem 1.2rem}}.login-right-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.login-back-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem 1rem;border-radius:999px;border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease}.login-back-btn:hover{background:hsl(var(--muted));border-color:hsl(var(--primary)/.4);color:hsl(var(--primary));transform:translate(-2px)}.login-right-logo-img{height:2rem;width:auto;max-width:120px;object-fit:contain}.login-right-content{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.login-form-container{width:100%;max-width:360px;margin:0 auto;text-align:center}.login-header{margin-bottom:2rem}.login-title{font-size:1.85rem;font-weight:800;letter-spacing:-.015em;color:hsl(var(--foreground));margin:0 0 .5rem}.login-subtitle{font-size:.88rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.45}.login-buttons{display:flex;flex-direction:column;gap:.85rem;margin-bottom:2rem}.login-buttons .login-action-btn{width:100%!important;height:2.85rem!important;border-radius:999px!important;font-weight:600!important;font-size:.9rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.6rem!important;transition:all .2s ease!important}.login-buttons .login-action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-md)}.login-buttons .login-action-btn.google-btn{border-color:hsl(var(--border))!important;color:hsl(var(--foreground))!important;background:hsl(var(--background))!important}.login-buttons .login-action-btn.google-btn:hover:not(:disabled){border-color:hsl(var(--primary)/.4)!important;background:hsl(var(--muted))!important}.login-buttons .login-action-btn.email-btn{box-shadow:0 8px 20px hsl(var(--primary)/.22)}.login-divider-container{display:flex;align-items:center;gap:.8rem;margin:.4rem 0}.login-divider-line{flex:1;height:1px;background-color:hsl(var(--border))}.login-divider-text{font-size:.76rem;font-weight:500;color:hsl(var(--muted-foreground));white-space:nowrap}.login-terms{margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid hsl(var(--border)/.6)}.login-terms p{font-size:.78rem;line-height:1.5;color:hsl(var(--muted-foreground));margin:0}.login-terms p a{color:hsl(var(--primary));font-weight:600;text-decoration:none}.login-terms p a:hover{text-decoration:underline}.login-container-wrapper{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:hsl(var(--background));padding:1.5rem;font-family:var(--font-base);box-sizing:border-box}.login-container{width:100%;max-width:1040px;min-height:580px;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:16px;box-shadow:var(--shadow-lg);display:flex;overflow:hidden;position:relative}@media(max-width:900px){.login-container{flex-direction:column;min-height:auto;max-width:520px}}.login-left-panel{flex:1.1;position:relative;background-image:url(/surreal-dream-scenario-concept.jpg);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:space-between;padding:2.2rem;margin:.8rem;border-radius:8px;overflow:hidden}@media(max-width:900px){.login-left-panel{display:none}}.login-left-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0006,#0000001a 40%,#000000d9);z-index:1}.login-left-header{position:relative;z-index:2}.login-left-logo{height:2.2rem;width:auto;object-fit:contain}.login-left-content{position:relative;z-index:2;color:#fff}.login-tagline-title{font-size:1.6rem;font-weight:800;line-height:1.25;margin:0 0 .5rem;color:#fff}.login-tagline-subtitle{font-size:.88rem;line-height:1.45;color:#ffffffd1;margin:0}.input-wrapper{position:relative;width:100%;box-sizing:border-box;display:inline-block;vertical-align:top}.input-label{display:block;margin:0 0 .5rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));line-height:1.4}.input-label.required:after{content:" *";color:hsl(var(--destructive))}.input-field{width:100%;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;color:hsl(var(--foreground));background-color:hsl(var(--input-bg));background-clip:padding-box;border:1px solid hsl(var(--border));border-radius:var(--radius, .5rem);transition:all .2s ease;font-family:inherit;box-sizing:border-box;min-height:2.5rem}.input-field:focus{outline:0;border-color:hsl(var(--primary))}.input-field:hover:not(:disabled){border-color:hsl(var(--primary))}.input-field:disabled{background-color:hsl(var(--muted));opacity:.6;cursor:not-allowed}.input-field::placeholder{color:hsl(var(--muted-foreground));opacity:.8}.input-field.input-error{border-color:hsl(var(--destructive))}.input-field.input-error:focus{border-color:hsl(var(--destructive))}.input-field.input-error:hover:not(:disabled){border-color:hsl(var(--destructive))}.input-field[type=date]{padding-right:2.75rem;color-scheme:light}.input-field[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.72;filter:invert(var(--icon-invert)) saturate(0) brightness(.82);transition:opacity .2s ease,filter .2s ease}.input-field[type=date]:hover:not(:disabled)::-webkit-calendar-picker-indicator,.input-field[type=date]:focus::-webkit-calendar-picker-indicator{opacity:1;filter:invert(var(--icon-invert)) saturate(0) brightness(.55)}.input-field[type=date]:disabled::-webkit-calendar-picker-indicator{opacity:.4;cursor:not-allowed}.input-with-icon-container{position:relative;width:100%}.input-with-icon-container.has-icon{display:flex;align-items:center}.input-with-icon-container.icon-right{flex-direction:row-reverse}.input-icon-left,.input-icon-right{position:absolute;top:50%;transform:translateY(-50%);z-index:2;pointer-events:none}.input-icon-left{left:.75rem}.input-icon-right{right:.75rem}.input-icon{color:hsl(var(--muted-foreground));display:flex;align-items:center;justify-content:center;width:20px;height:20px;transition:color .2s ease}.input-icon svg{width:20px;height:20px;stroke-width:1.5}.has-icon .input-field{flex:1}.input-icon-left+.input-field{padding-left:2.75rem!important}.icon-right .input-field{padding-right:2.75rem!important}.input-error-text{display:block;margin-top:.25rem;font-size:.75rem;color:hsl(var(--destructive));line-height:1.3}.input-success-text{display:block;margin-top:.25rem;font-size:.75rem;color:hsl(var(--success))}textarea.input-field{min-height:6rem;resize:vertical;padding-top:.75rem;padding-bottom:.75rem;line-height:1.5}textarea.input-field[data-auto-resize=true]{overflow:hidden;resize:none}.input-checkbox,.input-radio{display:flex;align-items:center;gap:.5rem;cursor:pointer}.input-checkbox input[type=checkbox],.input-checkbox input[type=radio],.input-radio input[type=checkbox],.input-radio input[type=radio]{width:1rem;height:1rem;accent-color:hsl(var(--primary));cursor:pointer}.input-checkbox .input-checkbox-label,.input-checkbox .input-radio-label,.input-radio .input-checkbox-label,.input-radio .input-radio-label{font-size:.875rem;color:hsl(var(--foreground));cursor:pointer;-webkit-user-select:none;user-select:none}.input-sm .input-field{padding:.5rem .75rem;font-size:.8125rem;min-height:2.25rem}.input-sm .input-icon{width:14px;height:14px}.input-sm .input-icon svg{width:14px;height:14px}.input-sm .input-label{font-size:.8125rem;margin-bottom:.375rem}.input-sm.has-icon .input-field.input-icon-left{padding-left:2.25rem!important}.input-sm.has-icon .input-field.input-icon-right{padding-right:2.25rem!important}.input-sm .input-icon-left{left:.625rem}.input-sm .input-icon-right{right:.625rem}.input-sm .input-error-text,.input-sm .input-success-text,.input-sm .input-helper{font-size:.6875rem}.input-lg .input-field{padding:.75rem 1rem;font-size:1rem;min-height:3rem}.input-lg .input-icon{width:20px;height:20px}.input-lg .input-icon svg{width:20px;height:20px}.input-lg .input-label{font-size:.9375rem;margin-bottom:.5rem}.input-lg.has-icon .input-field.input-icon-left{padding-left:3.25rem!important}.input-lg.has-icon .input-field.input-icon-right{padding-right:3.25rem!important}.input-lg .input-icon-left{left:1rem}.input-lg .input-icon-right{right:1rem}.input-lg .input-error-text,.input-lg .input-success-text,.input-lg .input-helper{font-size:.8125rem}.input-helper{display:block;margin-top:.25rem;font-size:.75rem;color:hsl(var(--muted-foreground));line-height:1.3}.input-counter{text-align:right}.input-floating{position:relative}.input-floating .input-floating-label{position:absolute;top:.75rem;left:1rem;font-size:.875rem;color:hsl(var(--muted-foreground));pointer-events:none;transition:all .2s ease;transform-origin:left top;z-index:1;background:hsl(var(--input-bg));padding:0 .25rem;margin-left:-.25rem;line-height:1}.input-floating .input-field:focus+.input-floating-label,.input-floating .input-field:not(:placeholder-shown)+.input-floating-label{top:-.5rem;font-size:.75rem;color:hsl(var(--primary))}.input-floating.has-icon .input-floating-label{left:2.75rem}.input-floating.has-icon.icon-right .input-floating-label{left:1rem}.input-floating.input-sm .input-floating-label{top:.5rem;left:.75rem;font-size:.8125rem}.input-floating.input-sm .input-field:focus+.input-floating-label,.input-floating.input-sm .input-field:not(:placeholder-shown)+.input-floating-label{top:-.375rem;font-size:.6875rem}.input-floating.input-sm.has-icon .input-floating-label{left:2.25rem}.input-floating.input-lg .input-floating-label{top:.75rem;left:1rem;font-size:1rem}.input-floating.input-lg .input-field:focus+.input-floating-label,.input-floating.input-lg .input-field:not(:placeholder-shown)+.input-floating-label{top:-.5rem;font-size:.875rem}.input-floating.input-lg.has-icon .input-floating-label{left:3.25rem}.input-wrapper.input-error .input-field{border-color:hsl(var(--destructive))}.input-wrapper.input-error .input-field:focus{border-color:hsl(var(--destructive))}.input-wrapper.input-error .input-field:hover:not(:disabled){border-color:hsl(var(--destructive))}.input-wrapper.input-error .input-icon,.input-wrapper.input-error .input-label{color:hsl(var(--destructive))}.input-wrapper.input-success .input-field{border-color:hsl(var(--success))}.input-wrapper.input-success .input-field:focus{border-color:hsl(var(--success))}.input-wrapper.input-success .input-field:hover:not(:disabled){border-color:hsl(var(--success))}.input-wrapper.input-success .input-icon{color:hsl(var(--success))}.input-wrapper.input-warning .input-field{border-color:hsl(var(--warning))}.input-wrapper.input-warning .input-field:focus{border-color:hsl(var(--warning))}.input-wrapper.input-warning .input-field:hover:not(:disabled){border-color:hsl(var(--warning))}.input-wrapper.input-warning .input-icon{color:hsl(var(--warning))}.input-wrapper.is-disabled{opacity:.6;cursor:not-allowed}.input-wrapper.is-disabled .input-field{cursor:not-allowed}.input-wrapper.is-disabled .input-field:hover{border-color:hsl(var(--border))}.input-field:focus~.input-icon-left .input-icon,.input-field:focus~.input-icon-right .input-icon{color:hsl(var(--primary))}[class*=login-] .input-wrapper .input-field,[class*=onboarding-] .input-wrapper .input-field{background:#ffffff0d;border-color:var(--login-border)}[class*=login-] .input-wrapper .input-field:hover:not(:disabled),[class*=onboarding-] .input-wrapper .input-field:hover:not(:disabled){border-color:hsl(var(--primary))}[class*=login-] .input-wrapper .input-field::placeholder,[class*=onboarding-] .input-wrapper .input-field::placeholder{color:var(--login-text-secondary)}[class*=login-] .input-wrapper .input-label,[class*=onboarding-] .input-wrapper .input-label{color:var(--login-text-primary)}[class*=login-] .input-wrapper .input-floating-label,[class*=onboarding-] .input-wrapper .input-floating-label{color:var(--login-text-secondary);background:#ffffff0d}[class*=login-] .input-wrapper .input-icon,[class*=onboarding-] .input-wrapper .input-icon,[class*=login-] .input-wrapper .input-helper,[class*=onboarding-] .input-wrapper .input-helper{color:var(--login-text-secondary)}@media(max-width:768px){.input-wrapper{width:100%}.input-field{font-size:.8125rem;min-height:2.5rem;padding:.5rem .75rem}.input-label{font-size:.8125rem;margin-bottom:.375rem}.input-helper,.input-error-text,.input-success-text{font-size:.6875rem}.input-sm .input-field{font-size:.75rem;padding:.375rem .625rem;min-height:2.25rem}.input-sm .input-icon{width:12px;height:12px}.input-sm .input-icon svg{width:12px;height:12px}.input-sm.has-icon .input-field.input-icon-left{padding-left:2rem!important}.input-sm.has-icon .input-field.input-icon-right{padding-right:2rem!important}.input-sm .input-icon-left{left:.5rem}.input-sm .input-icon-right{right:.5rem}.input-lg .input-field{font-size:.875rem;padding:.75rem 1rem;min-height:3rem}.input-lg .input-icon{width:18px;height:18px}.input-lg .input-icon svg{width:18px;height:18px}.input-lg.has-icon .input-field.input-icon-left{padding-left:3rem!important}.input-lg.has-icon .input-field.input-icon-right{padding-right:3rem!important}.input-lg .input-icon-left{left:.875rem}.input-lg .input-icon-right{right:.875rem}.input-floating .input-floating-label{font-size:.8125rem;top:.5rem;left:.75rem}.input-floating .input-field:focus+.input-floating-label,.input-floating .input-field:not(:placeholder-shown)+.input-floating-label{font-size:.6875rem;top:-.375rem}.input-floating.has-icon .input-floating-label{left:2.25rem}}@media(prefers-contrast:high){.input-field{border-width:2px}}@media(prefers-reduced-motion:reduce){.input-field,.input-icon,.input-floating-label{transition:none}}@media print{.input-wrapper{break-inside:avoid}.input-field{border:1px solid #ccc;background:transparent;color:#000}.input-icon{display:none}.input-label{color:#000}}.form-field-group{display:flex;flex-direction:column;gap:1rem}.form-field-group .input-wrapper,.form-field-group .custom-select-wrapper{width:100%}.form-field-group .input-wrapper .input-field,.form-field-group .input-wrapper .custom-select,.form-field-group .custom-select-wrapper .input-field,.form-field-group .custom-select-wrapper .custom-select{width:100%;box-sizing:border-box}.form-field-group .input-wrapper .input-label,.form-field-group .input-wrapper .custom-select-label,.form-field-group .custom-select-wrapper .input-label,.form-field-group .custom-select-wrapper .custom-select-label{font-size:.875rem;font-weight:500;margin-bottom:.5rem;line-height:1.4}.form-field-inline{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.form-field-inline .input-wrapper,.form-field-inline .custom-select-wrapper{flex:1;min-width:200px}.form-field-inline .input-wrapper .input-field,.form-field-inline .input-wrapper .custom-select,.form-field-inline .custom-select-wrapper .input-field,.form-field-inline .custom-select-wrapper .custom-select{width:100%}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.form-grid .input-wrapper,.form-grid .custom-select-wrapper{width:100%}.input-wrapper,.custom-select-wrapper{align-self:flex-start}.input-field:focus,.custom-select.is-open{outline:0;border-color:hsl(var(--primary))}.input-field:hover:not(:disabled),.custom-select:hover:not(.is-disabled){border-color:hsl(var(--primary))}.input-field:disabled,.custom-select.is-disabled{opacity:.6;cursor:not-allowed}.input-field.input-error,.custom-select.has-error .custom-select{border-color:hsl(var(--destructive))}.input-field.input-error:focus,.input-field.input-error.is-open,.custom-select.has-error .custom-select:focus,.custom-select.has-error .custom-select.is-open{border-color:hsl(var(--destructive))}.verify-otp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.verify-otp-modal{position:relative;width:100%;max-width:420px;background:hsl(var(--card));color:hsl(var(--card-foreground));border-radius:var(--radius);padding:2rem;border:1px solid hsl(var(--border));animation:scaleIn .25s ease}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.verify-otp-close{position:absolute;top:1rem;right:1rem;background:hsl(var(--muted));border:none;border-radius:50%;padding:.4rem;cursor:pointer;color:hsl(var(--muted-foreground));transition:all .2s ease}.verify-otp-close:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.verify-otp-header{text-align:center;margin-bottom:1.5rem}.verify-otp-icon{margin-bottom:.5rem;color:hsl(var(--primary))}.verify-otp-title{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground))}.verify-otp-subtitle{font-size:.9rem;color:hsl(var(--muted-foreground));margin-top:.4rem}.verify-otp-subtitle strong{color:hsl(var(--foreground))}.verify-otp-inputs{display:flex;justify-content:space-between;gap:.6rem;margin:1.5rem 0}.verify-otp-input{width:100%;height:52px;text-align:center;font-size:1.2rem;border-radius:.6rem;border:1px solid hsl(var(--input));background:hsl(var(--background));color:hsl(var(--foreground));outline:none;transition:all .2s ease}.verify-otp-input.error{border-color:hsl(var(--destructive));box-shadow:0 0 0 2px hsla(var(--destructive)/.2)}.verify-otp-input:disabled{background:hsl(var(--muted));cursor:not-allowed}.verify-otp-error{text-align:center;font-size:.85rem;color:hsl(var(--destructive));margin-bottom:1rem}.verify-otp-actions{margin-bottom:1rem}.verify-otp-resend{text-align:center;margin-top:.5rem}.verify-otp-timer{font-size:.85rem;color:hsl(var(--muted-foreground))}.verify-otp-timer span{color:hsl(var(--primary));font-weight:500}.verify-otp-resend-btn{background:none;border:none;color:hsl(var(--primary));font-weight:500;cursor:pointer;transition:all .2s ease}.verify-otp-resend-btn:hover{text-decoration:underline;color:hsl(var(--primary))}.verify-otp-resend-btn:disabled{opacity:.5;cursor:not-allowed}.verify-otp-footer{margin-top:1.2rem}.verify-otp-note{font-size:.75rem;text-align:center;color:hsl(var(--muted-foreground));line-height:1.4}.reg-page-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:hsl(var(--background));padding:1.5rem;position:relative}.reg-page-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,hsla(var(--primary),.03) 0%,transparent 70%);pointer-events:none}.reg-container{width:100%;max-width:900px;margin:0 auto;animation:regFadeInUp .5s ease-out}.reg-card{background:hsl(var(--card));border-radius:28px;overflow:hidden;border:1px solid hsl(var(--border));transition:all .3s cubic-bezier(.4,0,.2,1)}.reg-card-header{text-align:center;padding:2.5rem 2rem 1.5rem;background:linear-gradient(135deg,hsl(var(--card)),hsla(var(--primary),.02))}.reg-card-header .reg-header-icon{width:72px;height:72px;margin:0 auto 1.25rem;background:linear-gradient(135deg,hsla(var(--primary),.12),hsla(var(--primary),.05));border-radius:24px;display:flex;align-items:center;justify-content:center;color:hsl(var(--primary));transition:all .3s ease}.reg-card-header .reg-header-icon svg{stroke-width:1.5;transition:transform .3s ease}.reg-card-header .reg-header-icon:hover svg{transform:scale(1.05)}.reg-card-header .reg-title{font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem;letter-spacing:-.02em;background:linear-gradient(135deg,hsl(var(--foreground)),hsl(var(--primary)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reg-card-header .reg-subtitle{font-size:.9375rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.reg-form{padding:0 2rem 1.5rem}.reg-form .reg-form-field{margin-bottom:1.25rem}.reg-form .reg-handle-status{display:flex;align-items:center;gap:.5rem;margin-top:.55rem;padding:.55rem .75rem;border-radius:10px;font-size:.8125rem;line-height:1.35}.reg-form .reg-handle-status svg{flex-shrink:0}.reg-form .reg-handle-status--checking{background:hsla(var(--info),.08);color:hsl(var(--info));border:1px solid hsla(var(--info),.15)}.reg-form .reg-handle-status--available{background:hsla(var(--success),.08);color:hsl(var(--success));border:1px solid hsla(var(--success),.15)}.reg-form .reg-handle-status--taken,.reg-form .reg-handle-status--invalid,.reg-form .reg-handle-status--error{background:hsla(var(--destructive),.08);color:hsl(var(--destructive));border:1px solid hsla(var(--destructive),.15)}.reg-form .reg-phone-section{margin-top:.5rem;margin-bottom:.75rem}.reg-form .reg-phone-row{display:flex;gap:1rem;margin-bottom:1rem}.reg-form .reg-phone-row .reg-dial-code{flex:0 0 110px}.reg-form .reg-phone-row .reg-phone-number{flex:1}.reg-form .reg-otp-button-wrapper{margin-bottom:.75rem}.reg-form .reg-send-otp-btn{width:100%;height:44px;font-weight:500;transition:all .2s ease;border:1px solid hsla(var(--primary),.2);color:hsl(var(--primary))}.reg-form .reg-send-otp-btn .reg-spin{animation:regSpin 1s linear infinite;margin-right:.5rem}.reg-form .reg-otp-info,.reg-form .reg-otp-error,.reg-form .reg-otp-success{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;padding:.625rem .875rem;border-radius:12px;margin-top:.625rem;animation:regSlideIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.reg-form .reg-otp-info svg,.reg-form .reg-otp-error svg,.reg-form .reg-otp-success svg{flex-shrink:0}.reg-form .reg-otp-info{background:hsla(var(--info),.08);color:hsl(var(--info));border:1px solid hsla(var(--info),.15)}.reg-form .reg-otp-info svg{flex-shrink:0}.reg-form .reg-otp-error{background:hsla(var(--destructive),.08);color:hsl(var(--destructive));border:1px solid hsla(var(--destructive),.15)}.reg-form .reg-otp-error svg{flex-shrink:0}.reg-form .reg-otp-success{background:hsla(var(--success),.08);color:hsl(var(--success));border:1px solid hsla(var(--success),.15);justify-content:space-between}.reg-form .reg-otp-success .reg-change-number{background:none;border:none;color:hsl(var(--primary));font-size:.75rem;font-weight:500;cursor:pointer;padding:.25rem .625rem;border-radius:6px;transition:all .2s ease}.reg-form .reg-otp-success .reg-change-number:hover{background:hsla(var(--primary),.1);text-decoration:underline}.reg-form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:.5rem}.reg-form-actions .reg-back-btn,.reg-form-actions .reg-continue-btn{flex:1;height:48px;font-weight:600;justify-content:center;border-radius:14px;transition:all .2s ease}.reg-form-actions .reg-back-btn{background:transparent;border:1.5px solid hsl(var(--border));color:hsl(var(--foreground))}.reg-form-actions .reg-back-btn:hover:not(:disabled){background:hsl(var(--muted));border-color:hsl(var(--border));transform:translateY(-1px)}.reg-form-actions .reg-continue-btn{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.reg-form-actions .reg-continue-btn:hover:not(:disabled){background:hsl(var(--primary)/.92);transform:translateY(-2px)}.reg-form-actions .reg-continue-btn:active:not(:disabled){transform:translateY(0)}.reg-error-banner,.reg-validation-banner{display:flex;align-items:flex-start;gap:.875rem;margin:0 2rem 1rem;padding:1rem 1.125rem;border-radius:16px;font-size:.875rem;animation:regSlideIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.reg-error-banner svg,.reg-validation-banner svg{flex-shrink:0;margin-top:.125rem}.reg-error-banner .reg-error-close,.reg-validation-banner .reg-error-close{background:none;border:none;cursor:pointer;padding:0;margin-left:auto;color:currentColor;opacity:.6;transition:all .2s ease;border-radius:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.reg-error-banner .reg-error-close:hover,.reg-validation-banner .reg-error-close:hover{opacity:1;background:#0000000d}.reg-error-banner{background:linear-gradient(135deg,hsla(var(--destructive),.08),hsla(var(--destructive),.04));border:1px solid hsla(var(--destructive),.2);color:hsl(var(--destructive));border-left:4px solid hsl(var(--destructive))}.reg-validation-banner{background:linear-gradient(135deg,hsla(var(--warning),.08),hsla(var(--warning),.04));border:1px solid hsla(var(--warning),.2);color:hsl(var(--warning));border-left:4px solid hsl(var(--warning))}.reg-validation-banner .reg-validation-content{flex:1}.reg-validation-banner .reg-validation-content strong{display:block;margin-bottom:.5rem;font-weight:600;font-size:.875rem}.reg-validation-banner .reg-validation-content ul{margin:0;padding:0;list-style:none}.reg-validation-banner .reg-validation-content ul li{margin:.375rem 0;line-height:1.4;display:flex;align-items:baseline;gap:.5rem;font-size:.8125rem}.reg-validation-banner .reg-validation-content ul li:before{content:"•";color:currentColor;font-weight:700;font-size:1rem}.reg-validation-banner .reg-validation-content ul li strong{display:inline;font-weight:600;margin-bottom:0;color:hsl(var(--warning))}.reg-footer{padding:1.25rem 2rem 1.75rem;border-top:1px solid hsl(var(--border));background:hsl(var(--muted)/.3);display:flex;align-items:center;justify-content:center;gap:.5rem}.reg-footer svg{color:hsl(var(--muted-foreground));flex-shrink:0}.reg-footer p{margin:0;font-size:.75rem;text-align:center;color:hsl(var(--muted-foreground));line-height:1.4}.reg-footer p a{color:hsl(var(--primary));text-decoration:none;font-weight:500;transition:all .2s ease}.reg-footer p a:hover{text-decoration:underline;color:hsl(var(--primary)/.85)}.reg-verify-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:regFadeIn .2s ease-out}.reg-verify-modal .reg-verify-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.reg-verify-modal .reg-verify-container{position:relative;z-index:1001;max-width:90%;width:400px;animation:regScaleIn .2s ease-out}@keyframes regFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes regFadeIn{0%{opacity:0}to{opacity:1}}@keyframes regSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes regScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes regSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.reg-page-wrapper{padding:2rem 1rem 1rem;align-items:flex-start}.reg-container{max-width:100%}.reg-card{border-radius:24px}.reg-card-header{padding:1.75rem 1.5rem 1.25rem}.reg-card-header .reg-header-icon{width:56px;height:56px;border-radius:18px;margin-bottom:1rem}.reg-card-header .reg-header-icon svg{width:28px;height:28px}.reg-card-header .reg-title{font-size:1.5rem}.reg-form{padding:0 1.5rem 1.25rem}.reg-form .reg-form-field{margin-bottom:1rem}.reg-form .reg-phone-row{flex-direction:column;gap:.75rem;margin-bottom:.75rem}.reg-form .reg-phone-row .reg-dial-code{flex:none;width:100%}.reg-form .reg-phone-row .reg-phone-number{width:100%}.reg-error-banner,.reg-validation-banner{margin:0 1.5rem 1rem;padding:.875rem 1rem}.reg-form-actions{flex-direction:column-reverse;gap:.75rem;margin-top:1.5rem}.reg-form-actions .reg-back-btn,.reg-form-actions .reg-continue-btn{width:100%;height:44px}.reg-footer{padding:1rem 1.5rem 1.25rem}.reg-verify-container{width:90%}}@media(min-width:641px)and (max-width:768px){.reg-container{max-width:520px}.reg-form{padding:0 1.75rem 1.5rem}}@media(prefers-contrast:high){.reg-card{border-width:2px}.reg-otp-info,.reg-otp-error,.reg-otp-success,.reg-error-banner,.reg-validation-banner{border-width:1.5px}.reg-error-banner,.reg-validation-banner{border-left-width:4px}}@media(prefers-reduced-motion:reduce){.reg-container,.reg-card,.reg-otp-info,.reg-otp-error,.reg-otp-success,.reg-error-banner,.reg-validation-banner,.reg-continue-btn,.reg-back-btn{animation:none;transition:none}.reg-spin{animation:none}.reg-header-icon:hover svg{transform:none}}.reg-send-otp-btn,.reg-continue-btn,.reg-back-btn{position:relative;overflow:hidden}.reg-send-otp-btn:after,.reg-continue-btn:after,.reg-back-btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.reg-send-otp-btn:active:after,.reg-continue-btn:active:after,.reg-back-btn:active:after{width:300px;height:300px}.reg-send-otp-btn:focus-visible,.reg-continue-btn:focus-visible,.reg-back-btn:focus-visible,.reg-change-number:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.reg-validation-banner .reg-validation-content ul{max-height:200px;overflow-y:auto;scrollbar-width:thin}.reg-validation-banner .reg-validation-content ul::-webkit-scrollbar{width:4px}.reg-validation-banner .reg-validation-content ul::-webkit-scrollbar-track{background:hsla(var(--border),.3);border-radius:4px}.reg-validation-banner .reg-validation-content ul::-webkit-scrollbar-thumb{background:hsla(var(--warning),.5);border-radius:4px}.reg-validation-banner .reg-validation-content ul::-webkit-scrollbar-thumb:hover{background:hsla(var(--warning),.7)}.home-page-wrapper{position:relative;width:100%;min-height:100vh;background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-base);overflow-x:hidden;display:flex;flex-direction:column}.home-header-container{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 3rem;background:hsl(var(--background)/.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border)/.5)}@media(max-width:768px){.home-header-container{padding:.9rem 1.5rem}}.home-header-left{display:flex;align-items:center}.home-brand-logo-img{height:2.4rem;width:auto;max-width:160px;object-fit:contain;cursor:pointer;transition:transform .2s ease}.home-brand-logo-img:hover{transform:scale(1.02)}.home-header-login-btn{border-radius:999px!important;padding:.55rem 1.5rem!important;font-weight:600!important;font-size:.875rem!important}.home-container{flex:1;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:7rem 1.5rem 4rem;max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box}.home-content-wrapper{width:100%;max-width:860px;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:16px;box-shadow:var(--shadow-lg);padding:3.8rem 3.2rem;text-align:center;position:relative;overflow:hidden}@media(max-width:768px){.home-content-wrapper{padding:2.5rem 1.5rem;border-radius:8px}}.home-hero-content{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.home-hero-title{font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1;letter-spacing:-.025em;color:hsl(var(--foreground));margin:0}.home-hero-subtitle{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;color:hsl(var(--primary));margin:0;max-width:680px;line-height:1.4}.home-hero-description{font-size:1.05rem;line-height:1.6;color:hsl(var(--foreground)/.88);margin:0;max-width:640px}.home-hero-details{font-size:.95rem;line-height:1.65;color:hsl(var(--muted-foreground));margin:0;max-width:620px}.home-hero-divider{width:60%;height:1px;background:linear-gradient(90deg,transparent,hsl(var(--border)),transparent);margin:.6rem 0}.home-hero-tagline{font-size:.85rem;font-weight:800;letter-spacing:.08em;color:hsl(var(--foreground)/.9);margin:0}.home-hero-cta{margin-top:.6rem}.home-btn-primary{padding:.9rem 2.6rem!important;font-size:1rem!important;font-weight:700!important;border-radius:999px!important;min-width:280px;box-shadow:0 10px 28px hsl(var(--primary)/.25);transition:all .2s ease!important}.home-btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px hsl(var(--primary)/.35)}@media(max-width:480px){.home-btn-primary{min-width:100%;width:100%}}.post-composer .post-composer-layout{display:flex;gap:.75rem;width:100%;align-items:flex-start}.post-composer .post-composer-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid hsl(var(--primary)/.2);background:hsl(var(--muted))}.post-composer .post-composer-avatar img{width:100%;height:100%;object-fit:cover}.post-composer .post-composer-content{flex:1;min-width:0}.post-composer .post-composer-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;margin:.5rem 0 0;padding:.5rem 0 0;border-top:1px solid hsl(var(--border))}.post-composer .post-composer-toolbar .post-composer-toolbar-item{display:flex;align-items:center}.post-composer .post-composer-toolbar .post-composer-toolbar-dropdown{position:relative;z-index:10;margin-left:auto}.post-composer .post-composer-toolbar .post-composer-toolbar-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsl(var(--muted));border:1px solid transparent;border-radius:var(--radius-md);font-size:.75rem;font-weight:500;color:hsl(var(--foreground));text-decoration:none;cursor:pointer;transition:all .2s ease}.post-composer .post-composer-toolbar .post-composer-toolbar-link svg{width:.875rem;height:.875rem;stroke-width:2;transition:all .2s ease}.post-composer .post-composer-toolbar .post-composer-toolbar-link span{line-height:1}.post-composer .post-composer-toolbar .post-composer-toolbar-link:hover:not(:disabled){background:hsl(var(--border));transform:translateY(-1px)}.post-composer .post-composer-toolbar .post-composer-toolbar-link:active:not(:disabled){transform:translateY(0)}.post-composer .post-composer-toolbar .post-composer-toolbar-link:disabled{opacity:.5;cursor:not-allowed;transform:none}.post-composer .post-composer-toolbar .post-composer-toolbar-link-photo svg{color:hsl(var(--success))}.post-composer .post-composer-toolbar .post-composer-toolbar-link-video svg{color:hsl(var(--info))}.post-composer .post-composer-toolbar .post-composer-toolbar-link-event svg{color:hsl(var(--destructive))}.post-composer .post-composer-toolbar .post-composer-toolbar-link-feeling svg{color:hsl(var(--warning))}.post-composer .post-composer-toolbar .post-composer-toolbar-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:999px;background:hsl(var(--card));color:hsl(var(--foreground));font-size:.6875rem;font-weight:700;line-height:1;box-shadow:inset 0 0 0 1px hsl(var(--border))}.post-composer .post-composer-toolbar .post-composer-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;display:flex;flex-direction:column;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md);padding:.5rem 0;margin:0;min-width:220px;list-style:none;z-index:9999;box-shadow:var(--shadow-lg);animation:dropdownFadeIn .2s ease-out}.post-composer .post-composer-toolbar .post-composer-dropdown-menu li{list-style:none;width:100%}.post-composer .post-composer-toolbar .post-composer-dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem 1rem;color:hsl(var(--foreground));text-decoration:none;font-size:.875rem;background:transparent;border:none;cursor:pointer;transition:all .2s ease}.post-composer .post-composer-toolbar .post-composer-dropdown-item svg{width:.875rem;height:.875rem;stroke-width:1.75;flex-shrink:0;color:hsl(var(--muted-foreground))}.post-composer .post-composer-toolbar .post-composer-dropdown-item span{line-height:1}.post-composer .post-composer-toolbar .post-composer-dropdown-item:hover{background:hsl(var(--muted))}.post-composer .post-composer-toolbar .post-composer-dropdown-item:hover svg{color:hsl(var(--foreground));transform:translate(2px)}.post-composer .post-composer-toolbar .post-composer-dropdown-divider{height:1px;background:hsl(var(--border));margin:.5rem 0}.post-composer .post-composer-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.post-composer .post-composer-image-panel{display:flex;flex-direction:column;gap:.875rem;padding:.875rem;margin-top:.75rem;background:hsl(var(--muted)/.45);border:1px solid hsl(var(--border));border-radius:var(--radius-lg)}.post-composer .post-composer-image-panel-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.post-composer .post-composer-image-panel-title{margin:0;font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.post-composer .post-composer-image-panel-count{font-size:.75rem;color:hsl(var(--muted-foreground))}.post-composer .post-composer-image-panel-action{padding:.45rem .85rem;border:1px solid hsl(var(--border));border-radius:var(--radius-md);background:hsl(var(--card));font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.post-composer .post-composer-image-panel-action:hover{background:hsl(var(--muted));transform:translateY(-1px)}.post-composer .post-composer-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:.75rem}.post-composer .post-composer-image-card{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--radius-md);border:1px solid hsl(var(--border));background:hsl(var(--card))}.post-composer .post-composer-image-card.is-uploading .post-composer-image-preview{opacity:.55}.post-composer .post-composer-image-preview{width:100%;height:100%;object-fit:cover}.post-composer .post-composer-image-uploading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0006;color:#fff;font-size:.75rem;font-weight:600}.post-composer .post-composer-image-remove{position:absolute;top:.4rem;right:.4rem;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;border-radius:50%;background:#0009;color:#fff;cursor:pointer;transition:all .2s ease}.post-composer .post-composer-image-remove:hover{background:hsl(var(--destructive));transform:scale(1.05)}.post-composer .post-composer-footer-actions{display:flex;justify-content:flex-end;margin-top:.75rem;padding-top:.75rem;border-top:1px solid hsl(var(--border))}.post-composer .post-composer-footer-cancel{padding:.45rem 1.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius-md);background:transparent;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.post-composer .post-composer-footer-cancel:hover:not(:disabled){background:hsl(var(--muted))}.post-composer .post-composer-footer-cancel:disabled{opacity:.5;cursor:not-allowed}.post-composer .post-composer-announcement-badge{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:#d4af3726;border:1px solid var(--primary-color, #d4af37);border-radius:var(--radius-md, 6px);margin:.5rem 0;font-size:.8rem;color:var(--primary-color, #d4af37)}.post-composer .post-composer-announcement-badge .post-composer-announcement-close{background:none;border:none;color:inherit;cursor:pointer;margin-left:auto;display:flex;align-items:center;padding:0}.post-composer-modal-select-wrapper{padding:.5rem 0}.post-composer-emoji-modal-container{display:flex;flex-direction:column;gap:.75rem;padding:.25rem 0}.post-composer-emoji-search-wrapper{position:relative;display:flex;align-items:center}.post-composer-emoji-search-wrapper .post-composer-emoji-search-icon{position:absolute;left:.75rem;color:hsl(var(--muted-foreground));pointer-events:none}.post-composer-emoji-search-wrapper .post-composer-emoji-search-input{width:100%;padding:.5rem 2.25rem;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--muted)/.5);color:hsl(var(--foreground));font-size:.8125rem;outline:none;transition:all .2s ease}.post-composer-emoji-search-wrapper .post-composer-emoji-search-input:focus{border-color:hsl(var(--primary));background:hsl(var(--card));box-shadow:0 0 0 2px hsl(var(--primary)/.15)}.post-composer-emoji-search-wrapper .post-composer-emoji-search-clear{position:absolute;right:.75rem;background:none;border:none;color:hsl(var(--muted-foreground));cursor:pointer;display:flex;align-items:center;padding:.2rem;border-radius:50%}.post-composer-emoji-search-wrapper .post-composer-emoji-search-clear:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.post-composer-emoji-tabs{display:flex;gap:.375rem;overflow-x:auto;padding-bottom:.25rem}.post-composer-emoji-tabs::-webkit-scrollbar{display:none}.post-composer-emoji-tab{padding:.35rem .85rem;border-radius:9999px;border:1px solid hsl(var(--border));background:hsl(var(--muted)/.4);color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s ease}.post-composer-emoji-tab:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.post-composer-emoji-tab.active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.post-composer-emoji-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(105px,1fr))!important;gap:.625rem!important;max-height:280px;overflow-y:auto;padding:.25rem .25rem .25rem 0}.post-composer-emoji-grid::-webkit-scrollbar{width:5px}.post-composer-emoji-grid::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px}.post-composer-emoji-btn{display:flex!important;flex-direction:row!important;align-items:center!important;gap:.5rem!important;padding:.5rem .625rem!important;border-radius:var(--radius-md, 8px)!important;border:1px solid hsl(var(--border))!important;background:hsl(var(--card))!important;cursor:pointer;transition:all .2s ease}.post-composer-emoji-btn:hover{background:hsl(var(--primary)/.12)!important;border-color:hsl(var(--primary)/.5)!important;transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.post-composer-emoji-btn .post-composer-emoji-char{font-size:1.25rem!important;line-height:1;flex-shrink:0}.post-composer-emoji-btn .post-composer-emoji-label{font-size:.75rem!important;font-weight:500!important;color:hsl(var(--foreground))!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.post-composer .post-composer-avatar{width:36px;height:36px}.post-composer .post-composer-toolbar{gap:.375rem}.post-composer .post-composer-toolbar .post-composer-toolbar-link{padding:.5rem;font-size:.7rem}.post-composer .post-composer-toolbar .post-composer-toolbar-link svg{width:.875rem;height:.875rem;margin:0}.post-composer .post-composer-toolbar .post-composer-toolbar-link span{display:none!important}.post-composer .post-composer-image-grid{grid-template-columns:repeat(auto-fit,minmax(84px,1fr));gap:.5rem}.post-composer .post-composer-image-panel{padding:.75rem}}@media(max-width:480px){.post-composer .post-composer-avatar{width:32px;height:32px}.post-composer .post-composer-image-panel-header{flex-direction:column;align-items:flex-start}.post-composer .post-composer-image-panel-action{width:100%;justify-content:center}.post-composer .post-composer-image-grid{grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:.375rem}.post-composer .post-composer-dropdown-menu{min-width:180px;right:-8px}}.custom-select-wrapper{position:relative;width:100%;display:flex;flex-direction:column;vertical-align:top;box-sizing:border-box}.custom-select-wrapper.has-error .custom-select,.custom-select-wrapper.has-error .custom-select:hover{border-color:hsl(var(--destructive))}.custom-select-wrapper.has-error .custom-select.is-open{border-color:hsl(var(--destructive));box-shadow:0 0 0 2px hsla(var(--destructive),.2)}.custom-select-wrapper.has-error .custom-select-label{color:hsl(var(--destructive))}.custom-select-wrapper.is-disabled{opacity:.55;cursor:not-allowed}.custom-select-wrapper.is-disabled .custom-select{cursor:not-allowed}.custom-select-wrapper.is-disabled .custom-select:hover{border-color:hsl(var(--border))}.select-size-small .custom-select{font-size:.8125rem}.select-size-small .custom-select-trigger{min-height:2.125rem;padding:0 .6875rem}.select-size-small .custom-select-trigger-icon svg,.select-size-small .custom-select-chevron svg{width:14px;height:14px}.select-size-small .custom-select-multi-badge{font-size:.725rem;padding:.1rem .4rem}.select-size-medium .custom-select{font-size:.875rem}.select-size-medium .custom-select-trigger{min-height:2.5rem;padding:0 .85rem}.select-size-medium .custom-select-trigger-icon svg,.select-size-medium .custom-select-chevron svg{width:16px;height:16px}.select-size-medium .custom-select-multi-badge{font-size:.775rem;padding:.15rem .45rem}.select-size-large .custom-select{font-size:1rem}.select-size-large .custom-select-trigger{min-height:2.875rem;padding:0 1rem}.select-size-large .custom-select-trigger-icon svg,.select-size-large .custom-select-chevron svg{width:18px;height:18px}.select-size-large .custom-select-multi-badge{font-size:.85rem;padding:.2rem .55rem}.custom-select-label{display:block;margin:0 0 .4rem;font-size:.85rem;font-weight:600;color:hsl(var(--foreground));line-height:1.4}.custom-select-label .custom-select-required{color:hsl(var(--destructive))}.custom-select{position:relative;width:100%;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius, .5rem);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box;font-family:inherit;color:hsl(var(--foreground))}.custom-select:hover:not(.is-disabled){border-color:hsl(var(--primary))}.custom-select.is-open{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.18)}.custom-select.is-open .custom-select-chevron{transform:rotate(180deg);color:hsl(var(--primary))}.custom-select-trigger{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;line-height:1.3;min-width:0}.custom-select-trigger-content{display:flex;align-items:center;gap:8px;flex:1;width:100%;min-width:0;overflow:hidden;padding-right:1.5rem}.custom-select-trigger-icon{display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));flex-shrink:0}.custom-select-trigger-text{font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:inherit;color:hsl(var(--foreground))}.custom-select-trigger-text.is-placeholder{color:hsl(var(--muted-foreground));font-weight:400}.custom-select-trigger-actions{position:absolute;top:50%;right:.75rem;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);pointer-events:none}.custom-select-action-button{display:flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;padding:0;border:0;background:transparent;color:hsl(var(--muted-foreground));pointer-events:auto}.custom-select-clear{cursor:pointer;border-radius:50%;transition:color .15s ease,background-color .15s ease}.custom-select-clear:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.custom-select-chevron{display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));transition:transform .15s ease,color .15s ease;flex-shrink:0}.custom-select-multi-badge{background:hsl(var(--primary)/.14);color:hsl(var(--primary));font-weight:600;border-radius:999px;padding:.15rem .5rem;flex-shrink:0}.custom-select-dropdown{position:fixed;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius, .5rem);box-shadow:var(--shadow-md, 0 8px 24px rgba(0, 0, 0, .2));z-index:100020;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;-webkit-user-select:none;user-select:none;min-width:140px}.custom-select-dropdown.select-size-small{font-size:.8125rem}.custom-select-dropdown.select-size-medium{font-size:.875rem}.custom-select-dropdown.select-size-large{font-size:1rem}.custom-select-search{display:flex;align-items:center;padding:.5rem;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));position:sticky;top:0;z-index:2}.custom-select-search .custom-select-search-box{display:flex;align-items:center;gap:.5rem;width:100%;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.4rem;padding:.35rem .6rem}.custom-select-search .custom-select-search-box:focus-within{border-color:hsl(var(--primary))}.custom-select-search-icon{color:hsl(var(--muted-foreground));flex-shrink:0}.custom-select-search-input{background:transparent;border:none;color:hsl(var(--foreground));font-size:.85rem;width:100%;outline:none;padding:0}.custom-select-search-input::placeholder{color:hsl(var(--muted-foreground))}.custom-select-options{flex:1;overflow-y:auto;max-height:inherit;padding:.25rem;display:flex;flex-direction:column}.custom-select-options::-webkit-scrollbar{width:5px}.custom-select-options::-webkit-scrollbar-track{background:transparent}.custom-select-options::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:999px}.custom-select-options::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.5)}.custom-select-options{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent}.custom-select-option{display:flex;align-items:center;padding:.5rem .75rem;gap:.65rem;cursor:pointer;transition:background-color .15s ease,color .15s ease;border-radius:.4rem;border:none;outline:none;margin:0}.custom-select-option:hover:not(.is-disabled){background:hsl(var(--secondary)/.7)}.custom-select-option:hover:not(.is-disabled) .custom-select-option-label{color:hsl(var(--foreground))}.custom-select-option.is-selected:not(.is-disabled){background:hsl(var(--primary)/.15)}.custom-select-option.is-selected:not(.is-disabled) .custom-select-option-label{color:hsl(var(--primary));font-weight:600}.custom-select-option.is-selected:not(.is-disabled) .custom-select-option-icon{color:hsl(var(--primary))}.custom-select-option.is-disabled{opacity:.45;cursor:not-allowed}.custom-select-option-icon{display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));flex-shrink:0}.custom-select-option-icon svg{width:16px;height:16px}.custom-select-option-content{flex:1;min-width:0}.custom-select-option-label{font-size:.875rem;font-weight:400;color:hsl(var(--foreground));line-height:1.35}.custom-select-option-description{font-size:.725rem;color:hsl(var(--muted-foreground));line-height:1.2;margin-top:.1rem}.custom-select-option-check{color:hsl(var(--primary));flex-shrink:0;margin-left:auto}.custom-select-multi-checkbox{width:1rem;height:1rem;border:1.5px solid hsl(var(--border));border-radius:.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .15s ease;background:hsl(var(--card))}.custom-select-multi-checkbox.is-checked{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.custom-select-no-options{padding:1rem;text-align:center;color:hsl(var(--muted-foreground));font-size:.85rem;-webkit-user-select:none;user-select:none}.custom-select-create-option{display:flex;align-items:center;padding:.5rem .75rem;border-radius:.4rem;cursor:pointer;color:hsl(var(--primary));font-weight:500;background:hsl(var(--primary)/.08)}.custom-select-create-option:hover{background:hsl(var(--primary)/.15)}.custom-select-dropdown-footer{padding:.4rem .75rem;border-top:1px solid hsl(var(--border));background:hsl(var(--card));font-size:.725rem;color:hsl(var(--muted-foreground));text-align:center;flex-shrink:0}.custom-select-error{margin-top:.3rem;font-size:.75rem;color:hsl(var(--destructive));line-height:1.3}.quote-category-dialog-wrapper .quote-category-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100002;animation:fadeIn .2s ease-out}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal{background:hsl(var(--background));border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow:hidden;animation:modalSlideUp .3s ease-out;border:1px solid hsl(var(--border))}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-modal-header{padding:1.5rem 1.5rem .5rem;position:relative}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-modal-header .quote-category-modal-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-modal-header .quote-category-modal-description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5;margin-bottom:1rem}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-modal-header .quote-category-modal-close{position:absolute;top:1.25rem;right:1.5rem;width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:hsl(var(--muted-foreground));font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-modal-header .quote-category-modal-close:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-modal-header .quote-category-modal-close:focus{outline:none}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-form{padding:1.5rem}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-form .form-field{margin-bottom:1.25rem}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-form .form-field:last-of-type{margin-bottom:1.5rem}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-form .form-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid hsl(var(--border))}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-form .form-actions .cancel-btn{min-width:80px}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-form .form-actions .submit-btn{min-width:120px}@media(max-width:640px){.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal{margin:1rem;width:calc(100% - 2rem)}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-modal-header{padding:1.25rem 1.25rem .25rem}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-modal-header .quote-category-modal-title{font-size:1.125rem}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-modal-header .quote-category-modal-close{top:1rem;right:1.25rem}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-form{padding:1.25rem}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-form .form-actions{flex-direction:column}.quote-category-dialog-wrapper .quote-category-modal-overlay .quote-category-modal .quote-category-form .form-actions button{width:100%}}.quote-dialog-wrapper .quote-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100000;animation:fadeIn .2s ease-out}.quote-dialog-wrapper .quote-modal-overlay .quote-modal{background:hsl(var(--background));border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;animation:modalSlideUp .3s ease-out;border:1px solid hsl(var(--border))}.quote-dialog-wrapper .quote-modal-overlay .quote-modal.editor-quote-modal{position:relative;inset:auto;display:block;flex:0 1 auto;gap:0;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none;max-width:min(600px,100vw - 2rem);max-height:min(90vh,100vh - 2rem)}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-modal-header{padding:1.5rem 1.5rem .5rem;position:relative;border-bottom:1px solid hsl(var(--border))}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-modal-header .quote-modal-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-modal-header .quote-modal-description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5;margin-bottom:1rem}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-modal-header .quote-modal-close{position:absolute;top:1.25rem;right:1.5rem;width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:hsl(var(--muted-foreground));font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-modal-header .quote-modal-close:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-modal-header .quote-modal-close:focus{outline:none}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form{padding:1.5rem}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-field{margin-bottom:1.25rem}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-field .form-label{display:block;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.4}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-field .form-label .required{color:hsl(var(--destructive))}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-field .select-with-button{display:flex;gap:.5rem;align-items:center;width:100%}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-field .select-with-button .custom-select-wrapper{flex:1;min-width:0}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-field .select-with-button .add-category-btn{flex-shrink:0;width:2.5rem;height:2.5rem;padding:0}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-field .select-with-button .add-category-btn .btn-content{display:flex;align-items:center;justify-content:center}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-field .field-hint{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.25rem;line-height:1.4}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-field:last-of-type{margin-bottom:1.5rem}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid hsl(var(--border))}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-actions .cancel-btn{min-width:80px}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-actions .submit-btn{min-width:120px}.quote-dialog-wrapper .editor-quote-modal-overlay.quote-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:1rem}@media(max-width:768px){.quote-dialog-wrapper .quote-modal-overlay .quote-modal{margin:1rem;width:calc(100% - 2rem);max-height:85vh}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-modal-header{padding:1.25rem 1.25rem .25rem}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-modal-header .quote-modal-title{font-size:1.125rem}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-modal-header .quote-modal-close{top:1rem;right:1.25rem}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form{padding:1.25rem}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-actions{flex-direction:column}.quote-dialog-wrapper .quote-modal-overlay .quote-modal .quote-form .form-actions button{width:100%}}.quote-modal::-webkit-scrollbar{width:8px}.quote-modal::-webkit-scrollbar-track{background:hsl(var(--muted));border-radius:4px}.quote-modal::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px}.quote-modal::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}.citation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100000;padding:1rem;animation:fadeIn .2s ease}.citation-modal{background:hsl(var(--background));border-radius:var(--radius-lg, .75rem);width:100%;max-width:42rem;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;border:1px solid hsl(var(--border))}.editor-citation-modal-overlay.citation-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:1rem}.editor-citation-modal.citation-modal{position:relative;inset:auto;display:block;width:min(100%,42rem);max-width:calc(100vw - 2rem);max-height:min(90vh,100vh - 2rem);overflow-y:auto;flex:0 1 auto;padding:0;gap:0;-webkit-backdrop-filter:none;backdrop-filter:none}.citation-modal-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid hsl(var(--border));position:relative}.citation-modal-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 .5rem;line-height:1.3}.citation-modal-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.citation-modal-close{position:absolute;top:1.25rem;right:1.25rem;background:transparent;border:none;color:hsl(var(--muted-foreground));font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.citation-modal-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.citation-modal-close:focus{outline:2px solid hsl(var(--primary));outline-offset:2px}.citation-form{padding:1.5rem}.select-with-button{display:flex;gap:.5rem;align-items:center;width:100%}.select-with-button .custom-select-wrapper{flex:1;min-width:0}.select-with-button .add-category-btn{flex-shrink:0;width:2.5rem;height:2.5rem;padding:0}.select-with-button .add-category-btn .btn-content{display:flex;align-items:center;justify-content:center}.form-grid-two{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.25rem}@media(min-width:768px){.form-grid-two{grid-template-columns:1fr 1fr}}.input-textarea .input-field{min-height:6rem;resize:vertical}@media(max-width:640px){.citation-modal{max-height:95vh}.citation-modal-header{padding:1.25rem 1rem 1rem}.citation-modal-close{top:1rem;right:1rem}.citation-form{padding:1.25rem 1rem}.form-actions{flex-direction:column}.form-actions .cancel-btn,.form-actions .submit-btn{width:100%}}@media(prefers-contrast:high){.citation-modal{border-width:2px}.citation-modal-header{border-bottom-width:2px}.form-actions{border-top-width:2px}}@media(prefers-reduced-motion:reduce){.citation-modal-overlay,.citation-modal{animation:none}}@media print{.citation-modal-overlay{position:static;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.citation-modal{border:1px solid #ccc;max-height:none}.citation-modal-close,.form-actions{display:none}}.collection-form-wrapper{display:inline-block}.collection-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100001;padding:1rem;animation:fadeIn .2s ease}.collection-modal{background:hsl(var(--background));border-radius:var(--radius-lg, .75rem);width:100%;max-width:28rem;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;border:1px solid hsl(var(--border))}.collection-modal-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid hsl(var(--border));position:relative}.collection-modal-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 .5rem;line-height:1.3}.collection-modal-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.collection-modal-close{position:absolute;top:1.25rem;right:1.25rem;background:transparent;border:none;color:hsl(var(--muted-foreground));font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.collection-modal-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.collection-modal-close:focus{outline:2px solid hsl(var(--primary));outline-offset:2px}.collection-form{padding:1.5rem}.form-field{margin-bottom:1.25rem;width:100%}.form-label{display:block;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.4}.form-label .required{color:hsl(var(--destructive))}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.form-actions .cancel-btn{min-width:5rem}.form-actions .submit-btn{min-width:8rem}.form-actions .submit-btn:disabled:not(.btn-loading){opacity:.6;cursor:not-allowed}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.collection-modal{max-height:95vh;max-width:95vw}.collection-modal-header{padding:1.25rem 1rem 1rem}.collection-modal-close{top:1rem;right:1rem}.collection-form{padding:1.25rem 1rem}.form-actions{flex-direction:column}.form-actions .cancel-btn,.form-actions .submit-btn{width:100%}}@media(prefers-contrast:high){.collection-modal{border-width:2px}.collection-modal-header{border-bottom-width:2px}.form-actions{border-top-width:2px}}@media(prefers-reduced-motion:reduce){.collection-modal-overlay,.collection-modal{animation:none}}@media print{.collection-modal-overlay{position:static;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.collection-modal{border:1px solid #ccc;max-height:none}.collection-modal-close,.form-actions{display:none}}.collection-modal .btn-loading{position:relative}.collection-modal .btn-loading .btn-content{visibility:hidden}.collection-modal .btn-loading:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1.25rem;height:1.25rem;border:2px solid currentColor;border-bottom-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.blocknote-editor-wrapper{background-color:hsl(var(--card));border:2px solid hsl(var(--primary)/.2);border-radius:var(--radius-md);overflow:hidden}.blocknote-editor-wrapper .bn-container{background-color:transparent}.blocknote-editor-wrapper .tiptap{min-height:20vh}.blocknote-editor-wrapper .bn-editor .bn-block-quote{display:flex;flex-direction:column;width:100%;max-width:100%;margin:.75rem 0;cursor:default}.blocknote-editor-wrapper .bn-editor .bn-block-quote .quote-content{display:flex;flex-direction:column;gap:.4rem;padding:.8rem .95rem;border-left:4px solid #b8860b;border-radius:0 12px 12px 0;background:linear-gradient(135deg,rgba(184,134,11,.14),var(--editor-page-bg-muted, #f9fafb))}.blocknote-editor-wrapper .bn-editor .bn-block-quote .quote-text{font-style:italic;font-size:1.05rem;color:var(--editor-page-text, #111827);line-height:1.7}.blocknote-editor-wrapper .bn-editor .bn-block-quote .quote-text:before{content:"“"}.blocknote-editor-wrapper .bn-editor .bn-block-quote .quote-text:after{content:"”"}.blocknote-editor-wrapper .bn-editor .bn-block-quote .quote-author{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.5rem;width:100%;color:var(--editor-page-muted, #6b7280);font-size:.9em;text-align:right;font-style:normal}.blocknote-editor-wrapper .bn-editor .bn-block-quote .quote-author-name{font-style:italic}.blocknote-editor-wrapper .bn-editor .bn-block-quote .quote-author-name:before{content:"— "}.blocknote-editor-wrapper .bn-editor .bn-block-quote .quote-category{padding:.1rem .55rem;border-radius:999px;background:#b8860b29;color:#b8860b;font-size:.78em;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.blocknote-editor-wrapper .bn-editor .bn-block-citation{display:flex;flex-direction:column;gap:.35rem;width:100%;max-width:100%;margin:.75rem 0;padding:.85rem .95rem;border-left:3px solid hsl(var(--primary, 210, 100%, 50%));border-radius:0 12px 12px 0;background:var(--editor-page-bg-muted, #f9fafb);cursor:default}.blocknote-editor-wrapper .bn-editor .bn-block-citation .citation-sanskrit{display:block;font-family:Adhishila,Noto Sans Devanagari,Nirmala UI,serif;font-size:1.05rem;color:var(--editor-page-text, #111827);line-height:1.7;font-style:italic}.blocknote-editor-wrapper .bn-editor .bn-block-citation .citation-translation{display:block;font-style:italic;color:var(--editor-page-muted, #6b7280);line-height:1.6}.blocknote-editor-wrapper .bn-editor .bn-block-citation .citation-source{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.4rem;width:100%;margin-top:.15rem;font-size:.85rem;color:var(--editor-page-muted, #6b7280);text-align:right}.blocknote-editor-wrapper .bn-editor .bn-block-citation .citation-source .citation-author{font-style:italic}.blocknote-editor-wrapper .bn-editor .bn-block-citation .citation-source .citation-label{font-weight:600;color:hsl(var(--primary, 210, 100%, 50%))}.blocknote-editor-wrapper .bn-editor .bn-mention{display:inline-flex;align-items:center;gap:0;padding:0;font-size:inherit;line-height:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none}.blocknote-editor-wrapper .bn-editor .bn-mention .mention-at{color:var(--mention-at-color);font-weight:600;font-size:1.05em}.blocknote-editor-wrapper .bn-editor .bn-mention .mention-name{padding:.1rem .6rem .1rem .4rem;margin-left:.05rem;border-radius:4px;font-weight:500;color:hsl(var(--primary));background:hsl(var(--primary)/.12);transition:background .2s ease;border:2px solid hsl(var(--primary)/.2)}.blocknote-editor-wrapper .bn-editor .bn-mention .mention-name:hover{background:hsl(var(--primary)/.2)}@media(max-width:767px){.blocknote-editor-wrapper .bn-editor .bn-block-quote .quote-content,.blocknote-editor-wrapper .bn-editor .bn-block-citation{padding:.6rem .75rem}.blocknote-editor-wrapper .bn-editor .bn-block-quote,.blocknote-editor-wrapper .bn-editor .bn-block-citation{margin:.5rem 0}.blocknote-editor-wrapper .bn-editor .bn-mention .mention-name{padding:.05rem .4rem .05rem .3rem;font-size:.9em}.blocknote-editor-wrapper .bn-editor .bn-mention .mention-at{font-size:1em}}.blocknote-editor-wrapper h1,.blocknote-editor-wrapper [data-content-type=heading][data-level="1"],.blocknote-editor-wrapper .bn-block-content[data-content-type=heading][data-level="1"],.bn-container h1,.bn-container [data-content-type=heading][data-level="1"],.bn-container .bn-block-content[data-content-type=heading][data-level="1"]{font-size:clamp(1.2rem,3.8vw,1.7rem)!important;line-height:1.3!important;font-weight:700!important;margin-top:.6rem!important;margin-bottom:.3rem!important;letter-spacing:-.015em;word-break:break-word;overflow-wrap:anywhere}.blocknote-editor-wrapper h1 .bn-inline-content,.blocknote-editor-wrapper [data-content-type=heading][data-level="1"] .bn-inline-content,.blocknote-editor-wrapper .bn-block-content[data-content-type=heading][data-level="1"] .bn-inline-content,.bn-container h1 .bn-inline-content,.bn-container [data-content-type=heading][data-level="1"] .bn-inline-content,.bn-container .bn-block-content[data-content-type=heading][data-level="1"] .bn-inline-content{font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important}.blocknote-editor-wrapper h2,.blocknote-editor-wrapper [data-content-type=heading][data-level="2"],.blocknote-editor-wrapper .bn-block-content[data-content-type=heading][data-level="2"],.bn-container h2,.bn-container [data-content-type=heading][data-level="2"],.bn-container .bn-block-content[data-content-type=heading][data-level="2"]{font-size:clamp(1.08rem,3vw,1.4rem)!important;line-height:1.35!important;font-weight:650!important;margin-top:.55rem!important;margin-bottom:.25rem!important;letter-spacing:-.01em;word-break:break-word;overflow-wrap:anywhere}.blocknote-editor-wrapper h2 .bn-inline-content,.blocknote-editor-wrapper [data-content-type=heading][data-level="2"] .bn-inline-content,.blocknote-editor-wrapper .bn-block-content[data-content-type=heading][data-level="2"] .bn-inline-content,.bn-container h2 .bn-inline-content,.bn-container [data-content-type=heading][data-level="2"] .bn-inline-content,.bn-container .bn-block-content[data-content-type=heading][data-level="2"] .bn-inline-content{font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important}.blocknote-editor-wrapper h3,.blocknote-editor-wrapper [data-content-type=heading][data-level="3"],.blocknote-editor-wrapper .bn-block-content[data-content-type=heading][data-level="3"],.bn-container h3,.bn-container [data-content-type=heading][data-level="3"],.bn-container .bn-block-content[data-content-type=heading][data-level="3"]{font-size:clamp(.98rem,2.4vw,1.2rem)!important;line-height:1.4!important;font-weight:600!important;margin-top:.5rem!important;margin-bottom:.2rem!important;word-break:break-word;overflow-wrap:anywhere}.blocknote-editor-wrapper h3 .bn-inline-content,.blocknote-editor-wrapper [data-content-type=heading][data-level="3"] .bn-inline-content,.blocknote-editor-wrapper .bn-block-content[data-content-type=heading][data-level="3"] .bn-inline-content,.bn-container h3 .bn-inline-content,.bn-container [data-content-type=heading][data-level="3"] .bn-inline-content,.bn-container .bn-block-content[data-content-type=heading][data-level="3"] .bn-inline-content{font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important}.blocknote-editor-wrapper p,.blocknote-editor-wrapper [data-content-type=paragraph],.blocknote-editor-wrapper .bn-block-content[data-content-type=paragraph],.bn-container p,.bn-container [data-content-type=paragraph],.bn-container .bn-block-content[data-content-type=paragraph]{font-size:clamp(.875rem,2vw,.95rem)!important;line-height:1.55!important;word-break:break-word;overflow-wrap:anywhere}@media(max-width:576px){.blocknote-editor-wrapper h1,.blocknote-editor-wrapper [data-content-type=heading][data-level="1"],.blocknote-editor-wrapper .bn-block-content[data-content-type=heading][data-level="1"],.bn-container h1,.bn-container [data-content-type=heading][data-level="1"],.bn-container .bn-block-content[data-content-type=heading][data-level="1"]{font-size:1.15rem!important;line-height:1.35!important;margin-top:.45rem!important;margin-bottom:.25rem!important}.blocknote-editor-wrapper h2,.blocknote-editor-wrapper [data-content-type=heading][data-level="2"],.blocknote-editor-wrapper .bn-block-content[data-content-type=heading][data-level="2"],.bn-container h2,.bn-container [data-content-type=heading][data-level="2"],.bn-container .bn-block-content[data-content-type=heading][data-level="2"]{font-size:1.05rem!important;line-height:1.38!important;margin-top:.4rem!important;margin-bottom:.2rem!important}.blocknote-editor-wrapper h3,.blocknote-editor-wrapper [data-content-type=heading][data-level="3"],.blocknote-editor-wrapper .bn-block-content[data-content-type=heading][data-level="3"],.bn-container h3,.bn-container [data-content-type=heading][data-level="3"],.bn-container .bn-block-content[data-content-type=heading][data-level="3"]{font-size:.95rem!important;line-height:1.4!important;margin-top:.35rem!important;margin-bottom:.15rem!important}.blocknote-editor-wrapper p,.blocknote-editor-wrapper [data-content-type=paragraph],.blocknote-editor-wrapper .bn-block-content[data-content-type=paragraph],.bn-container p,.bn-container [data-content-type=paragraph],.bn-container .bn-block-content[data-content-type=paragraph]{font-size:.875rem!important;line-height:1.5!important}}@media(max-width:380px){.blocknote-editor-wrapper h1,.blocknote-editor-wrapper [data-content-type=heading][data-level="1"],.blocknote-editor-wrapper .bn-block-content[data-content-type=heading][data-level="1"],.bn-container h1,.bn-container [data-content-type=heading][data-level="1"],.bn-container .bn-block-content[data-content-type=heading][data-level="1"]{font-size:1.05rem!important}}.blocknote-toolbar{position:sticky;top:0;z-index:10;background:hsl(var(--card)/.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border));padding:.4rem .6rem;border-radius:var(--radius-md) var(--radius-md) 0 0}.blocknote-toolbar__inner{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;max-width:100%;overflow-x:auto;padding:.15rem 0}.blocknote-toolbar__inner::-webkit-scrollbar{height:4px}.blocknote-toolbar__inner::-webkit-scrollbar-track{background:transparent}.blocknote-toolbar__inner::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground)/.2);border-radius:999px}.blocknote-toolbar__inner:hover::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground)/.3)}.blocknote-toolbar__group{display:flex;align-items:center;gap:.15rem;flex-shrink:0}.blocknote-toolbar__group:last-child{margin-right:0}.blocknote-toolbar__divider{width:1px;height:28px;background:hsl(var(--border));margin:0 .25rem;flex-shrink:0}.blocknote-toolbar .post-composer-avatar{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid hsl(var(--border))}.blocknote-toolbar .post-composer-avatar img{width:100%;height:100%;object-fit:cover}.blocknote-toolbar__btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:hsl(var(--foreground));cursor:pointer;transition:all .15s ease}.blocknote-toolbar__btn:hover:not(:disabled){background:hsl(var(--accent)/.08);border-color:hsl(var(--border))}.blocknote-toolbar__btn:active:not(:disabled){transform:scale(.95)}.blocknote-toolbar__btn:disabled{opacity:.4;cursor:not-allowed}.blocknote-toolbar__btn.is-active{background:hsl(var(--primary)/.12);color:hsl(var(--primary));border-color:hsl(var(--primary)/.2)}.blocknote-toolbar__btn.is-active:hover{background:hsl(var(--primary)/.18)}.blocknote-toolbar__btn--danger{color:hsl(var(--destructive))}.blocknote-toolbar__btn--danger:hover:not(:disabled){background:hsl(var(--destructive)/.08);border-color:hsl(var(--destructive)/.15)}.blocknote-toolbar__btn--danger.is-active{background:hsl(var(--destructive)/.12);color:hsl(var(--destructive));border-color:hsl(var(--destructive)/.2)}.blocknote-toolbar__select{min-width:80px;max-width:140px}.blocknote-toolbar__select .custom-select-trigger{min-height:32px;padding:.2rem .5rem;border-radius:6px;font-size:.82rem;background:hsl(var(--muted)/.3);border-color:transparent;transition:all .15s ease}.blocknote-toolbar__select .custom-select-trigger:hover{background:hsl(var(--muted)/.5);border-color:hsl(var(--border))}.blocknote-toolbar__select .custom-select-trigger-text{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blocknote-toolbar__select .custom-select-dropdown{background:hsl(var(--card));border-color:hsl(var(--border));box-shadow:0 4px 16px hsl(var(--foreground)/.08);border-radius:8px;padding:.25rem 0;min-width:120px;max-height:240px;overflow-y:auto}.blocknote-toolbar__select .custom-select-option{padding:.3rem .6rem;font-size:.82rem;transition:background .1s ease}.blocknote-toolbar__select .custom-select-option:hover{background:hsl(var(--accent)/.08)}.blocknote-toolbar__select .custom-select-option.is-selected{background:hsl(var(--primary)/.08);color:hsl(var(--primary));font-weight:500}.blocknote-toolbar__select--heading{min-width:100px;max-width:130px}.blocknote-toolbar__select--font{min-width:90px;max-width:150px}.blocknote-toolbar__select--size{min-width:60px;max-width:80px}@media(max-width:1024px){.blocknote-toolbar{padding:.35rem .4rem}.blocknote-toolbar__inner{gap:.15rem}.blocknote-toolbar__select{min-width:60px;max-width:100px}.blocknote-toolbar__select--heading{min-width:80px;max-width:110px}.blocknote-toolbar__select--font{min-width:70px;max-width:120px}.blocknote-toolbar__select--size{min-width:50px;max-width:70px}}@media(max-width:768px){.blocknote-toolbar{position:sticky;top:0;padding:.3rem .4rem}.blocknote-toolbar__inner{gap:.1rem;padding:.1rem 0}.blocknote-toolbar__divider{height:24px;margin:0 .15rem}.blocknote-toolbar .post-composer-avatar,.blocknote-toolbar__btn{width:28px;height:28px;min-width:28px;min-height:28px}.blocknote-toolbar__btn svg{width:14px;height:14px}.blocknote-toolbar__select{min-width:50px;max-width:80px}.blocknote-toolbar__select .custom-select-trigger{min-height:28px;padding:.15rem .35rem;font-size:.72rem}.blocknote-toolbar__select .custom-select-trigger-text{font-size:.72rem}.blocknote-toolbar__select--heading{min-width:70px;max-width:90px}.blocknote-toolbar__select--font{min-width:60px;max-width:100px}.blocknote-toolbar__select--size{min-width:45px;max-width:60px}}@media(max-width:480px){.blocknote-toolbar{padding:.2rem .3rem}.blocknote-toolbar__inner{gap:.05rem}.blocknote-toolbar__divider{height:20px;margin:0 .1rem}.blocknote-toolbar .post-composer-avatar{width:24px;height:24px;min-width:24px;min-height:24px}.blocknote-toolbar__btn{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:4px}.blocknote-toolbar__btn svg{width:12px;height:12px}.blocknote-toolbar__select{min-width:40px;max-width:65px}.blocknote-toolbar__select .custom-select-trigger{min-height:24px;padding:.1rem .25rem;font-size:.65rem;border-radius:4px}.blocknote-toolbar__select .custom-select-trigger-text{font-size:.65rem}.blocknote-toolbar__select--heading{min-width:55px;max-width:75px}.blocknote-toolbar__select--font{min-width:50px;max-width:80px}.blocknote-toolbar__select--size{min-width:35px;max-width:50px}}.app-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:16px;background:#0009;animation:appModalOverlayFadeIn .2s ease}.app-modal{position:relative;width:100%;max-height:min(90vh,720px);overflow:hidden;background:hsl(var(--background));color:var(--bs-body-color);border-radius:1rem;border:1px solid hsl(var(--border));box-sizing:border-box;animation:appModalSlideUp .3s ease}.app-modal--sm{max-width:480px}.app-modal--md{max-width:600px}.app-modal--lg{max-width:760px}.app-modal--xl{max-width:980px}.app-modal--full{max-width:min(100%,1200px)}.app-modal__body{display:flex;flex-direction:column;gap:1rem;padding:12px;max-height:min(90vh,720px);overflow-y:auto;overflow-x:hidden}.app-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:8px 12px 6px;border-bottom:1px solid hsl(var(--border))}.app-modal__heading{min-width:0;display:flex;align-items:flex-start;gap:12px}.app-modal__icon{width:48px;height:48px;border-radius:50%;background:hsla(var(--primary),.1);color:hsl(var(--primary));display:grid;place-items:center;flex-shrink:0}.app-modal__heading-copy{min-width:0;display:flex;flex-direction:column;gap:.25rem}.app-modal__eyebrow{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--primary))}.app-modal__title{margin:0;font-size:18px;font-weight:600;line-height:1.3;color:hsl(var(--foreground))}.app-modal__subtitle{margin:0;font-size:.92rem;line-height:1.5;color:hsl(var(--muted-foreground))}.app-modal__close{min-width:0}.app-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:6px 0;border-top:1px solid hsl(var(--border))}.app-modal__footer-actions{min-width:0;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}@keyframes appModalOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes appModalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:767px){.app-modal-overlay{align-items:flex-end;padding:8px 0 0}.app-modal{max-width:none;width:calc(100% - 8px);max-height:calc(100dvh - 8px);border-radius:18px 18px 0 0}.app-modal__body{max-height:calc(100dvh - 8px)}.app-modal__header{padding:4px 6px}.app-modal__close{width:100%}.app-modal__content{padding:0}.app-modal__body{padding:8px}.app-modal__footer{position:sticky;bottom:0;background:hsl(var(--background));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.app-modal__footer-actions{width:100%}.app-modal__close{width:auto;justify-self:end}}.post-card{background-color:hsl(var(--card));border-radius:var(--radius);border:1px solid hsl(var(--border));overflow:hidden;transition:all .2s ease-in-out}.post-card-sponsored .post-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-top:1px solid hsl(var(--border))}.post-card .post-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1rem 0}.post-card .post-user{display:flex;gap:.75rem}.post-card .post-avatar{flex-shrink:0}.post-card .post-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover}.post-card .post-avatar-story img{padding:2px;border:2px solid hsl(var(--primary))}.post-card .post-user-info{flex:1}.post-card .post-user-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.post-card .post-user-name{font-size:.875rem;font-weight:600;margin:0}.post-card .post-user-name a{color:hsl(var(--foreground));text-decoration:none}.post-card .post-user-name a:hover{color:hsl(var(--primary))}.post-card .post-time{font-size:.7rem;color:hsl(var(--muted-foreground))}.post-card .post-user-role{font-size:.7rem;color:hsl(var(--muted-foreground));margin:.25rem 0 0}.post-card .sponsored-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;color:hsl(var(--muted-foreground));text-decoration:none}.post-card .sponsored-badge i{font-size:.6rem}.post-card .sponsored-badge:hover{color:hsl(var(--primary))}.post-card .post-actions{flex-shrink:0}.post-card .action-btn{width:32px;height:32px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:hsl(var(--muted-foreground))}.post-card .action-btn:hover{background-color:hsl(var(--muted))}.post-card .action-btn i{font-size:1rem}.post-card .post-body{padding:0 1rem}.post-card .post-content{font-size:.875rem;line-height:1.5;color:hsl(var(--foreground));margin-bottom:1rem}.post-card .post-content a{color:hsl(var(--primary));text-decoration:none}.post-card .post-content a:hover{text-decoration:underline}.post-card .post-image{width:100%;border-radius:var(--radius);margin-top:.5rem}.post-card .image-grid{display:flex;gap:1rem;margin-top:.5rem}.post-card .image-grid-col{flex:1}.post-card .image-grid-col img{width:100%;border-radius:var(--radius)}.post-card .image-grid-overlay{position:relative;margin-top:1rem}.post-card .image-grid-overlay img{opacity:.5}.post-card .image-grid-hover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.post-card .view-all-btn{color:#fff;text-decoration:none;font-size:.875rem;font-weight:500}.post-card .view-all-btn:hover{text-decoration:underline}.post-card .post-reactions{padding:.5rem 1rem;border-bottom:1px solid hsl(var(--border))}.post-card .reaction-list{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;list-style:none;margin:0;padding:0}.post-card .reaction-item-share{margin-left:auto}.post-card .reaction-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:.25rem .5rem;font-size:.75rem;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s ease;border-radius:.25rem}.post-card .reaction-btn i{font-size:.875rem}.post-card .reaction-btn svg{width:.875rem;height:.875rem}.post-card .reaction-btn:hover{background-color:hsl(var(--muted))}.post-card .reaction-btn-active,.post-card .reaction-btn-active i{color:hsl(var(--primary))}.post-card .reaction-btn.thoughtful-active{color:#facc15;filter:drop-shadow(0 0 8px rgba(250,204,21,.8))}.post-card .reaction-btn.thoughtful-active svg{color:#facc15}.post-card .add-comment{display:flex;gap:.5rem;padding:1rem;border-bottom:1px solid hsl(var(--border))}.post-card .add-comment-avatar{flex-shrink:0}.post-card .add-comment-avatar img{width:32px;height:32px;border-radius:50%;object-fit:cover}.post-card .add-comment-form{flex:1;position:relative}.post-card .add-comment-input{width:100%;padding:.5rem 2rem .5rem .75rem;border:1px solid hsl(var(--border));border-radius:20px;background-color:hsl(var(--input-bg));color:hsl(var(--foreground));font-size:.75rem;resize:none}.post-card .add-comment-input:focus{outline:none;border-color:hsl(var(--primary))}.post-card .add-comment-input::placeholder{color:hsl(var(--muted-foreground))}.post-card .add-comment-submit{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:hsl(var(--primary));cursor:pointer}.post-card .add-comment-submit i{font-size:.875rem}.post-card .add-comment-submit:hover{color:hsl(var(--primary)/.8)}.post-card .comments-section{padding:1rem}.post-card .comments-list{list-style:none;margin:0;padding:0}.post-card .comment-item{display:flex;gap:.5rem;margin-bottom:1rem}.post-card .comment-item .comment-avatar{flex-shrink:0}.post-card .comment-item .comment-avatar img{width:32px;height:32px;border-radius:50%;object-fit:cover}.post-card .comment-item .comment-content{flex:1}.post-card .comment-item .comment-bubble{background-color:hsl(var(--muted));padding:.75rem;border-radius:var(--radius);border-top-left-radius:0}.post-card .comment-item .comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.post-card .comment-item .comment-user{font-size:.75rem;font-weight:600;margin:0}.post-card .comment-item .comment-user a{color:hsl(var(--foreground));text-decoration:none}.post-card .comment-item .comment-user a:hover{color:hsl(var(--primary))}.post-card .comment-item .comment-time{font-size:.65rem;color:hsl(var(--muted-foreground))}.post-card .comment-item .comment-text{font-size:.75rem;line-height:1.4;color:hsl(var(--foreground));margin:0}.post-card .comment-item .comment-actions{display:flex;gap:1rem;list-style:none;margin:.5rem 0 0;padding:0}.post-card .comment-item .comment-action-btn{background:none;border:none;font-size:.65rem;color:hsl(var(--muted-foreground));cursor:pointer;padding:0}.post-card .comment-item .comment-action-btn:hover{color:hsl(var(--primary))}.post-card .replies-list{list-style:none;margin:.75rem 0 0 2rem;padding:0}.post-card .reply-item{display:flex;gap:.5rem;margin-bottom:.75rem}.post-card .reply-item .reply-avatar{flex-shrink:0}.post-card .reply-item .reply-avatar img{width:28px;height:28px;border-radius:50%;object-fit:cover}.post-card .reply-item .reply-content{flex:1}.post-card .reply-item .reply-bubble{background-color:hsl(var(--muted));padding:.5rem .75rem;border-radius:var(--radius)}.post-card .reply-item .reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.post-card .reply-item .reply-user{font-size:.7rem;font-weight:600;margin:0}.post-card .reply-item .reply-user a{color:hsl(var(--foreground));text-decoration:none}.post-card .reply-item .reply-user a:hover{color:hsl(var(--primary))}.post-card .reply-item .reply-time{font-size:.6rem;color:hsl(var(--muted-foreground))}.post-card .reply-item .reply-text{font-size:.7rem;line-height:1.4;color:hsl(var(--foreground));margin:0}.post-card .reply-item .reply-actions{display:flex;gap:1rem;list-style:none;margin:.25rem 0 0;padding:0}.post-card .reply-item .reply-action-btn{background:none;border:none;font-size:.6rem;color:hsl(var(--muted-foreground));cursor:pointer;padding:0}.post-card .reply-item .reply-action-btn:hover{color:hsl(var(--primary))}.post-card .reply-input{display:flex;gap:.5rem;margin-top:.75rem}.post-card .reply-input-avatar{flex-shrink:0}.post-card .reply-input-avatar img{width:28px;height:28px;border-radius:50%;object-fit:cover}.post-card .reply-input-wrapper{flex:1;display:flex;gap:.5rem;align-items:center}.post-card .reply-input-wrapper textarea{flex:1;padding:.5rem;border:1px solid hsl(var(--border));border-radius:20px;background-color:hsl(var(--input-bg));color:hsl(var(--foreground));font-size:.7rem;resize:none}.post-card .reply-input-wrapper textarea:focus{outline:none;border-color:hsl(var(--primary))}.post-card .reply-input-wrapper button{padding:.25rem .75rem;background-color:hsl(var(--primary));color:#fff;border:none;border-radius:20px;font-size:.7rem;cursor:pointer}.post-card .reply-input-wrapper button:hover{background-color:hsl(var(--primary)/.9)}.post-card .load-more-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-size:.75rem;color:hsl(var(--muted-foreground));cursor:pointer;margin-top:1rem;padding:0}.post-card .load-more-btn:hover{color:hsl(var(--primary))}.post-card .spinner-dots{display:flex;gap:.25rem}.post-card .spinner-dots-dot{width:4px;height:4px;background-color:currentColor;border-radius:50%;animation:dotPulse 1.4s infinite ease-in-out}.post-card .spinner-dots-dot:nth-child(1){animation-delay:-.32s}.post-card .spinner-dots-dot:nth-child(2){animation-delay:-.16s}.post-card .post-version{font-size:.75rem;color:hsl(var(--muted-foreground));margin:0}.post-card .download-btn{padding:.25rem .75rem;background-color:hsl(var(--primary)/.1);color:hsl(var(--primary));text-decoration:none;font-size:.75rem;font-weight:500;border-radius:var(--radius);transition:all .2s ease}.post-card .download-btn:hover{background-color:hsl(var(--primary));color:#fff}.post-card .post-footer{padding:1rem;border-top:1px solid hsl(var(--border))}[data-theme=dark] .post-card{background-color:hsl(var(--card))}[data-theme=dark] .post-card .comment-bubble,[data-theme=dark] .post-card .reply-bubble{background-color:hsl(var(--muted))}@media(max-width:768px){.post-card .post-header{padding:.75rem .75rem 0}.post-card .post-body{padding:0 .75rem}.post-card .post-reactions{padding:.5rem .75rem}.post-card .add-comment,.post-card .comments-section{padding:.75rem}.post-card .image-grid{flex-direction:column;gap:.5rem}.post-card .replies-list{margin-left:1rem}}.add-comment-input{width:100%;box-sizing:border-box}.scholarly-text-field{--scholarly-content-padding: .65rem .75rem;position:relative;width:100%;min-width:0;border:1px solid hsl(var(--border));border-radius:var(--radius-md);background:hsl(var(--input-bg));color:hsl(var(--foreground));border:2px solid hsl(var(--primary)/.35)}.scholarly-text-field.is-disabled{opacity:.72;cursor:not-allowed}.scholarly-text-field__native{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.scholarly-text-field__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;padding:var(--scholarly-content-padding);color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.45;pointer-events:none}.scholarly-text-field__loading{min-height:200px}.scholarly-text-field .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.scholarly-compact-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;padding:.4rem .5rem;border-bottom:1px solid hsl(var(--border));border-radius:var(--radius-md) var(--radius-md) 0 0;background:hsl(var(--card))}.scholarly-compact-toolbar__group{display:inline-flex;align-items:center;gap:.2rem;padding-right:.35rem;margin-right:.2rem;border-right:1px solid hsl(var(--border)/.7)}.scholarly-compact-toolbar__group:last-child{border-right:0;margin-right:0;padding-right:0}.scholarly-compact-toolbar__group--select{gap:.35rem}.scholarly-compact-toolbar__button{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;background:transparent;color:hsl(var(--foreground));cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.scholarly-compact-toolbar__button:hover,.scholarly-compact-toolbar__button.is-active{background:hsl(var(--primary)/.12);border-color:hsl(var(--primary)/.28);color:hsl(var(--primary))}.scholarly-compact-toolbar__select{height:30px;max-width:124px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--background));color:hsl(var(--foreground));padding:0 1.6rem 0 .55rem;font-size:.78rem;outline:none}.scholarly-text-field .editor-shell--compact{padding-bottom:0}.scholarly-text-field .editor-shell--compact .editor-toolbar-shell{position:static;top:auto;z-index:2}.scholarly-text-field .editor-shell--compact .editor-toolbar-wrapper{overflow-x:auto;overflow-y:hidden}.scholarly-text-field .editor-shell--compact .editor-toolbar-spacer{display:none}.scholarly-text-field .editor-shell--compact .editor-toolbar-panel{border:0;border-bottom:1px solid hsl(var(--border));border-radius:var(--radius-md) var(--radius-md) 0 0;background:hsl(var(--card));padding:.35rem .45rem}.scholarly-text-field .editor-shell--compact .editor-toolbar-group{min-width:auto;padding:0 .45rem}.scholarly-text-field .editor-shell--compact .editor-toolbar-group-label{display:none}.scholarly-text-field .editor-shell--compact .editor-toolbar-action-button.btn.btn-ghost{width:30px;height:30px;min-width:30px;min-height:30px}.scholarly-text-field .editor-shell--compact .editor-scroll-region{display:block;overflow:visible;padding:0}.scholarly-text-field .editor-shell--compact .editor-zoom-stage,.scholarly-text-field .editor-shell--compact .editor-zoom-stage__content,.scholarly-text-field .editor-shell--compact .editor-content-shell,.scholarly-text-field .editor-shell--compact .editor-container,.scholarly-text-field .editor-shell--compact .editor-typography{width:100%;max-width:100%}.scholarly-text-field .editor-shell--compact .editor-zoom-stage__content{position:relative;transform:none}.scholarly-text-field .editor-shell--compact .editor-content-shell{margin:0}.scholarly-text-field .editor-shell--compact .editor-typography{min-height:200px;padding:var(--scholarly-content-padding);background:transparent;font-family:var(--font-base);font-size:.875rem;line-height:1.55}.scholarly-text-field .editor-shell--compact .editor-container p{margin-top:.2rem;margin-bottom:.2rem}.scholarly-text-field .editor-shell--compact .editor-typography>:first-child{margin-top:0}.scholarly-text-field .editor-shell--compact .author-blockquote,.scholarly-text-field .editor-shell--compact .citation-block,.scholarly-text-field .editor-shell--compact .toc-marker{margin:.45rem 0}@media(max-width:768px){.scholarly-text-field__placeholder,.scholarly-text-field .editor-shell--compact .editor-typography{font-size:.8125rem}}.custom-chart{width:fit-content;max-width:100%;font-family:var(--font-primary);background-color:hsl(var(--card));color:hsl(var(--card-foreground));border-radius:calc(var(--radius) * 1.5);border:1px solid hsl(var(--border));overflow:hidden;position:relative;transition:all .3s ease}.custom-chart:hover{border-color:hsl(var(--accent)/.3);box-shadow:0 10px 40px #00000014}.custom-chart .chart-container{position:relative;padding:20px;background-color:hsl(var(--card));border-radius:calc(var(--radius) * 1.5);width:100%;box-sizing:border-box}.custom-chart .chart-svg{display:block;margin:0 auto;overflow:visible}.custom-chart .chart-svg .x-axis path,.custom-chart .chart-svg .x-axis line,.custom-chart .chart-svg .y-axis path,.custom-chart .chart-svg .y-axis line{stroke:hsl(var(--border));stroke-width:1}.custom-chart .chart-svg .x-axis text,.custom-chart .chart-svg .y-axis text{fill:hsl(var(--muted-foreground));font-family:var(--font-primary);font-size:11px}.custom-chart .chart-svg .axis-label{fill:hsl(var(--foreground));font-family:var(--font-primary);font-size:12px;font-weight:500}.custom-chart .chart-svg .chart-title{fill:hsl(var(--heading-color));font-family:var(--font-primary);font-size:16px;font-weight:600}.custom-chart .chart-svg.chart-bar .bar{transition:fill .3s ease,opacity .3s ease;cursor:pointer}.custom-chart .chart-svg.chart-bar .bar:hover{opacity:.8;filter:brightness(1.1)}.custom-chart .chart-svg.chart-line .line{fill:none;stroke-width:2;transition:stroke-width .3s ease}.custom-chart .chart-svg.chart-line .point{cursor:pointer;transition:r .3s ease,fill .3s ease}.custom-chart .chart-svg.chart-line .point:hover{r:6;fill:hsl(var(--accent))}.custom-chart .chart-svg.chart-pie .arc,.custom-chart .chart-svg.chart-donut .arc{cursor:pointer;transition:transform .3s ease}.custom-chart .chart-svg.chart-pie .arc:hover,.custom-chart .chart-svg.chart-donut .arc:hover{transform:scale(1.05)}.custom-chart .chart-svg.chart-pie .arc path,.custom-chart .chart-svg.chart-donut .arc path{transition:fill-opacity .3s ease}.custom-chart .chart-svg.chart-pie .arc path:hover,.custom-chart .chart-svg.chart-donut .arc path:hover{fill-opacity:.9}.custom-chart .chart-svg.chart-pie .pie-label,.custom-chart .chart-svg.chart-donut .pie-label{fill:hsl(var(--card-foreground));font-family:var(--font-primary);font-size:10px;font-weight:500;pointer-events:none;transition:fill .3s ease}[data-theme=dark] .custom-chart .chart-svg.chart-pie .pie-label,[data-theme=dark] .custom-chart .chart-svg.chart-donut .pie-label{fill:#fff}.custom-chart .chart-svg.chart-area .area{transition:fill-opacity .3s ease}.custom-chart .chart-svg.chart-area .area:hover{fill-opacity:.5}.custom-chart .chart-svg.chart-scatter .scatter-point{cursor:pointer;transition:r .3s ease,fill .3s ease}.custom-chart .chart-svg.chart-scatter .scatter-point:hover{r:8;fill:hsl(var(--accent))}.custom-chart.editor-chart--justify{width:100%}.custom-chart.editor-chart--justify .chart-svg{width:100%;height:auto;margin:0}.custom-chart .chart-tooltip{position:fixed;background-color:hsl(var(--popover));color:hsl(var(--popover-foreground));padding:12px 16px;border-radius:calc(var(--radius) * .75);font-size:12px;font-family:var(--font-primary);line-height:1.4;box-shadow:0 8px 30px #00000026;border:1px solid hsl(var(--border));z-index:1000;pointer-events:none;max-width:250px;transform:translateY(-100%)}.custom-chart .chart-tooltip:before{content:"";position:absolute;top:100%;left:10px;border-width:6px;border-style:solid;border-color:hsl(var(--popover)) transparent transparent transparent}.custom-chart .chart-tooltip strong{color:hsl(var(--accent));font-weight:600;margin-bottom:4px;display:inline-block}[data-theme=dark] .custom-chart .chart-tooltip{background-color:hsl(var(--card));border-color:hsl(var(--border))}.custom-chart .chart-legend{padding:16px 20px;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted)/.3)}.custom-chart .chart-legend .legend-title{margin:0 0 12px;font-size:13px;font-weight:600;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.05em}.custom-chart .chart-legend .legend-items{display:flex;flex-wrap:wrap;gap:12px}.custom-chart .chart-legend .legend-item{display:flex;align-items:center;gap:8px;padding:6px 12px;background-color:hsl(var(--secondary)/.3);border-radius:calc(var(--radius) * .5);transition:all .2s ease}.custom-chart .chart-legend .legend-item:hover{background-color:hsl(var(--secondary));transform:translateY(-1px)}.custom-chart .chart-legend .legend-color{width:12px;height:12px;border-radius:3px;display:inline-block;border:1px solid hsl(var(--border))}.custom-chart .chart-legend .legend-label{font-size:12px;color:hsl(var(--foreground));font-weight:500}.custom-chart .chart-legend .legend-value{font-size:11px;color:hsl(var(--muted-foreground));margin-left:4px}.custom-chart .chart-controls{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background-color:hsl(var(--muted)/.1);border-top:1px solid hsl(var(--border)/.5);font-size:11px}.custom-chart .chart-controls .chart-type-indicator,.custom-chart .chart-controls .chart-data-info{display:flex;align-items:center;gap:8px}.custom-chart .chart-controls .type-label,.custom-chart .chart-controls .data-points{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;font-weight:500}.custom-chart .chart-controls .type-value{background-color:hsl(var(--accent)/.1);color:hsl(var(--accent));padding:4px 8px;border-radius:12px;font-weight:600;font-size:10px}.custom-chart .chart-controls .data-range{color:hsl(var(--muted-foreground));font-style:italic}@media(max-width:768px){.custom-chart .chart-container{padding:12px}.custom-chart .chart-legend{padding:12px 16px}.custom-chart .chart-legend .legend-items{gap:8px}.custom-chart .chart-legend .legend-item{padding:4px 8px}.custom-chart .chart-controls{flex-direction:column;gap:8px;align-items:flex-start;padding:10px 16px}}@media(max-width:480px){.custom-chart .chart-legend .legend-items{flex-direction:column;gap:6px}}.chart-card{padding:24px;background:linear-gradient(135deg,hsl(var(--card)),hsl(var(--card)/.95));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:0 4px 20px #0000000d}.chart-minimal .chart-legend,.chart-minimal .chart-controls{display:none}.chart-minimal .chart-container{padding:0}.chart-minimal .chart-svg{border-radius:calc(var(--radius) * .75)}.chart-interactive .bar,.chart-interactive .point,.chart-interactive .arc,.chart-interactive .scatter-point{cursor:pointer}.chart-interactive .bar:active,.chart-interactive .point:active,.chart-interactive .arc:active,.chart-interactive .scatter-point:active{transform:scale(.95)}.chart-animated .bar,.chart-animated .point,.chart-animated .arc,.chart-animated .line,.chart-animated .area{animation:chart-appear .8s ease-out}@keyframes chart-appear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chart-export-button{position:absolute;top:12px;right:12px;z-index:10;background:hsl(var(--accent)/.1);border:1px solid hsl(var(--accent)/.3);color:hsl(var(--accent));padding:6px 12px;border-radius:calc(var(--radius) * .5);font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease}.chart-export-button:active{transform:translateY(0)}.editor-typography{width:min(100%,var(--editor-content-width, 65ch));max-width:var(--editor-content-width, 65ch);margin-left:auto;margin-right:auto;min-height:200px;color:var(--editor-page-text);background:var(--editor-page-bg);color-scheme:inherit;caret-color:hsl(var(--primary));font-size:var(--editor-body-font-size, 1rem);line-height:var(--editor-body-line-height, 1.75);white-space:pre-wrap;outline:none;overflow-wrap:anywhere;word-break:normal;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.editor-typography:focus,.editor-typography:focus-visible{outline:none}.editor-typography>*{max-width:100%;box-sizing:border-box}.editor-container .editor-typography :is(p,li,h1,h2,h3,h4,h5,h6){color:inherit;overflow-wrap:anywhere;word-break:normal}.editor-scroll-region{position:relative;display:flex;justify-content:center;overflow-x:auto;overflow-y:auto}.editor-content-shell{width:max-content;max-width:none;margin-top:0;margin-bottom:1.25rem}.editor-container:focus-visible{outline:none}.editor-container img,.editor-container table,.editor-container .custom-chart-block,.editor-container .author-blockquote,.editor-container .citation-block{max-width:100%}.editor-container p{margin-top:.5rem;margin-bottom:.5rem}.editor-container p,.editor-container table{position:relative}.highlight-first-row{border:1px solid red}.editor-container ul,.editor-container ol{padding:0 1rem;margin:.25rem 1rem .25rem .4rem}.editor-container ul{list-style-type:disc}.editor-container ol{list-style-type:decimal}.editor-container ol li p,.editor-container ul li p{margin-top:.25em;margin-bottom:.25em}.editor-container code{background-color:var(--editor-page-bg-muted);color:var(--editor-page-text);border:1px solid var(--editor-page-border);padding:.125rem .25rem;border-radius:.375rem;margin-left:.125rem;margin-right:.125rem}.editor-container h1{font-size:var(--editor-heading-1-size, 1.5rem);line-height:2rem;font-weight:700;margin-bottom:1rem}.editor-container h2{font-size:var(--editor-heading-2-size, 1.25rem);line-height:1.75rem;font-weight:700;margin-bottom:1rem}.editor-container>:first-child{margin-top:0}.editor-container blockquote{border-left:2px solid var(--editor-page-border);padding-left:1rem;margin:1.5rem 0}.rm-with-pagination{background-color:var(--editor-page-bg);color:var(--editor-page-text);transition:background-color .2s ease,color .2s ease,border-color .2s ease}.rm-with-pagination .rm-page-footer:after{color:var(--editor-page-muted)}.rm-with-pagination .breaker{background-color:transparent}.rm-with-pagination .rm-first-page-header,.rm-with-pagination .rm-page-footer,.rm-with-pagination .rm-page-header{background-color:var(--editor-page-bg);color:var(--editor-page-muted)}.rm-with-pagination .rm-page-footer *,.rm-with-pagination .rm-page-header *,.rm-with-pagination .rm-first-page-header *{color:inherit}.rm-with-pagination table tr:is(:first-child){margin-top:1rem}.rm-with-pagination table tr:is(:last-child){margin-bottom:1rem}.tableWrapper table{width:100%;background-color:transparent;border-collapse:collapse;border:none}.tableWrapper table th,.tableWrapper table td{border:1px solid var(--editor-page-border)}.editor-container table tbody{width:100%}.editor-container table td,.editor-container table th{border:1px solid var(--editor-page-border);padding:5px}.header-footer-container .editor-container{white-space:normal}.header-footer-container .editor-container.is-empty{position:relative;width:100px}.header-footer-container .editor-container.is-empty:before{position:absolute}.header-footer-container .header-left-editor.is-empty:before{content:"Header Left";color:var(--editor-page-muted)}.header-footer-container .header-right-editor.is-empty:before{content:"Header Right";color:var(--editor-page-muted)!important}.header-footer-container .footer-left-editor.is-empty:before{content:"Footer Left";color:var(--editor-page-muted)!important}.header-footer-container .footer-right-editor.is-empty:before{content:"Footer Right";color:var(--editor-page-muted)!important}@media print{html,body,#root,.main-layout-container,.layout-main-content,.layout-main,.main-content-wrapper,.create-case-study,.case-study-container-page{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}body *{visibility:hidden!important}#printableArea,#printableArea *{visibility:visible!important}#printableArea{position:static!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;overflow:visible!important;color:#111!important;background:#fff!important}.create-case-study,.case-study-container-page,#printableArea,#printableArea .editor-content-shell,#printableArea .editor-container,#printableArea .rm-with-pagination,#printableArea .editor-typography{display:block!important;color:#111!important;background:#fff!important;text-shadow:none!important;filter:none!important;overflow:visible!important}#printableArea .editor-typography,#printableArea .editor-typography *{color:#111!important;background:transparent!important}#printableArea .editor-typography,#printableArea .editor-container,#printableArea .rm-with-pagination{page-break-inside:auto!important;break-inside:auto!important}#printableArea .editor-container code,#printableArea .custom-chart-block .chart-block-shell,#printableArea .citation-block,#printableArea .author-blockquote,#printableArea .rm-page-header,#printableArea .rm-page-footer,#printableArea .rm-first-page-header{background:#f5f5f5!important}#printableArea .rm-with-pagination,#printableArea .rm-page-header,#printableArea .rm-page-footer,#printableArea .rm-first-page-header,#printableArea .custom-chart-block .chart-block-shell,#printableArea .editor-container code,#printableArea .editor-container table td,#printableArea .editor-container table th{border-color:#d9d9d9!important}#printableArea .blockquote-author,#printableArea .citation-translation,#printableArea .citation-source,#printableArea .rm-page-header,#printableArea .rm-page-footer,#printableArea .rm-page-footer:after{color:#555!important}#printableArea .quote-text,#printableArea .citation-sanskrit,#printableArea .editor-chart--simple .chart-svg .chart-title,#printableArea .editor-chart--simple .chart-legend .legend-title,#printableArea .editor-chart--simple .chart-controls .type-value{color:#111!important;fill:#111!important}.toolbar-container,.handle,.editor-toolbar-shell,.editor-toolbar-mobile-shell,.editor-toolbar-print-overlay,.editor-toolbar-print-dialog,.editor-page-stats,.editor-zoom-controls,.tiptap-bubble-menu,.tiptap-inline-suggestion-menu,.header-footer-overlay,.header-footer-dialog,.resize-handle,.editor-header{display:none!important}#printableArea .editor-container .rm-with-pagination{min-height:0!important;height:auto!important;width:100%!important;border:none!important;padding:0!important}#printableArea .editor-container,#printableArea .editor-container .rm-with-pagination{border:none!important}#printableArea .editor-container #pages,#printableArea .editor-container .rm-first-page-header{display:none!important}}@media print{html,body{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:#fff!important;color:#111!important}}:root,.editor-toolbar-shell,.editor-toolbar-mobile-shell,.editor-toolbar-mobile-dialog,.header-footer-dialog,.tiptap-bubble-menu,.tiptap-inline-suggestion-menu,.editor-container,.header-footer-container{--editor-surface: hsl(var(--card));--editor-surface-elevated: hsl(var(--popover));--editor-surface-muted: hsl(var(--muted));--editor-text: hsl(var(--foreground));--editor-muted: hsl(var(--muted-foreground));--editor-border: hsl(var(--border));--editor-primary-soft: hsl(var(--primary) / .12);--editor-accent-soft: hsl(var(--accent) / .12);--editor-overlay: var(--fab-action-overlay);--editor-shadow-sm: 0 12px 24px hsl(var(--foreground) / .08);--editor-shadow-md: 0 18px 35px hsl(var(--foreground) / .14);--editor-shadow-lg: 0 25px 45px hsl(var(--foreground) / .18);--editor-shadow-xl: 0 30px 50px hsl(var(--foreground) / .22);--editor-menu-bg: hsl(var(--popover) / .96);--editor-menu-border: hsl(var(--border) / .55);--editor-menu-shadow: 0 18px 48px hsl(var(--foreground) / .16);--editor-page-bg: hsl(var(--card));--editor-page-bg-muted: hsl(var(--muted) / .75);--editor-page-text: hsl(var(--foreground));--editor-page-muted: hsl(var(--muted-foreground));--editor-page-border: hsl(var(--border)/.55);--editor-page-gap: hsl(var(--background));--editor-page-shadow: none}.editor-toolbar-shell{position:sticky;top:0;z-index:10}.editor-toolbar-wrapper{width:100%}.editor-shell{position:relative;padding-bottom:84px}.editor-scroll-region{position:relative;padding:.75rem 1rem 1.5rem;align-items:flex-start}.editor-toolbar-panel{border:1px solid var(--editor-border);border-radius:14px;padding:.5rem .65rem;background:hsl(var(--card)/.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:stretch;gap:0}.editor-toolbar-main-row{display:flex;align-items:stretch;width:100%}.editor-toolbar-items-shell{width:100%;min-width:0}.editor-toolbar-groups{display:flex;flex-wrap:wrap;align-items:stretch;gap:0;width:100%}.editor-toolbar-group{display:flex;flex-direction:column;justify-content:space-between;gap:.4rem;min-width:88px;padding:0 .75rem;border-right:1px solid hsl(var(--foreground)/.15);margin:.2rem 0}.editor-toolbar-group:last-child{border-right:none}.editor-toolbar-group-content{display:flex;width:100%;justify-content:center}.editor-toolbar-group-buttons{display:flex;align-items:center;justify-content:center;gap:.3rem;flex-wrap:wrap}.editor-toolbar-group-item{display:flex;align-items:center;gap:.3rem}.editor-toolbar-group-label{font-size:.42rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--editor-muted);text-align:center;white-space:nowrap;line-height:1.2}.editor-toolbar-table-button{font-size:.75rem;padding:.15rem .4rem;border-radius:4px}.editor-toolbar-table-button--danger{color:hsl(var(--destructive))}.editor-toolbar-print-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--editor-overlay);z-index:50}.editor-toolbar-print-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--editor-surface-elevated);color:var(--editor-text);padding:24px;border-radius:12px;width:min(90vw,420px);z-index:51}.editor-toolbar-print-title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.editor-toolbar-print-description{margin-bottom:1rem;color:var(--editor-muted);font-size:.9rem}.editor-toolbar-print-actions{display:flex;justify-content:flex-end;gap:.75rem}.editor-toolbar-heading-select{min-width:152px;max-width:172px;font-weight:500}.editor-toolbar-heading-select--active{background:var(--editor-primary-soft);border-color:hsl(var(--primary)/.32)}.editor-toolbar-page-select{min-width:96px;max-width:112px}.editor-toolbar-font-size-select{min-width:108px;max-width:120px}.editor-toolbar-alignment-button.btn.btn-ghost{min-width:34px;width:34px}.editor-toolbar-short-label{font-size:.68rem;font-weight:700;letter-spacing:.03em}.editor-toolbar-custom-icon{display:block;width:16px;height:16px}.editor-toolbar-action-button.btn.btn-ghost{width:32px;height:32px;min-width:32px;min-height:32px;padding:0;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--secondary)/.5);color:hsl(var(--foreground));border:1px solid hsl(var(--border));transition:all .15s ease}.editor-toolbar-action-button.btn.btn-ghost:hover:not(:disabled){background:hsl(var(--accent)/.15);color:hsl(var(--accent));border-color:hsl(var(--accent)/.3);transform:translateY(-1px)}.editor-toolbar-action-button--active.btn.btn-ghost{background:var(--editor-primary-soft);border-color:hsl(var(--primary)/.32);color:hsl(var(--primary))}.editor-toolbar-action-button--danger.btn.btn-ghost,.editor-toolbar-table-button--danger{color:hsl(var(--destructive))}.editor-toolbar-mobile-shell{position:fixed;bottom:0;left:0;right:0;background:hsl(var(--card)/.96);border-top:1px solid var(--editor-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem .75rem;z-index:40}.editor-toolbar-mobile-row{display:flex;justify-content:space-between;gap:.5rem;align-items:center;max-width:100%;overflow-x:auto;scrollbar-width:none}.editor-toolbar-mobile-trigger{min-width:92px;border-radius:999px;border:1px solid hsl(var(--border));background:hsl(var(--secondary)/.55)}.editor-toolbar-mobile-quick-actions{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto}.editor-toolbar-mobile-row::-webkit-scrollbar{display:none}.editor-toolbar-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--editor-overlay);z-index:60}.editor-toolbar-mobile-dialog{position:fixed;bottom:0;left:0;right:0;max-height:85vh;overflow-y:auto;border-radius:24px 24px 0 0;background:var(--editor-surface-elevated);color:var(--editor-text);padding:20px 16px 18px;z-index:61;padding-bottom:max(18px,12px + env(safe-area-inset-bottom,0px))}.editor-toolbar-mobile-handle{width:48px;height:6px;border-radius:999px;background:var(--editor-border);margin:0 auto 1.25rem}.editor-toolbar-mobile-title{font-size:1rem;font-weight:600;text-align:center;margin-bottom:.9rem}.editor-toolbar-mobile-content{display:flex;flex-direction:column;gap:1rem}.editor-toolbar-mobile-section{display:flex;flex-direction:column;gap:.4rem;padding-bottom:.85rem;border-bottom:1px solid hsl(var(--foreground)/.12)}.editor-toolbar-mobile-section:last-child{padding-bottom:0;border-bottom:none}.editor-toolbar-mobile-section-title{font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:var(--editor-muted)}.editor-toolbar-mobile-controls{display:flex;flex-wrap:wrap;gap:.35rem}.editor-toolbar-mobile-controls--stacked{align-items:flex-start}.editor-toolbar-mobile-table{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;border:1px dashed transparent;border-radius:10px;padding:.3rem .4rem;transition:background .2s ease,border-color .2s ease}.editor-toolbar-mobile-table--active{background:var(--editor-accent-soft);border-color:hsl(var(--accent)/.28)}.editor-toolbar-mobile-table-trigger{margin-right:0}.editor-toolbar-mobile-table-trigger--active{margin-right:.5rem}.editor-toolbar-mobile-page-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.editor-toolbar-mobile-page-btn{display:flex;align-items:center;gap:.35rem}.editor-toolbar-mobile-select-wrapper{margin-top:.3rem;width:100%}.editor-toolbar-mobile-select{width:100%;border:1px solid var(--editor-border);border-radius:10px;padding:.6rem .75rem;font-size:.95rem;background:hsl(var(--muted)/.65);color:var(--editor-text)}.editor-toolbar-mobile-select-wrapper .editor-toolbar-heading-select,.editor-toolbar-mobile-select-wrapper .editor-toolbar-font-family-select,.editor-toolbar-mobile-select-wrapper .editor-toolbar-font-size-select{width:100%;max-width:none}.editor-toolbar-toolbar-select{margin-bottom:0;width:auto}.editor-toolbar-toolbar-select .custom-select{background:hsl(var(--secondary)/.35);border-color:hsl(var(--border));border-radius:8px;width:100%}.editor-toolbar-toolbar-select .custom-select:hover:not(.is-disabled){border-color:hsl(var(--accent)/.35)}.editor-toolbar-toolbar-select .custom-select.is-open{border-color:hsl(var(--primary)/.4)}.editor-toolbar-toolbar-select .custom-select-trigger{min-height:32px;padding:.35rem .65rem}.editor-toolbar-toolbar-select .custom-select-trigger-text{font-size:.82rem;white-space:nowrap}.editor-page-stats,.editor-zoom-controls{position:fixed;bottom:18px;display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--editor-border);border-radius:999px;background:hsl(var(--card)/.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--editor-text);z-index:12}.editor-page-stats{position:fixed;bottom:18px;display:inline-flex;align-items:center;gap:.6rem;padding:.55rem .8rem;border:1px solid var(--editor-border);border-radius:999px;background:hsl(var(--card)/.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--editor-text);z-index:12}.editor-page-stats{display:flex;flex-direction:column;font-size:.84rem;font-weight:500}.editor-page-stats-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--editor-muted)}.editor-page-stats-text{display:flex;flex-direction:column;gap:.1rem;line-height:1.2}.editor-zoom-controls{right:var(--editor-zoom-right-offset, 18px);gap:.35rem}.editor-zoom-btn{width:30px;height:30px;min-width:30px;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--secondary)/.55);color:hsl(var(--foreground));display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.editor-zoom-btn:hover{background:var(--editor-primary-soft);border-color:hsl(var(--primary)/.3);color:hsl(var(--primary));transform:translateY(-1px)}.editor-zoom-value{min-width:48px;text-align:center;font-size:.82rem;font-weight:600}.editor-toolbar-mobile-select-wrapper .editor-toolbar-toolbar-select{width:100%}.editor-toolbar-mobile-close{position:absolute;top:10px;right:10px}.editor-toolbar-icon--spaced{margin-right:.5rem}@media(min-width:768px){.editor-toolbar-mobile-shell{display:none}}@media(max-width:1024px){.editor-toolbar-group{min-width:76px;padding:0 .6rem}.editor-toolbar-font-family-select{width:fit-content!important}}@media(max-width:767px){.editor-toolbar-mobile-shell{display:none}.editor-toolbar-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.editor-toolbar-panel{width:max-content;min-width:100%;padding:.45rem .5rem}.editor-toolbar-main-row,.editor-toolbar-items-shell,.editor-toolbar-groups{width:max-content;min-width:100%}.editor-toolbar-groups{flex-wrap:nowrap;align-items:center}.editor-toolbar-group{flex:0 0 auto;min-width:auto;padding:0 .5rem;margin:0}.editor-toolbar-group-content,.editor-toolbar-group-buttons{flex-wrap:nowrap}.editor-toolbar-group-label{font-size:.38rem;letter-spacing:.12em}.editor-toolbar-heading-select{min-width:132px;max-width:132px}.editor-toolbar-font-family-select{min-width:148px!important;max-width:148px!important}.editor-toolbar-font-size-select{min-width:92px;max-width:92px}.editor-toolbar-page-select{min-width:82px;max-width:82px}.editor-toolbar-toolbar-select .custom-select-trigger{min-height:30px;padding:.25rem .55rem}.editor-toolbar-toolbar-select .custom-select-trigger-text{font-size:.76rem}.editor-shell{padding-bottom:132px}.editor-scroll-region{padding:.5rem .75rem 1rem}.editor-page-stats,.editor-zoom-controls{bottom:72px}.editor-page-stats{left:12px;font-size:.78rem}.editor-zoom-controls{right:12px}}@media(max-width:480px){.editor-toolbar-mobile-shell{padding:.45rem .6rem}.editor-toolbar-mobile-row{gap:.4rem}.editor-toolbar-mobile-trigger{min-width:84px;padding-inline:.8rem}.editor-toolbar-mobile-dialog{max-height:78vh;border-radius:20px 20px 0 0;padding:16px 12px 14px;padding-bottom:max(14px,10px + env(safe-area-inset-bottom,0px))}.editor-toolbar-mobile-content{gap:.85rem}.editor-toolbar-mobile-controls .editor-toolbar-action-button.btn.btn-ghost,.editor-toolbar-mobile-quick-actions .editor-toolbar-action-button.btn.btn-ghost{width:36px;height:36px;min-width:36px;min-height:36px}.editor-toolbar-mobile-select-wrapper .editor-toolbar-toolbar-select .custom-select-trigger{min-height:36px;padding:.35rem .65rem}.editor-toolbar-mobile-select-wrapper .editor-toolbar-toolbar-select .custom-select-trigger-text{font-size:.78rem}}.header-footer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--editor-overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50}.header-footer-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(90vw,820px);max-height:80vh;background:var(--editor-surface-elevated);color:var(--editor-text);padding:24px;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;z-index:51}.header-footer-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;display:flex;gap:.5rem;align-items:baseline;color:var(--editor-text)}.header-footer-page-tag{font-size:.9rem;color:var(--editor-muted)}.header-footer-description{font-size:.9rem;color:var(--editor-muted);margin-bottom:.75rem}.header-footer-inline-toolbar{display:inline-flex;margin-bottom:.5rem;padding-top:.25rem;align-self:flex-start}.header-footer-body{flex:1;overflow-y:auto;margin-top:.5rem;padding-right:.5rem}.header-footer-preview-row{display:flex;justify-content:space-between;gap:.75rem;margin:0 auto .5rem}.header-footer-gap{text-align:center;background-color:var(--editor-surface-muted);color:var(--editor-text);padding:.5rem .25rem;margin:.25rem 0;border-radius:4px;font-size:.9rem}.header-footer-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;gap:1rem}.header-footer-toggle{display:flex;align-items:center;gap:.5rem;color:var(--editor-text);font-size:.9rem}.header-footer-toggle label{cursor:pointer;-webkit-user-select:none;user-select:none}.header-footer-checkbox{width:16px;height:16px;accent-color:hsl(var(--primary))}.header-footer-buttons{display:flex;align-items:center;gap:.5rem}.header-footer-cancel{color:hsl(var(--destructive))}.header-footer-cancel:hover{color:hsl(var(--destructive));background-color:hsl(var(--destructive)/.12)}@media(max-width:640px){.header-footer-dialog{width:95vw;padding:20px}.header-footer-actions{flex-direction:column;align-items:stretch}.header-footer-buttons{justify-content:flex-end}}.custom-chart-block{margin:24px 0;display:flex;break-inside:avoid;page-break-inside:avoid}.custom-chart-block.custom-chart-block--left{justify-content:flex-start}.custom-chart-block.custom-chart-block--center{justify-content:center}.custom-chart-block.custom-chart-block--right{justify-content:flex-end}.custom-chart-block.custom-chart-block--justify{justify-content:flex-start}.custom-chart-block .chart-block-shell{padding:12px;background:var(--editor-page-bg);border:1px solid var(--editor-page-border);border-radius:10px;width:fit-content;max-width:100%}.custom-chart-block .chart-viewport{max-width:100%}.custom-chart-block.custom-chart-block--justify .chart-block-shell,.custom-chart-block.custom-chart-block--justify .editor-chart{width:100%}.custom-chart-block .empty-chart{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:220px;padding:24px;border:1px dashed var(--editor-page-border);border-radius:8px;background:var(--editor-page-bg-muted);color:var(--editor-page-muted);text-align:center}.custom-chart-block .empty-chart strong{color:var(--editor-page-text);font-size:.98rem}.custom-chart-block .empty-chart span{max-width:280px;font-size:.9rem;line-height:1.5}.custom-chart-block .editor-chart{border:none;background:transparent;border-radius:0}.custom-chart-block .editor-chart:hover{border:none}.custom-chart-block .editor-chart .chart-container{padding:0;background:transparent;border-radius:0}.custom-chart-block .editor-chart .chart-legend{margin-top:12px;padding:12px 0 0;border-top:1px solid var(--editor-page-border);background:transparent;border-radius:0}.custom-chart-block .editor-chart .chart-controls{margin-top:10px;background:transparent;border-top:1px solid var(--editor-page-border);padding:10px 0 0}.custom-chart-block .editor-chart--simple .chart-svg .chart-title{fill:var(--editor-page-text)}.custom-chart-block .editor-chart--simple .chart-legend .legend-title{margin-bottom:8px;color:var(--editor-page-text);font-size:12px;font-weight:600;letter-spacing:normal;text-transform:none}.custom-chart-block .editor-chart--simple .chart-legend .legend-items{gap:8px}.custom-chart-block .editor-chart--simple .chart-legend .legend-item{padding:0;background:transparent;border-radius:0}.custom-chart-block .editor-chart--simple .chart-controls{font-size:12px}.custom-chart-block .editor-chart--simple .chart-controls .type-label,.custom-chart-block .editor-chart--simple .chart-controls .data-points,.custom-chart-block .editor-chart--simple .chart-controls .data-range{color:var(--editor-page-muted);text-transform:none;letter-spacing:normal}.custom-chart-block .editor-chart--simple .chart-controls .type-value{padding:0;border-radius:0;background:transparent;color:var(--editor-page-text);font-size:12px;font-weight:500}.resizable-chart{position:relative;border-radius:var(--radius);transition:all .2s ease;display:inline-block;max-width:100%}.resizable-chart:hover{outline:1px dashed var(--editor-page-border)}.resizable-chart:focus-within{outline:2px solid hsl(var(--primary))}.resize-handle{position:absolute;background:hsl(var(--primary));border-radius:999px;transition:all .15s ease;display:flex;align-items:center;justify-content:center;z-index:3}.resize-handle:hover{background:hsl(var(--accent))}.resize-handle:after{content:"";opacity:.8}.resize-handle--width{width:14px;height:42px;right:-8px;top:50%;transform:translateY(-50%);cursor:ew-resize}.resize-handle--width:hover{transform:translateY(-50%) scale(1.08)}.resize-handle--width:after{width:2px;height:22px;border-left:2px solid hsl(var(--primary-foreground));border-right:2px solid hsl(var(--primary-foreground))}.resize-handle--height{width:42px;height:14px;left:50%;top:-8px;transform:translate(-50%);cursor:ns-resize}.resize-handle--height:hover{transform:translate(-50%) scale(1.08)}.resize-handle--height:after{width:22px;height:2px;border-top:2px solid hsl(var(--primary-foreground));border-bottom:2px solid hsl(var(--primary-foreground))}.tiptap-bubble-menu{position:fixed;display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;background:var(--editor-menu-bg);color:hsl(var(--popover-foreground));border:1px solid var(--editor-menu-border);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50}.tiptap-bubble-menu__buttons{display:flex;align-items:stretch;gap:.18rem}.tiptap-bubble-menu__action.btn{min-width:58px;min-height:46px;height:46px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.14rem;padding:.28rem .32rem;border-radius:10px;line-height:1}.tiptap-bubble-menu__action-icon{display:inline-flex;align-items:center;justify-content:center;min-height:14px}.tiptap-bubble-menu__action-label{font-size:.62rem;line-height:1;font-weight:500;text-align:center;white-space:nowrap}.tiptap-bubble-menu__close{padding:.18rem!important;height:24px;width:24px;border-radius:50%!important}.editor-container .footnote-marker,.editor-container .special-note-marker{font-size:.75em;font-weight:700;padding:0 2px;vertical-align:super;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s ease,transform .2s ease}.editor-container .footnote-marker:hover,.editor-container .special-note-marker:hover{opacity:.85;transform:scale(1.12)}.editor-container .footnote-marker{color:hsl(var(--primary));background:transparent;border-radius:0}.editor-container .special-note-marker{color:hsl(var(--destructive));background:hsl(var(--destructive)/.1);border-radius:3px}.editor-container .author-blockquote,.editor-container .citation-block,.editor-container .toc-marker,.editor-container .version-inline,.editor-container .footnote-marker,.editor-container .special-note-marker{cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.editor-container .author-blockquote.ProseMirror-selectednode,.editor-container .citation-block.ProseMirror-selectednode,.editor-container .toc-marker.ProseMirror-selectednode{border-radius:12px}.editor-container .author-blockquote{display:inline-flex;flex-direction:column;gap:.4rem;width:100%;max-width:100%;margin:.75rem 0;padding:.8rem .95rem;border-left:4px solid hsl(var(--ayurveda-ochre));border-radius:0 12px 12px 0;background:linear-gradient(135deg,hsl(var(--ayurveda-ochre)/.14),var(--editor-page-bg-muted));font-style:italic;vertical-align:top}.editor-container .blockquote-content{display:block}.editor-container .quote-text{color:var(--editor-page-text);line-height:1.7}.editor-container .blockquote-author{display:flex;justify-content:flex-end;width:100%;color:var(--editor-page-muted);font-size:.9em;text-align:right;font-style:normal}.editor-container .quote-category{opacity:.75}.editor-container .citation-block{display:inline-flex;flex-direction:column;gap:.35rem;width:100%;max-width:100%;margin:.75rem 0;padding:.85rem .95rem;border-left:3px solid hsl(var(--primary));border-radius:0 12px 12px 0;background:var(--editor-page-bg-muted);vertical-align:top}.editor-container .citation-sanskrit{display:block;font-family:var(--font-devanagari);font-size:1.05rem;color:var(--editor-page-text);line-height:1.7}.editor-container .citation-translation{display:block;font-style:italic;color:var(--editor-page-muted);line-height:1.6}.editor-container .citation-source{display:flex;justify-content:flex-end;align-items:center;gap:.4rem;width:100%;margin-top:.15rem;font-size:.85rem;color:var(--editor-page-muted);text-align:right}.editor-container .citation-label{font-weight:600;color:hsl(var(--primary))}.editor-container .toc-marker{display:inline;color:inherit;font-style:italic;text-decoration-line:underline;text-decoration-style:dashed;text-decoration-color:hsl(var(--accent)/.6);text-decoration-thickness:1px;text-underline-offset:2px}.editor-container .toc-marker:hover{text-decoration-color:hsl(var(--accent))}.editor-container .version-inline{position:relative;display:inline}.editor-container .version-inline:hover .version-text{text-decoration-color:hsl(var(--accent))}.editor-container .version-text{font-style:italic;text-decoration-line:underline;text-decoration-style:dashed;text-decoration-color:hsl(var(--accent)/.5);text-decoration-thickness:1px;text-underline-offset:3px;transition:text-decoration-color .2s ease}.editor-container .version-sup{margin-left:2px;padding:1px 3px;border-radius:999px;background:hsl(var(--accent)/.12);color:hsl(var(--accent));font-size:.65em;font-weight:600;vertical-align:super;-webkit-user-select:none;user-select:none}.editor-container .toc-active-highlight{animation:toc-highlight 2s ease;border-radius:12px}@keyframes toc-highlight{0%{background-color:hsl(var(--primary)/.22)}to{background-color:transparent}}.tiptap-inline-suggestion-menu{position:fixed;z-index:70;width:min(320px,100vw - 24px);padding:.45rem;border:1px solid var(--editor-menu-border);border-radius:16px;background:var(--editor-menu-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tiptap-inline-suggestion-menu__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.35rem .45rem .55rem}.tiptap-inline-suggestion-menu__group{color:hsl(var(--popover-foreground));font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tiptap-inline-suggestion-menu__hint{color:hsl(var(--muted-foreground));font-size:.75rem}.tiptap-inline-suggestion-menu__item{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;border:0;border-radius:12px;background:transparent;padding:.65rem .75rem;text-align:left;cursor:pointer;transition:background .18s ease,transform .18s ease}.tiptap-inline-suggestion-menu__item:hover,.tiptap-inline-suggestion-menu__item.is-active{background:hsl(var(--accent)/.1);transform:translateY(-1px)}.tiptap-inline-suggestion-menu__title{color:hsl(var(--popover-foreground));font-size:.92rem;font-weight:600;line-height:1.35}.tiptap-inline-suggestion-menu__subtext{color:hsl(var(--muted-foreground));font-size:.82rem;line-height:1.4}.tiptap-inline-suggestion-menu__empty{padding:.75rem;color:hsl(var(--muted-foreground));font-size:.9rem}.editor-inline-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px;background:hsl(var(--foreground)/.18);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.editor-inline-dialog{width:min(92vw,460px);display:flex;flex-direction:column;gap:1rem;padding:1.1rem;border:1px solid var(--editor-menu-border);border-radius:18px;background:var(--editor-menu-bg);box-shadow:var(--editor-menu-shadow)}.editor-inline-dialog--version{width:min(92vw,520px)}.editor-inline-dialog__title{margin:0;color:hsl(var(--popover-foreground));font-size:1.05rem;font-weight:700}.editor-inline-dialog__subtitle{display:flex;flex-direction:column;gap:.35rem;margin:0;color:hsl(var(--muted-foreground));font-size:.92rem}.editor-inline-dialog__subtitle em{color:hsl(var(--popover-foreground));font-style:italic}.editor-inline-dialog__textarea,.editor-inline-dialog__input{border:1px solid var(--editor-border);border-radius:12px;background:hsl(var(--card));color:hsl(var(--foreground));padding:.8rem .9rem;font:inherit;outline:none}.editor-inline-dialog__textarea{min-height:120px;resize:vertical}.editor-inline-dialog__version-list{display:flex;flex-direction:column;gap:.7rem;max-height:280px;overflow-y:auto}.editor-inline-dialog__toolbar,.editor-inline-dialog__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.editor-inline-dialog__toolbar{justify-content:flex-start}.editor-version-switcher{position:fixed;z-index:75;width:min(300px,100vw - 24px);padding:.6rem;border:1px solid var(--editor-menu-border);border-radius:16px;background:var(--editor-menu-bg);box-shadow:var(--editor-menu-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-version-switcher__header{display:flex;flex-direction:column;gap:.25rem;padding:.35rem .45rem .6rem}.editor-version-switcher__label{color:hsl(var(--muted-foreground));font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.editor-version-switcher__current{color:hsl(var(--popover-foreground));font-style:italic;line-height:1.45}.editor-version-switcher__options{display:flex;flex-direction:column;gap:.35rem}.editor-version-switcher__option{width:100%;border:0;border-radius:12px;background:transparent;color:hsl(var(--popover-foreground));padding:.75rem;text-align:left;cursor:pointer;transition:background .18s ease,transform .18s ease}.editor-version-switcher__option:hover{background:hsl(var(--accent)/.1);transform:translateY(-1px)}.editor-version-switcher__empty{padding:.75rem;color:hsl(var(--muted-foreground));font-size:.9rem}.rm-with-pagination .rm-page-footer{display:flex;flex-direction:column;justify-content:flex-end;gap:.18rem;max-height:none!important;overflow:visible!important;align-items:stretch}.rm-with-pagination .rm-page-footer-content{width:100%;overflow:visible!important}.rm-with-pagination .rm-page-footer-content:after{content:"";display:block;clear:both}.editor-page-notes{width:auto;margin-left:var(--rm-margin-left);margin-right:var(--rm-margin-right);margin-top:.18rem;padding-top:.22rem;border-top:1px solid hsl(var(--border)/.35)}.editor-page-note{display:flex;align-items:flex-start;gap:.32rem;width:100%;color:var(--editor-page-text);font-size:.78rem;line-height:1.35}.editor-page-note+.editor-page-note{margin-top:2.1rem}.editor-page-note__number{flex-shrink:0;font-weight:700}.editor-page-note--footnote .editor-page-note__number{color:hsl(var(--primary))}.editor-page-note--specialNote .editor-page-note__number{color:hsl(var(--destructive))}.editor-page-note__text{color:inherit;word-break:break-word;flex:1 1 auto;min-width:0}@media(max-width:767px){.tiptap-bubble-menu{max-width:calc(100vw - 16px)}.tiptap-bubble-menu__buttons{flex-wrap:wrap;justify-content:center}.tiptap-bubble-menu__action.btn{min-width:54px;min-height:42px;height:42px}.editor-page-note{font-size:.68rem}}.scholarly-composer{width:100%;min-width:0}.scholarly-composer .composer-layout{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:start;gap:1rem;width:100%}.scholarly-composer .composer-avatar{width:44px;height:44px;flex:0 0 44px;overflow:hidden;border:1px solid hsl(var(--border));border-radius:50%;background:hsl(var(--muted))}.scholarly-composer .composer-avatar img{display:block;width:100%;height:100%;object-fit:cover}.scholarly-composer .composer-content,.scholarly-composer .composer-form{display:flex;justify-content:center;align-items:center;flex-direction:column;width:96%;min-width:0}.scholarly-composer .composer-content{gap:.875rem}.scholarly-composer .composer-form{gap:1rem;margin:0}.scholarly-composer .composer-toolbar{width:100%;padding-bottom:.75rem;border-bottom:1px solid hsl(var(--border)/.75)}.scholarly-composer .composer-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;width:100%;padding-top:1rem;border-top:1px solid hsl(var(--border)/.75)}.scholarly-composer .composer-footer-content{flex:1 1 auto;min-width:0}.scholarly-composer .composer-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:auto;min-height:36px;padding:.5rem 1rem;border:1px solid hsl(var(--primary));border-radius:999px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.scholarly-composer .composer-submit:hover:not(:disabled){background:hsl(var(--primary)/.9)}.scholarly-composer .composer-submit:disabled{cursor:not-allowed;opacity:.55}.scholarly-composer.scholarly-composer--field-only .composer-layout{display:block}.scholarly-composer.scholarly-composer--field-only .composer-content{gap:0}.scholarly-composer.scholarly-composer--compact .composer-layout{grid-template-columns:32px minmax(0,1fr);gap:.65rem}.scholarly-composer.scholarly-composer--compact .composer-avatar{width:32px;height:32px;flex-basis:32px}.scholarly-composer.scholarly-composer--compact .composer-content{gap:.65rem}.scholarly-composer.scholarly-composer--compact .composer-form{gap:.75rem}.scholarly-composer.scholarly-composer--compact .composer-footer{padding-top:.75rem}@media(max-width:768px){.scholarly-composer:not(.scholarly-composer--field-only) .composer-layout{display:flex;flex-direction:column;gap:.75rem}.scholarly-composer:not(.scholarly-composer--field-only) .composer-avatar{width:38px;height:38px;flex-basis:38px}.scholarly-composer:not(.scholarly-composer--field-only) .composer-submit{width:auto}}.social-content-renderer{position:relative;width:100%;font-family:var(--font-base);color:hsl(var(--foreground))}.social-content-renderer .prose-content{position:relative;max-width:none;word-wrap:break-word;overflow-wrap:break-word;font-size:.9375rem;line-height:1.7}.social-content-renderer .prose-content.devanagari-auto{font-family:var(--font-devanagari);font-feature-settings:"kern","liga","clig","calt";text-rendering:optimizeLegibility}.social-content-renderer .prose-content .heading-1,.social-content-renderer .prose-content .heading-2,.social-content-renderer .prose-content .heading-3,.social-content-renderer .prose-content .heading-4,.social-content-renderer .prose-content .heading-5,.social-content-renderer .prose-content .heading-6,.social-content-renderer .prose-content h1,.social-content-renderer .prose-content h2,.social-content-renderer .prose-content h3,.social-content-renderer .prose-content h4,.social-content-renderer .prose-content h5,.social-content-renderer .prose-content h6{color:hsl(var(--heading-color));font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.3;position:relative}.social-content-renderer .prose-content .heading-1:before,.social-content-renderer .prose-content .heading-2:before,.social-content-renderer .prose-content .heading-3:before,.social-content-renderer .prose-content .heading-4:before,.social-content-renderer .prose-content .heading-5:before,.social-content-renderer .prose-content .heading-6:before,.social-content-renderer .prose-content h1:before,.social-content-renderer .prose-content h2:before,.social-content-renderer .prose-content h3:before,.social-content-renderer .prose-content h4:before,.social-content-renderer .prose-content h5:before,.social-content-renderer .prose-content h6:before{content:"";position:absolute;left:-32px;top:50%;transform:translateY(-50%);width:6px;height:0;background:hsl(var(--accent));border-radius:3px;transition:height .3s ease}.social-content-renderer .prose-content .heading-1:hover:before,.social-content-renderer .prose-content .heading-2:hover:before,.social-content-renderer .prose-content .heading-3:hover:before,.social-content-renderer .prose-content .heading-4:hover:before,.social-content-renderer .prose-content .heading-5:hover:before,.social-content-renderer .prose-content .heading-6:hover:before,.social-content-renderer .prose-content h1:hover:before,.social-content-renderer .prose-content h2:hover:before,.social-content-renderer .prose-content h3:hover:before,.social-content-renderer .prose-content h4:hover:before,.social-content-renderer .prose-content h5:hover:before,.social-content-renderer .prose-content h6:hover:before{height:60%}.social-content-renderer .prose-content .heading-1,.social-content-renderer .prose-content h1{font-size:2.25rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;padding-bottom:.5rem}.social-content-renderer .prose-content .heading-2,.social-content-renderer .prose-content h2{font-size:1.875rem;font-weight:700;line-height:1.3;letter-spacing:-.01em}.social-content-renderer .prose-content .heading-3,.social-content-renderer .prose-content h3{font-size:1.5rem;font-weight:600;line-height:1.4}.social-content-renderer .prose-content .heading-4,.social-content-renderer .prose-content h4{font-size:1.25rem;font-weight:600;line-height:1.4}.social-content-renderer .prose-content .heading-5,.social-content-renderer .prose-content h5{font-size:1.125rem;font-weight:600;line-height:1.4}.social-content-renderer .prose-content .heading-6,.social-content-renderer .prose-content h6{font-size:1rem;font-weight:600;line-height:1.4;color:var(--bs-muted-color)}.social-content-renderer .prose-content .content-paragraph,.social-content-renderer .prose-content p{margin:1.25rem 0;line-height:1.8;font-size:1.0625rem;color:hsl(var(--foreground));text-align:justify;-webkit-hyphens:auto;hyphens:auto}.social-content-renderer .prose-content .content-paragraph:first-child,.social-content-renderer .prose-content p:first-child{margin-top:0}.social-content-renderer .prose-content .unordered-list,.social-content-renderer .prose-content .ordered-list,.social-content-renderer .prose-content ul,.social-content-renderer .prose-content ol{margin:.5rem 0 1rem 1.5rem;padding-left:1rem}.social-content-renderer .prose-content .unordered-list li,.social-content-renderer .prose-content .ordered-list li,.social-content-renderer .prose-content ul li,.social-content-renderer .prose-content ol li{margin-bottom:.5rem;padding-left:.5rem;color:hsl(var(--foreground));font-size:1rem}.social-content-renderer .prose-content .unordered-list,.social-content-renderer .prose-content ul{list-style-type:disc}.social-content-renderer .prose-content .unordered-list ul,.social-content-renderer .prose-content ul ul{list-style-type:circle;margin-top:.25rem}.social-content-renderer .prose-content .unordered-list ul ul,.social-content-renderer .prose-content ul ul ul{list-style-type:square}.social-content-renderer .prose-content .ordered-list,.social-content-renderer .prose-content ol{list-style-type:decimal}.social-content-renderer .prose-content .ordered-list ol,.social-content-renderer .prose-content ol ol{list-style-type:lower-alpha;margin-top:.25rem}.social-content-renderer .prose-content .ordered-list ol ol,.social-content-renderer .prose-content ol ol ol{list-style-type:lower-roman}.social-content-renderer .prose-content .content-link,.social-content-renderer .prose-content a{color:hsl(var(--link-color));text-decoration:none;border-bottom:2px solid hsl(var(--link-color)/.3);padding-bottom:1px;transition:all .2s ease}.social-content-renderer .prose-content .content-link:hover,.social-content-renderer .prose-content a:hover{border-bottom-color:hsl(var(--link-color));background:hsl(var(--link-color)/.1)}.social-content-renderer .prose-content .content-link.internal-link,.social-content-renderer .prose-content a.internal-link{color:hsl(var(--primary))}.social-content-renderer .prose-content .content-link.external-link,.social-content-renderer .prose-content a.external-link{color:hsl(var(--accent))}.social-content-renderer .prose-content .content-link .external-link-icon,.social-content-renderer .prose-content a .external-link-icon{margin-left:2px;font-size:.8em}.social-content-renderer .prose-content blockquote.regular-blockquote{margin:1.5rem 0;padding-left:1rem;border-left:3px solid hsl(var(--border));color:var(--bs-muted-color);font-style:italic}.social-content-renderer .prose-content blockquote.regular-blockquote p{margin:.5rem 0;font-style:italic}.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote,.social-content-renderer .prose-content .inline-scholarly-content.citation-block{display:inline-flex;flex-direction:column;width:100%;max-width:100%;margin:.75rem 0;vertical-align:top;box-sizing:border-box;text-align:left}.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote{gap:.4rem;padding:.8rem .95rem;border-left:4px solid hsl(var(--ayurveda-ochre));border-radius:0 12px 12px 0;background:linear-gradient(135deg,hsl(var(--ayurveda-ochre)/.14),hsl(var(--muted)/.5));font-style:italic}.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote .blockquote-content,.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote .quote-text{display:block}.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote .quote-text{color:hsl(var(--foreground));line-height:1.7}.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote .blockquote-author{display:flex;justify-content:flex-end;width:100%;color:hsl(var(--muted-foreground));font-size:.9em;text-align:right;font-style:normal}.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote .quote-category{opacity:.75}.social-content-renderer .prose-content .inline-scholarly-content.citation-block{gap:.35rem;padding:.85rem .95rem;border-left:3px solid hsl(var(--primary));border-radius:0 12px 12px 0;background:hsl(var(--muted)/.5);font-style:normal}.social-content-renderer .prose-content .inline-scholarly-content.citation-block .citation-sanskrit{display:block;font-family:var(--font-devanagari);font-size:1.05rem;color:hsl(var(--foreground));line-height:1.7}.social-content-renderer .prose-content .inline-scholarly-content.citation-block .citation-translation{display:block;font-style:italic;color:hsl(var(--muted-foreground));line-height:1.6}.social-content-renderer .prose-content .inline-scholarly-content.citation-block .citation-source{display:flex;justify-content:flex-end;align-items:center;gap:.4rem;width:100%;margin-top:.15rem;font-size:.85rem;color:hsl(var(--muted-foreground));text-align:right}.social-content-renderer .prose-content .inline-scholarly-content.citation-block .citation-label{font-weight:600;color:hsl(var(--primary))}.social-content-renderer .prose-content blockquote.citation-block{margin:1.5rem 0!important;padding-left:1rem!important;padding-top:.5rem!important;padding-bottom:.5rem!important;border-left:4px solid hsl(var(--primary)/.5)!important;background-color:hsl(var(--muted)/.5)!important;border-radius:0 .5rem .5rem 0!important;font-style:normal!important}.social-content-renderer .prose-content blockquote.citation-block .citation-sanskrit{font-family:var(--font-devanagari)!important;font-size:1.125rem!important;line-height:1.7!important;margin:0 0 .5rem!important;color:hsl(var(--foreground))!important}.social-content-renderer .prose-content blockquote.citation-block .citation-translation{font-style:italic!important;color:hsl(var(--muted-foreground))!important;margin-bottom:.5rem!important;font-size:.95rem!important;line-height:1.6!important}.social-content-renderer .prose-content blockquote.citation-block .citation-source{text-align:right!important;font-size:.875rem!important;color:hsl(var(--muted-foreground))!important}.social-content-renderer .prose-content blockquote.citation-block .citation-source .citation-label{background:hsl(var(--primary)/.1);padding:2px 6px;border-radius:3px;margin-right:8px;font-weight:600}.social-content-renderer .prose-content blockquote.citation-block .citation-source .citation-source-text{opacity:.9}.social-content-renderer .prose-content blockquote.author-blockquote{margin:1.5rem 0!important;font-style:normal!important;background-color:hsl(var(--muted)/.3)!important}.social-content-renderer .prose-content blockquote.author-blockquote .blockquote-content{padding-left:1rem!important;padding-top:.5rem!important;padding-bottom:.5rem!important;background-color:hsl(var(--muted)/.5)!important;border-radius:0 .5rem .5rem 0!important}.social-content-renderer .prose-content blockquote.author-blockquote .blockquote-content p{font-size:1.125rem!important;line-height:1.7!important;margin:0!important;color:hsl(var(--foreground))!important;font-style:italic!important}.social-content-renderer .prose-content blockquote.author-blockquote .blockquote-author{text-align:right!important;font-size:.875rem!important;color:hsl(var(--muted-foreground))!important;margin-top:.5rem!important;padding-right:.5rem!important;font-style:italic!important}.social-content-renderer .prose-content blockquote.author-blockquote .blockquote-author .quote-category{color:hsl(var(--muted-foreground)/.8)!important;font-size:.8em}.social-content-renderer .prose-content .code-block,.social-content-renderer .prose-content pre,.social-content-renderer .prose-content code{font-family:SF Mono,Monaco,Cascadia Mono,Segoe UI Mono,monospace;font-size:.875rem;background-color:hsl(var(--muted));border-radius:.375rem}.social-content-renderer .prose-content pre{padding:1rem;overflow-x:auto;margin:1rem 0}.social-content-renderer .prose-content code{padding:.2rem .4rem;margin:0 .2rem}.social-content-renderer .prose-content .inline-code{background-color:hsl(var(--muted));color:hsl(var(--foreground));padding:3px 8px;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;border:1px solid hsl(var(--border));box-shadow:0 1px 3px #0000001a}.social-content-renderer .prose-content .image-container{margin:1.5rem 0;text-align:center}.social-content-renderer .prose-content .image-container .content-image{max-width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.social-content-renderer .prose-content .image-container .content-image:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.social-content-renderer .prose-content .image-container .content-image.loaded{opacity:1;transition:opacity .3s ease}.social-content-renderer .prose-content .image-container .image-caption{text-align:center;font-size:.875rem;color:var(--bs-muted-color);margin-top:.5rem;font-style:italic}.social-content-renderer .prose-content .image-container .image-error{padding:2rem;background-color:hsl(var(--destructive)/.1);border-radius:.5rem;text-align:center}.social-content-renderer .prose-content .image-container .image-error .error-icon{font-size:2rem;display:block;margin-bottom:.5rem}.social-content-renderer .prose-content .image-container .image-error .error-text{color:hsl(var(--destructive));font-weight:500}.social-content-renderer .prose-content .image-container .image-error .image-alt{display:block;margin-top:.5rem;font-style:italic;color:hsl(var(--muted-foreground))}.social-content-renderer .prose-content .table-container{margin:1.5rem 0;overflow-x:auto}.social-content-renderer .prose-content .table-container .content-table{width:100%;border-collapse:collapse;font-size:.875rem}.social-content-renderer .prose-content .table-container .content-table th,.social-content-renderer .prose-content .table-container .content-table td{padding:.75rem;border:1px solid hsl(var(--border));text-align:left}.social-content-renderer .prose-content .table-container .content-table th{background-color:hsl(var(--muted));font-weight:600;color:hsl(var(--foreground))}.social-content-renderer .prose-content .table-container .content-table tr:nth-child(2n){background-color:hsl(var(--muted)/.3)}.social-content-renderer .prose-content .table-container .content-table tr:hover{background-color:hsl(var(--accent)/.1)}.social-content-renderer .prose-content .content-hr{margin:2rem 0;border:none;height:1px;background:hsl(var(--border))}.social-content-renderer .prose-content strong,.social-content-renderer .prose-content b{font-weight:700;color:hsl(var(--foreground))}.social-content-renderer .prose-content em,.social-content-renderer .prose-content i{font-style:italic}.social-content-renderer .prose-content sup,.social-content-renderer .prose-content sub{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}.social-content-renderer .prose-content sup{top:-.5em}.social-content-renderer .prose-content sub{bottom:-.25em}.social-content-renderer .prose-content .footnote-marker,.social-content-renderer .prose-content .special-note-marker{font-size:.75em;font-weight:700;padding:0 2px;vertical-align:super;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease;position:relative}.social-content-renderer .prose-content .footnote-marker:hover,.social-content-renderer .prose-content .special-note-marker:hover{opacity:.8;transform:scale(1.2)}.social-content-renderer .prose-content .footnote-marker{color:hsl(var(--primary));background:hsl(var(--primary)/.1);border-radius:2px}.social-content-renderer .prose-content .special-note-marker{color:hsl(var(--destructive));background:hsl(var(--destructive)/.1);border-radius:2px}.social-content-renderer .prose-content .toc-marker{color:inherit!important;background-color:transparent!important;font-style:italic!important;text-decoration:underline dashed hsl(var(--accent)/.6)!important;text-decoration-thickness:1px;text-underline-offset:2px;cursor:pointer;transition:text-decoration-color .2s ease}.social-content-renderer .prose-content .toc-marker:hover{text-decoration-color:hsl(var(--accent))!important}.social-content-renderer .prose-content .version-inline{position:relative;display:inline}.social-content-renderer .prose-content .version-inline:hover .version-text{text-decoration-color:hsl(var(--accent))}.social-content-renderer .prose-content .version-text{font-style:italic;text-decoration-line:underline;text-decoration-style:dashed;text-decoration-color:hsl(var(--accent)/.5);text-decoration-thickness:1px;text-underline-offset:3px;transition:text-decoration-color .2s ease}.social-content-renderer .prose-content .version-sup{font-size:.65em;font-weight:600;vertical-align:super;margin-left:2px;color:hsl(var(--accent));-webkit-user-select:none;user-select:none;background:hsl(var(--accent)/.1);padding:1px 3px;border-radius:2px}.social-content-renderer .prose-content .chart-container{margin:1.5rem 0;padding:20px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px}.social-content-renderer .prose-content .chart-container h3{margin-top:0;color:hsl(var(--foreground));font-size:1.125rem;margin-bottom:1rem}.social-content-renderer .prose-content .chart-container .chart-placeholder{padding:2rem;text-align:center;background:hsl(var(--muted)/.5);border-radius:.375rem;color:hsl(var(--muted-foreground))}.social-content-renderer .prose-content .chart-container .chart-placeholder p{margin:.5rem 0}.social-content-renderer .prose-content::selection{background-color:hsl(var(--primary)/.2);color:hsl(var(--foreground))}.social-content-renderer .citation-loading{padding:1rem;background-color:hsl(var(--muted)/.3);border-radius:.5rem;text-align:center;color:var(--bs-muted-color);font-style:italic;margin:1rem 0}.social-content-renderer .citation-loading .loading-spinner.small{width:16px;height:16px;border:2px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite;display:inline-block;margin-right:8px;vertical-align:middle}.social-content-renderer .citation-error{padding:1rem;background-color:hsl(var(--destructive)/.1);border-radius:.5rem;text-align:center;color:hsl(var(--destructive));margin:1rem 0}.social-content-renderer .citation-error .error-icon{font-size:1.25rem;margin-right:8px}.social-content-renderer .citation-missing{padding:1rem;background-color:hsl(var(--muted)/.3);border-radius:.5rem;text-align:center;color:var(--bs-muted-color);font-style:italic;margin:1rem 0}.social-content-renderer .empty,.social-content-renderer .loading{display:flex;align-items:center;justify-content:center;min-height:200px;text-align:center}.social-content-renderer .empty .empty-content,.social-content-renderer .empty .loading-content,.social-content-renderer .loading .empty-content,.social-content-renderer .loading .loading-content{max-width:400px}.social-content-renderer .empty .empty-content .loading-spinner,.social-content-renderer .empty .loading-content .loading-spinner,.social-content-renderer .loading .empty-content .loading-spinner,.social-content-renderer .loading .loading-content .loading-spinner{width:40px;height:40px;border:3px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.social-content-renderer .text-selection-container{position:relative}.social-content-renderer .text-selection-menu{position:fixed;transform:translate(-50%);display:flex;gap:6px;padding:6px;background:#111;border-radius:10px;box-shadow:0 10px 30px #00000040;z-index:10000;animation:fadeIn .12s ease-out}.social-content-renderer .text-selection-menu button{all:unset;cursor:pointer;padding:6px 10px;border-radius:8px;background:#222;color:#fff;font-size:13px;font-weight:500;transition:background .15s ease}.social-content-renderer .text-selection-menu button:hover{background:#333}.social-content-renderer .footnotes-section,.social-content-renderer .special-notes-section{margin-top:3rem;padding-top:1rem;border-top:1px solid hsl(var(--border))}.social-content-renderer .footnotes-section .footnotes-title,.social-content-renderer .footnotes-section .special-notes-title,.social-content-renderer .special-notes-section .footnotes-title,.social-content-renderer .special-notes-section .special-notes-title{font-size:1.125rem;margin-bottom:1rem;color:hsl(var(--foreground))}.social-content-renderer .footnotes-section .footnotes-divider,.social-content-renderer .footnotes-section .notes-divider,.social-content-renderer .special-notes-section .footnotes-divider,.social-content-renderer .special-notes-section .notes-divider{margin:2rem 0;border:none;height:1px;background:hsl(var(--border))}.social-content-renderer .footnotes-section .footnotes-list,.social-content-renderer .footnotes-section .special-notes-list,.social-content-renderer .special-notes-section .footnotes-list,.social-content-renderer .special-notes-section .special-notes-list{padding-left:1.5rem}.social-content-renderer .footnotes-section .footnotes-list .footnote-item,.social-content-renderer .footnotes-section .footnotes-list .special-note-item,.social-content-renderer .footnotes-section .special-notes-list .footnote-item,.social-content-renderer .footnotes-section .special-notes-list .special-note-item,.social-content-renderer .special-notes-section .footnotes-list .footnote-item,.social-content-renderer .special-notes-section .footnotes-list .special-note-item,.social-content-renderer .special-notes-section .special-notes-list .footnote-item,.social-content-renderer .special-notes-section .special-notes-list .special-note-item{margin-bottom:.75rem;position:relative}.social-content-renderer .footnotes-section .footnotes-list .footnote-item .footnote-number,.social-content-renderer .footnotes-section .footnotes-list .footnote-item .note-number,.social-content-renderer .footnotes-section .footnotes-list .special-note-item .footnote-number,.social-content-renderer .footnotes-section .footnotes-list .special-note-item .note-number,.social-content-renderer .footnotes-section .special-notes-list .footnote-item .footnote-number,.social-content-renderer .footnotes-section .special-notes-list .footnote-item .note-number,.social-content-renderer .footnotes-section .special-notes-list .special-note-item .footnote-number,.social-content-renderer .footnotes-section .special-notes-list .special-note-item .note-number,.social-content-renderer .special-notes-section .footnotes-list .footnote-item .footnote-number,.social-content-renderer .special-notes-section .footnotes-list .footnote-item .note-number,.social-content-renderer .special-notes-section .footnotes-list .special-note-item .footnote-number,.social-content-renderer .special-notes-section .footnotes-list .special-note-item .note-number,.social-content-renderer .special-notes-section .special-notes-list .footnote-item .footnote-number,.social-content-renderer .special-notes-section .special-notes-list .footnote-item .note-number,.social-content-renderer .special-notes-section .special-notes-list .special-note-item .footnote-number,.social-content-renderer .special-notes-section .special-notes-list .special-note-item .note-number{position:absolute;left:-1.5rem;font-weight:600;color:hsl(var(--primary))}.social-content-renderer .footnotes-section .footnotes-list .footnote-item .special-note-item .note-number,.social-content-renderer .footnotes-section .footnotes-list .special-note-item .special-note-item .note-number,.social-content-renderer .footnotes-section .special-notes-list .footnote-item .special-note-item .note-number,.social-content-renderer .footnotes-section .special-notes-list .special-note-item .special-note-item .note-number,.social-content-renderer .special-notes-section .footnotes-list .footnote-item .special-note-item .note-number,.social-content-renderer .special-notes-section .footnotes-list .special-note-item .special-note-item .note-number,.social-content-renderer .special-notes-section .special-notes-list .footnote-item .special-note-item .note-number,.social-content-renderer .special-notes-section .special-notes-list .special-note-item .special-note-item .note-number{color:hsl(var(--destructive))}.social-content-renderer .footnotes-section .footnotes-list .footnote-item .footnote-backref,.social-content-renderer .footnotes-section .footnotes-list .footnote-item .note-backref,.social-content-renderer .footnotes-section .footnotes-list .special-note-item .footnote-backref,.social-content-renderer .footnotes-section .footnotes-list .special-note-item .note-backref,.social-content-renderer .footnotes-section .special-notes-list .footnote-item .footnote-backref,.social-content-renderer .footnotes-section .special-notes-list .footnote-item .note-backref,.social-content-renderer .footnotes-section .special-notes-list .special-note-item .footnote-backref,.social-content-renderer .footnotes-section .special-notes-list .special-note-item .note-backref,.social-content-renderer .special-notes-section .footnotes-list .footnote-item .footnote-backref,.social-content-renderer .special-notes-section .footnotes-list .footnote-item .note-backref,.social-content-renderer .special-notes-section .footnotes-list .special-note-item .footnote-backref,.social-content-renderer .special-notes-section .footnotes-list .special-note-item .note-backref,.social-content-renderer .special-notes-section .special-notes-list .footnote-item .footnote-backref,.social-content-renderer .special-notes-section .special-notes-list .footnote-item .note-backref,.social-content-renderer .special-notes-section .special-notes-list .special-note-item .footnote-backref,.social-content-renderer .special-notes-section .special-notes-list .special-note-item .note-backref{margin-left:8px;color:hsl(var(--muted-foreground));text-decoration:none;font-size:.875rem}.social-content-renderer .footnotes-section .footnotes-list .footnote-item .footnote-backref:hover,.social-content-renderer .footnotes-section .footnotes-list .footnote-item .note-backref:hover,.social-content-renderer .footnotes-section .footnotes-list .special-note-item .footnote-backref:hover,.social-content-renderer .footnotes-section .footnotes-list .special-note-item .note-backref:hover,.social-content-renderer .footnotes-section .special-notes-list .footnote-item .footnote-backref:hover,.social-content-renderer .footnotes-section .special-notes-list .footnote-item .note-backref:hover,.social-content-renderer .footnotes-section .special-notes-list .special-note-item .footnote-backref:hover,.social-content-renderer .footnotes-section .special-notes-list .special-note-item .note-backref:hover,.social-content-renderer .special-notes-section .footnotes-list .footnote-item .footnote-backref:hover,.social-content-renderer .special-notes-section .footnotes-list .footnote-item .note-backref:hover,.social-content-renderer .special-notes-section .footnotes-list .special-note-item .footnote-backref:hover,.social-content-renderer .special-notes-section .footnotes-list .special-note-item .note-backref:hover,.social-content-renderer .special-notes-section .special-notes-list .footnote-item .footnote-backref:hover,.social-content-renderer .special-notes-section .special-notes-list .footnote-item .note-backref:hover,.social-content-renderer .special-notes-section .special-notes-list .special-note-item .footnote-backref:hover,.social-content-renderer .special-notes-section .special-notes-list .special-note-item .note-backref:hover{color:hsl(var(--primary))}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:768px){.social-content-renderer .prose-content{font-size:.9375rem}.social-content-renderer .prose-content .heading-1,.social-content-renderer .prose-content h1{font-size:1.75rem}.social-content-renderer .prose-content .heading-2,.social-content-renderer .prose-content h2{font-size:1.5rem}.social-content-renderer .prose-content .heading-3,.social-content-renderer .prose-content h3{font-size:1.25rem}.social-content-renderer .prose-content blockquote.citation-block,.social-content-renderer .prose-content blockquote.author-blockquote,.social-content-renderer .prose-content .inline-scholarly-content.citation-block,.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote{margin:1rem 0!important;padding:.75rem 1rem!important}.social-content-renderer .prose-content blockquote.citation-block .citation-sanskrit,.social-content-renderer .prose-content blockquote.citation-block .blockquote-content p,.social-content-renderer .prose-content blockquote.author-blockquote .citation-sanskrit,.social-content-renderer .prose-content blockquote.author-blockquote .blockquote-content p,.social-content-renderer .prose-content .inline-scholarly-content.citation-block .citation-sanskrit,.social-content-renderer .prose-content .inline-scholarly-content.citation-block .blockquote-content p,.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote .citation-sanskrit,.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote .blockquote-content p{font-size:1rem!important}.social-content-renderer .prose-content table{font-size:.8125rem}.social-content-renderer .prose-content table th,.social-content-renderer .prose-content table td{padding:.5rem}}@media(max-width:480px){.social-content-renderer .prose-content{font-size:.875rem}.social-content-renderer .prose-content .heading-1,.social-content-renderer .prose-content h1{font-size:1.5rem}.social-content-renderer .prose-content .heading-2,.social-content-renderer .prose-content h2{font-size:1.25rem}.social-content-renderer .prose-content blockquote.citation-block .citation-sanskrit{font-size:.9375rem!important}.social-content-renderer .prose-content .unordered-list,.social-content-renderer .prose-content .ordered-list,.social-content-renderer .prose-content ul,.social-content-renderer .prose-content ol{margin-left:1rem;padding-left:.5rem}}@media print{.social-content-renderer .prose-content{font-size:12pt;line-height:1.6}.social-content-renderer .prose-content .content-link,.social-content-renderer .prose-content a{color:hsl(var(--foreground));text-decoration:underline}.social-content-renderer .prose-content .content-link:after,.social-content-renderer .prose-content a:after{content:" (" attr(href) ")";font-size:.75em;color:hsl(var(--muted-foreground))}.social-content-renderer .prose-content blockquote.citation-block,.social-content-renderer .prose-content blockquote.author-blockquote,.social-content-renderer .prose-content .inline-scholarly-content.citation-block,.social-content-renderer .prose-content .inline-scholarly-content.author-blockquote{break-inside:avoid;background-color:transparent!important;border-left-width:2px}.social-content-renderer .prose-content .text-selection-menu{display:none!important}.social-content-renderer .prose-content .chart-container{break-inside:avoid;border:1px solid #ccc}}.toc-active-highlight{animation:toc-highlight 2s ease;outline:2px solid hsl(var(--primary));outline-offset:4px;border-radius:4px;position:relative}h1[data-toc-id],h2[data-toc-id],h3[data-toc-id],h4[data-toc-id],h5[data-toc-id],h6[data-toc-id],.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6{scroll-margin-top:100px}.toc-marker.toc-active-highlight{background-color:hsla(var(--primary),.1);padding:2px 4px;border-radius:4px}@keyframes toc-highlight{0%{background-color:hsla(var(--primary),.2);outline-color:hsla(var(--primary),1)}70%{background-color:hsla(var(--primary),.1);outline-color:hsla(var(--primary),.5)}to{background-color:transparent;outline-color:transparent}}html,.scrollable-content{scroll-behavior:smooth}@supports (-webkit-touch-callout: none){.toc-active-highlight{-webkit-animation:toc-highlight 2s ease}h1[data-toc-id],h2[data-toc-id],h3[data-toc-id],h4[data-toc-id],h5[data-toc-id],h6[data-toc-id]{-webkit-scroll-margin-top:100px}}.post-card .comments-root{--comment-avatar-size: 36px;--reply-avatar-size: 28px}.post-card .comments-root .comment-avatar,.post-card .comments-root .reply-avatar{width:40px;height:40px;flex:0 0 40px;border-radius:50%;overflow:hidden;border:1px solid hsl(var(--border));background:hsl(var(--muted))}.post-card .comments-root .comment-avatar a,.post-card .comments-root .reply-avatar a{display:block;width:100%;height:100%;color:hsl(var(--muted-foreground))}.post-card .comments-root .comment-avatar img,.post-card .comments-root .reply-avatar img{display:block;width:100%;height:100%;object-fit:cover}.post-card .comments-root .comment-avatar-fallback,.post-card .comments-root .reply-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.post-card .comments-root .comments-toggle{border-top:0}.post-card .comments-root .add-comment{padding:1rem;background:hsl(var(--card))}.post-card .comments-root .add-comment .feed-textarea{min-width:0}.post-card .comments-root .add-comment.is-posting .feed-textarea{opacity:.72}.post-card .comments-root .comments-section{padding:1.1rem 1rem 1.25rem;background:hsl(var(--card))}.post-card .comments-root .comments-list{display:flex;flex-direction:column;gap:1.25rem}.post-card .comments-root .comment-item{align-items:flex-start;gap:.75rem;margin:0}.post-card .comments-root .comment-item .comment-avatar img{box-shadow:0 1px 2px hsl(var(--foreground)/.06)}.post-card .comments-root .comment-item .comment-content{min-width:0;flex:1 1 auto}.post-card .comments-root .comment-item .comment-bubble{padding:.75rem .875rem;border:1px solid hsl(var(--border)/.7);border-radius:.2rem .8rem .8rem;background:hsl(var(--muted)/.62)}.post-card .comments-root .comment-item .comment-header{justify-content:flex-start;gap:.5rem;margin-bottom:.35rem}.post-card .comments-root .comment-item .comment-user{font-size:.8rem;line-height:1.25}.post-card .comments-root .comment-item .comment-time{font-size:.68rem;white-space:nowrap}.post-card .comments-root .comment-item .comment-text{font-size:.8rem;line-height:1.55;overflow-wrap:anywhere}.post-card .comments-root .comment-item .comment-actions{align-items:center;gap:.85rem;margin:.45rem 0 0 .75rem}.post-card .comments-root .comment-item .comment-action-btn{font-size:.68rem;font-weight:600;line-height:1.4}.post-card .comments-root .comments-feedback{margin:.75rem 0;color:hsl(var(--muted-foreground));font-size:.75rem}.post-card .comments-root .comments-feedback-error{color:hsl(var(--destructive))}.post-card .comments-root .comments-feedback-error p{margin:0 0 .4rem}.post-card .comments-root .comment-text>*,.post-card .comments-root .reply-text>*{margin-top:0}.post-card .comments-root .comment-text p:last-child,.post-card .comments-root .reply-text p:last-child{margin-bottom:0}.post-card .comments-root .comment-social-content .social-content-renderer,.post-card .comments-root .comment-social-content .social-content-renderer .prose-content{color:inherit;font-size:inherit;line-height:inherit}.post-card .comments-root .comment-social-content .social-content-renderer .prose-content p,.post-card .comments-root .comment-social-content .social-content-renderer .prose-content .content-paragraph{margin:.35rem 0;color:inherit;font-size:inherit;line-height:inherit;text-align:inherit}.post-card .comments-root .comment-social-content .social-content-renderer .prose-content>*:first-child{margin-top:0}.post-card .comments-root .comment-social-content .social-content-renderer .prose-content>*:last-child{margin-bottom:0}.post-card .comments-root .comment-social-content .social-content-renderer .prose-content img{max-width:100%;height:auto}.post-card .comments-root .replies-list{position:relative;display:flex;flex-direction:column;gap:.75rem;margin:.85rem 0 0 1rem;padding-left:1rem;border-left:2px solid hsl(var(--border))}.post-card .comments-root .replies-list .replies-list{margin-left:.35rem;padding-left:.65rem}.post-card .comments-root .reply-item{align-items:flex-start;gap:.6rem;margin:0}.post-card .comments-root .reply-item .reply-content{min-width:0;flex:1 1 auto}.post-card .comments-root .reply-item .reply-bubble{padding:.6rem .75rem;border:1px solid hsl(var(--border)/.55);border-radius:.2rem .7rem .7rem;background:hsl(var(--muted)/.4)}.post-card .comments-root .reply-item .reply-header{justify-content:flex-start;gap:.45rem;margin-bottom:.25rem}.post-card .comments-root .reply-item .reply-user{font-size:.74rem}.post-card .comments-root .reply-item .reply-time{font-size:.64rem;white-space:nowrap}.post-card .comments-root .reply-item .reply-text{font-size:.74rem;line-height:1.5;overflow-wrap:anywhere}.post-card .comments-root .reply-item .reply-actions{gap:.75rem;margin:.35rem 0 0 .65rem}.post-card .comments-root .reply-item .reply-action-btn{font-size:.64rem;font-weight:600}.post-card .comments-root .comment-action-btn.is-liked,.post-card .comments-root .reply-action-btn.is-liked{color:hsl(var(--primary))}.post-card .comments-root .reply-input.reply-composer{margin:.8rem 0 0 1rem;padding-left:1rem;border-left:2px solid hsl(var(--border))}.post-card .comments-root .reply-input.reply-composer .reply-composer__editor{min-width:0}.post-card .comments-root .comments-loading{display:flex;align-items:center;justify-content:center;gap:.55rem;min-height:72px;color:hsl(var(--muted-foreground));font-size:.76rem;font-weight:500}.post-card .comments-root .replies-loading{justify-content:flex-start;min-height:42px;margin-left:2rem}.post-card .comments-root .nested-feedback{margin-left:2rem}.post-card .comments-root .comments-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;text-align:center;color:hsl(var(--muted-foreground))}.post-card .comments-root .comments-empty i{margin-bottom:.55rem;font-size:1.35rem;color:hsl(var(--primary)/.75)}.post-card .comments-root .comments-empty p{margin:0;color:hsl(var(--foreground));font-size:.82rem;font-weight:600}.post-card .comments-root .comments-empty span{margin-top:.2rem;font-size:.72rem}.post-card .comments-root .replies-empty{margin:.65rem 0 0 2rem;padding-left:.75rem;border-left:2px solid hsl(var(--border));font-style:italic}.post-card .comments-root .load-more-replies-btn{margin:.75rem 0 0 2rem;width:auto}.post-card .comments-root .comments-spinner{width:14px;height:14px;flex:0 0 14px;border:2px solid hsl(var(--primary)/.25);border-top-color:hsl(var(--primary));border-radius:50%;animation:commentsSpin .7s linear infinite}.post-card .comments-root .comments-spinner-light{width:12px;height:12px;flex-basis:12px;border-color:hsl(var(--primary-foreground)/.35);border-top-color:hsl(var(--primary-foreground))}.post-card .comments-root .spinner-dot{width:4px;height:4px;background-color:currentColor;border-radius:50%;animation:dotPulse 1.4s infinite ease-in-out}.post-card .comments-root button:disabled{cursor:not-allowed;opacity:.6}@keyframes commentsSpin{to{transform:rotate(360deg)}}@media(max-width:768px){.post-card .comments-root .comments-toggle{padding:.5rem .75rem}.post-card .comments-root .add-comment,.post-card .comments-root .comments-section{padding-left:.75rem;padding-right:.75rem}.post-card .comments-root .replies-list,.post-card .comments-root .reply-input{margin-left:.35rem;padding-left:.65rem}}.bn-reader-wrapper{width:100%;max-width:100%;font-family:var(--font-base, system-ui, -apple-system, sans-serif);padding-inline:0!important;padding-left:0!important;padding-right:0!important;margin-inline:0!important}.bn-reader-wrapper .bn-container,.bn-reader-wrapper .bn-editor,.bn-reader-wrapper .bn-block-outer,.bn-reader-wrapper .bn-block-group,.bn-reader-wrapper .bn-block-content,.bn-reader-wrapper .bn-inline-content{padding-inline:0!important;padding-left:0!important;padding-right:0!important;padding-inline-start:0!important;padding-inline-end:0!important;margin-inline:0!important}.bn-reader-wrapper .bn-reader-loading{padding:2rem;text-align:center;color:var(--text-secondary, #6c757d)}.bn-reader-wrapper .bn-block-quote{display:flex;flex-direction:column;width:100%;margin:.75rem 0}.bn-reader-wrapper .bn-block-quote .quote-content{display:flex;flex-direction:column;gap:.4rem;padding:.8rem .95rem;border-left:4px solid #b8860b;border-radius:0 12px 12px 0;background:linear-gradient(135deg,rgba(184,134,11,.14),var(--editor-page-bg-muted, #f9fafb))}.bn-reader-wrapper .bn-block-quote .quote-text{font-style:italic;font-size:1.05rem;color:var(--editor-page-text, #111827);line-height:1.7}.bn-reader-wrapper .bn-block-quote .quote-text:before{content:"“"}.bn-reader-wrapper .bn-block-quote .quote-text:after{content:"”"}.bn-reader-wrapper .bn-block-quote .quote-author{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.5rem;color:var(--editor-page-muted, #6b7280);font-size:.9em;text-align:right}.bn-reader-wrapper .bn-block-quote .quote-author-name{font-style:italic}.bn-reader-wrapper .bn-block-quote .quote-author-name:before{content:"— "}.bn-reader-wrapper .bn-block-quote .quote-category{padding:.1rem .55rem;border-radius:999px;background:#b8860b29;color:#b8860b;font-size:.78em;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.bn-reader-wrapper .bn-block-citation{display:flex;flex-direction:column;gap:.35rem;width:100%;margin:.75rem 0;padding:.85rem .95rem;border-left:3px solid hsl(var(--primary, 210, 100%, 50%));border-radius:0 12px 12px 0;background:var(--editor-page-bg-muted, #f9fafb)}.bn-reader-wrapper .bn-block-citation .citation-sanskrit{display:block;font-family:Adhishila,Noto Sans Devanagari,Nirmala UI,serif;font-size:1.05rem;color:var(--editor-page-text, #111827);line-height:1.7;font-style:italic}.bn-reader-wrapper .bn-block-citation .citation-translation{display:block;font-style:italic;color:var(--editor-page-muted, #6b7280);line-height:1.6}.bn-reader-wrapper .bn-block-citation .citation-source{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.4rem;width:100%;margin-top:.15rem;font-size:.85rem;color:var(--editor-page-muted, #6b7280);text-align:right}.bn-reader-wrapper .bn-block-citation .citation-source .citation-author{font-style:italic}.bn-reader-wrapper .bn-block-citation .citation-source .citation-label{font-weight:600;color:hsl(var(--primary, 210, 100%, 50%))}.bn-reader-wrapper .bn-mention{display:inline-flex;align-items:center;gap:0;padding:0;font-size:inherit;line-height:inherit}.bn-reader-wrapper .bn-mention .mention-at{color:hsl(var(--primary));font-weight:600;font-size:1.05em}.bn-reader-wrapper .bn-mention .mention-name{padding:.1rem .6rem .1rem .4rem;margin-left:.05rem;border-radius:4px;font-weight:500;color:var(--text-primary, #1a1a2e);background:repeating-linear-gradient(-45deg,hsl(var(--primary)/.08),hsl(var(--primary)/.08) 6px,hsl(var(--primary)/.15) 6px,hsl(var(--primary)/.15) 12px)}.bn-reader-wrapper h1,.bn-reader-wrapper [data-content-type=heading][data-level="1"],.bn-reader-wrapper .bn-block-content[data-content-type=heading][data-level="1"]{font-size:clamp(1.2rem,3.8vw,1.7rem)!important;line-height:1.3!important;font-weight:700!important;margin-top:.6rem!important;margin-bottom:.3rem!important;letter-spacing:-.015em;word-break:break-word;overflow-wrap:anywhere}.bn-reader-wrapper h1 .bn-inline-content,.bn-reader-wrapper [data-content-type=heading][data-level="1"] .bn-inline-content,.bn-reader-wrapper .bn-block-content[data-content-type=heading][data-level="1"] .bn-inline-content{font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important}.bn-reader-wrapper h2,.bn-reader-wrapper [data-content-type=heading][data-level="2"],.bn-reader-wrapper .bn-block-content[data-content-type=heading][data-level="2"]{font-size:clamp(1.08rem,3vw,1.4rem)!important;line-height:1.35!important;font-weight:650!important;margin-top:.55rem!important;margin-bottom:.25rem!important;letter-spacing:-.01em;word-break:break-word;overflow-wrap:anywhere}.bn-reader-wrapper h2 .bn-inline-content,.bn-reader-wrapper [data-content-type=heading][data-level="2"] .bn-inline-content,.bn-reader-wrapper .bn-block-content[data-content-type=heading][data-level="2"] .bn-inline-content{font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important}.bn-reader-wrapper h3,.bn-reader-wrapper [data-content-type=heading][data-level="3"],.bn-reader-wrapper .bn-block-content[data-content-type=heading][data-level="3"]{font-size:clamp(.98rem,2.4vw,1.2rem)!important;line-height:1.4!important;font-weight:600!important;margin-top:.5rem!important;margin-bottom:.2rem!important;word-break:break-word;overflow-wrap:anywhere}.bn-reader-wrapper h3 .bn-inline-content,.bn-reader-wrapper [data-content-type=heading][data-level="3"] .bn-inline-content,.bn-reader-wrapper .bn-block-content[data-content-type=heading][data-level="3"] .bn-inline-content{font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important}.bn-reader-wrapper p,.bn-reader-wrapper [data-content-type=paragraph],.bn-reader-wrapper .bn-block-content[data-content-type=paragraph]{font-size:clamp(.875rem,2vw,.95rem)!important;line-height:1.55!important;word-break:break-word;overflow-wrap:anywhere}@media(max-width:767px){.bn-reader-wrapper .bn-block-quote .quote-content,.bn-reader-wrapper .bn-block-citation{padding:.6rem .75rem}.bn-reader-wrapper .bn-block-quote,.bn-reader-wrapper .bn-block-citation{margin:.5rem 0}.bn-reader-wrapper .bn-mention .mention-name{padding:.05rem .4rem .05rem .3rem;font-size:.9em}.bn-reader-wrapper .bn-mention .mention-at{font-size:1em}}@media(max-width:576px){.bn-reader-wrapper h1,.bn-reader-wrapper [data-content-type=heading][data-level="1"],.bn-reader-wrapper .bn-block-content[data-content-type=heading][data-level="1"]{font-size:1.15rem!important;line-height:1.35!important;margin-top:.45rem!important;margin-bottom:.25rem!important}.bn-reader-wrapper h2,.bn-reader-wrapper [data-content-type=heading][data-level="2"],.bn-reader-wrapper .bn-block-content[data-content-type=heading][data-level="2"]{font-size:1.05rem!important;line-height:1.38!important;margin-top:.4rem!important;margin-bottom:.2rem!important}.bn-reader-wrapper h3,.bn-reader-wrapper [data-content-type=heading][data-level="3"],.bn-reader-wrapper .bn-block-content[data-content-type=heading][data-level="3"]{font-size:.95rem!important;line-height:1.4!important;margin-top:.35rem!important;margin-bottom:.15rem!important}.bn-reader-wrapper p,.bn-reader-wrapper [data-content-type=paragraph],.bn-reader-wrapper .bn-block-content[data-content-type=paragraph]{font-size:.875rem!important;line-height:1.5!important}}@media(max-width:380px){.bn-reader-wrapper h1,.bn-reader-wrapper [data-content-type=heading][data-level="1"],.bn-reader-wrapper .bn-block-content[data-content-type=heading][data-level="1"]{font-size:1.05rem!important}}.chat-sidebar{position:fixed;bottom:1.25rem;right:1.25rem;z-index:1050}.chat-sidebar .fab-btn{width:48px;height:48px;border-radius:50%;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00000040}.chat-sidebar .fab-btn:hover{transform:scale(1.05);background-color:hsl(var(--primary)/.9)}.chat-sidebar .fab-btn:active{transform:scale(.95)}.chat-sidebar .fab-btn svg{width:1.25rem;height:1.25rem}.chat-sidebar .offcanvas-panel{position:fixed;bottom:5rem;right:1.5rem;width:360px;max-width:calc(100vw - 2rem);max-height:clamp(340px,75vh,560px);display:flex;flex-direction:column;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-lg, 12px);box-shadow:0 12px 32px #0000004d;transform:translateY(16px) scale(.96);opacity:0;visibility:hidden;transform-origin:bottom right;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .2s ease,visibility .2s;overflow:hidden}.chat-sidebar .offcanvas-panel-open{transform:translateY(0) scale(1);opacity:1;visibility:visible}.chat-sidebar .panel-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--card));flex-shrink:0}.chat-sidebar .panel-title{font-size:.9375rem;font-weight:600;margin:0;color:hsl(var(--foreground))}.chat-sidebar .header-actions{display:flex;align-items:center;gap:.375rem}.chat-sidebar .icon-btn{width:30px;height:30px;border-radius:50%;border:none;background-color:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease;color:hsl(var(--muted-foreground))}.chat-sidebar .icon-btn svg{width:.875rem;height:.875rem}.chat-sidebar .icon-btn:hover{background-color:hsl(var(--muted));color:hsl(var(--foreground))}.chat-sidebar .panel-body{flex:1;min-height:0;padding:.875rem 1rem;overflow-y:auto;display:flex;flex-direction:column}.chat-sidebar .search-form{position:relative;margin-bottom:.875rem;flex-shrink:0}.chat-sidebar .search-form input{width:100%;padding:.5rem .75rem .5rem 2.25rem;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background-color:hsl(var(--input-bg, var(--muted)/.5));color:hsl(var(--foreground));font-size:.8125rem;transition:border-color .2s ease,box-shadow .2s ease}.chat-sidebar .search-form input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.15)}.chat-sidebar .search-form input::placeholder{color:hsl(var(--muted-foreground))}.chat-sidebar .search-form button{position:absolute;left:.625rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;color:hsl(var(--muted-foreground));cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-sidebar .search-form button svg{width:.875rem;height:.875rem}.chat-sidebar .contacts-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.chat-sidebar .contact-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;cursor:pointer;border-radius:var(--radius-md, 8px);transition:background-color .15s ease}.chat-sidebar .contact-item:hover,.chat-sidebar .contact-item.active{background-color:hsl(var(--muted))}.chat-sidebar .contact-avatar{position:relative;flex-shrink:0}.chat-sidebar .contact-avatar img{width:38px;height:38px;border-radius:50%;object-fit:cover}.chat-sidebar .contact-avatar:after{content:"";position:absolute;bottom:1px;right:1px;width:10px;height:10px;border-radius:50%;border:2px solid hsl(var(--card))}.chat-sidebar .contact-avatar.status-online:after{background-color:hsl(var(--success, #22c55e))}.chat-sidebar .contact-avatar.status-offline:after{background-color:hsl(var(--muted-foreground))}.chat-sidebar .contact-info{flex:1;min-width:0}.chat-sidebar .contact-name{font-size:.8125rem;font-weight:600;color:hsl(var(--foreground));text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}.chat-sidebar .contact-name:hover{color:hsl(var(--primary))}.chat-sidebar .contact-message{font-size:.75rem;color:hsl(var(--muted-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.chat-sidebar .contact-time{font-size:.6875rem;color:hsl(var(--muted-foreground));flex-shrink:0}.chat-sidebar .view-all{margin-top:.75rem;padding-top:.5rem}.chat-sidebar .view-all-link{display:block;text-align:center;padding:.5rem;background-color:hsla(var(--primary),.1);color:hsl(var(--primary));text-decoration:none;font-size:.75rem;font-weight:600;border-radius:var(--radius-md, 8px);transition:background-color .2s ease,color .2s ease}.chat-sidebar .view-all-link:hover{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}@media(max-width:768px){.chat-sidebar{bottom:1rem;right:1rem}.chat-sidebar .offcanvas-panel{right:1rem;bottom:4.5rem;width:min(350px,100vw - 2rem);max-height:clamp(300px,65vh,480px)}}@media(max-width:480px){.chat-sidebar{bottom:.75rem;right:.75rem}.chat-sidebar .fab-btn{width:44px;height:44px}.chat-sidebar .offcanvas-panel{right:.75rem;bottom:4rem;width:calc(100vw - 1.5rem);max-height:min(440px,100vh - 6rem);border-radius:var(--radius-md, 10px)}.chat-sidebar .panel-header,.chat-sidebar .panel-body{padding:.75rem .875rem}.chat-sidebar .contact-item{padding:.5rem .625rem}.chat-sidebar .contact-avatar img{width:34px;height:34px}}.custom-calendar-sidebar{display:block;padding:0 .5rem}@media(min-width:992px){.custom-calendar-sidebar{padding:0}}.profile-card{overflow:hidden;transition:all .2s ease-in-out}.profile-card__cover{background-image:url(/assets/images/bg/01.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;height:50px}.profile-card__body{padding:0 1rem 1rem}.profile-card__footer{background-color:transparent;border-top:1px solid hsl(var(--border));text-align:center;padding:.5rem 0}.profile-card__view-btn{color:hsl(var(--primary));text-decoration:none;font-size:.875rem;font-weight:500;display:inline-block;padding:.25rem .5rem}.profile-card__view-btn:hover{text-decoration:underline;color:hsl(var(--primary)/.8)}.profile-header{text-align:center}.profile-header__avatar{margin-top:-2rem;margin-bottom:1rem;width:4rem;height:4rem;margin-left:auto;margin-right:auto}.profile-header__avatar-link{display:block;width:100%;height:100%}.profile-header__avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:3px solid white}.profile-header__name{margin-bottom:0;color:hsl(var(--foreground));font-size:1.25rem;font-weight:600}.profile-header__name a{color:inherit;text-decoration:none}.profile-header__name a:hover{color:hsl(var(--primary))}.profile-header__title{color:hsl(var(--muted-foreground));font-size:.875rem;display:inline-block;margin-top:.25rem}.profile-header__bio{color:hsl(var(--foreground));font-size:.875rem;margin-top:1rem;line-height:1.5}.profile-stats{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}@media(min-width:1280px){.profile-stats{gap:1rem}}.profile-stats__item{text-align:center}.profile-stats__value{font-weight:600;margin-bottom:0;color:hsl(var(--foreground));font-size:1rem}.profile-stats__label{font-size:.75rem;color:hsl(var(--muted-foreground))}.profile-stats__divider{width:1px;height:1.5rem;background-color:hsl(var(--border))}.divider{margin:1rem 0;border:0;border-top:1px solid hsl(var(--border))}.nav-menu__list{display:flex;flex-direction:column;gap:.5rem;padding-left:0;margin-bottom:0;list-style:none}.nav-menu__item{list-style:none}.nav-menu__link{display:flex;align-items:center;padding:.5rem .75rem;color:hsl(var(--foreground));text-decoration:none;border-radius:var(--radius);transition:all .2s;font-weight:600}.nav-menu__link:hover{background-color:hsl(var(--muted));color:hsl(var(--foreground))}.nav-menu__icon{height:20px;width:auto;margin-right:.5rem;filter:invert(var(--icon-invert, 0))}.nav-menu span{font-size:.875rem}.footer-links{margin-top:1rem}.footer-links__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;padding-left:0;margin-bottom:0;list-style:none}.footer-links__item{list-style:none}.footer-links__link{font-size:.75rem;padding:.25rem .5rem;color:hsl(var(--muted-foreground));text-decoration:none;line-height:1}.footer-links__link:hover{color:hsl(var(--primary));text-decoration:underline}.copyright{font-size:.75rem;text-align:center;margin-top:.25rem;color:hsl(var(--muted-foreground))}.copyright__link{color:inherit;text-decoration:none}.copyright__link:hover{color:hsl(var(--primary));text-decoration:underline}@media(max-width:768px){.profile-card__body{padding:0 .75rem .75rem}.profile-stats{gap:.75rem}.nav-menu__link{padding:.5rem}}.cover-logo-hero{position:relative;width:100%;background:hsl(var(--card));border-radius:18px;overflow:hidden}.cover-logo-hero--full-width{display:block;width:100%;--cover-logo-size: 144px;--cover-logo-left: 16px;--cover-logo-overlap: 72px;--cover-logo-gap: 16px;--cover-content-min-height: 88px;--cover-content-top: .45rem;--cover-content-bottom: .85rem}.cover-logo-hero--full-width .cover-logo-hero__cover{border-radius:18px 18px 0 0}.cover-logo-hero--full-width .cover-logo-hero__media{border-radius:inherit}.cover-logo-hero--full-width .cover-logo-hero__logo{width:var(--cover-logo-size);height:var(--cover-logo-size);left:var(--cover-logo-left);bottom:calc(var(--cover-logo-overlap) * -1);border-width:4px}.cover-logo-hero--full-width .cover-logo-hero__content{min-height:var(--cover-content-min-height);display:flex;flex-direction:column;justify-content:flex-start;padding:var(--cover-content-top) 1.5rem var(--cover-content-bottom) calc(var(--cover-logo-left) + var(--cover-logo-size) + var(--cover-logo-gap))}.cover-logo-hero--full-width-compact{--cover-logo-size: 108px;--cover-logo-left: 14px;--cover-logo-overlap: 54px;--cover-logo-gap: 12px;--cover-content-min-height: 58px;--cover-content-top: .25rem;--cover-content-bottom: .45rem}.cover-logo-hero__cover{position:relative;width:100%;height:176px;background:linear-gradient(135deg,hsl(var(--primary)/.16),hsl(var(--muted)/.55))}.cover-logo-hero__media{position:relative;width:100%;height:100%;border-radius:inherit;overflow:hidden}.cover-logo-hero__cover-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.cover-logo-hero__badge{position:absolute;top:.85rem;left:.85rem;z-index:1}.cover-logo-hero__logo{position:absolute;left:1.15rem;bottom:-1.8rem;width:76px;height:76px;border-radius:999px;background:#fff;border:4px solid #fff;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:5;box-shadow:0 10px 25px #00000026}.cover-logo-hero__logo-image{width:100%;height:100%;display:block;object-position:center}.cover-logo-hero__logo-image--cover{object-fit:cover}.cover-logo-hero__logo-image--contain{object-fit:contain;padding:.85rem;background:linear-gradient(180deg,#fffffffa,hsl(var(--background)/.96))}.cover-logo-hero__content{position:relative;padding:2.75rem 1rem 1rem}.cover-logo-hero__title{margin:0;color:hsl(var(--foreground));font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.2;font-weight:700}.cover-logo-hero__subtitle{margin:.3rem 0 0;color:hsl(var(--muted-foreground));font-size:.9rem;line-height:1.35}@media(max-width:768px){.cover-logo-hero__cover{height:160px}.cover-logo-hero__logo{width:68px;height:68px;left:1rem;bottom:-1.45rem}.cover-logo-hero--full-width{--cover-logo-size: 120px;--cover-logo-left: 12px;--cover-logo-overlap: 60px;--cover-logo-gap: 12px;--cover-content-min-height: 76px;--cover-content-top: .35rem;--cover-content-bottom: .7rem}.cover-logo-hero--full-width .cover-logo-hero__logo{border-width:4px}.cover-logo-hero--full-width-compact{--cover-logo-size: 92px;--cover-logo-left: 12px;--cover-logo-overlap: 46px;--cover-logo-gap: 10px;--cover-content-min-height: 50px;--cover-content-top: .2rem;--cover-content-bottom: .4rem}}@media(max-width:576px){.cover-logo-hero__cover{height:148px}.cover-logo-hero__logo{width:62px;height:62px;left:.9rem;bottom:-1.2rem}.cover-logo-hero--full-width{--cover-logo-size: 84px;--cover-logo-left: 10px;--cover-logo-overlap: 42px;--cover-logo-gap: 10px;--cover-content-min-height: 60px;--cover-content-top: .25rem;--cover-content-bottom: .6rem}.cover-logo-hero--full-width .cover-logo-hero__logo{border-width:3px}.cover-logo-hero--full-width-compact{--cover-logo-size: 72px;--cover-logo-left: 10px;--cover-logo-overlap: 36px;--cover-logo-gap: 8px;--cover-content-min-height: 42px;--cover-content-top: .15rem;--cover-content-bottom: .3rem}}.story-rail__header{margin-bottom:16px}.story-rail__eyebrow{margin:0 0 4px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.story-rail__title{margin:0;font-size:1.125rem}.story-rail__feedback{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:var(--radius);background:hsla(var(--destructive),.08);color:hsl(var(--foreground));margin-bottom:16px}.story-rail__feedback p{margin:0}.story-rail__feedback-action{border:none;background:transparent;color:hsl(var(--primary));font-weight:600;cursor:pointer}.story-rail__viewport{display:flex;align-items:center;gap:8px;min-width:0;width:100%}.story-rail__content{flex:1;min-width:0;overflow:hidden}.story-rail__track{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;padding:4px 0;scrollbar-width:none}.story-rail__track::-webkit-scrollbar{display:none}.story-rail__nav{flex:0 0 34px;width:34px;height:34px;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--card));color:hsl(var(--foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 24px #0000001f;flex-shrink:0}@media(max-width:768px){.story-rail__nav{display:none}}.story-rail__create-card,.story-rail__card,.story-rail__skeleton{flex:0 0 118px}.story-rail__create-card{flex-shrink:0}.story-rail__create-card,.story-rail__card{border:none;padding:0;background:transparent;text-align:left;cursor:pointer}.story-rail__create-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:156px;border-radius:var(--radius-lg);border:2px dashed hsl(var(--border));background:linear-gradient(180deg,hsla(var(--primary),.05),hsla(var(--primary),.01));padding:18px 12px}.story-rail__create-icon{width:42px;height:42px;border-radius:999px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.story-rail__create-text{font-size:.8rem;font-weight:600;color:hsl(var(--foreground))}.story-rail__card-media,.story-rail__skeleton-media{position:relative;width:118px;height:154px;border-radius:var(--radius-lg);overflow:hidden}.story-rail__card-media{border:1px solid hsl(var(--border));background:hsl(var(--muted))}.story-rail__card-image,.story-rail__card-fallback{width:100%;height:100%}.story-rail__card-image{object-fit:cover;display:block}.story-rail__card-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,hsl(var(--primary)),hsl(var(--accent)));color:hsl(var(--primary-foreground));font-size:2rem;font-weight:700}.story-rail__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0000000d,#000000d9);pointer-events:none}.story-rail__avatar-ring{position:absolute;top:10px;left:10px;z-index:2;width:42px;height:42px;padding:2px;border-radius:999px;background:linear-gradient(180deg,#f59e0b,#ef4444)}.story-rail__avatar-ring.is-watched{background:hsl(var(--muted))}.story-rail__user-name{position:absolute;bottom:8px;left:8px;right:8px;z-index:2;pointer-events:none}.story-rail__avatar,.story-rail__avatar-fallback{width:100%;height:100%;border-radius:999px;border:2px solid hsl(var(--card))}.story-rail__avatar{object-fit:cover;display:block}.story-rail__avatar-fallback{display:flex;align-items:center;justify-content:center;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:700}.story-rail__card-name{display:block;margin:0;font-size:.775rem;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.story-rail__skeleton-media,.story-rail__skeleton-line{background:hsl(var(--muted));animation:storyRailPulse 1.3s ease-in-out infinite}.story-rail__skeleton-line{width:70%;height:10px;border-radius:999px;margin-top:10px}@keyframes storyRailPulse{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}.confirm-delete{position:fixed;top:0;left:0;right:0;bottom:0;display:none;align-items:center;justify-content:center;z-index:99999;font-family:var(--font-base, sans-serif)}.confirm-delete--open{display:flex}.confirm-delete--center{align-items:center}.confirm-delete--top{align-items:flex-start;padding-top:10vh}.confirm-delete--small .confirm-delete__modal{width:320px;max-width:90%}.confirm-delete--medium .confirm-delete__modal{width:400px;max-width:90%}.confirm-delete--large .confirm-delete__modal{width:500px;max-width:90%}.confirm-delete__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:confirmDeleteFadeIn .2s ease-out;z-index:1}.confirm-delete__modal{position:relative;background:hsl(var(--card, 0 0% 100%));border-radius:calc(var(--radius, 1rem) * 1.5);box-shadow:0 28px 90px #0000004d;border:1px solid hsl(var(--border, 30 5% 85%));animation:confirmDeleteSlideIn .3s ease-out;z-index:2;overflow:hidden;margin:20px}.confirm-delete__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:hsl(var(--muted, 30 5% 96.1%));color:hsl(var(--muted-foreground, 24 3.8% 46.1%));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:3;padding:0}.confirm-delete__close:hover:not(:disabled){background:hsl(var(--border, 30 5% 85%));color:hsl(var(--foreground, 24 9.8% 10%));transform:rotate(90deg)}.confirm-delete__close:disabled{opacity:.5;cursor:not-allowed}.confirm-delete__close svg{width:18px;height:18px}.confirm-delete__content{padding:32px 24px 24px;text-align:center}.confirm-delete__icon-wrapper{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;background:hsl(var(--muted, 30 5% 96.1%));color:hsl(var(--muted-foreground, 24 3.8% 46.1%))}.confirm-delete__icon-wrapper.confirm-delete__icon--danger{background:#ef44441a;color:hsl(var(--destructive, 0 84.2% 60.2%))}.confirm-delete__icon-wrapper.confirm-delete__icon--warning{background:#f4a8251a;color:#f4a825}.confirm-delete__icon-wrapper.confirm-delete__icon--info{background:#257ef41a;color:#257ef4}.confirm-delete__icon-wrapper svg{width:32px;height:32px}.confirm-delete__title{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:hsl(var(--card-foreground, 24 9.8% 10%));line-height:1.3}.confirm-delete__message{font-size:1rem;color:hsl(var(--muted-foreground, 24 3.8% 46.1%));margin-bottom:24px;line-height:1.5}.confirm-delete__item-name{font-weight:600;color:hsl(var(--card-foreground, 24 9.8% 10%));background:hsl(var(--muted, 30 5% 96.1%));padding:2px 8px;border-radius:var(--radius, 1rem);display:inline-block;margin-top:4px;word-break:break-word}.confirm-delete__custom-content{margin-bottom:24px;padding:16px;background:hsl(var(--muted, 30 5% 96.1%));border-radius:var(--radius, 1rem);border:1px solid hsl(var(--border, 30 5% 85%));text-align:left}.confirm-delete__actions{display:flex;gap:12px;justify-content:center}.confirm-delete__button{flex:1;padding:12px 20px;border-radius:var(--radius, 1rem);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:100px}.confirm-delete__button:disabled{opacity:.5;cursor:not-allowed}.confirm-delete__button--cancel{background:hsl(var(--muted, 30 5% 96.1%));color:hsl(var(--muted-foreground, 24 3.8% 46.1%));border:1px solid hsl(var(--border, 30 5% 85%))}.confirm-delete__button--cancel:hover:not(:disabled){background:hsl(var(--border, 30 5% 85%));color:hsl(var(--foreground, 24 9.8% 10%))}.confirm-delete__button--danger{background:hsl(var(--destructive, 0 84.2% 60.2%));color:hsl(var(--destructive-foreground, 0 0% 98%))}.confirm-delete__button--danger:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.confirm-delete__button--danger:active:not(:disabled){transform:translateY(0)}.confirm-delete__button--warning{background:#f4a825;color:#000}.confirm-delete__button--warning:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #f4a8254d}.confirm-delete__button--info{background:#257ef4;color:#fff}.confirm-delete__button--info:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #257ef44d}.confirm-delete__spinner{width:18px;height:18px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:confirmDeleteSpin .8s linear infinite;display:inline-block}@keyframes confirmDeleteFadeIn{0%{opacity:0}to{opacity:1}}@keyframes confirmDeleteSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes confirmDeleteSpin{to{transform:rotate(360deg)}}@media(max-width:768px){.confirm-delete--top{padding-top:5vh}.confirm-delete__modal{width:95%!important;margin:0 10px}.confirm-delete__content{padding:24px 16px 16px}.confirm-delete__icon-wrapper{width:56px;height:56px;margin-bottom:16px}.confirm-delete__icon-wrapper svg{width:24px;height:24px}.confirm-delete__title{font-size:1.25rem}.confirm-delete__message{font-size:.95rem}.confirm-delete__button{padding:10px 16px;font-size:.95rem}}[dir=rtl] .confirm-delete__close{right:auto;left:16px}.story-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100005;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#000000bf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);animation:storyViewerFade .22s ease-out}.story-viewer:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background-image:var(--story-bg, none);background-size:cover;background-position:center;filter:blur(40px) brightness(.35);transform:scale(1.1);z-index:0}.story-viewer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1}.story-viewer__dialog{position:relative;z-index:10;width:min(92vw,480px);height:min(86vh,780px);border-radius:var(--radius, 1.25rem);border:1px solid hsl(var(--border)/.7);background:hsl(var(--card));color:hsl(var(--foreground));box-shadow:var(--shadow-lg, 0 24px 60px rgba(0, 0, 0, .45));display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;animation:storyViewerScale .26s cubic-bezier(.16,1,.3,1)}.story-viewer__progress{display:flex;gap:.35rem;padding:.75rem 1rem .2rem;z-index:15;flex-shrink:0}.story-viewer__progress-track{flex:1;height:2.5px;background:hsl(var(--foreground)/.18);border-radius:999px;overflow:hidden}.story-viewer__progress-fill{display:block;width:100%;height:100%;background:hsl(var(--foreground));transform-origin:left center;border-radius:999px}.story-viewer__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.45rem 1rem .5rem;z-index:15;flex-shrink:0}.story-viewer__owner{display:flex;align-items:center;gap:.65rem}.story-viewer__owner-avatar,.story-viewer__owner-fallback{width:36px;height:36px;border-radius:50%;flex-shrink:0;border:1px solid hsl(var(--border)/.6)}.story-viewer__owner-avatar{object-fit:cover}.story-viewer__owner-fallback{display:flex;align-items:center;justify-content:center;background:hsl(var(--muted));color:hsl(var(--foreground));font-weight:700;font-size:.85rem}.story-viewer__owner-name{margin:0;font-size:.875rem;font-weight:600;color:hsl(var(--foreground));line-height:1.2}.story-viewer__actions{display:flex;align-items:center;gap:.4rem}.story-viewer__icon-btn{width:32px;height:32px;border-radius:50%;border:1px solid hsl(var(--border)/.6);background:hsl(var(--muted)/.4);color:hsl(var(--foreground));display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s ease}.story-viewer__icon-btn:hover{color:hsl(var(--primary-foreground));background:hsl(var(--primary));border-color:hsl(var(--primary))}.story-viewer__body{position:relative;flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.story-viewer__feedback{flex:1;display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));font-size:.9rem}.story-viewer__canvas{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;-webkit-user-select:none;user-select:none;cursor:pointer}.story-viewer__loading-spinner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));background:hsl(var(--card))}.story-viewer__image{width:100%;height:100%;object-fit:cover;background:hsl(var(--background));transition:opacity .22s ease-in-out}.story-viewer__image.is-loading{opacity:0}.story-viewer__image.is-loaded{opacity:1}.story-viewer__image--text-only{display:block;background:hsl(var(--background))}.story-viewer__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:25;width:40px;height:40px;border-radius:50%;border:1px solid hsl(var(--border)/.6);background:hsl(var(--card)/.85);color:hsl(var(--foreground));display:inline-flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 14px #0003;transition:all .18s ease}.story-viewer__nav--prev{left:.75rem}.story-viewer__nav--next{right:.75rem}.story-viewer__nav:hover:not(:disabled){background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));transform:translateY(-50%) scale(1.06)}.story-viewer__nav:disabled{opacity:.2;cursor:not-allowed}.story-viewer__caption{position:absolute;left:50%;transform:translate(-50%);width:min(78%,340px);padding:.4rem .85rem;border-radius:.5rem;background:hsl(var(--background)/.85);border:1px solid hsl(var(--border)/.6);color:hsl(var(--foreground));text-align:center;font-size:.825rem;font-weight:500;line-height:1.35;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 12px #0003;z-index:10;pointer-events:none}.story-viewer__caption.is-top{top:.85rem}.story-viewer__caption.is-center{top:50%;transform:translate(-50%,-50%)}.story-viewer__caption.is-bottom{bottom:1rem}.story-viewer__panel{position:absolute;top:0;right:0;bottom:0;width:260px;border-left:1px solid hsl(var(--border)/.7);background:hsl(var(--card));padding:1rem;overflow-y:auto;z-index:30;box-shadow:-8px 0 24px #0003;animation:drawerSlideIn .22s ease-out}.story-viewer__panel::-webkit-scrollbar{width:4px}.story-viewer__panel::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:999px}.story-viewer__panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.story-viewer__panel-header h3{margin:0;font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.story-viewer__panel-header button{border:none;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;padding:.2rem;display:flex;align-items:center}.story-viewer__panel-header button:hover{color:hsl(var(--foreground))}.story-viewer__panel-feedback{margin:0;color:hsl(var(--muted-foreground));font-size:.8rem}.story-viewer__viewer-list{display:flex;flex-direction:column;gap:.6rem}.story-viewer__viewer-item{display:flex;align-items:center;gap:.65rem}.story-viewer__viewer-item p{margin:0;font-size:.825rem;font-weight:500;color:hsl(var(--foreground))}.story-viewer__viewer-item span{color:hsl(var(--muted-foreground));font-size:.725rem}.story-viewer__viewer-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;background:hsl(var(--muted));display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.story-viewer__viewer-avatar img{width:100%;height:100%;object-fit:cover}.story-viewer__reply{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem .85rem;border-top:1px solid hsl(var(--border)/.6);background:hsl(var(--card));flex-shrink:0}.story-viewer__reply-input{flex:1;display:flex;align-items:center;gap:.5rem;padding:0 .85rem;border-radius:999px;background:hsl(var(--background));border:1px solid hsl(var(--border)/.6);transition:border-color .15s ease}.story-viewer__reply-input:focus-within{border-color:hsl(var(--primary))}.story-viewer__reply-input svg{color:hsl(var(--muted-foreground));flex-shrink:0}.story-viewer__reply-input .input-wrapper{flex:1;margin:0}.story-viewer__reply-input .input-field{background:transparent;border:none;color:hsl(var(--foreground));font-size:.825rem;padding:.45rem 0}.story-viewer__reply-input .input-field::placeholder{color:hsl(var(--muted-foreground))}@keyframes storyViewerFade{0%{opacity:0}to{opacity:1}}@keyframes storyViewerScale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media(max-width:640px){.story-viewer{padding:0}.story-viewer__dialog{width:100vw;height:100vh;max-height:none;border-radius:0;border:none}.story-viewer__nav{width:36px;height:36px}.story-viewer__nav--prev{left:.4rem}.story-viewer__nav--next{right:.4rem}.story-viewer__panel{position:fixed;inset:auto 0 0 0;width:100%;max-height:50vh;border-radius:1.25rem 1.25rem 0 0}}.create-story-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0a0e16a6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:storyModalOverlayFade .22s cubic-bezier(.16,1,.3,1)}.create-story-modal__dialog{width:min(100%,520px);max-height:min(90vh,760px);overflow-y:auto;border-radius:1.25rem;border:1px solid hsl(var(--border)/.8);background:hsl(var(--card));box-shadow:0 24px 60px #00000059;display:flex;flex-direction:column;box-sizing:border-box;animation:storyModalScaleIn .26s cubic-bezier(.16,1,.3,1)}.create-story-modal__dialog::-webkit-scrollbar{width:6px}.create-story-modal__dialog::-webkit-scrollbar-track{background:transparent}.create-story-modal__dialog::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:999px}.create-story-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;border-bottom:1px solid hsl(var(--border)/.6);background:hsl(var(--card));position:sticky;top:0;z-index:5}.create-story-modal__header-title-group{display:flex;flex-direction:column;gap:.15rem}.create-story-modal__badge{display:inline-flex;align-items:center;width:fit-content;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:hsl(var(--primary));background:hsl(var(--primary)/.12);padding:.15rem .5rem;border-radius:999px}.create-story-modal__title{margin:0;font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));letter-spacing:-.01em}.create-story-modal__close{width:32px;height:32px;border-radius:50%!important;padding:0!important;display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));transition:color .18s ease,background-color .18s ease}.create-story-modal__close:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.create-story-modal__body{display:flex;flex-direction:column;gap:1.1rem;padding:1.25rem 1.5rem 1.5rem}.create-story-modal__field{display:flex;flex-direction:column;gap:.35rem}.create-story-modal__label{font-size:.85rem;font-weight:600;color:hsl(var(--foreground))}.create-story-modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:.25rem;padding-top:1rem;border-top:1px solid hsl(var(--border)/.6)}.story-canvas-field{display:flex;flex-direction:column;gap:.35rem}.story-canvas-box{position:relative;width:100%;height:155px;border-radius:.85rem;border:1.5px dashed hsl(var(--border));background:hsl(var(--background));overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding:1rem;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.story-canvas-box.has-image{border-style:solid;border-color:hsl(var(--border));background:#000}.story-canvas-box.has-image .story-canvas-placeholder{display:none}.story-canvas-box:hover{border-color:hsl(var(--primary)/.6)}.story-canvas-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.story-canvas-placeholder{display:flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground));z-index:2}.story-canvas-placeholder .story-canvas-placeholder-icon{color:hsl(var(--muted-foreground));flex-shrink:0}.story-canvas-placeholder .story-canvas-placeholder-title{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}.story-canvas-actions-center{display:flex;align-items:center;justify-content:center;gap:.85rem;z-index:4}.story-canvas-icon-action{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--primary));cursor:pointer;box-shadow:0 4px 12px #00000014;transition:all .2s cubic-bezier(.16,1,.3,1)}.story-canvas-icon-action:hover:not(:disabled):not(.is-disabled){background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));transform:translateY(-2px);box-shadow:0 6px 16px hsla(var(--primary),.3)}.story-canvas-icon-action.is-danger{color:hsl(var(--destructive))}.story-canvas-icon-action.is-danger:hover:not(:disabled):not(.is-disabled){background:hsl(var(--destructive));color:hsl(var(--destructive-foreground));border-color:hsl(var(--destructive));transform:translateY(-2px);box-shadow:0 6px 16px hsla(var(--destructive),.3)}.story-canvas-icon-action:disabled,.story-canvas-icon-action.is-disabled{opacity:.35;cursor:not-allowed;background:hsl(var(--muted)/.5);border-color:hsl(var(--border)/.5);color:hsl(var(--muted-foreground));box-shadow:none}.story-canvas-caption{position:absolute;left:0;right:0;padding:.5rem .85rem;color:#fff;font-size:.8rem;font-weight:500;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.8);z-index:3;pointer-events:none}.story-canvas-caption.position-top{top:.5rem}.story-canvas-caption.position-center{top:50%;transform:translateY(-50%)}.story-canvas-caption.position-bottom{bottom:.5rem}.story-canvas-caption span{display:inline-block;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .75rem;border-radius:.4rem;max-width:88%;word-break:break-word}@keyframes storyModalOverlayFade{0%{opacity:0}to{opacity:1}}@keyframes storyModalScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1}}.timeline-page{width:100%;min-height:100%;position:relative;background-color:hsl(var(--background))}.timeline-page .timeline-main{width:100%;min-width:0;display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem}@media(max-width:768px){.timeline-page .timeline-main{gap:1rem;padding-bottom:1.5rem}}.timeline-page .timeline-section{width:100%}.timeline-page .timeline-feed{display:flex;flex-direction:column;gap:1.25rem}@media(max-width:768px){.timeline-page .timeline-feed{gap:1rem}}.timeline-page .timeline-feed-loading{display:flex;flex-direction:column;gap:1.25rem}.timeline-page .timeline-post{border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background-color:hsl(var(--card));overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;animation:fadeInUp .35s ease-out}.timeline-page .timeline-post:hover{box-shadow:var(--shadow-md, 0 4px 12px rgba(0, 0, 0, .08));transform:translateY(-2px)}.timeline-page .timeline-skeleton-post{padding:1.5rem;pointer-events:none}.timeline-page .timeline-skeleton-post .timeline-skeleton-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.timeline-page .timeline-skeleton-post .timeline-skeleton-avatar{width:48px;height:48px;border-radius:50%;background:hsl(var(--muted));animation:pulse 1.4s ease-in-out infinite;flex-shrink:0}.timeline-page .timeline-skeleton-post .timeline-skeleton-meta{flex:1;display:flex;flex-direction:column;gap:.6rem}.timeline-page .timeline-skeleton-post .timeline-skeleton-line{height:12px;border-radius:999px;background:hsl(var(--muted));animation:pulse 1.4s ease-in-out infinite}.timeline-page .timeline-skeleton-post .timeline-skeleton-line-title{width:180px;max-width:60%}.timeline-page .timeline-skeleton-post .timeline-skeleton-line-text{width:120px;max-width:40%}.timeline-page .timeline-skeleton-post .timeline-skeleton-line-body{width:100%;margin-bottom:.75rem}.timeline-page .timeline-skeleton-post .timeline-skeleton-line-body.short{width:72%}.timeline-page .timeline-skeleton-post .timeline-skeleton-line-action{width:100px;margin-bottom:0}.timeline-page .timeline-skeleton-post .timeline-skeleton-media{width:100%;height:260px;border-radius:var(--radius-lg);background:hsl(var(--muted));animation:pulse 1.4s ease-in-out infinite;margin:1.25rem 0}.timeline-page .timeline-skeleton-post .timeline-skeleton-actions{display:flex;gap:1rem}.timeline-page .timeline-feedback,.timeline-page .timeline-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;padding:2.2rem 1.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius-lg);background-color:hsl(var(--card));text-align:center}.timeline-page .timeline-feedback h2,.timeline-page .timeline-feedback p,.timeline-page .timeline-empty h2,.timeline-page .timeline-empty p{margin:0}.timeline-page .timeline-feedback h2,.timeline-page .timeline-empty h2{font-size:1.2rem;font-weight:700;color:hsl(var(--foreground))}.timeline-page .timeline-feedback p,.timeline-page .timeline-empty p{font-size:.9rem;color:hsl(var(--muted-foreground))}.timeline-page .timeline-feedback-inline{margin-top:.5rem;padding:1.2rem 1rem}.timeline-page .timeline-sentinel{width:100%;height:1px}.timeline-page .timeline-load-more{display:flex;align-items:center;justify-content:center;gap:.6rem;margin:.5rem 0 1.5rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.timeline-page .timeline-spinner{width:18px;height:18px;border:2px solid hsla(var(--primary),.2);border-top-color:hsl(var(--primary));border-radius:50%;animation:spin .6s linear infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pill-tabs-container{background-color:hsl(var(--background));border:1px solid var(--bs-border-color);border-radius:13px;position:relative;padding:2px;transition:border-color .2s ease}.pill-tabs-container.variant-borderless{border:none}.pill-tabs-container.full-width .pill-tabs-wrapper{width:100%}.pill-tabs-container.disabled{opacity:.6;cursor:not-allowed}.pill-tabs-container.disabled .pill-tab{cursor:not-allowed}.pill-tabs-container.size-small .pill-tabs-wrapper{min-height:2rem;padding:0}.pill-tabs-container.size-small .pill-tab{min-height:1.75rem;height:1.75rem;padding:0 .625rem;font-size:.75rem;gap:.375rem}.pill-tabs-container.size-small .pill-tab .pill-tab-icon{width:14px;height:14px}.pill-tabs-container.size-small .pill-tab .pill-tab-icon svg{width:14px;height:14px}.pill-tabs-container.size-small .pill-tab .pill-tab-badge{font-size:.625rem;padding:.125rem .375rem}.pill-tabs-container.size-medium .pill-tabs-wrapper{min-height:2.25rem;padding:0}.pill-tabs-container.size-medium .pill-tab{min-height:2rem;height:2rem;padding:0 .75rem;font-size:.875rem;gap:.375rem}.pill-tabs-container.size-medium .pill-tab .pill-tab-icon{width:16px;height:16px}.pill-tabs-container.size-medium .pill-tab .pill-tab-icon svg{width:16px;height:16px}.pill-tabs-container.size-medium .pill-tab .pill-tab-badge{font-size:.75rem;padding:.125rem .5rem}.pill-tabs-container.size-large .pill-tabs-wrapper{min-height:2.375rem;padding:0}.pill-tabs-container.size-large .pill-tab{min-height:2.125rem;height:2.125rem;padding:0 .875rem;font-size:1rem;gap:.5rem}.pill-tabs-container.size-large .pill-tab .pill-tab-icon{width:18px;height:18px}.pill-tabs-container.size-large .pill-tab .pill-tab-icon svg{width:18px;height:18px}.pill-tabs-container.size-large .pill-tab .pill-tab-badge{font-size:.875rem;padding:.25rem .625rem}.pill-tabs-wrapper{display:flex;background:var(--muted);border-radius:10px;min-height:2.25rem;padding:0;position:relative}.pill-tab{position:relative;background:transparent;border:none;border-radius:999px;font-size:.875rem;font-weight:500;color:var(--bs-muted-color);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.375rem;flex:1;min-width:0;min-height:2rem;height:2rem;white-space:nowrap;z-index:1;line-height:1}.pill-tab:hover:not(.active):not(.disabled){color:var(--bs-heading-color);background:hsla(var(--background),.5)}.pill-tab:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.pill-tab.active{color:hsl(var(--primary-foreground));font-weight:600}.pill-tab.disabled{opacity:.5;cursor:not-allowed}.pill-tab.disabled:hover{color:var(--bs-muted-color);background:transparent}.pill-tab .pill-tab-badge{background:hsla(var(--primary),.1);color:hsl(var(--primary));font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:999px;margin-left:auto;flex-shrink:0}.pill-tab-indicator{position:absolute;top:2px;bottom:2px;left:0;background:hsl(var(--primary));border-radius:999px;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:0;box-shadow:0 2px 8px hsla(var(--primary),.2)}@media(max-width:768px){.pill-tabs-container.size-medium .pill-tabs-wrapper{min-height:2.125rem;padding:0}.pill-tabs-container.size-medium .pill-tab{min-height:1.875rem;height:1.875rem;padding:0 .6875rem;font-size:.8125rem;gap:.375rem}.pill-tabs-container.size-medium .pill-tab .pill-tab-icon{width:14px;height:14px}.pill-tabs-container.size-medium .pill-tab .pill-tab-icon svg{width:14px;height:14px}.pill-tabs-container.size-large .pill-tabs-wrapper{min-height:2.25rem;padding:0}.pill-tabs-container.size-large .pill-tab{min-height:2rem;height:2rem;padding:0 .75rem;font-size:.875rem;gap:.375rem}.pill-tabs-container.size-large .pill-tab .pill-tab-icon{width:16px;height:16px}.pill-tabs-container.size-large .pill-tab .pill-tab-icon svg{width:16px;height:16px}}.pill-tab-icon{display:flex;align-items:center;justify-content:center;color:inherit;flex-shrink:0}.pill-tab-icon svg{width:16px;height:16px}.pill-tab-label{display:flex;align-items:center;justify-content:center}.settings-page .settings-tabs-container{background:hsl(var(--card));border-radius:1.25rem;padding:.5rem;border:1px solid hsl(var(--border));box-shadow:0 4px 16px hsla(var(--foreground),.06)}.settings-page .settings-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.settings-page{padding:1rem}.settings-page .settings-tabs-container{padding:.375rem;border-radius:1rem}}@media(max-width:480px){.settings-page{padding:.75rem}.settings-page .settings-tabs-container{padding:.25rem;border-radius:.875rem}}.general-settings-tab{margin:0 auto;padding:16px;border-radius:8px}.general-settings-tab .settings-main-card{border:1px solid hsl(var(--border));background:hsl(var(--card))}.general-settings-tab .settings-main-card .card-header-section{padding:24px 24px 0;margin-bottom:16px}.general-settings-tab .settings-main-card .card-header-section .card-title-section .card-main-title{font-size:1.5rem;font-weight:700;color:hsl(var(--card-foreground));margin:0 0 4px;line-height:1.3}.general-settings-tab .settings-main-card .card-header-section .card-title-section .card-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.general-settings-tab .settings-main-card .card-content-section{padding:0 24px 24px}.general-settings-tab .settings-main-card .card-content-section>*+*{margin-top:32px}.form-field{width:100%}.form-field.space-y-2>*+*{margin-top:4px}.form-field .form-label{display:block;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:4px;line-height:1.4}.language-select .custom-select{background:hsl(var(--input-bg));border-color:hsl(var(--border))}.language-select .custom-select:hover{border-color:hsl(var(--primary))}.language-select .custom-select .custom-select-trigger-text{color:hsl(var(--foreground))}.danger-card{border-width:2px;border-style:solid;background:hsl(var(--card))}.danger-card.signout-card{border-color:hsl(var(--destructive));background:hsla(var(--destructive)/.02)}.danger-card.signout-card .danger-card-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px}.danger-card.signout-card .danger-card-header .danger-card-content{flex:1}.danger-card.signout-card .danger-card-header .danger-card-content .danger-card-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 4px;line-height:1.4}.danger-card.signout-card .danger-card-header .danger-card-content .danger-card-subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.danger-card.danger-zone-card{border-color:hsl(var(--destructive));background:hsla(var(--destructive)/.03)}.danger-card.danger-zone-card .danger-zone-header{margin-bottom:24px;padding:16px 16px 0}.danger-card.danger-zone-card .danger-zone-header .danger-zone-title-section .danger-zone-title{font-size:1.125rem;font-weight:700;color:hsl(var(--destructive));margin:0 0 4px;line-height:1.4}.danger-card.danger-zone-card .danger-zone-header .danger-zone-title-section .danger-zone-subtitle{font-size:.875rem;color:hsla(var(--destructive)/.8);margin:0;line-height:1.5}.danger-card.danger-zone-card .danger-zone-content{padding:16px}.danger-card.danger-zone-card .danger-zone-content .danger-action-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:hsla(var(--destructive)/.02);border:1px solid hsla(var(--destructive)/.2);border-radius:8px}.danger-card.danger-zone-card .danger-zone-content .danger-action-item .danger-action-content{flex:1}.danger-card.danger-zone-card .danger-zone-content .danger-action-item .danger-action-content .danger-action-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 4px;line-height:1.4}.danger-card.danger-zone-card .danger-zone-content .danger-action-item .danger-action-content .danger-action-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.alert-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:16px;animation:fadeIn .2s ease-out}.alert-dialog-overlay .alert-dialog-content{width:100%;max-width:450px;background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:16px;animation:slideUp .3s ease-out;overflow:hidden}.alert-dialog-overlay .alert-dialog-content .alert-dialog-header{padding:24px;background:hsla(var(--background)/.5);border-bottom:1px solid hsl(var(--border));display:flex;align-items:flex-start;gap:16px}.alert-dialog-overlay .alert-dialog-content .alert-dialog-header .alert-icon-wrapper{width:48px;height:48px;border-radius:50%;background:hsla(var(--warning)/.1);display:flex;align-items:center;justify-content:center;color:hsl(var(--warning));flex-shrink:0}.alert-dialog-overlay .alert-dialog-content .alert-dialog-header .alert-icon-wrapper.destructive{background:hsla(var(--destructive)/.1);color:hsl(var(--destructive))}.alert-dialog-overlay .alert-dialog-content .alert-dialog-header .alert-icon-wrapper svg{width:24px;height:24px}.alert-dialog-overlay .alert-dialog-content .alert-dialog-header .alert-header-text{flex:1}.alert-dialog-overlay .alert-dialog-content .alert-dialog-header .alert-header-text .alert-dialog-title{font-size:1.125rem;font-weight:700;color:hsl(var(--popover-foreground));margin:0 0 4px;line-height:1.4}.alert-dialog-overlay .alert-dialog-content .alert-dialog-header .alert-header-text .alert-dialog-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.alert-dialog-overlay .alert-dialog-content .alert-dialog-body{padding:24px}.alert-dialog-overlay .alert-dialog-content .alert-dialog-body .form-field .text-input{background:hsl(var(--input-bg));border-color:hsl(var(--border))}.alert-dialog-overlay .alert-dialog-content .alert-dialog-footer{padding:24px;background:hsla(var(--muted)/.5);border-top:1px solid hsl(var(--border));display:flex;justify-content:flex-end;gap:16px}.alert-dialog-overlay .alert-dialog-content .alert-dialog-footer .cancel-button{color:hsl(var(--foreground));background:transparent;border:1px solid hsl(var(--border))}.alert-dialog-overlay .alert-dialog-content .alert-dialog-footer .cancel-button:hover:not(:disabled){background:hsla(var(--foreground)/.05);border-color:hsl(var(--foreground))}.alert-dialog-overlay .alert-dialog-content .alert-dialog-footer .action-button{min-width:100px}.alert-dialog-overlay .alert-dialog-content .alert-dialog-footer .action-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn-destructive{background:linear-gradient(180deg,hsl(var(--destructive)),hsla(var(--destructive)/.85));color:hsl(var(--destructive-foreground));border:1px solid rgba(255,255,255,.2)}.btn-destructive:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.1)}.btn-destructive:active:not(:disabled){transform:translateY(0);filter:brightness(.95)}.btn-destructive:focus{outline:3px solid hsla(var(--destructive)/.35);outline-offset:3px}.btn-destructive:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-destructive:disabled:hover{transform:none;filter:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.general-settings-tab{padding:8px}.general-settings-tab .settings-main-card .card-header-section{padding:16px 16px 0}.general-settings-tab .settings-main-card .card-content-section{padding:0 16px 16px}.danger-card.signout-card .danger-card-header{padding:8px}.danger-card.danger-zone-card .danger-zone-header{padding:8px 8px 0}.danger-card.danger-zone-card .danger-zone-content{padding:8px}.danger-card.danger-zone-card .danger-zone-content .danger-action-item{flex-direction:column;align-items:stretch;gap:16px;padding:8px}.danger-card.danger-zone-card .danger-zone-content .danger-action-item .danger-action-content{text-align:center}.danger-card.danger-zone-card .danger-zone-content .danger-action-item .btn{width:100%;justify-content:center}.alert-dialog-overlay{padding:8px}.alert-dialog-overlay .alert-dialog-content .alert-dialog-header{padding:16px;flex-direction:column;text-align:center;gap:8px}.alert-dialog-overlay .alert-dialog-content .alert-dialog-body,.alert-dialog-overlay .alert-dialog-content .alert-dialog-footer{padding:16px}.alert-dialog-overlay .alert-dialog-content .alert-dialog-footer{flex-direction:column}.alert-dialog-overlay .alert-dialog-content .alert-dialog-footer .btn{width:100%;justify-content:center}}@media(max-width:480px){.general-settings-tab .card-main-title{font-size:1.25rem}.general-settings-tab .danger-zone-title{font-size:1rem}.form-field .form-label{font-size:.8125rem}}@media(prefers-contrast:high){.danger-card{border-width:3px}.alert-dialog-overlay .alert-dialog-content{border-width:2px}}@media(prefers-reduced-motion:reduce){.custom-card,.btn,.alert-dialog-overlay .alert-dialog-content{transition:none;animation:none}.alert-dialog-overlay .alert-dialog-content{animation:none}}.verification-tab{padding:20px}.verification-tab__placeholder{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;min-height:420px;padding:48px 24px;border:1px solid hsl(var(--border));border-radius:20px;background:radial-gradient(circle at top,hsla(var(--primary)/.08),transparent 55%),linear-gradient(180deg,hsl(var(--card)),hsla(var(--muted)/.45));justify-content:center}.verification-tab__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:hsla(var(--warning)/.14);border:1px solid hsla(var(--warning)/.28)}.verification-tab__icon{color:hsl(var(--warning))}.verification-tab__eyebrow{margin:0;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--warning))}.verification-tab__title{margin:0;max-width:520px;font-size:clamp(1.5rem,2vw,2rem);font-weight:700;color:hsl(var(--foreground))}.verification-tab__description{margin:0;max-width:560px;line-height:1.7;color:hsl(var(--muted-foreground))}@media(max-width:768px){.verification-tab{padding:12px}.verification-tab__placeholder{min-height:360px;padding:36px 20px;border-radius:16px}}@media(max-width:480px){.verification-tab{padding:10px}.verification-tab__placeholder{min-height:320px;padding:28px 16px}.verification-tab__icon-wrap{width:64px;height:64px}}.notification-settings{display:flex;flex-direction:column;padding:8px}.notification-settings.loading{min-height:200px;display:flex;align-items:center;justify-content:center}.notification-settings .notification-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.notification-settings .notification-header svg{color:hsl(var(--primary))}.notification-settings .notification-header h3{margin:0;font-size:1.25rem;font-weight:600;color:hsl(var(--foreground))}.notification-settings .notification-description{color:hsl(var(--muted-foreground));font-size:.875rem}.notification-settings .notification-options{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.notification-settings .notification-option{display:flex;align-items:center;justify-content:space-between;padding:16px;background:hsl(var(--background));border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));transition:all .2s ease}.notification-settings .notification-option:hover{border-color:hsl(var(--primary)/.3);background:hsl(var(--accent)/.02)}.notification-settings .notification-option.email .option-icon-wrapper{background:#257ef41a;color:#257ef4}.notification-settings .notification-option.sms .option-icon-wrapper{background:#2ecc701a;color:#2ecc70}.notification-settings .notification-option.whatsapp .option-icon-wrapper{background:#22c35d1a;color:#22c35d}.notification-settings .notification-option .option-info{display:flex;align-items:center;gap:16px}.notification-settings .notification-option .option-icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:all .2s ease}.notification-settings .notification-option .option-text{display:flex;flex-direction:column}.notification-settings .notification-option .option-label{font-weight:500;color:hsl(var(--foreground));font-size:1rem}.notification-settings .notification-option .option-description{font-size:.875rem;color:hsl(var(--muted-foreground))}.notification-settings .saving-indicator{display:flex;align-items:center;gap:8px;padding:8px 16px;background:hsl(var(--primary)/.1);border-radius:20px;color:hsl(var(--primary));font-size:.875rem;margin-top:16px}.notification-settings .saving-indicator .saving-spinner{width:16px;height:16px;border:2px solid hsl(var(--primary)/.3);border-top-color:hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite}.notification-settings .last-updated{margin-top:16px;padding-top:16px;border-top:1px solid hsl(var(--border));font-size:.75rem;color:hsl(var(--muted-foreground));text-align:right}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:16px;color:hsl(var(--muted-foreground))}.loading-spinner .spinner{width:40px;height:40px;border:3px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.notification-settings{padding:16px}.notification-settings .notification-option{flex-direction:column;align-items:flex-start;gap:16px}.notification-settings .notification-option .option-info{width:100%}.notification-settings .notification-option .toggle-switch{align-self:flex-end}}.toggle-switch{--toggle-height: 24px;--toggle-width: 48px;--toggle-thumb-size: 20px;--toggle-track-padding: 2px;--toggle-transition-duration: .2s;--toggle-transition-timing: cubic-bezier(.4, 0, .2, 1);--toggle-track-bg: hsl(var(--border));--toggle-track-checked-bg: hsl(var(--primary));--toggle-thumb-bg: hsl(var(--background));--toggle-thumb-shadow: 0 1px 3px rgba(0, 0, 0, .1);--toggle-thumb-checked-shadow: 0 1px 3px rgba(0, 0, 0, .1);display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;position:relative;transition:all var(--toggle-transition-duration) var(--toggle-transition-timing);-webkit-tap-highlight-color:transparent}.toggle-switch:hover .toggle-switch-track{border-color:hsl(var(--accent))}.toggle-switch:focus-within{outline:none}.toggle-switch:focus-within .toggle-switch-button:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.toggle-switch .toggle-switch-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:hsl(var(--muted-foreground))}.toggle-switch .toggle-switch-icon svg{width:1rem;height:1rem}.toggle-switch .toggle-switch-icon-left{order:1}.toggle-switch .toggle-switch-icon-right{order:3}.toggle-switch-checked .toggle-switch .toggle-switch-icon{color:hsl(var(--primary))}.toggle-switch .toggle-switch-label{order:2;font-weight:500;font-size:.875rem;color:var(--bs-body-color);transition:color var(--toggle-transition-duration) var(--toggle-transition-timing)}.toggle-switch-checked .toggle-switch .toggle-switch-label{color:var(--bs-heading-color);font-weight:600}.toggle-switch-disabled .toggle-switch .toggle-switch-label{color:var(--bs-muted-color);cursor:not-allowed}.toggle-switch-container{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.toggle-switch-button{position:relative;width:var(--toggle-width);height:var(--toggle-height);padding:var(--toggle-track-padding);border:none;background:none;cursor:pointer;transition:all var(--toggle-transition-duration) var(--toggle-transition-timing);outline:none;border-radius:calc(var(--toggle-height) / 2);background-color:transparent}.toggle-switch-button:active:not(:disabled) .toggle-switch-thumb{transform:translateY(-50%) scale(.95)}.toggle-switch-button:disabled{opacity:.6;cursor:not-allowed}.toggle-switch-button:disabled .toggle-switch-track{opacity:.6;cursor:not-allowed}.toggle-switch-button:disabled .toggle-switch-thumb{cursor:not-allowed}.toggle-switch-track{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--toggle-track-bg);border-radius:calc(var(--toggle-height) / 2);border:1px solid var(--bs-border-color);transition:all var(--toggle-transition-duration) var(--toggle-transition-timing);overflow:hidden}.toggle-switch-checked .toggle-switch-track{background-color:var(--toggle-track-checked-bg);border-color:var(--toggle-track-checked-bg)}.toggle-switch-thumb{position:absolute;top:50%;left:var(--toggle-track-padding);transform:translateY(-50%);width:var(--toggle-thumb-size);height:var(--toggle-thumb-size);background-color:var(--bs-body-bg);border-radius:50%;box-shadow:var(--toggle-thumb-shadow);transition:all var(--toggle-transition-duration) var(--toggle-transition-timing);z-index:2;display:flex;align-items:center;justify-content:center}.toggle-switch-checked .toggle-switch-thumb{left:calc(100% - var(--toggle-track-padding) - var(--toggle-thumb-size));background-color:hsl(var(--primary-foreground));box-shadow:var(--toggle-thumb-checked-shadow)}.toggle-switch-check-icon{position:absolute;top:50%;left:calc(var(--toggle-thumb-size) / 2 + var(--toggle-track-padding));transform:translate(-50%,-50%);width:12px;height:12px;color:hsl(var(--primary));opacity:0;transition:opacity var(--toggle-transition-duration) var(--toggle-transition-timing);z-index:3}.toggle-switch-checked .toggle-switch-check-icon{opacity:1;color:hsl(var(--primary-foreground))}.toggle-switch-small{--toggle-height: 20px;--toggle-width: 40px;--toggle-thumb-size: 16px;font-size:.75rem;gap:.5rem}.toggle-switch-small .toggle-switch-icon svg{width:.875rem;height:.875rem}.toggle-switch-small .toggle-switch-check-icon{width:10px;height:10px;left:calc(var(--toggle-thumb-size) / 2 + var(--toggle-track-padding))}.toggle-switch-medium{--toggle-height: 24px;--toggle-width: 48px;--toggle-thumb-size: 20px;font-size:.875rem;gap:.75rem}.toggle-switch-large{--toggle-height: 32px;--toggle-width: 64px;--toggle-thumb-size: 28px;font-size:1rem;gap:1rem}.toggle-switch-large .toggle-switch-icon svg{width:1.25rem;height:1.25rem}.toggle-switch-large .toggle-switch-check-icon{width:16px;height:16px;left:calc(var(--toggle-thumb-size) / 2 + var(--toggle-track-padding))}.toggle-switch-label-left,.toggle-switch-label-right{flex-direction:row}.toggle-switch-label-top{flex-direction:column;align-items:flex-start;gap:.5rem}.toggle-switch-label-bottom{flex-direction:column-reverse;align-items:flex-start;gap:.5rem}.toggle-switch-loading{opacity:.8;pointer-events:none}.toggle-switch-loading .toggle-switch-button .toggle-switch-track{opacity:.5}.toggle-switch-loading .toggle-switch-loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid currentColor;border-bottom-color:transparent;border-radius:50%;animation:spin 1s linear infinite;z-index:3}.toggle-switch-disabled{opacity:.6;cursor:not-allowed}.toggle-switch-disabled .toggle-switch-button,.toggle-switch-disabled .toggle-switch-label{cursor:not-allowed}.toggle-switch-disabled .toggle-switch-track{background-color:var(--bs-surface-bg);border-color:var(--bs-border-color)}.toggle-switch-checked .toggle-switch-disabled .toggle-switch-track{background-color:hsla(var(--primary),.4);border-color:hsla(var(--primary),.4)}.toggle-switch-disabled .toggle-switch-thumb{background-color:var(--bs-surface-bg)}.toggle-switch-checked .toggle-switch-disabled .toggle-switch-thumb{background-color:hsl(var(--primary-foreground));opacity:.8}.toggle-switch-animating .toggle-switch-thumb{animation:thumbBounce .3s ease}.toggle-switch-primary{--toggle-track-checked-bg: var(--bs-primary)}.toggle-switch-secondary{--toggle-track-checked-bg: var(--bs-secondary)}.toggle-switch-success{--toggle-track-checked-bg: var(--bs-success)}.toggle-switch-danger{--toggle-track-checked-bg: var(--bs-danger)}.toggle-switch-warning{--toggle-track-checked-bg: var(--bs-warning)}.toggle-switch-info{--toggle-track-checked-bg: var(--bs-info)}.toggle-switch-light{--toggle-track-checked-bg: hsl(var(--muted));--toggle-thumb-bg: var(--bs-heading-color)}.toggle-switch-light.toggle-switch-checked .toggle-switch-thumb{background-color:var(--bs-body-bg)}.toggle-switch-light.toggle-switch-checked .toggle-switch-check-icon{color:var(--bs-heading-color)}.toggle-switch-dark{--toggle-track-checked-bg: hsl(var(--foreground));--toggle-thumb-bg: var(--bs-body-bg)}.toggle-switch-dark.toggle-switch-checked .toggle-switch-thumb{background-color:var(--bs-body-bg)}.toggle-switch-dark.toggle-switch-checked .toggle-switch-check-icon{color:var(--bs-body-bg)}.toggle-switch-group{display:inline-flex;gap:0;border-radius:.375rem;overflow:hidden;border:1px solid var(--bs-border-color);background:var(--bs-surface-bg)}.toggle-switch-group-vertical{flex-direction:column;width:fit-content}.toggle-switch-group-small .toggle-switch-group-item{padding:.25rem .75rem;font-size:.75rem}.toggle-switch-group-medium .toggle-switch-group-item{padding:.375rem .875rem;font-size:.875rem}.toggle-switch-group-large .toggle-switch-group-item{padding:.5rem 1rem;font-size:1rem}.toggle-switch-group-item{padding:.375rem .875rem;background:var(--bs-surface-bg);border:none;border-right:1px solid var(--bs-border-color);color:var(--bs-body-color);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.toggle-switch-group-item:last-child{border-right:none}.toggle-switch-group-item:hover:not(:disabled){background:hsl(var(--muted))}.toggle-switch-group-item:focus{outline:2px solid var(--bs-primary);outline-offset:-1px;z-index:1}.toggle-switch-group-item.toggle-switch-checked{background:var(--bs-primary);color:var(--bs-btn-color)}.toggle-switch-group-item.toggle-switch-checked:hover:not(:disabled){background:var(--bs-primary-hover)}.toggle-switch-group-item.toggle-switch-disabled{opacity:.6;cursor:not-allowed;background:var(--bs-surface-bg)}.toggle-switch-group-vertical .toggle-switch-group-item{border-right:none;border-bottom:1px solid var(--bs-border-color)}.toggle-switch-group-vertical .toggle-switch-group-item:last-child{border-bottom:none}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes thumbBounce{0%,to{transform:translateY(-50%)}50%{transform:translateY(-50%) scale(1.1)}}@media(prefers-reduced-motion:reduce){.toggle-switch{--toggle-transition-duration: 0s}.toggle-switch-thumb{animation:none!important}}.toggle-switch-button:focus-visible{outline:2px solid var(--bs-primary);outline-offset:2px;border-radius:calc(var(--toggle-height) / 2)}.toggle-switch-group-item:focus{position:relative;z-index:2}@media(max-width:768px){.toggle-switch-label-top,.toggle-switch-label-bottom{gap:.375rem}}.legal{border-radius:8px;border:1px solid hsl(var(--border));margin:16px}.legal-tabs{display:flex;justify-content:center;align-items:center;padding:16px}.about-tab{margin:0 auto;padding:20px}.about-tab .about-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;overflow:hidden}.about-tab .about-card .card-header-section{padding:24px 24px 0;margin-bottom:16px}.about-tab .about-card .card-header-section .card-title-section{display:flex;align-items:flex-start;gap:12px}.about-tab .about-card .card-header-section .card-title-section .card-icon{color:hsl(var(--primary));margin-top:4px;flex-shrink:0}.about-tab .about-card .card-header-section .card-title-section .card-main-title{font-size:1.5rem;font-weight:700;color:hsl(var(--card-foreground));margin:0 0 8px;line-height:1.3}.about-tab .about-card .card-header-section .card-title-section .card-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.about-tab .about-card .card-content-section{padding:0 24px 24px}.about-tab .about-card .card-content-section>*+*{margin-top:32px}.about-tab .content-section .section-title{font-size:1.125rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 12px;line-height:1.4}.about-tab .content-section .section-text{color:hsl(var(--muted-foreground));margin:0 0 12px;line-height:1.6}.about-tab .content-section .section-text:last-child{margin-bottom:0}.about-tab .vision-quote{padding:16px 20px;border-left:4px solid hsl(var(--primary));background:hsla(var(--primary)/.05);border-radius:0 8px 8px 0}.about-tab .vision-quote .quote-text{color:hsl(var(--muted-foreground));font-style:italic;margin:0;line-height:1.6}.about-tab .mission-list{list-style:none;padding:0;margin:0}.about-tab .mission-list .mission-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.about-tab .mission-list .mission-item:last-child{margin-bottom:0}.about-tab .mission-list .mission-item .mission-bullet{width:8px;height:8px;border-radius:50%;background:hsl(var(--primary));margin-top:8px;flex-shrink:0}.about-tab .mission-list .mission-item span{color:hsl(var(--muted-foreground));line-height:1.6}.about-tab .unique-points .unique-point{margin-bottom:24px}.about-tab .unique-points .unique-point:last-child{margin-bottom:0}.about-tab .unique-points .unique-point .point-title{font-size:1rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 8px;line-height:1.4}.about-tab .unique-points .unique-point .point-text{color:hsl(var(--muted-foreground));margin:0 0 8px;line-height:1.6}.about-tab .unique-points .unique-point .point-text.mt{margin-top:8px}.about-tab .unique-points .unique-point .features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;margin:8px 0 12px 24px}.about-tab .unique-points .unique-point .features-grid .feature-item{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.about-tab .highlight-section{padding:20px;border:1px solid hsl(var(--border));border-radius:8px;background:linear-gradient(to right,hsla(var(--primary)/.05),hsla(var(--secondary)/.05))}.about-tab .highlight-section .highlight-title{font-size:1.125rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 12px;line-height:1.4}.about-tab .highlight-section .highlight-text{color:hsl(var(--muted-foreground));margin:0;line-height:1.6}@media(max-width:768px){.about-tab{padding:12px}.about-tab .about-card .card-header-section{padding:20px 20px 0}.about-tab .about-card .card-content-section{padding:0 20px 20px}.about-tab .about-card .card-content-section>*+*{margin-top:24px}.about-tab .content-section .section-title{font-size:1rem}.about-tab .unique-points .unique-point .features-grid{grid-template-columns:1fr;margin-left:16px}.about-tab .highlight-section{padding:16px}}@media(max-width:480px){.about-tab .about-card .card-header-section .card-title-section{flex-direction:column;gap:8px}.about-tab .about-card .card-header-section .card-title-section .card-icon{margin-top:0}.about-tab .card-main-title{font-size:1.25rem}}.author-ownership{width:100%;max-width:1200px;margin:0 auto;padding:1rem;font-family:var(--font-base)}.author-ownership .author-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;overflow:hidden}.author-ownership .author-card .card-header-section{padding:1.5rem 1.5rem 0;margin-bottom:1rem}.author-ownership .author-card .card-header-section .card-title-section{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.author-ownership .author-card .card-header-section .card-title-section{flex-direction:row;align-items:flex-start;gap:.75rem}}.author-ownership .author-card .card-header-section .card-title-section .card-icon{color:hsl(var(--primary));flex-shrink:0}@media(max-width:639px){.author-ownership .author-card .card-header-section .card-title-section .card-icon{margin-bottom:.25rem}}.author-ownership .author-card .card-header-section .card-title-section .card-text-content{flex:1}.author-ownership .author-card .card-header-section .card-title-section .card-main-title{font-size:1.25rem;font-weight:700;color:hsl(var(--card-foreground));margin:0 0 .5rem;line-height:1.3;text-transform:uppercase}@media(min-width:640px){.author-ownership .author-card .card-header-section .card-title-section .card-main-title{font-size:1.5rem}}@media(min-width:1024px){.author-ownership .author-card .card-header-section .card-title-section .card-main-title{font-size:1.75rem}}.author-ownership .author-card .card-header-section .card-title-section .card-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.author-ownership .author-card .card-header-section .card-title-section .card-description.warning{color:hsl(var(--destructive));font-weight:600}.author-ownership .author-card .card-content-section{padding:0 1.5rem 1.5rem}.author-ownership .author-card .card-content-section>*+*{margin-top:2rem}.author-ownership .policy-section .section-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.author-ownership .policy-section .section-header .section-number{width:2rem;height:2rem;border-radius:.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.author-ownership .policy-section .section-header .section-title{font-size:1.125rem;font-weight:600;color:hsl(var(--card-foreground));margin:0;line-height:1.4}@media(min-width:768px){.author-ownership .policy-section .section-header .section-title{font-size:1.25rem}}@media(max-width:639px){.author-ownership .policy-section .section-content{padding-left:0;padding-top:.5rem}}.author-ownership .subsection{margin-bottom:1.5rem}.author-ownership .subsection:last-child{margin-bottom:0}.author-ownership .subsection .subsection-header{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.author-ownership .subsection .subsection-header .subsection-number{width:1.5rem;height:1.5rem;border-radius:.375rem;background:hsla(var(--primary)/.2);color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}.author-ownership .subsection .subsection-header .subsection-title{font-size:1rem;font-weight:600;color:hsl(var(--card-foreground));margin:0;line-height:1.4}@media(min-width:768px){.author-ownership .subsection .subsection-header .subsection-title{font-size:1.125rem}}.author-ownership .subsection .content-text{color:hsl(var(--muted-foreground));margin:0 0 .75rem;line-height:1.6;font-size:.875rem}@media(min-width:768px){.author-ownership .subsection .content-text{font-size:1rem}}.author-ownership .content-grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin:.75rem 0 1rem}@media(min-width:480px){.author-ownership .content-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.author-ownership .content-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.author-ownership .content-grid{grid-template-columns:repeat(4,1fr)}}.author-ownership .content-grid .content-item{display:flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.author-ownership .content-grid .content-item svg{color:hsl(var(--primary))}.author-ownership .purpose-box,.author-ownership .ownership-box,.author-ownership .verification-box{padding:1rem;border:1px solid hsl(var(--border));border-radius:.5rem;background:hsla(var(--muted)/.3);margin:1rem 0}.author-ownership .purpose-box .box-title,.author-ownership .ownership-box .box-title,.author-ownership .verification-box .box-title{font-size:.875rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 .75rem}.author-ownership .purpose-box .box-description,.author-ownership .ownership-box .box-description,.author-ownership .verification-box .box-description{font-size:.75rem;color:hsl(var(--muted-foreground));margin:.75rem 0 0}.author-ownership .purpose-grid,.author-ownership .ownership-grid,.author-ownership .verification-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.author-ownership .purpose-grid,.author-ownership .ownership-grid,.author-ownership .verification-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.author-ownership .purpose-grid,.author-ownership .ownership-grid,.author-ownership .verification-grid{grid-template-columns:repeat(3,1fr)}}.author-ownership .purpose-grid .purpose-item,.author-ownership .purpose-grid .ownership-item,.author-ownership .purpose-grid .verification-item,.author-ownership .ownership-grid .purpose-item,.author-ownership .ownership-grid .ownership-item,.author-ownership .ownership-grid .verification-item,.author-ownership .verification-grid .purpose-item,.author-ownership .verification-grid .ownership-item,.author-ownership .verification-grid .verification-item{display:flex;align-items:center;gap:.5rem}.author-ownership .purpose-grid .purpose-item .purpose-bullet,.author-ownership .purpose-grid .purpose-item .ownership-bullet,.author-ownership .purpose-grid .purpose-item .verification-bullet,.author-ownership .purpose-grid .ownership-item .purpose-bullet,.author-ownership .purpose-grid .ownership-item .ownership-bullet,.author-ownership .purpose-grid .ownership-item .verification-bullet,.author-ownership .purpose-grid .verification-item .purpose-bullet,.author-ownership .purpose-grid .verification-item .ownership-bullet,.author-ownership .purpose-grid .verification-item .verification-bullet,.author-ownership .ownership-grid .purpose-item .purpose-bullet,.author-ownership .ownership-grid .purpose-item .ownership-bullet,.author-ownership .ownership-grid .purpose-item .verification-bullet,.author-ownership .ownership-grid .ownership-item .purpose-bullet,.author-ownership .ownership-grid .ownership-item .ownership-bullet,.author-ownership .ownership-grid .ownership-item .verification-bullet,.author-ownership .ownership-grid .verification-item .purpose-bullet,.author-ownership .ownership-grid .verification-item .ownership-bullet,.author-ownership .ownership-grid .verification-item .verification-bullet,.author-ownership .verification-grid .purpose-item .purpose-bullet,.author-ownership .verification-grid .purpose-item .ownership-bullet,.author-ownership .verification-grid .purpose-item .verification-bullet,.author-ownership .verification-grid .ownership-item .purpose-bullet,.author-ownership .verification-grid .ownership-item .ownership-bullet,.author-ownership .verification-grid .ownership-item .verification-bullet,.author-ownership .verification-grid .verification-item .purpose-bullet,.author-ownership .verification-grid .verification-item .ownership-bullet,.author-ownership .verification-grid .verification-item .verification-bullet{width:.5rem;height:.5rem;border-radius:50%;background:hsl(var(--primary));flex-shrink:0}.author-ownership .purpose-grid .purpose-item span,.author-ownership .purpose-grid .ownership-item span,.author-ownership .purpose-grid .verification-item span,.author-ownership .ownership-grid .purpose-item span,.author-ownership .ownership-grid .ownership-item span,.author-ownership .ownership-grid .verification-item span,.author-ownership .verification-grid .purpose-item span,.author-ownership .verification-grid .ownership-item span,.author-ownership .verification-grid .verification-item span{display:flex;align-items:center;gap:.375rem;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.author-ownership .purpose-grid .purpose-item span svg,.author-ownership .purpose-grid .ownership-item span svg,.author-ownership .purpose-grid .verification-item span svg,.author-ownership .ownership-grid .purpose-item span svg,.author-ownership .ownership-grid .ownership-item span svg,.author-ownership .ownership-grid .verification-item span svg,.author-ownership .verification-grid .purpose-item span svg,.author-ownership .verification-grid .ownership-item span svg,.author-ownership .verification-grid .verification-item span svg{color:hsl(var(--primary))}.author-ownership .collaborative-box{padding:1rem;border-left:4px solid hsl(var(--chart-1));background:hsla(var(--chart-1)/.05);margin:1rem 0}.author-ownership .collaborative-box .collaborative-content .collaborative-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.author-ownership .collaborative-box .collaborative-content .collaborative-item:last-child{margin-bottom:0}.author-ownership .collaborative-box .collaborative-content .collaborative-item .collaborative-bullet{width:.5rem;height:.5rem;border-radius:50%;background:hsl(var(--chart-1));margin-top:.375rem;flex-shrink:0}.author-ownership .collaborative-box .collaborative-content .collaborative-item .collaborative-text{color:hsl(var(--warning));font-size:.875rem;line-height:1.5;margin:0}.author-ownership .author-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1rem}.author-ownership .author-tags .author-tag{display:flex;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.75rem;border:1px solid hsl(var(--border));border-radius:9999px;background:hsl(var(--background));color:hsl(var(--muted-foreground));white-space:nowrap}@media(max-width:639px){.author-ownership .author-tags .author-tag{font-size:.625rem;padding:.1875rem .5rem}}.author-ownership .author-tags .author-tag svg{color:hsl(var(--primary))}.author-ownership .public-domain-box{padding:1rem;border:1px solid hsla(var(--warning)/.3);border-radius:.5rem;background:hsla(var(--warning)/.05);margin:1rem 0}.author-ownership .public-domain-box .box-title.public{color:hsla(var(--warning)/.9);margin-bottom:.75rem}.author-ownership .public-domain-box .public-domain-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:.75rem}@media(min-width:480px){.author-ownership .public-domain-box .public-domain-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.author-ownership .public-domain-box .public-domain-grid{grid-template-columns:repeat(3,1fr)}}.author-ownership .public-domain-box .public-domain-grid .domain-item{display:flex;align-items:center;gap:.5rem}.author-ownership .public-domain-box .public-domain-grid .domain-item .domain-bullet{width:.5rem;height:.5rem;border-radius:50%;background:hsl(var(--warning));flex-shrink:0}.author-ownership .public-domain-box .public-domain-grid .domain-item span{color:hsla(var(--warning)/.9);font-size:.875rem;line-height:1.4}.author-ownership .public-domain-box .box-description{color:hsla(var(--warning)/.7);font-size:.75rem;margin:0}.author-ownership .edition-grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin:.75rem 0 1.5rem}@media(min-width:480px){.author-ownership .edition-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.author-ownership .edition-grid{grid-template-columns:repeat(3,1fr)}}.author-ownership .edition-grid .edition-item{display:flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.author-ownership .edition-grid .edition-item svg{color:hsl(var(--primary))}.author-ownership .critical-box{padding-left:1rem;border-left:4px solid hsl(var(--success));margin:1rem 0 1.5rem}.author-ownership .critical-box .ownership-details-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin:1rem 0}@media(min-width:480px){.author-ownership .critical-box .ownership-details-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.author-ownership .critical-box .ownership-details-grid{grid-template-columns:repeat(3,1fr)}}.author-ownership .critical-box .ownership-details-grid .ownership-detail{display:flex;align-items:center;gap:.5rem}.author-ownership .critical-box .ownership-details-grid .ownership-detail .detail-bullet{width:.5rem;height:.5rem;border-radius:50%;background:hsl(var(--success));flex-shrink:0}.author-ownership .critical-box .ownership-details-grid .ownership-detail span{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.author-ownership .identification-grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin:.75rem 0 1.5rem}@media(min-width:480px){.author-ownership .identification-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.author-ownership .identification-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.author-ownership .identification-grid{grid-template-columns:repeat(4,1fr)}}.author-ownership .identification-grid .identification-item{display:flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.author-ownership .identification-grid .identification-item svg{color:hsl(var(--primary))}.author-ownership .integrity-box{padding:1rem;border:1px solid hsla(var(--success)/.3);border-radius:.5rem;background:hsla(var(--success)/.05);margin:1rem 0}.author-ownership .integrity-box .box-title.integrity{color:hsl(var(--success));margin-bottom:.75rem}.author-ownership .integrity-box .integrity-content .integrity-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.author-ownership .integrity-box .integrity-content .integrity-item:last-child{margin-bottom:0}.author-ownership .integrity-box .integrity-content .integrity-item .integrity-bullet{width:.5rem;height:.5rem;border-radius:50%;background:hsl(var(--success));margin-top:.375rem;flex-shrink:0}.author-ownership .integrity-box .integrity-content .integrity-item span{color:hsl(var(--success));font-size:.875rem;line-height:1.5}.author-ownership .plagiarism-box{padding:1rem;border-left:4px solid hsl(var(--destructive));background:hsla(var(--destructive)/.05);margin:1rem 0}.author-ownership .plagiarism-box .box-title.plagiarism{color:hsl(var(--destructive));margin-bottom:.75rem}.author-ownership .plagiarism-box .plagiarism-content .plagiarism-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.author-ownership .plagiarism-box .plagiarism-content .plagiarism-item:last-child{margin-bottom:0}.author-ownership .plagiarism-box .plagiarism-content .plagiarism-item .plagiarism-bullet{width:.5rem;height:.5rem;border-radius:50%;background:hsl(var(--destructive));margin-top:.375rem;flex-shrink:0}.author-ownership .plagiarism-box .plagiarism-content .plagiarism-item span{color:hsl(var(--destructive));font-size:.875rem;line-height:1.5}.author-ownership .license-section .license-box{padding:1.5rem;border:2px solid hsl(var(--chart-1));border-radius:.5rem;background:hsla(var(--chart-1)/.05)}@media(min-width:768px){.author-ownership .license-section .license-box{padding:1.5rem}}.author-ownership .license-section .license-box .license-header{text-align:center;margin:1.5rem 0}.author-ownership .license-section .license-box .license-header .license-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:.75rem}.author-ownership .license-section .license-box .license-header .license-dots .license-dot{width:.75rem;height:.75rem;border-radius:50%;background:hsl(var(--chart-1))}.author-ownership .license-section .license-box .license-header .license-title{font-size:1rem;font-weight:700;color:hsl(var(--chart-1));margin:0;line-height:1.4}@media(min-width:768px){.author-ownership .license-section .license-box .license-header .license-title{font-size:1.125rem}}.author-ownership .license-section .license-box .license-subtitle{text-align:center;color:hsl(var(--muted-foreground));margin:0 0 1.5rem;line-height:1.6}.author-ownership .license-section .license-box .license-divider{height:1px;background:hsl(var(--border));margin:1.5rem 0}.author-ownership .license-section .license-box .license-restriction-title{text-align:center;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 1rem}.author-ownership .license-section .license-box .restrictions-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:480px){.author-ownership .license-section .license-box .restrictions-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.author-ownership .license-section .license-box .restrictions-grid{grid-template-columns:repeat(3,1fr)}}.author-ownership .license-section .license-box .restrictions-grid .restriction-card{text-align:center;padding:1rem;border:1px solid hsl(var(--border));border-radius:.5rem;background:hsl(var(--background))}.author-ownership .license-section .license-box .restrictions-grid .restriction-card .restriction-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:hsla(var(--destructive)/.1);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}@media(min-width:768px){.author-ownership .license-section .license-box .restrictions-grid .restriction-card .restriction-icon{width:2.5rem;height:2.5rem}}.author-ownership .license-section .license-box .restrictions-grid .restriction-card .restriction-icon .icon-text{color:hsl(var(--destructive))}.author-ownership .license-section .license-box .restrictions-grid .restriction-card .restriction-label{font-weight:600;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.author-ownership .account-section .account-box{padding:1.5rem;border:2px solid hsl(var(--warning));border-radius:.5rem;background:hsla(var(--warning)/.05)}@media(min-width:768px){.author-ownership .account-section .account-box{padding:1.5rem}}.author-ownership .account-section .account-box .account-title{font-weight:600;color:hsl(var(--warning));margin:0 0 1.5rem;font-size:.875rem}.author-ownership .account-section .account-box .account-points .account-point{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.author-ownership .account-section .account-box .account-points .account-point:last-child{margin-bottom:0}.author-ownership .account-section .account-box .account-points .account-point .account-number{width:1.5rem;height:1.5rem;border-radius:50%;background:hsl(var(--warning));color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}@media(min-width:768px){.author-ownership .account-section .account-box .account-points .account-point .account-number{width:1.5rem;height:1.5rem}}.author-ownership .account-section .account-box .account-points .account-point .account-content{flex:1}.author-ownership .account-section .account-box .account-points .account-point .account-content .account-point-title{font-weight:600;color:hsl(var(--card-foreground));margin:0 0 .25rem;font-size:.875rem;line-height:1.4}.author-ownership .account-section .account-box .account-points .account-point .account-content .account-point-description{color:hsl(var(--warning));font-size:.75rem;margin:0;line-height:1.5}.author-ownership .dispute-section .dispute-box{padding:1.5rem;border:2px solid hsl(var(--chart-5));border-radius:.5rem;background:hsla(var(--chart-5)/.05)}@media(min-width:768px){.author-ownership .dispute-section .dispute-box{padding:1.5rem}}.author-ownership .dispute-section .dispute-box .dispute-title{font-weight:600;color:hsl(var(--chart-5));margin:0 0 1.5rem;font-size:.875rem}.author-ownership .dispute-section .dispute-box .dispute-content .dispute-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.author-ownership .dispute-section .dispute-box .dispute-content .dispute-item:last-child{margin-bottom:0}.author-ownership .dispute-section .dispute-box .dispute-content .dispute-item .dispute-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:hsla(var(--chart-5)/.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:768px){.author-ownership .dispute-section .dispute-box .dispute-content .dispute-item .dispute-icon{width:2.5rem;height:2.5rem}}.author-ownership .dispute-section .dispute-box .dispute-content .dispute-item .dispute-icon .icon-text{color:hsl(var(--chart-5))}.author-ownership .dispute-section .dispute-box .dispute-content .dispute-item .dispute-text{flex:1}.author-ownership .dispute-section .dispute-box .dispute-content .dispute-item .dispute-text .dispute-item-title{font-weight:600;color:hsl(var(--card-foreground));margin:0 0 .25rem;font-size:.875rem;line-height:1.4}.author-ownership .dispute-section .dispute-box .dispute-content .dispute-item .dispute-text .dispute-item-description{color:hsl(var(--chart-5));font-size:.75rem;margin:0;line-height:1.5}.author-ownership .legal-notice{padding:1.5rem;border:2px solid hsl(var(--destructive));border-radius:.5rem;background:hsla(var(--destructive)/.05)}@media(min-width:768px){.author-ownership .legal-notice{padding:1.5rem}}.author-ownership .legal-notice .legal-header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}@media(min-width:640px){.author-ownership .legal-notice .legal-header{flex-direction:row;align-items:center}}.author-ownership .legal-notice .legal-header .legal-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:hsl(var(--destructive));display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:768px){.author-ownership .legal-notice .legal-header .legal-icon{width:2.5rem;height:2.5rem}}.author-ownership .legal-notice .legal-header .legal-icon .icon-text{color:#fff}.author-ownership .legal-notice .legal-header .legal-title-section .legal-title{font-size:1.125rem;font-weight:700;color:hsl(var(--destructive));margin:0 0 .25rem;text-transform:uppercase}@media(min-width:768px){.author-ownership .legal-notice .legal-header .legal-title-section .legal-title{font-size:1.25rem}}.author-ownership .legal-notice .legal-header .legal-title-section .legal-subtitle{color:hsl(var(--destructive));font-size:.875rem;margin:0;line-height:1.4}.author-ownership .legal-notice .legal-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.author-ownership .legal-notice .legal-grid{grid-template-columns:repeat(2,1fr)}}.author-ownership .legal-notice .legal-grid .legal-item .legal-item-title{font-size:.875rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 .5rem}.author-ownership .legal-notice .legal-grid .legal-item .legal-item-text{color:hsl(var(--muted-foreground));font-size:.75rem;margin:0;line-height:1.5}.author-ownership .legal-notice .legal-footer{border-top:1px solid hsla(var(--destructive)/.3);padding-top:1rem}.author-ownership .legal-notice .legal-footer .legal-footer-text{color:hsl(var(--destructive));font-size:.75rem;margin:0;line-height:1.5}.author-ownership .mb-2{margin-bottom:.5rem!important}.author-ownership .mb-4{margin-bottom:1rem!important}@media(max-width:639px){.author-ownership{padding:.75rem}.author-ownership .author-card .card-header-section,.author-ownership .author-card .card-content-section{padding:1rem}.author-ownership .author-card .card-content-section>*+*{margin-top:1.5rem}.author-ownership .policy-section .section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.author-ownership .policy-section .section-header .section-number{width:1.75rem;height:1.75rem;font-size:.75rem}.author-ownership .policy-section .section-content{padding-left:0}.author-ownership .subsection .subsection-header{flex-direction:column;align-items:flex-start;gap:.25rem}.author-ownership .subsection .subsection-header .subsection-number{width:1.25rem;height:1.25rem;font-size:.625rem}.author-ownership .content-grid,.author-ownership .edition-grid,.author-ownership .identification-grid{margin-left:0}.author-ownership .purpose-grid,.author-ownership .ownership-grid,.author-ownership .verification-grid,.author-ownership .public-domain-grid,.author-ownership .ownership-details-grid,.author-ownership .restrictions-grid,.author-ownership .legal-grid{grid-template-columns:1fr}}@media(min-width:640px)and (max-width:767px){.author-ownership .content-grid,.author-ownership .edition-grid,.author-ownership .identification-grid,.author-ownership .purpose-grid,.author-ownership .ownership-grid,.author-ownership .verification-grid,.author-ownership .public-domain-grid,.author-ownership .ownership-details-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px)and (max-width:1023px){.author-ownership .content-grid,.author-ownership .edition-grid,.author-ownership .identification-grid,.author-ownership .purpose-grid,.author-ownership .ownership-grid,.author-ownership .verification-grid,.author-ownership .public-domain-grid,.author-ownership .ownership-details-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.author-ownership .content-grid{grid-template-columns:repeat(4,1fr)}.author-ownership .edition-grid,.author-ownership .identification-grid{grid-template-columns:repeat(3,1fr)}}@media print{.author-ownership{padding:0}.author-ownership .author-card{border:none}.author-ownership .author-card .card-header-section,.author-ownership .author-card .card-content-section{padding:1rem}.author-ownership .collaborative-box,.author-ownership .public-domain-box,.author-ownership .integrity-box,.author-ownership .plagiarism-box,.author-ownership .license-section .license-box,.author-ownership .account-section .account-box,.author-ownership .dispute-section .dispute-box,.author-ownership .legal-notice{break-inside:avoid;page-break-inside:avoid}}@media(prefers-contrast:high){.author-ownership .author-card{border:2px solid hsl(var(--card-foreground))}.author-ownership .collaborative-box,.author-ownership .public-domain-box,.author-ownership .integrity-box,.author-ownership .plagiarism-box,.author-ownership .license-section .license-box,.author-ownership .account-section .account-box,.author-ownership .dispute-section .dispute-box,.author-ownership .legal-notice{border-width:3px}}@media(prefers-reduced-motion:reduce){.author-ownership *{transition:none!important;animation:none!important}}.cookies-policy{margin:0 auto;padding:20px}.cookies-policy .cookies-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;overflow:hidden}.cookies-policy .cookies-card .card-header-section{padding:24px 24px 0;margin-bottom:16px}.cookies-policy .cookies-card .card-header-section .card-title-section{display:flex;align-items:flex-start;gap:12px}.cookies-policy .cookies-card .card-header-section .card-title-section .card-icon{color:hsl(var(--primary));margin-top:4px;flex-shrink:0}.cookies-policy .cookies-card .card-header-section .card-title-section .card-main-title{font-size:1.5rem;font-weight:700;color:hsl(var(--card-foreground));margin:0 0 8px;line-height:1.3}.cookies-policy .cookies-card .card-header-section .card-title-section .card-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.cookies-policy .cookies-card .card-content-section{padding:0 24px 24px}.cookies-policy .cookies-card .card-content-section>*+*{margin-top:32px}.cookies-policy .content-section .section-title{font-size:1.125rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 12px;line-height:1.4}.cookies-policy .cookies-intro{display:flex;align-items:flex-start;gap:16px;padding:16px;border:1px solid hsl(var(--border));border-radius:8px;background:hsla(var(--primary)/.05)}.cookies-policy .cookies-intro .intro-icon{width:48px;height:48px;border-radius:50%;background:hsla(var(--primary)/.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cookies-policy .cookies-intro .intro-icon .icon{color:hsl(var(--primary))}.cookies-policy .cookies-intro .intro-content .intro-text{color:hsl(var(--muted-foreground));margin:0;line-height:1.6}.cookies-policy .cookies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;margin-top:16px}.cookies-policy .cookies-grid .cookie-card{padding:16px;border:1px solid hsl(var(--border));border-radius:8px}.cookies-policy .cookies-grid .cookie-card .cookie-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.cookies-policy .cookies-grid .cookie-card .cookie-header .cookie-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.cookies-policy .cookies-grid .cookie-card .cookie-header .cookie-icon.blue{background:#2463eb1a}.cookies-policy .cookies-grid .cookie-card .cookie-header .cookie-icon.green{background:#16a2491a}.cookies-policy .cookies-grid .cookie-card .cookie-header .cookie-icon.purple{background:#7c3bed1a}.cookies-policy .cookies-grid .cookie-card .cookie-header .cookie-icon.amber{background:#e7b0081a}.cookies-policy .cookies-grid .cookie-card .cookie-header .cookie-icon.indigo{background:#6467f21a}.cookies-policy .cookies-grid .cookie-card .cookie-header .cookie-icon .icon-text{line-height:1}.cookies-policy .cookies-grid .cookie-card .cookie-header .cookie-title{font-size:.875rem;font-weight:600;color:hsl(var(--card-foreground))}.cookies-policy .cookies-grid .cookie-card .cookie-description{color:hsl(var(--muted-foreground));font-size:.75rem;margin:0;line-height:1.5}.cookies-policy .cookies-types .cookie-type{padding:16px;border-radius:8px;margin-bottom:16px}.cookies-policy .cookies-types .cookie-type:last-child{margin-bottom:0}.cookies-policy .cookies-types .cookie-type.essential{border:2px solid hsl(142,76%,36%);background:#16a2490d}.cookies-policy .cookies-types .cookie-type.functional,.cookies-policy .cookies-types .cookie-type.analytics{border:1px solid hsl(var(--border))}.cookies-policy .cookies-types .cookie-type .type-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cookies-policy .cookies-types .cookie-type .type-header .type-left{display:flex;align-items:center;gap:8px}.cookies-policy .cookies-types .cookie-type .type-header .type-left .type-bullet{width:12px;height:12px;border-radius:50%}.cookies-policy .cookies-types .cookie-type .type-header .type-left .type-bullet.green{background:#16a249}.cookies-policy .cookies-types .cookie-type .type-header .type-left .type-bullet.blue{background:#2463eb}.cookies-policy .cookies-types .cookie-type .type-header .type-left .type-bullet.purple{background:#7c3bed}.cookies-policy .cookies-types .cookie-type .type-header .type-left .type-title{font-size:.875rem;font-weight:600;color:hsl(var(--card-foreground));margin:0}.cookies-policy .cookies-types .cookie-type .type-header .type-badge{padding:4px 8px;font-size:.625rem;font-weight:600;background:#16a249;color:#fff;border-radius:9999px;text-transform:uppercase}.cookies-policy .cookies-types .cookie-type .type-description{color:hsl(var(--muted-foreground));font-size:.75rem;margin:0 0 12px;line-height:1.5}.cookies-policy .cookies-types .cookie-type .type-tags{display:flex;flex-wrap:wrap;gap:8px}.cookies-policy .cookies-types .cookie-type .type-tags .type-tag{padding:4px 8px;font-size:.625rem;border:1px solid hsl(var(--border));border-radius:9999px;background:hsl(var(--background));color:hsl(var(--muted-foreground))}.cookies-policy .cookies-types .important-notice{margin-top:16px;padding:12px 16px;border:1px solid hsla(45,93%,47%,.3);border-radius:8px;background:#e7b0080d}.cookies-policy .cookies-types .important-notice .notice-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.cookies-policy .cookies-types .important-notice .notice-header .notice-icon{font-size:16px;line-height:1}.cookies-policy .cookies-types .important-notice .notice-header .notice-title{font-size:.875rem;font-weight:600;color:#e7b008}.cookies-policy .cookies-types .important-notice .notice-text{color:#e7b008cc;font-size:.75rem;margin:0;line-height:1.5}.cookies-policy .section-divider{height:1px;background:hsl(var(--border));margin:16px 0 24px}.cookies-policy .management-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.cookies-policy .management-grid .management-column .management-title{font-size:.875rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 8px}.cookies-policy .management-grid .management-column .management-description{color:hsl(var(--muted-foreground));font-size:.75rem;margin:0 0 16px;line-height:1.5}.cookies-policy .management-grid .management-column .browser-tags{display:flex;flex-wrap:wrap;gap:8px}.cookies-policy .management-grid .management-column .browser-tags .browser-tag{padding:4px 12px;font-size:.75rem;border:1px solid hsl(var(--border));border-radius:9999px;background:hsl(var(--background));color:hsl(var(--muted-foreground))}.cookies-policy .management-grid .management-column .cookie-button{margin-top:16px}.cookies-policy .management-grid .management-column .cookie-button .settings-button{gap:8px}.cookies-policy .info-section{padding:16px;border:1px solid hsl(var(--border));border-radius:8px;background:hsla(var(--muted)/.3)}.cookies-policy .info-section .info-content{display:flex;align-items:flex-start;gap:12px}.cookies-policy .info-section .info-content .info-icon{width:24px;height:24px;border-radius:50%;background:hsla(var(--primary)/.1);display:flex;align-items:center;justify-content:center;font-size:14px;color:hsl(var(--primary));flex-shrink:0;line-height:1}.cookies-policy .info-section .info-content .info-text .info-title{font-size:.875rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 4px}.cookies-policy .info-section .info-content .info-text .info-description{color:hsl(var(--muted-foreground));font-size:.75rem;margin:0;line-height:1.5}@media(max-width:768px){.cookies-policy{padding:12px}.cookies-policy .cookies-card .card-header-section{padding:20px 20px 0}.cookies-policy .cookies-card .card-content-section{padding:0 20px 20px}.cookies-policy .cookies-card .card-content-section>*+*{margin-top:24px}.cookies-policy .content-section .section-title{font-size:1rem}.cookies-policy .cookies-grid{grid-template-columns:1fr}.cookies-policy .management-grid{grid-template-columns:1fr;gap:20px}.cookies-policy .cookies-intro{flex-direction:column;align-items:center;text-align:center;gap:12px}}@media(max-width:480px){.cookies-policy .cookies-card .card-header-section .card-title-section{flex-direction:column;gap:8px}.cookies-policy .cookies-card .card-header-section .card-title-section .card-icon{margin-top:0}.cookies-policy .card-main-title{font-size:1.25rem}.cookies-policy .browser-tags .browser-tag,.cookies-policy .type-tags .type-tag{font-size:.625rem;padding:3px 8px}}.privacy-policy{margin:0 auto;padding:20px}.privacy-policy .privacy-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;overflow:hidden}.privacy-policy .privacy-card .card-header-section{padding:24px 24px 0;margin-bottom:16px}.privacy-policy .privacy-card .card-header-section .card-title-section{display:flex;align-items:flex-start;gap:12px}.privacy-policy .privacy-card .card-header-section .card-title-section .card-icon{color:hsl(var(--primary));margin-top:4px;flex-shrink:0}.privacy-policy .privacy-card .card-header-section .card-title-section .card-main-title{font-size:1.5rem;font-weight:700;color:hsl(var(--card-foreground));margin:0 0 8px;line-height:1.3}.privacy-policy .privacy-card .card-header-section .card-title-section .card-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.privacy-policy .privacy-card .card-content-section{padding:0 24px 24px}.privacy-policy .privacy-card .card-content-section>*+*{margin-top:32px}.privacy-policy .content-section .section-title{font-size:1.125rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 12px;line-height:1.4}.privacy-policy .content-section .section-text{color:hsl(var(--muted-foreground));margin:0 0 12px;line-height:1.6}.privacy-policy .content-section .section-text:last-child{margin-bottom:0}.privacy-policy .info-categories{margin-top:16px;padding-left:16px;border-left:2px solid hsl(var(--muted))}.privacy-policy .info-categories .info-category{margin-bottom:20px}.privacy-policy .info-categories .info-category:last-child{margin-bottom:0}.privacy-policy .info-categories .info-category .category-title{font-size:1rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 8px}.privacy-policy .info-categories .info-category .category-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:8px;padding-left:16px}.privacy-policy .info-categories .info-category .category-items .category-item{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.privacy-policy .usage-list{list-style:none;padding:0;margin:0}.privacy-policy .usage-list .usage-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.privacy-policy .usage-list .usage-item:last-child{margin-bottom:0}.privacy-policy .usage-list .usage-item .usage-bullet{width:8px;height:8px;border-radius:50%;background:hsl(var(--primary));margin-top:8px;flex-shrink:0}.privacy-policy .usage-list .usage-item span{color:hsl(var(--muted-foreground));line-height:1.6}.privacy-policy .storage-list{list-style:none;padding:0;margin:0}.privacy-policy .storage-list .storage-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.privacy-policy .storage-list .storage-item:last-child{margin-bottom:0}.privacy-policy .storage-list .storage-item .storage-bullet{width:8px;height:8px;border-radius:50%;background:hsl(var(--primary));margin-top:8px;flex-shrink:0}.privacy-policy .storage-list .storage-item span{color:hsl(var(--muted-foreground));line-height:1.6}.privacy-policy .rights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;margin-top:16px}.privacy-policy .rights-grid .right-card{padding:16px;border:1px solid hsl(var(--border));border-radius:8px;background:hsla(var(--primary)/.05)}.privacy-policy .rights-grid .right-card .right-title{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 8px}.privacy-policy .rights-grid .right-card .right-title .right-bullet{width:12px;height:12px;border-radius:50%;background:hsl(var(--primary));flex-shrink:0}.privacy-policy .rights-grid .right-card .right-description{color:hsl(var(--muted-foreground));font-size:.75rem;margin:0;line-height:1.5}.privacy-policy .data-retention-section{padding:20px;border:1px solid hsl(var(--border));border-radius:8px;background:hsla(var(--muted)/.3)}.privacy-policy .data-retention-section .retention-text{color:hsl(var(--muted-foreground));margin:0 0 16px;line-height:1.6}.privacy-policy .data-retention-section .retention-points .retention-point{display:flex;align-items:center;gap:8px;margin-bottom:8px}.privacy-policy .data-retention-section .retention-points .retention-point:last-child{margin-bottom:0}.privacy-policy .data-retention-section .retention-points .retention-point .point-bullet{width:8px;height:8px;border-radius:50%;background:hsl(var(--primary));flex-shrink:0}.privacy-policy .data-retention-section .retention-points .retention-point span{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.privacy-policy .beta-notice{padding:16px;border:1px solid hsla(var(--warning)/.5);border-radius:8px;background:hsla(var(--warning)/.1)}.privacy-policy .beta-notice .notice-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.privacy-policy .beta-notice .notice-header .notice-icon{font-size:20px;line-height:1}.privacy-policy .beta-notice .notice-header .notice-title{font-size:.875rem;font-weight:600;color:hsl(var(--warning))}.privacy-policy .beta-notice .notice-text{color:hsla(var(--warning)/.8);font-size:.75rem;margin:0;line-height:1.5}@media(max-width:768px){.privacy-policy{padding:12px}.privacy-policy .privacy-card .card-header-section{padding:20px 20px 0}.privacy-policy .privacy-card .card-content-section{padding:0 20px 20px}.privacy-policy .privacy-card .card-content-section>*+*{margin-top:24px}.privacy-policy .content-section .section-title{font-size:1rem}.privacy-policy .info-categories .info-category .category-items{grid-template-columns:1fr;padding-left:12px}.privacy-policy .rights-grid{grid-template-columns:1fr}.privacy-policy .data-retention-section{padding:16px}.privacy-policy .beta-notice{padding:12px}}@media(max-width:480px){.privacy-policy .privacy-card .card-header-section .card-title-section{flex-direction:column;gap:8px}.privacy-policy .privacy-card .card-header-section .card-title-section .card-icon{margin-top:0}.privacy-policy .card-main-title{font-size:1.25rem}}.terms-and-conditions{margin:0 auto;padding:20px}.terms-and-conditions .terms-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;overflow:hidden}.terms-and-conditions .terms-card .card-header-section{padding:24px 24px 0;margin-bottom:16px}.terms-and-conditions .terms-card .card-header-section .card-title-section{display:flex;align-items:flex-start;gap:12px}.terms-and-conditions .terms-card .card-header-section .card-title-section .card-icon{color:hsl(var(--primary));margin-top:4px;flex-shrink:0}.terms-and-conditions .terms-card .card-header-section .card-title-section .card-main-title{font-size:1.5rem;font-weight:700;color:hsl(var(--card-foreground));margin:0 0 8px;line-height:1.3}.terms-and-conditions .terms-card .card-header-section .card-title-section .card-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.terms-and-conditions .terms-card .card-content-section{padding:0 24px 24px}.terms-and-conditions .terms-card .card-content-section>*+*{margin-top:32px}.terms-and-conditions .content-section .section-title{font-size:1.125rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 12px;line-height:1.4}.terms-and-conditions .content-section .section-text{color:hsl(var(--muted-foreground));margin:0 0 12px;line-height:1.6}.terms-and-conditions .terms-acceptance{padding:16px;border:1px solid hsl(var(--border));border-radius:8px;background:hsla(var(--primary)/.05)}.terms-and-conditions .terms-acceptance .acceptance-text{color:hsl(var(--muted-foreground));margin:0;line-height:1.6}.terms-and-conditions .responsibilities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;margin-top:16px}.terms-and-conditions .responsibilities-grid .responsibility-card{padding:16px;border:1px solid hsl(var(--border));border-radius:8px}.terms-and-conditions .responsibilities-grid .responsibility-card .responsibility-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.terms-and-conditions .responsibilities-grid .responsibility-card .responsibility-header .responsibility-bullet{width:12px;height:12px;border-radius:50%;background:hsl(var(--primary));flex-shrink:0}.terms-and-conditions .responsibilities-grid .responsibility-card .responsibility-header .responsibility-title{font-size:.875rem;font-weight:600;color:hsl(var(--card-foreground))}.terms-and-conditions .responsibilities-grid .responsibility-card .responsibility-description{color:hsl(var(--muted-foreground));font-size:.75rem;margin:0;line-height:1.5}.terms-and-conditions .rights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;margin-top:16px}.terms-and-conditions .rights-grid .right-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid hsl(var(--border));border-radius:8px}.terms-and-conditions .rights-grid .right-card .right-number{width:32px;height:32px;border-radius:8px;background:hsla(var(--primary)/.1);display:flex;align-items:center;justify-content:center;font-weight:600;color:hsl(var(--primary));flex-shrink:0}.terms-and-conditions .rights-grid .right-card .right-content .right-title{font-size:.875rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 4px}.terms-and-conditions .rights-grid .right-card .right-content .right-description{color:hsl(var(--muted-foreground));font-size:.75rem;margin:0;line-height:1.5}.terms-and-conditions .publishing-section{padding:20px;border:1px solid hsl(var(--border));border-radius:8px;background:linear-gradient(to right,hsla(var(--primary)/.05),hsla(var(--secondary)/.05))}.terms-and-conditions .publishing-section .publishing-text{color:hsl(var(--muted-foreground));margin:0 0 12px;line-height:1.6}.terms-and-conditions .publishing-section .publishing-text:last-child{margin-bottom:0}.terms-and-conditions .publishing-section .publishing-divider{height:1px;background:hsl(var(--border));margin:16px 0}.terms-and-conditions .public-domain-section{margin-top:16px}.terms-and-conditions .public-domain-section .public-domain-title{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));margin:0 0 8px}.terms-and-conditions .public-domain-section .public-domain-tags{display:flex;flex-wrap:wrap;gap:8px}.terms-and-conditions .public-domain-section .public-domain-tags .domain-tag{padding:4px 12px;font-size:.75rem;border:1px solid hsl(var(--border));border-radius:9999px;background:hsl(var(--background));color:hsl(var(--muted-foreground))}.terms-and-conditions .liability-section{padding:16px;border:1px solid hsla(var(--destructive)/.3);border-radius:8px;background:hsla(var(--destructive)/.05)}.terms-and-conditions .liability-section .liability-title{font-size:.875rem;font-weight:600;color:hsl(var(--destructive));margin:0 0 12px}.terms-and-conditions .liability-section .liability-list{list-style:none;padding:0;margin:0}.terms-and-conditions .liability-section .liability-list .liability-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.terms-and-conditions .liability-section .liability-list .liability-item:last-child{margin-bottom:0}.terms-and-conditions .liability-section .liability-list .liability-item .liability-bullet{width:8px;height:8px;border-radius:50%;background:hsl(var(--destructive));margin-top:6px;flex-shrink:0}.terms-and-conditions .liability-section .liability-list .liability-item span{color:hsl(var(--destructive));font-size:.875rem;line-height:1.5}.terms-and-conditions .disclaimer-section{padding:16px;border:1px solid hsl(var(--border));border-radius:8px;background:hsla(var(--muted)/.3)}.terms-and-conditions .disclaimer-section .disclaimer-content{display:flex;align-items:flex-start;gap:12px}.terms-and-conditions .disclaimer-section .disclaimer-content .disclaimer-icon{width:24px;height:24px;border-radius:50%;background:hsla(var(--primary)/.1);display:flex;align-items:center;justify-content:center;font-size:14px;color:hsl(var(--primary));flex-shrink:0}.terms-and-conditions .disclaimer-section .disclaimer-content .disclaimer-text .disclaimer-title{font-size:.875rem;font-weight:600;color:hsl(var(--card-foreground));margin:0 0 4px}.terms-and-conditions .disclaimer-section .disclaimer-content .disclaimer-text .disclaimer-description{color:hsl(var(--muted-foreground));font-size:.75rem;margin:0;line-height:1.5}@media(max-width:768px){.terms-and-conditions{padding:12px}.terms-and-conditions .terms-card .card-header-section{padding:20px 20px 0}.terms-and-conditions .terms-card .card-content-section{padding:0 20px 20px}.terms-and-conditions .terms-card .card-content-section>*+*{margin-top:24px}.terms-and-conditions .content-section .section-title{font-size:1rem}.terms-and-conditions .responsibilities-grid,.terms-and-conditions .rights-grid{grid-template-columns:1fr}.terms-and-conditions .public-domain-tags .domain-tag{font-size:.625rem;padding:3px 8px}.terms-and-conditions .publishing-section{padding:16px}.terms-and-conditions .liability-section,.terms-and-conditions .disclaimer-section{padding:12px}}@media(max-width:480px){.terms-and-conditions .terms-card .card-header-section .card-title-section{flex-direction:column;gap:8px}.terms-and-conditions .terms-card .card-header-section .card-title-section .card-icon{margin-top:0}.terms-and-conditions .card-main-title{font-size:1.25rem}.terms-and-conditions .public-domain-tags .domain-tag{font-size:.625rem;padding:2px 6px}}.mpup-page-layout{display:flex;flex-direction:column;gap:.5rem;width:100%}.mpup-main-content,.mpup-tab-content{display:flex;flex-direction:column;gap:1.25rem}.mpup-basic-bar__info{display:flex;align-items:center;gap:.5rem .75rem;flex-wrap:wrap}.mpup-meta-chip{font-size:.82rem;color:hsl(var(--muted-foreground));background:hsl(var(--muted)/.5);border:1px solid var(--table-border-color);border-radius:var(--radius-sm, 8px);padding:.25rem .6rem;display:inline-flex;align-items:center;gap:.35rem}.mpup-meta-chip strong{color:hsl(var(--foreground));font-weight:600}.mpup-basic-bar__edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;padding:.75rem 0;border-top:1px dashed hsl(var(--border))}.mpup-panel-card{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 12px);overflow:hidden}.mpup-panel-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.15rem;border-bottom:1px solid hsl(var(--border))}.mpup-panel-card__title-wrap{display:flex;align-items:center;gap:.6rem}.mpup-panel-card__icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-sm, 8px);background:hsl(var(--primary)/.15);color:hsl(var(--primary))}.mpup-panel-card__title{margin:0;font-size:1rem;font-weight:600;color:hsl(var(--foreground))}.mpup-panel-card__body{padding:1rem 1.15rem;background:hsl(var(--card));color:hsl(var(--card-foreground))}.mpup-action-group{display:flex;align-items:center;gap:.4rem}.mpup-action-group.justify-end{justify-content:flex-end}.mpup-action-icon{display:inline-flex;align-items:center;justify-content:center;width:1.55rem!important;height:1.55rem!important;padding:0!important;border-radius:6px;border:1px solid hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--foreground));cursor:pointer;transition:all .15s ease;color:#fff}.mpup-action-icon svg{width:13px!important;height:13px!important}.mpup-action-save{background:hsl(var(--success)/.15)!important;color:hsl(var(--success))!important;border:1px solid hsl(var(--success)/.5)!important}.mpup-action-save:hover{background:hsl(var(--success))!important;color:#fff!important;border-color:hsl(var(--success))!important}.mpup-action-cancel{background:hsl(var(--destructive))!important;color:#fff!important;border-color:hsl(var(--destructive))!important}.mpup-action-delete{background:hsl(var(--destructive));border:1px solid hsl(var(--destructive))}.mpup-table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-md, 10px);border:1px solid var(--table-border-color);background:hsl(var(--card))}.mpup-table-responsive::-webkit-scrollbar{height:6px}.mpup-table-responsive::-webkit-scrollbar-track{background:hsl(var(--muted)/.5);border-radius:999px}.mpup-table-responsive::-webkit-scrollbar-thumb{background:var(--table-border-color);border-radius:999px}.mpup-table-responsive::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.5)}.mpup-table{width:100%;min-width:560px;border-collapse:separate;border-spacing:0;font-size:.875rem;border:none!important}.mpup-table th{padding:.8rem 1rem;text-align:left;font-weight:600;font-size:.82rem;letter-spacing:.02em;color:hsl(var(--muted-foreground))!important;background:hsl(var(--muted)/.45)!important;border-bottom:1px solid var(--table-border-color)!important;border-right:1px solid var(--table-border-color)!important;white-space:nowrap}.mpup-table th:last-child{border-right:none!important}.mpup-table td{padding:.8rem 1rem;border-bottom:1px solid var(--table-border-color)!important;border-right:1px solid var(--table-border-color)!important;vertical-align:middle;color:hsl(var(--foreground))!important;background:transparent!important;transition:background-color .15s ease}.mpup-table td:last-child{border-right:none!important}.mpup-table tbody tr{transition:background-color .15s ease}.mpup-table tbody tr:last-child td{border-bottom:none!important}.mpup-table tbody tr:hover td{background:hsl(var(--primary)/.08)!important}.mpup-table .text-right{text-align:right}.mpup-table-col-num{width:2.5rem;color:hsl(var(--muted-foreground));font-weight:500}.mpup-table-title{color:hsl(var(--foreground));font-weight:600}.mpup-table-value{color:hsl(var(--foreground));word-break:break-word}.mpup-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:var(--radius-sm, 6px);font-size:.78rem;font-weight:500;line-height:1.2}.mpup-badge.mpup-badge-primary{background:hsl(var(--muted))!important;color:hsl(var(--foreground))!important;border:1px solid var(--table-border-color)!important}.mpup-badge.mpup-badge-secondary{background:hsl(var(--muted))!important;color:hsl(var(--muted-foreground))!important;border:1px solid var(--table-border-color)!important}.mpup-field{display:flex;flex-direction:column;gap:.35rem}.mpup-field.mpup-field--inline{gap:0}.mpup-field__label{font-size:.8rem;font-weight:600;color:hsl(var(--foreground))}.mpup-field__input{width:100%;padding:.45rem .65rem;font-size:.85rem;border:1px solid hsl(var(--border));border-radius:var(--radius-sm, 8px);background:hsl(var(--background));color:hsl(var(--foreground));box-sizing:border-box;transition:border-color .15s ease}.mpup-field__input:focus{outline:none;border-color:hsl(var(--primary))}.mpup-field__select{cursor:pointer}.mpup-field__select option{background:hsl(var(--popover));color:hsl(var(--popover-foreground))}.mpup-field__textarea{min-height:4rem;resize:vertical}.mpup-field__error{font-size:.75rem;color:hsl(var(--destructive))}.mpup-phone-group{display:flex;align-items:center;gap:.5rem;width:100%}.mpup-phone-group .mpup-phone-dialcode{width:auto!important;min-width:110px!important;max-width:140px!important;flex-shrink:0!important}.mpup-phone-group .mpup-phone-number{flex:1!important;width:100%!important}.mpup-field-label-wrap{display:flex;align-items:center;gap:.5rem;font-weight:500;color:hsl(var(--foreground))}.mpup-field-icon{color:hsl(var(--primary));flex-shrink:0}.mpup-card-list{display:flex;flex-direction:column;gap:1rem}.mpup-item-card{border:1px solid var(--table-border-color);border-radius:var(--radius-sm, 8px);padding:.85rem 1rem;background:hsl(var(--card));color:hsl(var(--card-foreground));transition:border-color .15s ease}.mpup-item-card:hover{border-color:hsl(var(--primary))}.mpup-item-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.mpup-item-card__title-group{display:flex;flex-direction:column;gap:.15rem}.mpup-item-card__title{margin:0;font-size:.95rem;font-weight:600;color:hsl(var(--foreground))}.mpup-item-card__subtitle{margin:0;font-size:.8rem;color:hsl(var(--muted-foreground))}.mpup-item-card__form{margin-top:.85rem;padding-top:.85rem;border-top:1px dashed hsl(var(--border));display:flex;flex-direction:column;gap:.85rem}.mpup-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.mpup-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:hsl(var(--foreground));cursor:pointer}.mpup-checkbox-label input{accent-color:hsl(var(--primary))}.mpup-item-card__content{margin-top:.65rem;font-size:.85rem;color:hsl(var(--foreground));line-height:1.5}.mpup-editor-container,.bn-reader-wrapper,.bn-container,.bn-editor{background-color:hsl(var(--card))!important;color:hsl(var(--card-foreground))!important;border-color:hsl(var(--border))!important}.mpup-editor-container .bn-block-content,.mpup-editor-container .bn-inline-content,.bn-reader-wrapper .bn-block-content,.bn-reader-wrapper .bn-inline-content,.bn-container .bn-block-content,.bn-container .bn-inline-content,.bn-editor .bn-block-content,.bn-editor .bn-inline-content{background-color:transparent!important;color:hsl(var(--card-foreground))!important}.mpup-editor-container p,.mpup-editor-container span,.mpup-editor-container div,.mpup-editor-container h1,.mpup-editor-container h2,.mpup-editor-container h3,.mpup-editor-container h4,.mpup-editor-container h5,.mpup-editor-container h6,.mpup-editor-container li,.mpup-editor-container blockquote,.bn-reader-wrapper p,.bn-reader-wrapper span,.bn-reader-wrapper div,.bn-reader-wrapper h1,.bn-reader-wrapper h2,.bn-reader-wrapper h3,.bn-reader-wrapper h4,.bn-reader-wrapper h5,.bn-reader-wrapper h6,.bn-reader-wrapper li,.bn-reader-wrapper blockquote,.bn-container p,.bn-container span,.bn-container div,.bn-container h1,.bn-container h2,.bn-container h3,.bn-container h4,.bn-container h5,.bn-container h6,.bn-container li,.bn-container blockquote,.bn-editor p,.bn-editor span,.bn-editor div,.bn-editor h1,.bn-editor h2,.bn-editor h3,.bn-editor h4,.bn-editor h5,.bn-editor h6,.bn-editor li,.bn-editor blockquote{color:hsl(var(--card-foreground))!important}.mpup-bio-view{font-size:.9rem;line-height:1.6;color:hsl(var(--foreground))}.mpup-empty-copy{margin:0;font-size:.85rem;color:hsl(var(--muted-foreground));font-style:italic}.mpup-link{color:hsl(var(--primary));text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.mpup-link:hover{text-decoration:underline}.mpup-address-display{display:flex;align-items:flex-start;gap:.65rem}.mpup-address-icon{color:hsl(var(--primary));margin-top:.15rem;flex-shrink:0}.mpup-address-text{display:flex;flex-direction:column;gap:.35rem}.mpup-address-formatted{margin:0;font-size:.875rem;color:hsl(var(--foreground));line-height:1.45}.mpup-handle-msg{font-size:.75rem;margin-top:.25rem}.mpup-handle-msg.is-available{color:hsl(var(--success))}.mpup-handle-msg.is-taken{color:hsl(var(--destructive))}.mpup-handle-msg.is-checking{color:hsl(var(--muted-foreground))}@media(max-width:640px){.mpup-panel-card__header{align-items:flex-start;gap:.5rem}.mpup-phone-group{flex-direction:column;align-items:stretch}.mpup-phone-group .mpup-phone-dialcode{width:100%}}.uph-card{position:relative;border-radius:var(--radius-lg, 12px);background:hsl(var(--card));border:1px solid hsl(var(--border));overflow:hidden}.uph-cover{height:11.5rem;background-size:cover;background-position:center;position:relative;background-color:hsl(var(--muted))}.uph-cover-hitbox{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:transparent;cursor:pointer}.uph-image-overlay{position:absolute;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#000000a6;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color .2s ease,transform .2s ease}.uph-image-overlay:hover{background:#000000d9;transform:scale(1.05)}.uph-cover-hitbox .uph-image-overlay{right:1.25rem;bottom:1.25rem;padding:.55rem .95rem}.uph-hidden-input{display:none}.uph-menu{position:absolute;top:1rem;right:1.25rem;z-index:5}.uph-menu-trigger{width:2.25rem;height:2.25rem;border-radius:50%!important;background:#00000073!important;color:#fff!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15)!important}.uph-menu-trigger:hover{background:#000000bf!important}.uph-menu-list{position:absolute;right:0;top:calc(100% + .5rem);min-width:10rem;margin:0;padding:.35rem 0;list-style:none;border-radius:var(--radius-md, 10px);background:hsl(var(--popover));border:1px solid hsl(var(--border));box-shadow:0 10px 25px -5px #0000004d;z-index:10}.uph-menu-button{width:100%;display:flex;align-items:center;gap:.6rem;padding:.5rem .85rem;border:0;background:transparent;color:hsl(var(--popover-foreground));font-size:.88rem;cursor:pointer;transition:background-color .2s ease,color .2s ease}.uph-menu-button:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.uph-menu-icon{display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground))}.uph-body{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;position:relative;z-index:1}.uph-avatar-wrap{width:7rem;height:7rem;margin-top:-3.5rem;flex-shrink:0;position:relative}.uph-avatar{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%;background:hsl(var(--muted));border:4px solid hsl(var(--card));box-shadow:0 4px 12px #00000040}.uph-avatar-editable{cursor:pointer}.uph-avatar-hitbox{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:50%;border:0;background:transparent}.uph-avatar-overlay{right:.25rem;bottom:.35rem;min-width:2rem;min-height:2rem;padding:.45rem}.uph-spin{animation:uph-spin 1s linear infinite}@keyframes uph-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.uph-content{display:flex;flex:1;flex-direction:column;gap:.4rem;min-width:0}.uph-line{display:flex;align-items:center;gap:.5rem .85rem;flex-wrap:wrap}.uph-line-1{align-items:center}.uph-line-2,.uph-line-3,.uph-line-4{gap:.55rem .85rem}.uph-name{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:hsl(var(--foreground));font-size:1.75rem;font-weight:700;line-height:1.2;word-break:break-word;max-width:100%}.uph-handle-row{display:inline-flex;align-items:center;gap:.35rem;max-width:100%}.uph-userhandle{font-size:.95rem;color:hsl(var(--muted-foreground));font-weight:500;word-break:break-all}.uph-role-badge{text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;padding:.22rem .6rem}.uph-verification-icon{display:inline-flex;align-items:center;justify-content:center;cursor:help;vertical-align:middle;transition:transform .15s ease}.uph-verification-icon:hover{transform:scale(1.15)}.uph-verification-icon.is-verified{color:hsl(var(--info))}.uph-verification-icon.is-pending{color:hsl(var(--warning))}.uph-verification-icon.is-unverified{color:hsl(var(--destructive))}.uph-status-dot-only{width:.65rem;height:.65rem;border-radius:50%;display:inline-block;vertical-align:middle;cursor:help;transition:transform .15s ease}.uph-status-dot-only:hover{transform:scale(1.25)}.uph-status-dot-only.is-active{background:hsl(var(--success));box-shadow:0 0 0 2px hsl(var(--success)/.25)}.uph-status-dot-only.is-inactive{background:hsl(var(--destructive));box-shadow:0 0 0 2px hsl(var(--destructive)/.25)}.uph-inline-edit-row{display:inline-flex;align-items:center;gap:.35rem;max-width:100%;flex-wrap:wrap}.uph-inline-edit-row .uph-handle-prefix{font-size:.9rem;color:hsl(var(--muted-foreground));font-weight:500}.uph-inline-edit-row .uph-inline-input{font-size:.88rem!important;padding:.25rem .5rem!important;font-weight:500;height:2rem!important;max-width:160px!important;border-radius:var(--radius-sm, 6px);background:hsl(var(--input))!important;color:hsl(var(--foreground))!important;border:1px solid hsl(var(--border))!important}.uph-inline-edit-row .mpup-action-group{flex-shrink:0;display:inline-flex;gap:.3rem}.uph-inline-edit-row .mpup-action-group .mpup-action-icon{width:1.55rem!important;height:1.55rem!important;padding:0!important}.uph-field-pencil,.uph-chip-pencil{width:1.4rem!important;height:1.4rem!important;padding:0!important;border:0!important;background:transparent!important;opacity:.75;vertical-align:middle}.uph-field-pencil:hover,.uph-chip-pencil:hover{opacity:1;color:hsl(var(--primary))!important}.mpup-chip-input{width:3.5rem!important;max-width:4rem!important;padding:.15rem .35rem!important;font-size:.82rem!important;height:auto!important;text-align:center}.uph-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.65rem;margin-left:auto;align-self:center;flex-shrink:0;width:fit-content}.uph-footer{border-top:1px solid hsl(var(--border));padding:.5rem;overflow:hidden}.uph-nav{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;overflow-x:auto;flex-wrap:nowrap;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.uph-nav::-webkit-scrollbar{display:none}.uph-nav-item{display:flex;flex-shrink:0}.uph-nav-link{position:relative;border:0;background:transparent;color:hsl(var(--muted-foreground));font:inherit;font-weight:500;cursor:pointer;white-space:nowrap;transition:color .2s ease}.uph-nav-link:hover{color:hsl(var(--foreground))}.uph-nav-link-active{color:hsl(var(--primary))}.uph-nav-link-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:hsl(var(--primary))}@media(max-width:768px){.uph-cover{height:7rem}.uph-body{display:flex;flex-wrap:wrap;align-items:flex-start;padding:.85rem 1rem 1rem;gap:.75rem}.uph-avatar-wrap{width:4.8rem;height:4.8rem;margin-top:-2.25rem;flex-shrink:0}.uph-content{display:flex;flex-direction:column;flex:1;min-width:0;gap:.4rem}.uph-line-1{display:flex;align-items:center;gap:.35rem .5rem;flex-wrap:wrap}.uph-line-2,.uph-line-3,.uph-line-4{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.uph-actions{width:100%;margin-left:0;margin-top:.35rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.5rem}.uph-actions button{height:2.25rem!important;min-width:2.25rem;justify-content:center}.uph-actions button.btn-icon-only{width:2.25rem!important;height:2.25rem!important;border-radius:50%!important;padding:0!important;flex:0 0 auto}.uph-footer{padding:0 .75rem}}@media(max-width:560px){.uph-menu{top:.5rem;right:.5rem}.uph-cover-hitbox .uph-image-overlay{right:.75rem;bottom:.75rem;padding:.35rem .65rem;font-size:.75rem}.uph-body{padding:.75rem;gap:.65rem}.uph-avatar-wrap{width:4.2rem;height:4.2rem;margin-top:-2rem}.uph-name{font-size:1.1rem}.uph-inline-edit-row{width:100%}.uph-inline-edit-row .uph-inline-input{flex:1;min-width:100px;max-width:180px!important}.uph-actions{margin-top:.25rem}.uph-actions button{height:2.2rem!important}.uph-actions button.btn-icon-only{width:2.2rem!important;height:2.2rem!important}.uph-nav{gap:1rem;padding:.35rem 0}.uph-nav-link{font-size:.85rem}}.mpo-layout{gap:1.5rem;align-items:start}.mpo-main,.mpo-side{min-width:0;width:100%}.mpo-main{display:flex;flex-direction:column;gap:1rem}.mpo-side{position:sticky;top:1rem;display:flex;flex-direction:column;gap:1.5rem}.mpc-card{padding:.4rem;overflow:hidden;width:100%;max-width:100%;box-sizing:border-box}.mpc-stack{display:flex;flex-direction:column;gap:1.1rem;min-width:0;width:100%}.mpc-feed-post{width:100%}.post-action-menu{position:relative;top:auto;right:auto}.mpc-header,.mpc-section-header,.mpc-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mpc-toolbar{padding:1rem 1.2rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem}.mpc-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:nowrap}.mpc-toolbar-title,.mpc-title,.mpc-side-title{margin:0;color:hsl(var(--foreground))}.mpc-toolbar-title{font-size:1.25rem}.mpc-title{font-size:1.35rem}.mpc-eyebrow{margin:0 0 .35rem;color:hsl(var(--primary));font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.mpc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.mpc-panel{padding:1.1rem;background:hsl(var(--muted)/.4);border:1px solid hsl(var(--border));border-radius:1rem}.mpc-panel-full{grid-column:1/-1}.mpc-detail-sections{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem}.mpc-section-block{display:flex;flex-direction:column;gap:.9rem}.mpc-panel-title,.mpc-subtitle,.mpc-post-title,.mpc-question-title,.mpc-achievement-title{margin:0;color:hsl(var(--foreground))}.mpc-panel-copy,.mpc-side-copy,.mpc-post-copy,.mpc-question-date{margin:.75rem 0 0;color:hsl(var(--muted-foreground));line-height:1.7}.mpc-detail-list{display:flex;flex-direction:column;gap:.9rem;margin-top:1rem;min-width:0}.mpc-detail-item{min-width:0;padding:.9rem 1rem;background:hsl(var(--background)/.45);border:1px solid hsl(var(--border));border-radius:1rem}.mpc-detail-timeline{margin:.35rem 0 0;color:hsl(var(--muted-foreground));font-size:.85rem}.mpc-detail-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.mpc-list{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0 0;padding-left:1rem;color:hsl(var(--muted-foreground))}.mpc-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.mpc-tag{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .85rem;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:999px;color:hsl(var(--foreground));font-size:.875rem;font-weight:500}.mpc-select,.mpc-share-input input,.mpc-comment-inputs textarea{width:100%;border:1px solid hsl(var(--border));border-radius:1rem;background:hsl(var(--background));color:hsl(var(--foreground));font:inherit}.mpc-select{min-width:15rem;height:2.9rem;padding:.7rem .85rem}.mpc-post-head,.mpc-author,.mpc-follower-main,.mpc-comment-box,.mpc-share-input,.mpc-achievement-stats,.mpc-follower-stats,.mpc-question-links,.mpc-post-actions,.mpc-share-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.mpc-post-head{justify-content:space-between}.mpc-author-avatar,.mpc-comment-avatar,.mpc-follower-avatar{display:block;object-fit:cover;border-radius:50%;border:1px solid hsl(var(--border))}.mpc-author-avatar,.mpc-follower-avatar{width:3rem;height:3rem}.mpc-follower-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--muted));color:hsl(var(--foreground));font-weight:700;text-transform:uppercase}.mpc-comment-avatar{width:2.5rem;height:2.5rem}.mpc-author-name{margin:0;color:hsl(var(--foreground));font-size:.95rem}.mpc-author-meta{margin:.25rem 0 0;color:hsl(var(--muted-foreground));font-size:.875rem}.mpc-post-title{max-width:48rem;margin-top:1.15rem;font-size:1.45rem;line-height:1.3}.mpc-post-copy{max-width:60rem;margin-top:.75rem;font-size:1rem}.mpc-vote,.mpc-question-votes{display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-md);background:hsl(var(--background))}.mpc-vote{padding:.35rem .55rem}.mpc-question-votes{flex-direction:column;min-width:5.5rem;padding:1rem .75rem}.mpc-vote-button,.mpc-inline-action,.mpc-icon-action,.mpc-view-link{border:0;background:transparent;color:hsl(var(--muted-foreground));font:inherit;cursor:pointer;transition:color .2s ease,background-color .2s ease}.mpc-vote-button,.mpc-icon-action{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px}.mpc-inline-action{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .7rem;border-radius:999px;background:hsl(var(--muted))}.mpc-vote-button:hover,.mpc-inline-action:hover,.mpc-icon-action:hover,.mpc-view-link:hover{color:hsl(var(--primary));background:hsl(var(--primary)/.08)}.mpc-post-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border))}.mpc-share-box,.mpc-comment-box,.mpc-side-note{margin-top:1rem}.mpc-share-box{display:grid;gap:.85rem}.mpc-share-box,.mpc-comment-box{padding:1rem;background:hsl(var(--muted)/.35);border:1px solid hsl(var(--border));border-radius:1rem;width:100%;max-width:100%;box-sizing:border-box}.mpc-share-input{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;max-width:100%}.mpc-comment-box{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:.85rem}.mpc-share-input input,.mpc-comment-inputs textarea{padding:.8rem .9rem;box-sizing:border-box}.mpc-share-input input{min-width:0}.mpc-comment-avatar{flex-shrink:0}.mpc-comment-inputs{flex:1;min-width:0;width:100%;max-width:100%}.mpc-comment-inputs textarea{display:block;width:100%;max-width:100%;resize:vertical;min-height:4.5rem;overflow-x:hidden}.mpc-comment-submit{display:flex;justify-content:flex-end;margin-top:.75rem}.mpc-share-pill,.mpc-meta-pill{display:inline-flex;align-items:center;gap:.4rem;color:hsl(var(--muted-foreground));font-size:.875rem}.mpc-question-card{display:grid;grid-template-columns:5.75rem minmax(0,1fr);background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;overflow:hidden}.mpc-question-body{padding:1.25rem}.mpc-question-title{font-size:1.05rem;line-height:1.4}.mpc-question-links{margin-top:1rem}.mpc-divider,.mpp-divider{width:100%;height:1px;background:hsl(var(--border))}.mpc-follower-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.mpc-follower-stats{gap:1rem;color:hsl(var(--muted-foreground));font-size:.875rem}.mpc-footer-action{display:flex;justify-content:center;margin-top:1.25rem}.mpc-follower-loading,.mpc-follower-feedback{padding:1rem 0;text-align:center}.mpc-follower-loading p,.mpc-follower-feedback p{margin:0;color:hsl(var(--muted-foreground))}.mpc-follower-feedback{display:flex;flex-direction:column;align-items:center;gap:.75rem}.mpc-achievement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.mpc-achievement-card{padding:1.25rem 1rem;text-align:center;border:1px solid hsl(var(--border));border-radius:1rem}.mpc-achievement-image{width:auto;height:3rem}.mpc-achievement-title{margin-top:.75rem;font-size:1rem}.mpc-achievement-stats{justify-content:center;margin-top:1rem}.mpc-achievement-stats strong,.mpc-stat-text,.mpc-question-votes strong{color:hsl(var(--foreground))}.mpc-achievement-stats span{display:block;margin-top:.25rem;color:hsl(var(--muted-foreground));font-size:.875rem}.mpc-divider-vertical{width:1px;align-self:stretch;background:hsl(var(--border))}.mpc-subsection{margin-top:1.5rem}.mpc-subtitle{margin-bottom:1rem;font-size:1rem}.mpc-tag-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 0;border-top:1px solid hsl(var(--border))}.mpc-tag-row:first-child{border-top:0}.mpc-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.mpc-stat-box{min-width:0;display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;background:hsl(var(--muted)/.4);border:1px solid hsl(var(--border));border-radius:1rem}.mpc-panel-copy{word-break:break-word;overflow-wrap:anywhere;white-space:normal;max-width:100%}.mpc-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.75rem;background:hsl(var(--foreground));color:hsl(var(--background))}.mpc-side-note{padding:1.25rem}.mpc-post-loading{display:flex;flex-direction:column;gap:1rem}.mpc-post-skeleton{padding:1rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem}.mpc-post-skeleton-head{display:flex;align-items:center;gap:.75rem}.mpc-post-skeleton-avatar{width:2.75rem;height:2.75rem;border-radius:999px;background:hsl(var(--muted))}.mpc-post-skeleton-meta{flex:1;display:grid;gap:.45rem}.mpc-post-skeleton-line{width:100%;border-radius:999px;background:hsl(var(--muted))}.mpc-post-skeleton-line.title{width:12rem;height:.85rem}.mpc-post-skeleton-line.text{width:8rem;height:.7rem}.mpc-post-skeleton-line.body{height:.8rem;margin-top:1rem}.mpc-post-skeleton-line.body.short{width:70%}.mpc-post-skeleton-line.media{height:12rem;margin-top:1rem;border-radius:1rem}.mpc-post-feedback,.mpc-post-empty{padding:2rem 1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;text-align:center}.mpc-post-feedback h2,.mpc-post-empty h2{margin:0}.mpc-post-feedback p,.mpc-post-empty p{margin:.75rem 0 0;color:hsl(var(--muted-foreground))}.mpc-post-feedback-inline{display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left}.mpc-post-load-more{display:flex;align-items:center;justify-content:center;gap:.6rem;color:hsl(var(--muted-foreground))}.mpc-post-spinner{animation:mpcSpin .9s linear infinite}.mpc-post-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0000008c}.mpc-post-modal{width:min(100%,46rem);max-height:calc(100vh - 2rem);overflow:auto;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;box-shadow:0 18px 54px #0000002e}.mpc-post-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem 0}.mpc-post-modal-body{padding:1rem 1.25rem 1.25rem}.mpc-post-editor{gap:1rem}.mpc-post-editor-input{min-height:7.5rem}.mpc-post-image-strip{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.mpc-post-image-preview{width:7rem;height:7rem;object-fit:cover;border-radius:.9rem;border:1px solid hsl(var(--border))}@keyframes mpcSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:992px){.mpo-layout{grid-template-columns:1fr}.mpo-side{position:static}.mpc-achievement-grid,.mpc-grid,.mpc-stat-grid{grid-template-columns:1fr}}@media(max-width:768px){.mpc-card,.mpc-toolbar,.mpc-side-note{padding:1rem}.mpc-toolbar,.mpc-header,.mpc-section-header{flex-direction:column;align-items:flex-start}.mpc-question-card{grid-template-columns:1fr}.mpc-question-body{border-top:1px solid hsl(var(--border));border-left:0}.mpc-select{min-width:100%}.mpc-toolbar-actions{width:100%;flex-wrap:wrap}.mpc-share-input,.mpc-comment-box{grid-template-columns:1fr}.mpc-post-title{font-size:1.25rem}.mpc-post-feedback-inline{flex-direction:column;align-items:flex-start}.mpc-post-modal-header,.mpc-post-modal-body{padding-left:1rem;padding-right:1rem}}.question-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md);transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:visible;width:100%;box-sizing:border-box}.question-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.question-card .question-title a,.question-card .detailed-title a,.question-card .compact-title a,.question-card .expandable-title a{color:var(--bs-heading-color);text-decoration:none;transition:color .2s ease}.question-card .question-title a:hover,.question-card .detailed-title a:hover,.question-card .compact-title a:hover,.question-card .expandable-title a:hover{color:hsl(var(--primary))}.question-card-simple{display:flex;align-items:flex-start;gap:0;flex-wrap:wrap}.question-card-simple .question-vote-section{width:70px;padding:1rem;flex-shrink:0}.question-card-simple .question-divider{width:1px;background-color:hsl(var(--border));flex-shrink:0}.question-card-simple .question-body{flex:1;padding:1rem;min-width:0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.question-card-simple .question-title{margin-bottom:.5rem;font-size:1.25rem;overflow-wrap:break-word;word-wrap:break-word}.question-card-simple .question-title a{display:block;line-height:1.4}.question-card-simple .question-meta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.question-card-simple .question-author{color:var(--bs-body-color);text-decoration:none}.question-card-simple .question-author:hover{color:hsl(var(--primary))}.question-card-simple .question-date{color:var(--bs-muted-color)}.question-card-simple .question-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.question-card-simple .question-action-link{color:var(--bs-muted-color);text-decoration:none;font-size:.875rem;display:inline-flex;align-items:center;gap:.25rem}.question-card-simple .question-action-link:hover{color:hsl(var(--primary))}.question-card-simple .question-action-btn{background:none;border:none;color:var(--bs-muted-color);cursor:pointer;padding:0;display:inline-flex;align-items:center}.question-card-simple .question-action-btn:hover,.question-card-simple .question-action-btn.saved{color:hsl(var(--primary))}.question-card-simple .action-icon{margin-right:.25rem}@media(max-width:576px){.question-card-simple .answer-text,.question-card-simple .view-text{display:none}.question-card-simple .question-vote-section{width:55px;padding:.75rem}.question-card-simple .question-body{padding:.75rem}.question-card-simple .question-title{font-size:1rem}.question-card-simple .question-actions{gap:.5rem}}.question-card-detailed{padding:1.5rem;position:relative;z-index:1}.question-card-detailed .question-bookmark{position:absolute;top:1rem;right:1rem;z-index:1}.question-card-detailed .detailed-row{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.question-card-detailed .detailed-avatar-col{flex:0 0 auto;min-width:100px;display:flex;flex-direction:column;align-items:center;gap:.75rem}.question-card-detailed .detailed-vote-wrapper{width:100%;display:flex;justify-content:center}.question-card-detailed .detailed-content-col{flex:1;min-width:0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.question-card-detailed .detailed-body{padding:0}.question-card-detailed .detailed-title{margin-bottom:.5rem;font-size:1.25rem}.question-card-detailed .detailed-title a{display:block;line-height:1.4}.question-card-detailed .detailed-badge-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.question-card-detailed .detailed-date{color:var(--bs-muted-color)}.question-card-detailed .detailed-content{margin-bottom:1rem;line-height:1.6;overflow-wrap:break-word;word-wrap:break-word}.question-card-detailed .detailed-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.question-card-detailed .detailed-tag{background-color:var(--bs-surface-bg);color:var(--bs-body-color);padding:.25rem .75rem;border-radius:var(--radius-sm);text-decoration:none;font-size:.75rem;white-space:nowrap}.question-card-detailed .detailed-tag:hover{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary))}.question-card-detailed .detailed-footer{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap;margin-top:1rem}.question-card-detailed .detailed-views{color:var(--bs-muted-color);display:inline-flex;align-items:center;gap:.25rem}.question-card-detailed .footer-icon{flex-shrink:0}@media(max-width:768px){.question-card-detailed{padding:1rem}.question-card-detailed .detailed-row{flex-direction:column;gap:1rem}.question-card-detailed .detailed-avatar-col{flex-direction:row;justify-content:space-between;width:100%;min-width:auto}.question-card-detailed .detailed-vote-wrapper{width:auto}.question-card-detailed .detailed-content-col{width:100%}.question-card-detailed .detailed-title{font-size:1.125rem}.question-card-detailed .detailed-footer{justify-content:flex-start}}@media(max-width:480px){.question-card-detailed .detailed-tag{white-space:normal;word-break:keep-all}}.question-card-compact{display:flex;align-items:flex-start;gap:0;flex-wrap:wrap;position:relative;z-index:1}.question-card-compact .compact-actions{position:absolute;top:.75rem;right:.75rem;display:flex;gap:.5rem;z-index:1}.question-card-compact .compact-dropdown{position:relative}.question-card-compact .compact-dropdown-menu{position:absolute;top:110%;right:0;background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:var(--radius-sm);min-width:140px;padding:.5rem 0;box-shadow:var(--shadow-md);z-index:999;animation:fadeIn .15s ease}.question-card-compact .compact-dropdown-item{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:none;background:none;color:var(--bs-body-color);cursor:pointer;font-size:.85rem;text-align:left;transition:all .2s ease}.question-card-compact .compact-dropdown-item:hover{background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.question-card-compact .compact-vote{width:70px;padding:1rem;flex-shrink:0}.question-card-compact .compact-divider{width:1px;background-color:hsl(var(--border));flex-shrink:0}.question-card-compact .compact-body{flex:1;padding:1rem;min-width:0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.question-card-compact .compact-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.question-card-compact .compact-title{margin-bottom:.25rem;font-size:1.125rem}.question-card-compact .compact-title a{display:block;line-height:1.4}.question-card-compact .compact-date{color:var(--bs-muted-color);font-size:.75rem;display:block;margin-bottom:.5rem}.question-card-compact .compact-content{margin-top:.5rem;margin-bottom:0;overflow-wrap:break-word}.question-card-compact .compact-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.question-card-compact .compact-tag{background-color:var(--bs-surface-bg);color:var(--bs-body-color);padding:.25rem .75rem;border-radius:var(--radius-sm);text-decoration:none;font-size:.75rem;white-space:nowrap}.question-card-compact .compact-tag:hover{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary))}.question-card-compact .compact-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;flex-wrap:wrap;gap:.75rem}.question-card-compact .compact-author{flex-shrink:0;display:flex;align-items:center}.question-card-compact .compact-stats{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.question-card-compact .compact-nav{display:flex;gap:.5rem;margin:0;padding-left:0;list-style:none;flex-wrap:wrap}.question-card-compact .compact-nav-item{font-size:.875rem;color:var(--bs-muted-color)}.question-card-compact .compact-nav-item:not(:last-child):after{content:"/";margin-left:.5rem}.question-card-compact .compact-nav-link{color:var(--bs-muted-color);text-decoration:none}.question-card-compact .compact-nav-link:hover{color:hsl(var(--primary))}@media(max-width:768px){.question-card-compact .compact-vote{width:55px;padding:.75rem}.question-card-compact .compact-body{padding:.75rem}.question-card-compact .compact-footer{flex-direction:column;align-items:flex-start}.question-card-compact .compact-title{font-size:1rem}.question-card-compact .compact-stats{width:100%}.question-card-compact .compact-nav{width:100%;justify-content:space-between}}@media(max-width:480px){.question-card-compact .compact-tag{white-space:normal;word-break:keep-all}.question-card-compact .compact-actions{top:.5rem;right:.5rem}}.question-card-expandable{display:flex;align-items:flex-start;gap:0;flex-wrap:wrap;position:relative;z-index:1}.question-card-expandable .expandable-actions{position:absolute;top:.75rem;right:.75rem;display:flex;gap:.5rem;z-index:1}.question-card-expandable .expandable-dropdown{position:relative}.question-card-expandable .expandable-dropdown-menu{position:absolute;top:110%;right:0;background-color:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:var(--radius-sm);min-width:150px;padding:.5rem 0;margin:0;list-style:none;z-index:1000;box-shadow:var(--shadow-md)}.question-card-expandable .expandable-dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;border:none;background:transparent;padding:.5rem 1rem;color:var(--bs-body-color);text-decoration:none;text-align:left;cursor:pointer}.question-card-expandable .expandable-dropdown-item:hover{background-color:var(--bs-surface-bg);color:hsl(var(--primary))}.question-card-expandable .expandable-vote{width:70px;padding:1rem;flex-shrink:0}.question-card-expandable .expandable-divider{width:1px;background-color:hsl(var(--border));flex-shrink:0}.question-card-expandable .expandable-body{flex:1;padding:1rem;min-width:0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.question-card-expandable .expandable-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.question-card-expandable .expandable-title{margin-bottom:.25rem;font-size:1.125rem}.question-card-expandable .expandable-title a{display:block;line-height:1.4}.question-card-expandable .expandable-date{color:var(--bs-muted-color);font-size:.75rem;display:block;margin-bottom:.5rem}.question-card-expandable .expandable-toggle{background:none;border:none;color:hsl(var(--primary));cursor:pointer;font-size:.875rem;padding:0;display:inline-flex;align-items:center;gap:.25rem}.question-card-expandable .expandable-toggle:hover{text-decoration:underline}.question-card-expandable .expandable-content{margin-top:.75rem}.question-card-expandable .expandable-text{margin-bottom:.5rem;overflow-wrap:break-word}.question-card-expandable .expandable-image{max-width:100%;height:auto;border-radius:var(--radius-sm);margin-bottom:.5rem}.question-card-expandable .expandable-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.question-card-expandable .expandable-tag{background-color:var(--bs-surface-bg);color:var(--bs-body-color);padding:.25rem .75rem;border-radius:var(--radius-sm);text-decoration:none;font-size:.75rem;white-space:nowrap}.question-card-expandable .expandable-tag:hover{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary))}.question-card-expandable .expandable-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;flex-wrap:wrap;gap:.75rem}.question-card-expandable .expandable-author{flex-shrink:0;display:flex;align-items:center}.question-card-expandable .expandable-stats{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.question-card-expandable .expandable-avatar-group{display:flex;padding-left:0;margin:0;list-style:none}.question-card-expandable .expandable-avatar{width:28px;height:28px;margin-left:-8px}.question-card-expandable .expandable-avatar:first-child{margin-left:0}.question-card-expandable .expandable-avatar-img{width:100%;height:100%;border-radius:50%;border:2px solid hsl(var(--card));object-fit:cover}.question-card-expandable .expandable-nav{display:flex;gap:.5rem;margin:0;padding-left:0;list-style:none;flex-wrap:wrap}.question-card-expandable .expandable-nav-item{font-size:.875rem;color:var(--bs-muted-color)}.question-card-expandable .expandable-nav-item:not(:last-child):after{content:"/";margin-left:.5rem}.question-card-expandable .expandable-nav-link{color:var(--bs-muted-color);text-decoration:none}.question-card-expandable .expandable-nav-link:hover{color:hsl(var(--primary))}@media(max-width:768px){.question-card-expandable .expandable-vote{width:55px;padding:.75rem}.question-card-expandable .expandable-body{padding:.75rem}.question-card-expandable .expandable-footer{flex-direction:column;align-items:flex-start}.question-card-expandable .expandable-title{font-size:1rem}.question-card-expandable .expandable-stats,.question-card-expandable .expandable-nav{width:100%;justify-content:space-between}}@media(max-width:480px){.question-card-expandable .expandable-tag{white-space:normal;word-break:keep-all}.question-card-expandable .expandable-actions{top:.5rem;right:.5rem}}.question-badge{padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;display:inline-block;white-space:nowrap}@media(max-width:480px){.question-badge{white-space:normal;word-break:keep-all}}.question-badge-dark{background-color:hsl(var(--foreground));color:var(--bs-btn-color)}.question-badge-info{background-color:hsl(var(--info)/.1);color:hsl(var(--info))}.question-badge-danger{background-color:hsl(var(--destructive)/.1);color:hsl(var(--destructive))}.question-badge-orange{background-color:hsl(var(--warning)/.1);color:hsl(var(--warning))}.badge-icon{margin-right:.25rem;font-size:.625rem;font-weight:700;text-transform:uppercase}.dropdown-icon{margin-right:.5rem;flex-shrink:0}.detailed-content{line-height:1.6;word-break:break-word}.detailed-title a{display:block;line-height:1.4}*{box-sizing:border-box}.compact-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;gap:1rem}.compact-author{display:flex;align-items:center}.compact-stats{display:flex;align-items:center;gap:.75rem}.compact-avatar-group{display:flex;align-items:center;margin:0;padding:0;list-style:none}.compact-avatar{width:26px;height:26px;border-radius:50%;overflow:hidden;border:2px solid hsl(var(--card));margin-left:-8px}.compact-avatar:first-child{margin-left:0}.compact-avatar img{width:100%;height:100%;object-fit:cover}.compact-meta{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--bs-muted-color)}.compact-meta span:nth-child(2){opacity:.5}.question-card-qna{padding:1.25rem}.question-card-qna__actions{position:absolute;top:1rem;right:1rem;z-index:5;display:flex;align-items:center;justify-content:flex-end}.question-card-qna__content{display:block;color:inherit;text-decoration:none;padding-right:2.75rem}.question-card-qna__excerpt{margin:0;color:var(--bs-heading-color);font-size:1rem;font-weight:600;line-height:1.55;overflow-wrap:anywhere}.question-card-qna__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}.question-card-qna__tag{padding:.2rem .65rem;color:var(--bs-body-color);background:var(--bs-surface-bg);border:1px solid var(--bs-border-color);border-radius:var(--radius-sm);font-size:.75rem}.question-card-qna__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--bs-border-color)}.question-card-qna__author{display:flex;align-items:center;gap:.65rem}.question-card-qna__author img{width:34px;height:34px;border-radius:50%;object-fit:cover}.question-card-qna__author div{display:flex;flex-direction:column}.question-card-qna__author strong{color:var(--bs-heading-color);font-size:.82rem}.question-card-qna__author span{color:var(--bs-muted-color);font-size:.72rem}.question-card-qna__responses{display:inline-flex;align-items:center;gap:.35rem;color:var(--bs-primary);font-size:.82rem;text-decoration:none}@media(max-width:480px){.question-card-qna__actions{top:.75rem;right:.75rem}.question-card-qna__content{padding-right:2.5rem}}.usercards{display:flex;flex-direction:column;width:100%;cursor:pointer}.usercards:hover{transform:translateY(-2px)}.usercards:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.usercards__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.usercards__title{display:flex;align-items:center;gap:.5rem;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;color:var(--usercard-title, var(--text-heading));margin:0;letter-spacing:-.01em}.usercards__count{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .5rem;font-size:.75rem;font-weight:600;border-radius:999px;background:var(--usercard-action-bg, rgba(29, 155, 108, .12));color:var(--usercard-action-text, var(--primary-color))}.usercards__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,var(--usercard-preferred-width, 250px)),1fr));gap:.75rem;width:100%;align-items:stretch}@media(max-width:1024px)and (min-width:500px){.usercards__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.5rem}.usercards .usercard{padding:.6rem .65rem;gap:.5rem}}.usercards__loading,.usercards__feedback{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center;background:var(--usercard-bg);border:1px solid var(--usercard-border);border-radius:var(--usercard-radius);color:var(--usercard-muted);gap:.75rem}.usercards__loading p,.usercards__feedback p{margin:0;font-size:.9rem}.usercards__loading-spinner{width:1.75rem;height:1.75rem;border:2px solid var(--usercard-border);border-top-color:var(--primary-color);border-radius:50%;animation:usercard-spin .6s linear infinite}@keyframes usercard-spin{to{transform:rotate(360deg)}}.usercard{display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem;min-height:72px;background:var(--usercard-bg);border:1px solid var(--usercard-border);border-radius:var(--usercard-radius, 12px);box-shadow:var(--usercard-shadow);transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;position:relative;width:100%;max-width:100%;box-sizing:border-box}.usercard:hover{background:var(--usercard-bg-hover);border-color:var(--usercard-border-hover);box-shadow:var(--usercard-shadow-hover);transform:translateY(-1px)}.usercard__avatar-wrapper{position:relative;flex-shrink:0}.usercard__status-dot-avatar{position:absolute;bottom:0;right:0;width:11px;height:11px;border-radius:50%;border:2px solid var(--usercard-bg);box-shadow:0 0 0 1px #0000001a;z-index:2}.usercard__avatar,.usercard__avatar-fallback{width:2.25rem;height:2.25rem;border-radius:50%;object-fit:cover;background:var(--usercard-avatar-bg);border:1.5px solid var(--usercard-avatar-border);transition:border-color .2s ease;display:flex;align-items:center;justify-content:center;color:var(--usercard-muted);font-weight:700;font-size:.8rem;text-transform:uppercase;box-sizing:border-box}.usercard:hover .usercard__avatar,.usercard:hover .usercard__avatar-fallback{border-color:var(--usercard-avatar-border-hover)}.usercard__crown{position:absolute;bottom:-2px;right:-2px;border-radius:50%;background:var(--crown-bg);display:flex;align-items:center;justify-content:center;border:1.5px solid var(--usercard-bg);width:1rem;height:1rem}.usercard__crown svg{color:var(--crown-icon);fill:var(--crown-icon);width:7px;height:7px}.usercard__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.usercard__header{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.usercard__name{font-weight:600;font-size:.925rem;color:var(--usercard-title);margin:0;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em}.usercard__status-dot{flex-shrink:0;transition:color .2s ease}.usercard__handle{display:inline-flex;align-items:center;width:fit-content;max-width:100%;font-size:.725rem;font-weight:600;color:var(--usercard-handle-text, var(--primary-color));background:var(--usercard-handle-bg, rgba(29, 155, 108, .1));border:1px solid var(--usercard-handle-border, rgba(29, 155, 108, .2));padding:.12rem .45rem;border-radius:999px;margin:.15rem 0 0;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usercard__stats{display:flex;align-items:center;gap:.5rem;font-size:.725rem;color:var(--usercard-stat);margin-top:.1rem}.usercard__stat{display:inline-flex;align-items:center;gap:.15rem;white-space:nowrap}.usercard__stat:not(:last-child):after{content:"•";margin-left:.5rem;color:var(--usercard-divider);opacity:.6}.usercard__stat--followers{color:var(--usercard-stat-followers);font-weight:600}.usercard__stat--following{color:var(--usercard-stat-following)}.usercard__badge{display:inline-flex;align-items:center;padding:.08rem .45rem;border-radius:999px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;line-height:1.3;width:fit-content;margin-top:.1rem}.usercard__badge--role{background:var(--usercard-badge-role-bg);color:var(--usercard-badge-role-text);border:1px solid var(--usercard-badge-role-border)}.usercard__badge--owner{background:var(--usercard-badge-owner-bg);color:var(--usercard-badge-owner-text);border:1px solid var(--usercard-badge-owner-border)}.usercard__badge--verified{background:var(--usercard-badge-verified-bg);color:var(--usercard-badge-verified-text);border:1px solid var(--usercard-badge-verified-border)}.usercard__badge--pending{background:var(--usercard-badge-pending-bg);color:var(--usercard-badge-pending-text);border:1px solid var(--usercard-badge-pending-border)}.usercard__badge--notverified{background:var(--usercard-badge-notverified-bg);color:var(--usercard-badge-notverified-text);border:1px solid var(--usercard-badge-notverified-border)}.usercard__contacts{display:flex;flex-direction:column;gap:.15rem;margin-top:.15rem}.usercard__contact{display:inline-flex;align-items:center;gap:.3rem;font-size:.725rem;color:var(--contact-text-color);overflow:hidden}.usercard__contact svg{flex-shrink:0;color:var(--contact-icon-color);opacity:.75;width:12px;height:12px}.usercard__contact span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usercard__joined{display:inline-flex;align-items:center;gap:.3rem;font-size:.725rem;color:var(--usercard-muted);margin-top:.15rem}.usercard__joined svg{flex-shrink:0;opacity:.7;width:12px;height:12px}.usercard__action{flex-shrink:0;display:flex;align-items:center;justify-content:center}.usercard__action--badge{width:2rem;height:2rem;border-radius:50%;background:var(--usercard-action-bg);color:var(--usercard-action-text);display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.usercard__action--badge:hover{background:var(--usercard-action-hover-bg)}.usercard__action--badge svg{flex-shrink:0}.usercard__action--button{min-width:auto}.usercard__unfollow-btn{flex-shrink:0;border-radius:999px;font-weight:600;transition:all .2s ease;font-size:.725rem;padding:.25rem .65rem;height:1.85rem;white-space:nowrap}.usercard__unfollow-btn.btn-primary{background:var(--usercard-btn-unfollow-bg);border:1px solid var(--usercard-btn-unfollow-border);color:var(--usercard-btn-unfollow-text)}.usercard__unfollow-btn.btn-primary:hover:not(:disabled){background:var(--usercard-btn-unfollow-hover-bg);color:var(--usercard-btn-unfollow-hover-text)}.usercard__unfollow-btn.btn-primary:disabled{opacity:.5;cursor:not-allowed}.usercard--small,.usercard--compact{padding:.5rem .65rem;gap:.5rem}.usercard--small .usercard__avatar,.usercard--small .usercard__avatar-fallback,.usercard--compact .usercard__avatar,.usercard--compact .usercard__avatar-fallback{width:2rem;height:2rem;font-size:.75rem}.usercard--small .usercard__name,.usercard--compact .usercard__name{font-size:.825rem}.usercard--small .usercard__handle,.usercard--compact .usercard__handle{font-size:.7rem}.usercard--small .usercard__action--badge,.usercard--compact .usercard__action--badge{width:1.65rem;height:1.65rem}.usercard--small .usercard__unfollow-btn,.usercard--compact .usercard__unfollow-btn{font-size:.65rem;padding:.15rem .5rem;height:1.65rem}.usercard{cursor:pointer}.usercard:hover{transform:translateY(-2px)}.usercard:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.usercard__action--badge,.usercard__action--button{cursor:default}.usercard__unfollow-btn{cursor:pointer}.vaikhari-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;margin:1rem auto;max-width:480px;width:calc(100% - 2rem);background:var(--empty-state-bg, var(--surface-layer-3));border:1px dashed var(--empty-state-border, var(--border-subtle));border-radius:var(--radius-md, 12px);box-sizing:border-box;box-shadow:var(--shadow-sm);transition:all .2s cubic-bezier(.16,1,.3,1)}.vaikhari-empty-state:hover{border-color:var(--border-default);box-shadow:var(--shadow-md)}.vaikhari-empty-state__icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--empty-state-icon-bg, var(--accent-bg-soft));color:var(--empty-state-icon-color, var(--primary-color));margin-bottom:1rem;flex-shrink:0}.vaikhari-empty-state__icon-halo{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:1.5px dashed var(--empty-state-halo-border, var(--primary-color));opacity:.4;animation:vaikhari-empty-spin 22s linear infinite}.vaikhari-empty-state__icon{position:relative;z-index:1;stroke-width:1.75}.vaikhari-empty-state__title{font-size:1rem;font-weight:600;color:var(--text-heading);margin:0 0 .35rem;letter-spacing:-.01em;line-height:1.3}.vaikhari-empty-state__description{font-size:.8rem;color:var(--text-muted);max-width:340px;margin:0 0 1rem;line-height:1.45}.vaikhari-empty-state__action{display:flex;align-items:center;justify-content:center}.vaikhari-empty-state__action .btn,.vaikhari-empty-state__action button{height:32px;padding:0 .85rem;font-size:.78rem;font-weight:600;border-radius:var(--radius-sm, 8px)}@keyframes vaikhari-empty-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.med-table-card{background:hsl(var(--background))!important;border:1px solid hsl(var(--border)/.75);border-radius:18px!important;padding:0;display:flex;flex-direction:column;gap:0;box-shadow:none;transform:none}.med-table-card .med-table__heading{padding:.5rem 1rem 0;display:flex;flex-direction:column;gap:.35rem}.med-table-card .med-table__heading .med-table_top-head{display:flex;justify-content:space-between}.med-table-card .med-table__heading .med-table__title{margin:0;font-size:20px;font-weight:600;color:var(--bs-heading-color)}.med-table-card .med-table__heading .med-table__subtitle{margin:0;font-size:14px;color:var(--bs-muted-color)}.med-table-card .med-table__container{border-radius:18px;overflow-x:auto;overflow-y:hidden;background:hsl(var(--background));border:0}.med-table-card table{min-width:100%;table-layout:auto}.med-table-card thead{background:linear-gradient(180deg,hsl(var(--muted)/.82),hsl(var(--muted)/.56));position:sticky;top:0;z-index:1}.med-table-card .med-table__head-row th:first-of-type{border-top-left-radius:calc(var(--radius) - .5rem)}.med-table-card .med-table__head-row th:last-of-type{border-top-right-radius:calc(var(--radius) - .5rem)}.med-table-card .med-table__header-cell{text-transform:uppercase;font-size:12px;letter-spacing:.04em;font-weight:800;color:hsl(var(--foreground));padding:14px 12px;border-bottom:1px solid hsl(var(--border)/.8);background:transparent;white-space:nowrap}.med-table-card .med-table__header-cell--action,.med-table-card .med-table__cell--action{text-align:center}.med-table-card .med-table__row{transition:background .18s ease}.med-table-card .med-table__row:hover{transform:none}.med-table-card .med-table__row:hover .med-table__cell{background:hsl(var(--muted)/.32)}.med-table-card .med-table__cell{padding:16px 12px;font-size:14px;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border)/.65);vertical-align:top;background:hsl(var(--background));word-break:normal;overflow-wrap:break-word}.med-table-card .med-table__truncate{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-table-card .med-table__row:last-of-type .med-table__cell{border-bottom:none}.med-table-card .med-table__serial{color:hsl(var(--muted-foreground));font-size:13px;font-weight:700}.med-table-card .med-table__actions{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:nowrap;width:100%}.med-table-card .med-table__icon-action{width:30px;min-width:30px;height:30px;min-height:30px;padding:0;border-radius:999px;background:transparent;border:1px solid transparent;color:hsl(var(--foreground));display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.med-table-card .med-table__icon-action:hover{transform:translateY(-1px)}.med-table-card .med-table__icon-action:active{transform:scale(.98)}.med-table-card .med-table__icon-action:focus-visible{outline:2px solid hsl(var(--primary)/.72);outline-offset:2px}.med-table-card .med-table__icon-action--open,.med-table-card .med-table__icon-action--edit,.med-table-card .med-table__icon-action--share{border-color:hsl(var(--primary)/.45);color:hsl(var(--primary))}.med-table-card .med-table__icon-action--open:hover,.med-table-card .med-table__icon-action--edit:hover,.med-table-card .med-table__icon-action--share:hover{background:hsl(var(--primary)/.08);border-color:hsl(var(--primary)/.6)}.med-table-card .med-table__icon-action--delete{border-color:hsl(var(--destructive)/.7);color:hsl(var(--destructive))}.med-table-card .med-table__icon-action--delete:hover{background:hsl(var(--destructive)/.08);border-color:hsl(var(--destructive)/.85)}.med-table-card .med-table__icon-action--menu{border-color:hsl(var(--border)/.9);color:hsl(var(--foreground))}.med-table-card .med-table__icon-action--menu:hover{background:hsl(var(--muted)/.72);border-color:hsl(var(--border))}.med-table-card.med-table-card--vertical-lines .med-table__header-cell:not(:last-child),.med-table-card.med-table-card--vertical-lines .med-table__cell:not(:last-child){border-right:1px solid hsl(var(--border)/.78)}.med-table-card .med-table__state{display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--bs-muted-color)}.med-table-card .med-table__state .med-table__state-text{font-size:14px;font-weight:500}.med-table-card .med-table-mobile-list{display:none}.med-table-card .med-table-mobile-card{border:1px solid hsl(var(--border)/.75);background:hsl(var(--background));border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.med-table-card .med-table-mobile-row{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;border-bottom:1px dashed hsl(var(--border));padding-bottom:.4rem}.med-table-card .med-table-mobile-row:last-child{border-bottom:none;padding-bottom:0}.med-table-card .med-table-mobile-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));min-width:92px;flex-shrink:0}.med-table-card .med-table-mobile-value{flex:1;text-align:right;font-size:.8rem;color:hsl(var(--foreground));word-break:break-word}.med-table-card .med-table-mobile-actions{display:flex;justify-content:flex-end;padding-top:.25rem}.med-table-card .med-table-mobile-actions .btn{min-width:40px;min-height:40px}.table-avatar{width:2.4rem;height:2.4rem;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center}.table-avatar img{width:100%;height:100%;object-fit:cover}.table-avatar__fallback{font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase}.table-name{display:flex;align-items:center;gap:.4rem}.table-name__text{font-weight:600;color:var(--card-title);font-size:.9rem;white-space:nowrap}.table-name__dot{flex-shrink:0}.verification-badge{display:inline-flex;align-items:center;padding:.2rem .7rem;border-radius:999px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.verification-badge--verified{background:var(--badge-verified-bg);color:var(--badge-verified-text);border:1px solid var(--badge-verified-border)}.verification-badge--pending{background:var(--badge-pending-bg);color:var(--badge-pending-text);border:1px solid var(--badge-pending-border)}.verification-badge--not-verified{background:var(--badge-not-verified-bg);color:var(--badge-not-verified-text);border:1px solid var(--badge-not-verified-border)}.follows-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .6rem;border-radius:999px;background:var(--primary-color);color:var(--badge-owner-text);font-size:.7rem;font-weight:600}.follows-badge__icon{font-size:.8rem}.follows-badge__text{white-space:nowrap}.action-btn,.action-btn-cancel,.action-btn-save,.action-btn-view,.action-btn-edit,.action-btn-delete,.action-btn-follow,.action-btn-unfollow{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.2rem .6rem;border-radius:999px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;border:1px solid transparent;background:transparent;text-decoration:none;min-height:28px}.action-btn:active:not(:disabled),.action-btn-cancel:active:not(:disabled),.action-btn-save:active:not(:disabled),.action-btn-view:active:not(:disabled),.action-btn-edit:active:not(:disabled),.action-btn-delete:active:not(:disabled),.action-btn-follow:active:not(:disabled),.action-btn-unfollow:active:not(:disabled){transform:scale(.95)}.action-btn:disabled,.action-btn-cancel:disabled,.action-btn-save:disabled,.action-btn-view:disabled,.action-btn-edit:disabled,.action-btn-delete:disabled,.action-btn-follow:disabled,.action-btn-unfollow:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.action-btn,.action-btn-cancel,.action-btn-save,.action-btn-view,.action-btn-edit,.action-btn-delete,.action-btn-follow,.action-btn-unfollow{padding:.15rem .4rem;font-size:.6rem;min-width:28px}.action-btn span,.action-btn-cancel span,.action-btn-save span,.action-btn-view span,.action-btn-edit span,.action-btn-delete span,.action-btn-follow span,.action-btn-unfollow span{display:none}}.action-btn--primary,.action-btn-follow{background:var(--primary-color);border-color:var(--primary-color);color:var(--badge-owner-text)}.action-btn--primary:hover:not(:disabled),.action-btn-follow:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.action-btn--outline,.action-btn-view,.action-btn-unfollow{background:transparent;border-color:var(--primary-color);color:var(--primary-color)}.action-btn--outline:hover:not(:disabled),.action-btn-view:hover:not(:disabled),.action-btn-unfollow:hover:not(:disabled){background:var(--primary-color);color:var(--badge-owner-text)}.action-btn--danger,.action-btn-delete{background:transparent;border-color:var(--danger-color);color:var(--danger-color)}.action-btn--danger:hover:not(:disabled),.action-btn-delete:hover:not(:disabled){background:var(--danger-color);color:var(--badge-owner-text)}.action-btn--success,.action-btn-save{background:var(--success-color);border-color:var(--success-color);color:var(--badge-owner-text)}.action-btn--success:hover:not(:disabled),.action-btn-save:hover:not(:disabled){background:var(--success-color);opacity:.85}.action-btn--info,.action-btn-edit{background:var(--info-color);border-color:var(--info-color);color:var(--badge-owner-text)}.action-btn--info:hover:not(:disabled),.action-btn-edit:hover:not(:disabled){background:var(--info-color);opacity:.85}.action-btn--ghost,.action-btn-cancel{background:transparent;border-color:transparent;color:var(--text-muted)}.action-btn--ghost:hover:not(:disabled),.action-btn-cancel:hover:not(:disabled){background:var(--accent-bg-soft);color:var(--text-primary)}@media(max-width:1024px){.med-table-card table{min-width:880px}}@media(max-width:767px){.med-table-card .med-table__heading{padding:.85rem .85rem 0;gap:.2rem}.med-table-card .med-table__heading .med-table_top-head{flex-direction:column;align-items:flex-start;gap:.15rem}.med-table-card .med-table__heading .med-table__title{font-size:16px}.med-table-card .med-table__container{display:none}.med-table-card .med-table-mobile-list{display:grid;gap:.6rem}.med-table-card .med-table__state{padding:.85rem}.table-avatar{width:2rem;height:2rem}.table-name__text{font-size:.8rem}.verification-badge{font-size:.55rem;padding:.15rem .5rem}.follows-badge{font-size:.6rem;padding:.15rem .5rem}}@media(max-width:767px)and (max-width:480px){.follows-badge__text{display:none}}@media(max-width:767px){.action-btn,.action-btn-unfollow,.action-btn-follow,.action-btn-delete,.action-btn-edit,.action-btn-view,.action-btn-save,.action-btn-cancel{font-size:.6rem;padding:.15rem .5rem}}@media(max-width:480px){.follows-badge{padding:.15rem .4rem;min-width:28px;justify-content:center}.follows-badge__text{display:none}.verification-badge{font-size:.5rem;padding:.1rem .4rem}.table-name__text{font-size:.75rem}.action-btn,.action-btn-unfollow,.action-btn-follow,.action-btn-delete,.action-btn-edit,.action-btn-view,.action-btn-save,.action-btn-cancel{padding:.15rem .4rem;min-width:28px;justify-content:center}.action-btn span,.action-btn-unfollow span,.action-btn-follow span,.action-btn-delete span,.action-btn-edit span,.action-btn-view span,.action-btn-save span,.action-btn-cancel span{display:none}}.med-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:.75rem;padding-top:.5rem;border-top:1px solid var(--bs-border-color)}.med-pagination .med-pagination__meta{font-size:14px;color:var(--bs-muted-color);letter-spacing:.02em}.med-pagination .MuiPagination-root{background:var(--bs-surface-bg);border-radius:999px;padding:.25rem .5rem;box-shadow:0 1px 2px #0000000d}.med-pagination .MuiPagination-ul{gap:.25rem}.med-pagination .MuiPaginationItem-root{font-size:14px;min-width:36px;height:36px;border-radius:999px!important;border:1px solid var(--bs-border-color);color:var(--bs-body-color);transition:background .2s ease,color .2s ease,border-color .2s ease}.med-pagination .MuiPaginationItem-root:hover{background:hsla(var(--primary)/.12);border-color:hsla(var(--primary)/.4)}.med-pagination .MuiPaginationItem-root.Mui-selected{background:hsl(var(--primary));color:hsl(var(--primary-foreground, 0 0% 100%))}.med-pagination .MuiPaginationItem-root.Mui-selected:hover{background:hsla(var(--primary)/.9)}@media(max-width:768px){.med-pagination{flex-direction:column;align-items:stretch;justify-content:center;gap:.5rem}.med-pagination .med-pagination__meta{text-align:center}.med-pagination .MuiPagination-root{align-self:center}}@media(max-width:480px){.med-pagination .MuiPaginationItem-root{min-width:32px;height:32px;font-size:12px}}.user-connections{width:100%}.user-connections__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;flex-wrap:wrap;gap:.75rem}.user-connections__header-left{display:flex;align-items:center;gap:.75rem}.user-connections__title{font-size:1.1rem;font-weight:700;color:var(--card-title);margin:0;letter-spacing:-.01em}.user-connections__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.8rem;height:1.8rem;padding:0 .6rem;border-radius:999px;background:var(--primary-color);color:var(--badge-owner-text);font-size:.75rem;font-weight:700}.user-connections__header-right{display:flex;align-items:center;gap:.75rem}.user-connections__content{min-height:200px}.user-connections__table-wrapper{width:100%;overflow-x:auto}@media(max-width:768px){.user-connections__header{flex-direction:column;align-items:flex-start;padding:.5rem 0 .75rem;gap:.5rem}.user-connections__header-left,.user-connections__header-right{width:100%;justify-content:space-between}.user-connections__title{font-size:1rem}}.address-form{display:block;width:100%}.address-form__hint{margin-bottom:1rem;font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}@media(max-width:576px){.address-form__hint{font-size:.8125rem;margin-bottom:.75rem}}.address-form__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;width:100%;flex-wrap:nowrap}@media(max-width:600px){.address-form__header{flex-wrap:nowrap;gap:.75rem;margin-bottom:1rem}}@media(max-width:480px){.address-form__header{gap:.625rem;margin-bottom:.875rem}}@media(max-width:400px){.address-form__header{gap:1.5rem}}.address-form__title-wrapper{display:flex;align-items:center;flex:1;min-width:0}@media(max-width:400px){.address-form__title-wrapper{flex:1 1 100%}}.address-form__title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:600;color:hsl(var(--foreground));line-height:1.4;white-space:nowrap}.address-form__title span{display:inline-block}.address-form__title svg{flex-shrink:0;color:hsl(var(--primary))}@media(max-width:576px){.address-form__title{font-size:.9375rem}}@media(max-width:375px){.address-form__title{font-size:.875rem}}.address-form__actions{display:flex;align-items:center;flex-shrink:0}@media(max-width:400px){.address-form__actions{flex:1 1 100%}}.address-form__location-btn{white-space:nowrap;width:auto;min-width:180px;margin-top:0}@media(max-width:600px){.address-form__location-btn{min-width:150px;font-size:.875rem;padding:.5rem .75rem}}@media(max-width:480px){.address-form__location-btn{min-width:130px;font-size:.8125rem;padding:.4375rem .625rem}}@media(max-width:400px){.address-form__location-btn{width:100%;min-width:unset;justify-content:center}}.address-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%}@media(max-width:480px){.address-form__grid{gap:.75rem}}@media(max-width:375px){.address-form__grid{gap:.625rem}}.address-form__field{grid-column:span 1;min-width:0;width:100%}.address-form__field>*{width:100%}.address-form__field--full{grid-column:1/-1}@media(max-width:480px){.address-form__field--full{grid-column:1/-1}}@media(max-width:359px){.address-form__field{grid-column:1/-1!important}}.address-form .full-width{grid-column:1/-1}.address-form .location-section{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(max-width:480px){.address-form .location-section{grid-template-columns:1fr}}@media(max-width:480px){.address-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}@media(max-width:359px){.address-form__grid{grid-template-columns:1fr;gap:.625rem}}.ntf-container{padding:20px;background:hsl(var(--background));color:hsl(var(--foreground))}.ntf-list{display:flex;flex-direction:column;gap:12px}.ntf-card{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:var(--radius);background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));transition:all .2s ease}.ntf-card:hover{background:hsl(var(--muted));transform:translateY(-2px);box-shadow:0 4px 12px hsla(var(--foreground)/.08)}.ntf-content h3{font-size:16px;margin:0;color:var(--bs-heading-color)}.ntf-content p{font-size:14px;margin:4px 0 0;color:var(--bs-muted-color)}.ntf-status{width:10px;height:10px;border-radius:50%;display:inline-block}.ntf-status.ntf-read{background:hsl(var(--success));opacity:.4}.ntf-sidebar-title{font-size:20px;font-weight:600;color:var(--bs-heading-color);margin-bottom:16px;text-align:center}.ntf-sidebar-button{display:flex;align-items:center;justify-content:center}.answer-box{overflow:hidden;background:hsl(var(--card));border:1px solid hsl(var(--border)/.9);border-radius:var(--radius-lg);padding:.5rem}.answer-box .answer-box-header{background:linear-gradient(135deg,hsl(var(--primary)/.1),hsl(var(--card)) 58%)}.answer-box .answer-box-title{margin:0;color:hsl(var(--card-foreground));font-size:clamp(1.15rem,2vw,1.35rem);font-weight:700;line-height:1.3;letter-spacing:-.015em}.answer-box .answer-box-error{margin-top:.75rem;color:hsl(var(--destructive));font-size:.85rem;line-height:1.4}@media(max-width:640px){.answer-box{border-radius:var(--radius-md)}.answer-box .answer-box-header,.answer-box .answer-box-body{padding:1.1rem}}.page-banner{padding-bottom:.5rem;width:100%}.banner-container{margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}.banner-row{display:flex;align-items:flex-end;gap:2rem;flex-wrap:wrap}.banner-center{width:50%;text-align:center;flex:1;min-width:0}.banner-title{color:var(--bs-heading-color);line-height:1.2;word-break:break-word}.banner-search-form{margin-bottom:1.5rem;width:100%}.banner-search-wrapper{display:flex;align-items:stretch;background:var(--input-bg);border:1px solid hsl(var(--border));border-radius:var(--radius-md);overflow:hidden;transition:all .2s ease}.banner-search-wrapper:focus-within{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.1)}.banner-search-btn{border-radius:0;border-left:1px solid hsl(var(--border))}.banner-stats-card{background:var(--bs-surface-bg);border:1px solid hsl(var(--border));border-radius:var(--radius-sm);padding:.5rem 1rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.banner-stats-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.stats-label{margin:0;font-weight:400;color:var(--bs-muted-color);display:flex;align-items:center;gap:.3rem;font-size:.875rem}.stats-badge{background:hsl(var(--foreground));color:var(--bs-btn-color);padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500}.banner-mobile-btn{display:none;width:100%}@media(max-width:992px){.banner-title{font-size:1.5rem}}@media(max-width:768px){.page-banner{padding-top:2rem;padding-bottom:1.5rem}.banner-row{flex-direction:column;align-items:center;gap:1rem}.banner-center{width:100%}.banner-title{font-size:1.5rem;margin-bottom:1rem}.banner-stats-card{justify-content:center}.banner-mobile-btn{display:block;margin-top:.5rem}}@media(max-width:576px){.banner-container{padding:0 .75rem}.banner-title{font-size:1.5rem}.banner-input .input-field{font-size:.875rem;padding:.6rem .875rem}.stats-label{font-size:.8125rem}.stats-badge{font-size:.8125rem;padding:.2rem .4rem}}@media(max-width:375px){.banner-title{font-size:1.25rem}.banner-input .input-field{font-size:.8125rem;padding:.5rem .75rem}.banner-stats-card{padding:.4rem .75rem}.stats-label,.stats-badge{font-size:.75rem}}@media(min-width:1200px){.banner-container{padding:0 1rem}.banner-title{font-size:1.5rem}}.banner-search-wrapper{display:flex;align-items:center;background:var(--input-bg);border:1px solid hsl(var(--border));border-radius:999px;overflow:hidden;padding:.25rem;transition:all .25s ease}.banner-search-wrapper:focus-within{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.15)}.banner-input{flex:1}.banner-input .input-wrapper{border:none!important;box-shadow:none!important;background:transparent!important}.banner-input .input-with-icon-container{background:transparent!important}.banner-input .input-field{border:none!important;background:transparent!important;padding:.75rem 1rem;font-size:1rem;color:var(--bs-body-color)}.banner-input .input-field:focus{outline:none;box-shadow:none}.banner-input .input-field::placeholder{color:var(--input-chat-color)}.banner-search-btn{height:42px;width:42px;border-radius:50%!important;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:.25rem;transition:all .2s ease}.banner-search-btn:hover{transform:scale(1.05)}.chintana{background-color:hsl(var(--background))}.chintana-content-section{padding-top:0;padding-bottom:4rem}.chintana-grid{display:flex;gap:1.5rem;align-items:flex-start;width:100%}.chintana-left-sidebar{display:none}.chintana-main-content{flex:1 1 auto;min-width:0;width:100%}.chintana-questions-stack,.chintana-sidebar-stack{display:flex;flex-direction:column;gap:1.5rem}.chintana-load-more{width:100%;padding:.75rem;background-color:hsl(var(--primary)/.1);color:hsl(var(--primary));border:1px solid hsl(var(--primary)/.2);border-radius:var(--radius-md);cursor:pointer;font-weight:500;transition:all .3s ease}.chintana-load-more:hover{background-color:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}.chintana-load-more:disabled{cursor:not-allowed;opacity:.6}.chintana-state{padding:1.5rem;text-align:center;color:var(--bs-muted-color);background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--radius-md)}.chintana-state p{margin-bottom:.75rem}.chintana-state button{color:var(--bs-primary);background:transparent;border:0;cursor:pointer}.chintana-state--error{color:var(--bs-danger)}@media(max-width:992px){.chintana-grid{flex-direction:column}}.create-category-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:grid;place-items:center;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.create-category-dialog{width:min(100%,34rem);max-width:calc(100vw - 2rem);background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1.5rem;overflow:hidden;box-sizing:border-box}.create-category-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid hsl(var(--border)/.7)}.create-category-title{margin:0 0 .35rem;font-size:1.25rem;font-weight:700;color:hsl(var(--foreground))}.create-category-description{margin:0;color:hsl(var(--muted-foreground));line-height:1.5}.create-category-close{flex-shrink:0}.create-category-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.create-category-footer{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.5rem}@media(max-width:640px){.create-category-modal{align-items:end;padding:0}.create-category-dialog{width:100%;max-width:100%;border-radius:1.5rem 1.5rem 0 0}.create-category-header,.create-category-form{padding:1rem}.create-category-footer{flex-direction:column-reverse}.create-category-footer .btn{width:100%}}.categories-page-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;flex-wrap:nowrap;width:100%}.categories-page-header .header-info{display:flex;align-items:center;gap:.4rem;min-width:0}.categories-page-header .header-info .categories-title{margin:0;font-size:clamp(1rem,2.2vw,1.5rem);font-weight:700;color:var(--text-heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.categories-page-header .header-info .header-count-badge{flex-shrink:0}.categories-page-header .header-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0;flex-wrap:nowrap}.categories-page-header .header-actions .btn,.categories-page-header .header-actions button{white-space:nowrap;height:32px;padding:0 .6rem;font-size:.76rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.85rem;margin-bottom:1.5rem;width:100%}.categories-empty,.suggested-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:220px;padding:2rem;background:hsl(var(--card));border:1px dashed hsl(var(--border));border-radius:1.25rem;color:hsl(var(--muted-foreground));text-align:center}.categories-empty-title{margin:0;color:hsl(var(--foreground));font-size:1.1rem;font-weight:700}.categories-empty-description{margin:0;max-width:32rem;line-height:1.6}.category-card{position:relative;display:flex;flex-direction:column;gap:.55rem;padding:.85rem .95rem;background:var(--surface-layer-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md, 12px);box-shadow:var(--shadow-sm);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.category-card:hover{transform:translateY(-2px);background:var(--surface-layer-4);border-color:var(--border-default);box-shadow:var(--shadow-md)}.category-card__header{display:flex;align-items:center;gap:.65rem;min-width:0}.category-card__header .avatar-wrapper{position:relative;flex-shrink:0}.category-card__header .avatar-wrapper .status-dot{position:absolute;bottom:0;right:0;width:9px;height:9px;border-radius:50%;border:1.5px solid var(--surface-layer-3)}.category-card__header .avatar-wrapper .status-dot--active{background:var(--success-color, #3fa66b)}.category-card__header .avatar-wrapper .status-dot--inactive{background:var(--danger-color, #d96464)}.category-card__icon-badge{width:36px;height:36px;border-radius:50%;background:var(--accent-bg-soft);border:1px solid var(--border-subtle);color:var(--primary-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-card__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.category-card__title{margin:0;font-size:.9rem;font-weight:600;color:var(--text-heading);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-card__slug{font-size:.7rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-card__top-actions{display:flex;align-items:center;gap:.2rem;flex-shrink:0}.category-card__top-actions button{padding:.25rem;color:var(--text-muted);border-radius:var(--radius-sm, 6px);transition:color .15s ease,background-color .15s ease}.category-card__top-actions button:hover{color:var(--primary-color);background:var(--surface-layer-5, rgba(255, 255, 255, .05))}.category-card__top-actions .action-btn-danger:hover{color:var(--danger-color, #d96464)!important}.category-card__meta-line{display:flex;align-items:center;gap:.4rem;font-size:.74rem;color:var(--text-muted);margin-top:auto;padding-top:.25rem;border-top:1px solid var(--border-subtle)}.category-card__meta-line .meta-text{white-space:nowrap}.category-card__meta-line .meta-text strong{color:var(--text-primary);font-weight:600}.category-card__meta-line .meta-dot{font-size:.6rem;color:var(--text-muted)}.category-avatars,.suggested-avatars{display:flex;align-items:center;flex-wrap:wrap}.category-avatar,.suggested-avatar{width:2rem;height:2rem;margin-left:-.4rem;border:2px solid hsl(var(--card));border-radius:999px;overflow:hidden;background:hsl(var(--muted))}.category-avatar:first-child,.suggested-avatar:first-child{margin-left:0}.category-avatar img,.suggested-avatar img{width:100%;height:100%;object-fit:cover}.category-follow-button,.suggested-follow-button{background:hsl(var(--primary)/.12);color:hsl(var(--primary));border:1px solid hsl(var(--primary)/.18);box-shadow:none;flex-shrink:0}.category-follow-button:hover:not(:disabled),.suggested-follow-button:hover:not(:disabled){background:hsl(var(--primary)/.18);color:hsl(var(--primary));box-shadow:none}.suggested-section{overflow:hidden}.suggested-header{padding:1.5rem 1.5rem 0}.suggested-title{margin:0;font-size:1.35rem;font-weight:700}.suggested-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1rem;padding:1.5rem;width:100%;box-sizing:border-box}.suggested-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1.25rem;padding:1.5rem;width:100%;min-width:0;box-sizing:border-box}.suggested-layout{display:grid;grid-template-columns:4rem minmax(0,1fr);gap:1.25rem;min-width:0;align-items:start}.suggested-icon-wrap{width:4rem}.suggested-icon{width:4rem;height:4rem;object-fit:contain}.suggested-content{min-width:0}.suggested-card-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;line-height:1.35}.suggested-card-title a{color:hsl(var(--foreground));text-decoration:none;overflow-wrap:break-word}.suggested-description{margin:0 0 .75rem;color:hsl(var(--muted-foreground));font-size:.94rem;line-height:1.6;overflow-wrap:break-word}.suggested-stats{display:flex;flex-wrap:wrap;gap:.75rem 1rem;color:hsl(var(--muted-foreground));font-size:.875rem}.suggested-stats span{display:inline-flex;align-items:center;gap:.45rem;line-height:1.5}.suggested-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:1.25rem}@media(max-width:768px){.categories-container{width:calc(100% - 1rem)}.categories-actions{grid-template-columns:1fr}.categories-create-button{width:100%;min-width:0}.category-grid{grid-template-columns:1fr;gap:1rem}.suggested-header,.suggested-grid,.suggested-card{padding:1rem}.suggested-layout{grid-template-columns:1fr}.suggested-icon-wrap{width:auto}.suggested-footer,.category-footer{flex-direction:column;align-items:flex-start}.category-menu-dropdown{right:0;left:auto}}@media(max-width:480px){.categories-title{font-size:1.75rem}.categories-container{width:calc(100% - .75rem)}.category-body,.category-footer,.suggested-card,.categories-empty,.suggested-empty{padding-left:1rem;padding-right:1rem}.category-menu{top:.75rem;right:.75rem}.category-menu-dropdown{min-width:9rem;max-width:calc(100vw - 1.5rem)}.category-stat,.suggested-stats span{width:100%}.category-follow-button,.suggested-follow-button{width:100%;justify-content:center}}.forum-page{display:flex;flex-direction:column;gap:.5rem;padding:8px;color:hsl(var(--foreground))}.forum-promo-card,.forum-activity-card,.forum-category-card,.forum-empty-state,.forum-modal-panel{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1.5rem;box-shadow:none}.forum-hero{border-radius:1rem;position:relative;overflow:hidden;padding:clamp(2rem,4vw,4rem);background:radial-gradient(circle at top right,hsla(var(--primary)/.18),transparent 32%),linear-gradient(135deg,hsl(var(--card)),hsl(var(--card)/.96))}.forum-hero-content{position:relative;z-index:1;max-width:46rem}.forum-hero-eyebrow,.forum-section-eyebrow,.forum-modal-eyebrow,.forum-promo-eyebrow{display:inline-flex;color:hsl(var(--muted-foreground));font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.forum-hero-eyebrow{margin-bottom:.75rem;padding:.45rem .85rem;border-radius:999px;background:hsla(var(--primary)/.12);color:hsl(var(--primary))}.forum-hero h1{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;word-break:break-word}.forum-hero p{max-width:38rem;margin:0;color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.7}.forum-hero-actions{display:flex;flex-wrap:nowrap;gap:.9rem;margin-top:1.75rem}.forum-sidebar-card,.forum-promo-card{padding:1.5rem}.forum-content,.forum-feed{display:flex;flex-direction:column}.forum-content,.forum-feed{gap:1.5rem}.forum-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.forum-section-header h2{margin:.3rem 0 0;font-size:clamp(1.35rem,2vw,1.8rem);word-break:break-word}.forum-inline-link.btn{min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:hsl(var(--primary));box-shadow:none;white-space:nowrap}.forum-inline-link.btn:hover,.forum-inline-link.btn:active{transform:none;background:transparent;box-shadow:none}.forum-inline-link-strong.btn{padding:.85rem 1.1rem;border-radius:999px;background:hsla(var(--primary)/.09);white-space:nowrap}.forum-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.forum-category-card{padding:1.25rem;overflow:hidden;width:100%;min-width:0}.forum-category-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;min-width:0}.forum-category-title{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.forum-category-title h3{margin:0;font-size:1rem;word-break:break-word;overflow-wrap:break-word;flex:1;min-width:0}.forum-category-action .btn{white-space:nowrap;padding:.5rem .75rem}.forum-category-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.forum-category-meta div{min-width:0}.forum-category-meta span{display:block;margin-bottom:.35rem;color:hsl(var(--muted-foreground));font-size:12px}.forum-category-meta strong{font-size:.95rem;word-break:break-word;display:block}.forum-tone-dot{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;flex-shrink:0}.forum-tone-dot-warning{background:#ffc71f2e;color:#e59306}.forum-tone-dot-orange{background:#ff7e292e;color:#f5680a}.forum-tone-dot-info{background:hsla(var(--info)/.16);color:hsl(var(--info))}.forum-tone-dot-neutral{background:hsla(var(--foreground)/.08);color:hsl(var(--foreground))}.forum-tone-dot-success{background:hsla(var(--success)/.16);color:hsl(var(--success))}.forum-tone-dot-primary{background:hsla(var(--primary)/.16);color:hsl(var(--primary))}.forum-tone-dot-danger{background:hsla(var(--destructive)/.16);color:hsl(var(--destructive))}.forum-tone-dot-muted{background:hsla(var(--muted-foreground)/.12);color:hsl(var(--muted-foreground))}.forum-feed-toolbar{gap:1rem;flex-wrap:wrap;justify-content:flex-end}.forum-search{min-width:min(100%,22rem)}.forum-search-input.input-wrapper,.forum-field .input-wrapper,.forum-field .custom-select-wrapper{margin-bottom:0}.forum-search-input .input-field,.forum-field .input-field,.forum-field .custom-select{border-radius:1rem;box-shadow:none}.forum-search-input .input-field:focus,.forum-field .input-field:focus,.forum-field .custom-select.is-open{box-shadow:none}.custom-select-dropdown{box-shadow:none}.forum-search-input .input-label,.forum-field .input-label,.forum-field .custom-select-label{font-weight:600}.forum-activity-list{display:flex;flex-direction:column;gap:1rem}.forum-activity-card{display:grid;grid-template-columns:92px minmax(0,1fr);overflow:hidden}.forum-activity-vote{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;padding:1.5rem 1rem;border-right:1px solid hsl(var(--border));background:linear-gradient(180deg,hsla(var(--primary)/.06),transparent)}.forum-activity-vote strong{font-size:1.05rem}.forum-activity-content{padding:1.5rem;min-width:0;overflow:hidden}.forum-activity-content h3{margin:.9rem 0 .8rem;font-size:1.15rem;line-height:1.45;word-break:break-word}.forum-activity-title{padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.forum-activity-title:hover{color:hsl(var(--primary))}.forum-activity-content p{margin:0;color:hsl(var(--muted-foreground));line-height:1.7;word-break:break-word}.forum-activity-meta,.forum-activity-stats{display:flex;flex-wrap:wrap;gap:.9rem 1.25rem;margin:0;padding:0;list-style:none;color:hsl(var(--muted-foreground));font-size:.9rem}.forum-activity-meta{margin-bottom:1rem}.forum-activity-stats{margin-top:1.25rem}.forum-activity-stats span{display:inline-flex;align-items:center;gap:.45rem}.forum-vote-button.btn,.forum-icon-button.btn,.forum-cta-button.btn,.forum-secondary-button.btn{box-shadow:none}.forum-vote-button.btn,.forum-icon-button.btn{width:2.5rem;min-width:2.5rem;height:2.5rem;padding:0;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--background))}.forum-vote-button.btn:hover,.forum-icon-button.btn:hover,.forum-vote-button.btn:active,.forum-icon-button.btn:active{transform:none;box-shadow:none}.forum-badge{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.forum-badge-success{background:hsla(var(--success)/.14);color:hsl(var(--success))}.forum-badge-danger{background:hsla(var(--destructive)/.14);color:hsl(var(--destructive))}.forum-badge-orange{background:#ff7e2924;color:#f5680a}.forum-badge-dark{background:hsla(var(--foreground)/.1);color:hsl(var(--foreground))}.forum-badge-info{background:hsla(var(--info)/.14);color:hsl(var(--info))}.forum-cta-button.btn,.forum-secondary-button.btn{min-height:3rem;border-radius:999px}.forum-cta-button.btn{width:100%;box-shadow:none}.forum-secondary-button.btn{box-shadow:none}.forum-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.forum-stat-item{padding:1rem;text-align:center}.forum-stat-item:nth-child(odd){border-right:1px solid hsl(var(--border))}.forum-stat-item:nth-child(-n+2){border-bottom:1px solid hsl(var(--border))}.forum-stat-item strong{display:block;margin-bottom:.25rem;font-size:1.35rem}.forum-stat-item span{color:hsl(var(--muted-foreground));font-size:.85rem}.forum-sidebar-header{margin-bottom:1rem}.forum-sidebar-header h3{margin:0;font-size:1.1rem}.forum-trending-list{display:flex;flex-direction:column;gap:1rem}.forum-trending-item{padding-bottom:1rem;border-bottom:1px solid hsl(var(--border))}.forum-trending-item:last-child{padding-bottom:0;border-bottom:0}.forum-trending-item h4{margin:0 0 .5rem;font-size:.98rem;line-height:1.55;word-break:break-word}.forum-trending-item p{display:inline-flex;align-items:center;gap:.45rem;margin:0;color:hsl(var(--muted-foreground));font-size:.85rem}.forum-promo-card h3{margin:.45rem 0 .75rem;font-size:1.2rem;word-break:break-word}.forum-promo-card p{margin:0 0 1.25rem;color:hsl(var(--muted-foreground));line-height:1.7;word-break:break-word}.forum-empty-state{padding:2rem;text-align:center}.forum-empty-state h3{margin-bottom:.5rem;word-break:break-word}.forum-empty-state p{margin:0;color:hsl(var(--muted-foreground));word-break:break-word}.forum-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.forum-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c0c178c}.forum-modal-panel{position:relative;z-index:1;width:min(100%,42rem);padding:1.5rem}.forum-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.forum-modal-header h2{margin:.35rem 0 0;font-size:1.4rem;word-break:break-word}.forum-modal-form{display:flex;flex-direction:column;gap:1rem}.forum-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.forum-modal-actions .forum-cta-button.btn,.forum-modal-actions .forum-secondary-button.btn,.forum-hero-actions .forum-cta-button.btn,.forum-hero-actions .forum-secondary-button.btn{width:auto}.forum-field{display:flex;flex-direction:column;gap:.55rem}.forum-tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.forum-tag-item{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;background:hsla(var(--primary)/.1);color:hsl(var(--primary));font-size:.8rem;font-weight:600}@media(max-width:1200px){.forum-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:992px){.forum-page{padding:1rem}.forum-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.forum-section-header-stack{flex-direction:column;align-items:flex-start}.forum-feed-toolbar{width:100%;justify-content:stretch}.forum-search{width:100%}.forum-hero-actions{flex-direction:column}.forum-hero-actions .btn{width:100%}}@media(max-width:768px){.forum-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.forum-category-card{padding:1rem}.forum-category-title h3{font-size:.9rem}.forum-category-meta{gap:.75rem}.forum-category-meta strong{font-size:.85rem}}@media(max-width:640px){.forum-page{gap:1rem;padding:.75rem}.forum-category-grid{grid-template-columns:1fr;gap:.75rem}.forum-category-card{padding:1rem}.forum-category-header{flex-wrap:wrap}.forum-category-action{margin-left:auto}.forum-activity-card{grid-template-columns:1fr}.forum-activity-vote{flex-direction:row;justify-content:flex-start;border-right:0;border-bottom:1px solid hsl(var(--border));padding:1rem}.forum-activity-content{padding:1rem}.forum-modal{padding:.75rem}.forum-modal-panel{padding:1rem}.forum-modal-actions{flex-direction:column-reverse}.forum-modal-actions .forum-cta-button.btn,.forum-modal-actions .forum-secondary-button.btn{width:100%}.forum-section-header{flex-direction:column;align-items:flex-start}.forum-inline-link.btn,.forum-inline-link-strong.btn{white-space:normal;text-align:left}.forum-hero{padding:1.5rem}.forum-hero-actions .btn{width:100%}}.forum-content{display:grid;grid-template-columns:1fr;gap:1.5rem}.forum-category-title h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forum-category-title{flex:1;min-width:0}.forum-category-action{flex-shrink:0}@media(max-width:640px){.forum-category-grid{grid-template-columns:1fr}}.forum-sidebar{justify-content:center;display:flex;align-items:center;margin-top:1rem}.view-categories-page{display:flex;flex-direction:column;gap:1.5rem;padding:8px;color:hsl(var(--foreground))}.view-categories-breadcrumb{display:flex;flex-wrap:wrap;margin-bottom:.5rem;font-size:.9rem}.view-categories-breadcrumb a{text-decoration:none}.view-categories-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-radius:1rem;background:var(--bs-body-bg)}.view-categories-title-row{display:flex;align-items:center;gap:.75rem}.view-categories-title-row h1{margin:0;font-size:clamp(1.6rem,2.5vw,2.2rem)}.view-categories-main{display:block}.view-categories-card{width:100%;overflow:hidden;border-radius:1rem;background:hsl(var(--card));border:1px solid hsl(var(--border))}.view-categories-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;border-bottom:1px solid hsl(var(--border))}.view-categories-tabs{display:flex;flex-wrap:wrap;gap:.75rem}.view-categories-tab.btn{border-radius:999px;box-shadow:none}.view-categories-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.4rem;padding:0 .35rem;border-radius:999px;background:hsla(var(--success)/.15);color:hsl(var(--success));font-size:.72rem;font-weight:700}.view-categories-filter{width:min(100%,14rem)}.view-categories-table-wrap{overflow-x:auto}.view-categories-table{width:100%;border-collapse:collapse;min-width:680px}.view-categories-table th,.view-categories-table td{padding:1rem .75rem;border-bottom:1px solid hsl(var(--border));text-align:left;vertical-align:middle}.view-categories-table th{font-size:.85rem;font-weight:700;color:hsl(var(--muted-foreground))}.view-categories-topic{font-weight:600;line-height:1.6}.view-categories-editors{display:flex;flex-wrap:wrap;gap:.45rem}.view-categories-avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;font-size:.7rem;font-weight:700}.view-categories-avatar-image{background:hsla(var(--primary)/.12);color:hsl(var(--primary));overflow:hidden;padding:0}.view-categories-avatar-image img{width:100%;height:100%;object-fit:cover}.view-categories-avatar-danger{background:hsla(var(--destructive)/.15);color:hsl(var(--destructive))}.view-categories-avatar-dark{background:hsla(var(--foreground)/.12);color:hsl(var(--foreground))}.view-categories-avatar-success{background:hsla(var(--success)/.15);color:hsl(var(--success))}.view-categories-avatar-info{background:hsla(var(--info)/.15);color:hsl(var(--info))}.view-categories-footer{display:flex;justify-content:center;padding:1.5rem}.view-categories-load-more.btn{box-shadow:none}.forum-question-sidebar{display:flex;flex-direction:column;gap:1rem;padding:1rem}.forum-question-sidebar-header{margin-bottom:1rem}.forum-question-sidebar-header h3{margin:0;font-size:1rem;color:hsl(var(--foreground))}.forum-question-sidebar-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.forum-question-sidebar-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.8rem 0;border-bottom:1px solid hsl(var(--border))}.forum-question-sidebar-row:last-child{border-bottom:0;padding-bottom:0}.forum-question-sidebar-row span{color:hsl(var(--muted-foreground));font-size:.85rem;font-weight:600}.forum-question-sidebar-row strong{font-size:.92rem;text-align:right;color:hsl(var(--foreground));line-height:1.45}.forum-question-sidebar-value,.forum-question-sidebar-answer{max-width:65%}.forum-question-sidebar-avatars{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.forum-question-sidebar-avatars img{width:1.9rem;height:1.9rem;border-radius:999px;object-fit:cover;border:2px solid hsl(var(--card));background:hsl(var(--background))}.forum-question-sidebar-button.btn{width:100%;box-shadow:none;margin-top:.25rem}.forum-question-sidebar-ad{padding:0;overflow:hidden;position:relative}.forum-question-sidebar-ad img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}.forum-question-sidebar-ad-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-start;gap:.35rem;padding:1rem;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 55%)}.forum-question-sidebar-ad-overlay span{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.forum-question-sidebar-ad-overlay h4{margin:0;max-width:11rem;font-size:1rem;line-height:1.35}.forum-question-sidebar-ad-footer{padding:.85rem 1rem 1rem;background:hsl(var(--card))}.forum-question-sidebar-ad p{margin:0;text-align:right;font-size:.8rem;color:hsl(var(--muted-foreground))}.forum-question-sidebar-ad a{color:hsl(var(--primary))}@media(max-width:768px){.forum-question-sidebar{padding:.75rem}.forum-question-sidebar-card{padding:.9rem}.forum-question-sidebar-value,.forum-question-sidebar-answer{max-width:100%;text-align:left}.forum-question-sidebar-avatars{justify-content:flex-start}}.forum-question-page{padding:24px;color:hsl(var(--foreground))}.forum-question-section{max-width:1040px}.forum-question-layout{display:flex;flex-direction:column;gap:1.5rem}.forum-question-main,.forum-question-side{display:flex;flex-direction:column;gap:1.25rem}.forum-question-card,.forum-question-alert{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1.25rem}.forum-question-card{padding:1.5rem}.forum-question-card-main{position:relative;overflow:hidden;background:radial-gradient(circle at top right,hsla(var(--primary)/.08),transparent 24%),hsl(var(--card))}.forum-question-menu{position:absolute;top:1rem;right:1rem;z-index:2}.forum-question-menu-list{display:none;position:absolute;top:calc(100% + .5rem);right:0;min-width:11rem;padding:.4rem;border:1px solid hsl(var(--border));border-radius:.9rem;background:hsl(var(--card))}.forum-question-menu.is-open .forum-question-menu-list{display:grid;gap:.2rem}.forum-question-menu-list button{display:flex;align-items:center;gap:.55rem;width:100%;padding:.7rem .8rem;border:0;border-radius:.7rem;background:transparent;color:hsl(var(--foreground));cursor:pointer;text-align:left}.forum-question-menu-list button:hover{background:hsl(var(--background))}.forum-question-card-grid{display:grid;grid-template-columns:88px minmax(0,1fr);gap:0}.forum-question-vote{display:flex;justify-content:center}.forum-question-vote-box{display:flex;flex-direction:column;align-items:center;gap:.65rem;width:4.5rem;padding:.75rem .5rem;border:1px solid hsl(var(--border));border-radius:1rem;background:hsl(var(--background))}.forum-question-content{min-width:0;padding-left:1rem}.forum-question-category{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1rem;padding:.45rem .75rem;border-radius:999px;background:hsla(var(--primary)/.08);color:hsl(var(--foreground));font-size:.85rem;font-weight:600}.forum-question-content h1{margin:0 0 1rem;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.35;max-width:52rem}.forum-question-content p,.forum-answer-card p,.forum-marked-answer p{line-height:1.75;color:hsl(var(--foreground))}.forum-question-meta,.forum-question-best-answer,.forum-question-toolbar,.forum-answer-head,.forum-answer-actions,.forum-question-compose-head,.forum-question-alert,.forum-question-side-row,.forum-comment-meta{display:flex;align-items:center}.forum-question-meta{flex-wrap:wrap;gap:.75rem 1rem;color:hsl(var(--muted-foreground));margin-top:1.25rem;padding-top:1rem;border-top:1px solid hsl(var(--border))}.forum-question-author,.forum-answer-author,.forum-comment-item,.forum-answer-comment-box{display:flex;align-items:center;gap:.75rem}.forum-question-author img,.forum-answer-author img,.forum-comment-item img,.forum-answer-comment-box img,.forum-question-side-avatars img{width:2.5rem;height:2.5rem;object-fit:cover;border-radius:999px}.forum-question-author span,.forum-answer-author h3,.forum-comment-item h4{color:hsl(var(--foreground))}.forum-question-best-answer{margin-top:1.25rem;gap:.75rem;flex-wrap:wrap;justify-content:space-between;padding:1rem;border-radius:.85rem;background:hsla(var(--success)/.18)}.forum-question-best-answer-badge,.forum-marked-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .8rem;border-radius:999px;font-size:.85rem;font-weight:600}.forum-question-best-answer-badge{background:hsl(var(--background))}.forum-question-best-answer p{margin:0;color:hsl(var(--muted-foreground))}.forum-question-best-answer-link.btn{box-shadow:none}.forum-question-toolbar{justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-inline:.25rem}.forum-question-toolbar-stats,.forum-question-toolbar-tabs,.forum-answer-tags,.forum-question-side-avatars,.forum-question-compose-tabs{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.forum-question-toolbar-stats span{display:inline-flex;align-items:center;min-height:2.25rem;padding:0 .9rem;border-radius:999px;background:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));font-size:.9rem}.forum-answer-head{justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.forum-answer-author h3,.forum-comment-item h4,.forum-question-compose-head h3{margin:0}.forum-answer-author span{color:hsl(var(--muted-foreground));font-size:.9rem}.forum-answer-head>span{color:hsl(var(--muted-foreground));font-size:.9rem}.forum-answer-code{overflow-x:auto;padding:1rem;border-radius:.85rem;background:hsl(var(--background));border:1px solid hsl(var(--border));white-space:pre-wrap;font-size:.9rem}.forum-answer-tags span{padding:.35rem .7rem;border-radius:999px;background:hsl(var(--background));border:1px solid hsl(var(--border));font-size:.8rem}.forum-answer-actions{gap:.75rem;flex-wrap:wrap;margin-top:1rem}.forum-answer-vote-chip{display:inline-flex;align-items:center;gap:.4rem;min-height:2.25rem;padding:.25rem .55rem;border:1px solid hsl(var(--border));border-radius:.75rem;background:hsl(var(--background))}.forum-marked-answer{border-color:hsl(var(--success))}.forum-marked-chip{background:hsla(var(--success)/.12);color:hsl(var(--success))}.forum-answer-reply.btn,.forum-answer-actions .btn-secondary{box-shadow:none}.forum-comment-thread{margin-top:1rem;padding-top:1.25rem;border-top:1px solid hsl(var(--border))}.forum-comment-item{align-items:flex-start;margin-bottom:1.25rem}.forum-comment-meta{gap:1rem;flex-wrap:wrap;color:hsl(var(--muted-foreground));font-size:.85rem}.forum-comment-meta button{display:inline-flex;align-items:center;gap:.35rem;padding:0;border:0;background:transparent;color:hsl(var(--primary));cursor:pointer}.forum-answer-comment-input{flex:1}.forum-answer-comment-input .input-wrapper{margin-bottom:.75rem}.forum-answer-comment-box{margin-top:1rem;padding:1rem;border-radius:1rem;background:hsl(var(--background));border:1px solid hsl(var(--border))}.forum-question-editor{width:100%;min-height:10rem;padding:1rem;border:1px solid hsl(var(--border));border-radius:.85rem;background:hsl(var(--background));color:hsl(var(--foreground));resize:vertical;box-sizing:border-box;font:inherit;line-height:1.6}.forum-question-preview{min-height:10rem;padding:1rem;border:1px solid hsl(var(--border));border-radius:.85rem;background:hsl(var(--background))}.forum-question-preview p{margin:0;white-space:pre-wrap;line-height:1.7;color:hsl(var(--foreground))}.forum-question-upload{display:flex;flex-direction:column;gap:.45rem;margin-top:1rem}.forum-question-upload input{padding:.8rem .95rem;border:1px solid hsl(var(--border));border-radius:.85rem;background:hsl(var(--background));color:hsl(var(--foreground))}.forum-question-upload small{color:hsl(var(--muted-foreground))}.forum-question-compose-actions{display:flex;justify-content:flex-end;margin-top:1rem}.forum-question-alert{gap:1rem;flex-wrap:wrap;padding:1rem 1.25rem;background:hsla(var(--success)/.14)}.forum-question-alert p{margin:0}.forum-question-alert a{color:hsl(var(--primary));font-weight:600}.forum-question-menu-trigger.btn,.forum-question-vote-button.btn{box-shadow:none}@media(max-width:1100px){.forum-question-layout{gap:1.25rem}}@media(max-width:640px){.forum-question-page{padding:.75rem}.forum-question-card,.forum-question-alert{border-radius:1rem}.forum-question-card{padding:1rem}.forum-question-card-grid{grid-template-columns:1fr;gap:1rem}.forum-question-vote{justify-content:flex-start}.forum-question-content{padding-left:0}.forum-answer-comment-box,.forum-comment-item{flex-direction:column;align-items:flex-start}.forum-question-best-answer,.forum-question-toolbar,.forum-answer-head,.forum-question-compose-head,.forum-answer-actions,.forum-question-alert{align-items:flex-start}.forum-question-compose-actions .btn,.forum-answer-comment-input .btn,.forum-question-toolbar-tabs,.forum-question-compose-tabs,.forum-question-toolbar-stats{width:100%}.forum-question-toolbar-tabs .btn,.forum-question-compose-tabs .btn,.forum-question-toolbar-stats span{flex:1 1 auto}}.forum-question-vote-box{height:fit-content}.forum-question-compose-head{justify-content:space-between;padding:1rem}.forum-detail-page{display:flex;flex-direction:column;gap:1.5rem;padding:8px;color:hsl(var(--foreground))}.forum-detail-hero,.forum-detail-topic-card{border:1px solid hsl(var(--border));border-radius:1.25rem;background:hsl(var(--card));box-shadow:0 18px 45px #0f172a0f}.forum-detail-hero{overflow:hidden;background:var(--bs-body-bg)}.forum-detail-breadcrumb{display:flex;flex-wrap:wrap;padding:1rem 1.25rem 0;font-size:.9rem}.forum-detail-breadcrumb a{text-decoration:none}.forum-detail-hero-content{padding:1.5rem 1.25rem 1.75rem}.forum-detail-hero-copy{max-width:52rem}.forum-detail-hero-copy h1{margin:.85rem 0 0;font-size:clamp(1.7rem,4vw,2.7rem);line-height:1.2}.forum-detail-meta{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0 0;padding:0;list-style:none}.forum-detail-meta li{display:inline-flex;gap:.4rem;align-items:center}.forum-detail-content{width:100%}.forum-detail-topic-card{display:grid;grid-template-columns:88px minmax(0,1fr);overflow:hidden}.forum-detail-vote{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;border-right:1px solid hsl(var(--border));background:linear-gradient(180deg,hsla(var(--primary)/.06),transparent)}.forum-detail-vote strong{font-size:1.15rem}.forum-detail-topic-body{padding:1.5rem}.forum-detail-topic-head,.forum-detail-actions,.forum-detail-section-head,.forum-detail-reply-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.forum-detail-badge{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;font-size:.82rem;font-weight:700}.forum-detail-badge-success{background:hsla(var(--success)/.14);color:hsl(var(--success))}.forum-detail-badge-danger{background:hsla(var(--destructive)/.14);color:hsl(var(--destructive))}.forum-detail-badge-orange{background:#f9731624;color:#c2410c}.forum-detail-badge-info{background:hsla(var(--info)/.14);color:hsl(var(--info))}.forum-detail-badge-dark{background:#0f172a24;color:#0f172a}.forum-detail-prose{margin-top:1.25rem}.forum-detail-prose h3{margin:0}.forum-detail-prose p{margin:0 0 1rem;color:hsl(var(--muted-foreground));line-height:1.7}.forum-detail-code{margin:0;padding:1rem;overflow-x:auto;border-radius:1rem;background:hsl(var(--muted));color:hsl(var(--foreground));font-size:.92rem}.forum-detail-actions{justify-content:flex-start;margin-top:1.25rem}.forum-detail-reply-box{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding:1.25rem;border-radius:1rem;background:hsl(var(--muted)/.45)}.forum-detail-reply-box h4{margin:0}.forum-detail-reply-input{width:100%}.forum-detail-stats-card{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin-top:1.5rem;padding:1.25rem;border-radius:1rem;background:hsl(var(--muted)/.38)}.forum-detail-stats-card div{display:flex;flex-direction:column;gap:.35rem}.forum-detail-stats-card span{font-size:.85rem;color:hsl(var(--muted-foreground))}.forum-detail-stats-card strong{font-size:1rem}.forum-detail-avatar-group{display:flex;flex-wrap:wrap;gap:.45rem}.forum-detail-avatar-group img{width:2.5rem;height:2.5rem;border-radius:999px;object-fit:cover}.forum-detail-replies{margin-top:2rem}.forum-detail-section-head{margin-bottom:1rem}.forum-detail-section-head span{color:hsl(var(--muted-foreground));font-size:.9rem}.forum-detail-reply-list{display:flex;flex-direction:column;gap:1rem}.forum-detail-reply-item{display:flex;gap:1rem;padding:1.15rem;border:1px solid hsl(var(--border));border-radius:1rem;background:hsl(var(--background))}.forum-detail-reply-avatar{width:2.5rem;height:2.5rem;border-radius:999px;object-fit:cover}.forum-detail-reply-body{flex:1;min-width:0}.forum-detail-reply-head h3{margin:0;font-size:1rem}.forum-detail-reply-head span,.forum-detail-reply-head time{color:hsl(var(--muted-foreground));font-size:.9rem}.forum-detail-reply-body p{margin:.75rem 0;color:hsl(var(--muted-foreground));line-height:1.65}.forum-detail-reply-actions{display:flex;flex-wrap:wrap;gap:.75rem}.forum-detail-reply-actions button{padding:0;border:0;background:transparent;color:hsl(var(--muted-foreground));font-weight:600;cursor:pointer}@media(max-width:860px){.forum-detail-page{padding:1rem}.forum-detail-topic-card{grid-template-columns:1fr}.forum-detail-vote{flex-direction:row;justify-content:flex-start;border-right:0;border-bottom:1px solid hsl(var(--border))}.forum-detail-stats-card{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.forum-detail-topic-body{padding:1rem}.forum-detail-reply-item{flex-direction:column}.forum-detail-reply-head,.forum-detail-topic-head,.forum-detail-section-head{align-items:flex-start;flex-direction:column}.forum-detail-stats-card{grid-template-columns:1fr}}.button-action{padding:1rem;display:flex;justify-content:center;align-items:center}.forum-detail-sidebar{display:flex;flex-direction:column;gap:1rem}.forum-detail-start-topic.btn{width:100%}.forum-detail-sidebar-card{margin:1rem;padding:1.25rem}.forum-detail-author{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.forum-detail-author img{width:2.5rem;height:2.5rem;border-radius:999px;object-fit:cover}.forum-detail-author h3{margin:0 0 .2rem}.forum-detail-author span{color:hsl(var(--muted-foreground));font-size:.9rem}.forum-detail-author-stats{display:grid;gap:.85rem;margin:1rem 0 1.25rem;padding:0;list-style:none}.forum-detail-author-stats li{display:flex;align-items:center;justify-content:space-between}.forum-detail-author-stats span{color:hsl(var(--muted-foreground))}.forum-detail-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.forum-detail-section-head h3{margin:0}.forum-detail-share-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.forum-detail-share-row button{padding:.85rem 1rem;border-radius:.85rem;background:hsl(var(--muted)/.55);color:hsl(var(--foreground));text-align:center;border:none;cursor:pointer;font-weight:600}.custom-pagination{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;font-family:var(--font-primary, sans-serif);position:relative}.custom-pagination-start{justify-content:flex-start}.custom-pagination-center{justify-content:center}.custom-pagination-end{justify-content:flex-end}.custom-pagination-small{font-size:.875rem}.custom-pagination-small .custom-pagination-item{min-width:32px;height:32px;padding:0 .5rem}.custom-pagination-small .custom-pagination-page-selector .custom-pagination-page-select{min-width:70px}.custom-pagination-small .custom-pagination-page-selector .custom-pagination-page-select .custom-select-trigger{height:32px;font-size:.875rem}.custom-pagination-small .custom-pagination-size-selector{font-size:.875rem}.custom-pagination-medium{font-size:.9375rem}.custom-pagination-medium .custom-pagination-item{min-width:40px;height:40px;padding:0 .75rem}.custom-pagination-medium .custom-pagination-page-selector .custom-pagination-page-select{min-width:85px}.custom-pagination-medium .custom-pagination-page-selector .custom-pagination-page-select .custom-select-trigger{height:40px}.custom-pagination-large{font-size:1rem}.custom-pagination-large .custom-pagination-item{min-width:48px;height:48px;padding:0 1rem}.custom-pagination-large .custom-pagination-page-selector .custom-pagination-page-select{min-width:100px}.custom-pagination-large .custom-pagination-page-selector .custom-pagination-page-select .custom-select-trigger{height:48px}.custom-pagination-default .custom-pagination-item{border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));border-radius:var(--radius, .375rem);transition:all .2s ease}.custom-pagination-default .custom-pagination-item:hover:not(:disabled){background:hsl(var(--muted));border-color:hsl(var(--border))}.custom-pagination-default .custom-pagination-item:disabled{opacity:.5;cursor:not-allowed}.custom-pagination-default .custom-pagination-page-selector .custom-select-trigger{border:1px solid hsl(var(--border));background:hsl(var(--background));border-radius:var(--radius, .375rem)}.custom-pagination-default .custom-pagination-page-selector .custom-select-trigger:hover{background:hsl(var(--muted));border-color:hsl(var(--border))}.custom-pagination-rounded .custom-pagination-item{border:1px solid transparent;background:transparent;color:hsl(var(--foreground));border-radius:9999px;transition:all .2s ease}.custom-pagination-rounded .custom-pagination-item:hover:not(:disabled){background:hsl(var(--muted))}.custom-pagination-rounded .custom-pagination-item:disabled{opacity:.5;cursor:not-allowed}.custom-pagination-rounded .custom-pagination-page-selector .custom-select-trigger{border:1px solid transparent;background:transparent;border-radius:9999px}.custom-pagination-rounded .custom-pagination-page-selector .custom-select-trigger:hover{background:hsl(var(--muted))}.custom-pagination-simple .custom-pagination-item{border:none;background:transparent;color:hsl(var(--foreground));border-radius:0;border-bottom:2px solid transparent;transition:all .2s ease}.custom-pagination-simple .custom-pagination-item:hover:not(:disabled){color:hsl(var(--primary))}.custom-pagination-simple .custom-pagination-item:disabled{opacity:.5;cursor:not-allowed}.custom-pagination-simple .custom-pagination-page-selector .custom-select-trigger{border:none;background:transparent;border-radius:0;border-bottom:2px solid transparent}.custom-pagination-simple .custom-pagination-page-selector .custom-select-trigger:hover{color:hsl(var(--primary));border-bottom-color:hsl(var(--primary))}.custom-pagination-compact{gap:.25rem}.custom-pagination-compact .custom-pagination-item{min-width:32px;height:32px;padding:0 .375rem}.custom-pagination-compact .custom-pagination-page-selector .custom-pagination-page-select{min-width:60px}.custom-pagination-compact .custom-pagination-page-selector .custom-pagination-page-select .custom-select-trigger{height:32px;padding:0 .5rem}.custom-pagination-compact .custom-pagination-controls{gap:.125rem}.custom-pagination-disabled{opacity:.6;pointer-events:none}.custom-pagination-size-selector{display:flex;align-items:center;gap:.5rem;color:hsl(var(--foreground))}.custom-pagination-size-selector .custom-pagination-size-label{color:hsl(var(--muted-foreground));white-space:nowrap}.custom-pagination-size-selector .custom-pagination-size-select{width:auto;min-width:70px}.custom-pagination-total{color:hsl(var(--muted-foreground));white-space:nowrap}.custom-pagination-controls{display:flex;align-items:center;gap:.5rem}.custom-pagination-item{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;font-weight:500;cursor:pointer;border:none;background:none;transition:all .2s ease;font-family:inherit}.custom-pagination-item:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.custom-pagination-item svg{width:1em;height:1em}.custom-pagination-item .custom-pagination-button-text{margin:0 .25rem}.custom-pagination-page-selector{display:flex;align-items:center;gap:.25rem}.custom-pagination-page-selector .custom-pagination-page-select{width:auto}.custom-pagination-page-selector .custom-pagination-page-select .custom-select-trigger{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:0 .75rem;font-weight:500;transition:all .2s ease}.custom-pagination-page-selector .custom-pagination-page-select .custom-select-trigger .custom-select-trigger-text{font-weight:600;text-align:center}.custom-pagination-page-selector .custom-pagination-page-select .custom-select-trigger .custom-select-chevron{margin-left:.25rem}.custom-pagination-page-selector .custom-pagination-page-total{color:hsl(var(--muted-foreground));font-size:.9em;white-space:nowrap}.custom-pagination-jumper{display:flex;align-items:center;gap:.5rem;color:hsl(var(--foreground))}.custom-pagination-jumper-label{color:hsl(var(--muted-foreground));white-space:nowrap}.custom-pagination-jumper-input{width:60px;height:32px;padding:0 .5rem;border:1px solid hsl(var(--border));border-radius:var(--radius, .375rem);background:hsl(var(--background));color:hsl(var(--foreground));font-size:inherit;text-align:center}.custom-pagination-jumper-input:focus{outline:none;border-color:hsl(var(--ring))}.custom-pagination-jumper-input::-webkit-inner-spin-button,.custom-pagination-jumper-input::-webkit-outer-spin-button{opacity:.5;height:20px}.custom-pagination-jumper-total{color:hsl(var(--muted-foreground));white-space:nowrap}@media(max-width:768px){.custom-pagination{gap:.75rem}.custom-pagination-size-selector{width:100%;justify-content:center}.custom-pagination-total{width:100%;text-align:center}.custom-pagination-controls{flex-wrap:wrap;justify-content:center}.custom-pagination-jumper{width:100%;justify-content:center}.custom-pagination-large .custom-pagination-button-text{display:none}}@media(max-width:480px){.custom-pagination-item{min-width:36px;height:36px}.custom-pagination-page-selector .custom-pagination-page-select{min-width:70px}}[data-theme=dark] .custom-pagination-default .custom-pagination-item,[data-theme=dark] .custom-pagination-default .custom-pagination-page-selector .custom-select-trigger{background:hsl(var(--background));border-color:hsl(var(--border))}[data-theme=dark] .custom-pagination-default .custom-pagination-item:hover:not(:disabled),[data-theme=dark] .custom-pagination-default .custom-pagination-page-selector .custom-select-trigger:hover:not(:disabled){background:hsl(var(--muted))}[data-theme=dark] .custom-pagination-jumper-input{background:hsl(var(--background));border-color:hsl(var(--border));color:hsl(var(--foreground))}[data-theme=gray] .custom-pagination,[data-theme=grayscale] .custom-pagination{filter:grayscale(100%)}@media print{.custom-pagination{display:none}}.discussion-page{display:flex;flex-direction:column;gap:.5rem;padding:8px;color:hsl(var(--foreground));background:hsl(var(--background))}.discussion-header{border:1px solid hsl(var(--border));border-radius:1.25rem;background:radial-gradient(circle at top right,hsla(var(--primary)/.18),transparent 30%),linear-gradient(135deg,hsl(var(--card)),hsl(var(--card)/.96));padding:1.75rem 2rem}.discussion-header h1{margin:0;color:hsl(var(--foreground));font-size:clamp(1.9rem,4vw,2.8rem);font-weight:700;letter-spacing:-.03em}.discussion-container{width:100%}.discussion-main-content{min-width:0}.discussion-main-content{display:flex;flex-direction:column;gap:1rem}.discussion-search-section{border-radius:1.25rem}.discussion-search-wrapper{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:1rem;align-items:center}.discussion-search-input.input-wrapper,.discussion-sort-select.custom-select-wrapper{margin-bottom:0}.discussion-search-input .input-field,.discussion-sort-select .custom-select{border-radius:1rem;box-shadow:none;border-color:hsl(var(--border));background:hsl(var(--background))}.discussion-search-input .input-field:focus,.discussion-sort-select .custom-select.is-open{border-color:hsl(var(--primary))}.categories-sidebar{display:flex;flex-direction:column;gap:1rem}.advertisement-card,.discussion-card{border:1px solid hsl(var(--border));border-radius:1.25rem;background:hsl(var(--card))}.categories-card{overflow:hidden}.discussion-categories-header{padding:1.2rem 1.25rem 1rem;border-bottom:1px solid hsl(var(--border))}.categories-title{margin:0;color:hsl(var(--foreground));font-size:1.05rem;font-weight:700}.categories-body{padding:1rem}.categories-list{display:flex;flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none}.categories-item{margin:0}.category-link{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem;border:1px solid transparent;border-radius:.95rem;background:transparent;color:hsl(var(--foreground));text-align:left;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.category-link:hover{background:hsl(var(--muted));color:hsl(var(--primary))}.category-link.active{border-color:hsla(var(--primary)/.18);background:hsla(var(--primary)/.1);color:hsl(var(--primary))}.category-icon{flex-shrink:0}.advertisement-card{overflow:hidden}.advertisement-link{position:relative;display:block;text-decoration:none}.advertisement-image{display:block;width:100%;height:240px;object-fit:cover}.advertisement-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;padding:1rem;background:linear-gradient(180deg,hsla(var(--foreground)/.45),transparent 55%)}.advertisement-title{margin:0;color:hsl(var(--primary-foreground));font-size:1rem;font-weight:700}.advertisement-credit{padding:.8rem 1rem 1rem;color:hsl(var(--muted-foreground));font-size:.85rem}.credit-link{color:hsl(var(--primary));text-decoration:none}.credit-link:hover{text-decoration:underline}.discussion-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.discussion-card:hover{transform:translateY(-2px);border-color:hsla(var(--primary)/.2)}.discussion-card-inner{display:grid;grid-template-columns:88px minmax(0,1fr) 116px;min-height:100%}.discussion-vote-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;padding:1.25rem 1rem;border-right:1px solid hsl(var(--border));background:linear-gradient(180deg,hsla(var(--primary)/.06),transparent);border-radius:1.25rem}.discussion-vote-container{display:flex;flex-direction:column;align-items:center;gap:.45rem}.discussion-vote-button{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--background));color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s ease}.discussion-vote-button:hover,.discussion-vote-button.voted{color:hsl(var(--primary));border-color:hsla(var(--primary)/.3);background:hsla(var(--primary)/.08)}.discussion-vote-count{color:hsl(var(--foreground));font-size:1.15rem;font-weight:700}.discussion-divider{width:48px;height:1px;background:hsl(var(--border))}.discussion-content-section{padding:1.35rem 1.5rem}.discussion-type-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .8rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.discussion-type-badge-qna{background:hsla(var(--destructive)/.12);color:hsl(var(--destructive))}.discussion-type-badge-general{background:hsla(var(--foreground)/.08);color:hsl(var(--foreground))}.discussion-type-badge-forum{background:hsla(var(--success)/.12);color:hsl(var(--success))}.discussion-type-badge-poll{background:hsla(var(--warning)/.14);color:hsl(var(--warning))}.discussion-type-badge-help{background:hsla(var(--info)/.14);color:hsl(var(--info))}.discussion-card-title{margin:.9rem 0 .7rem;color:hsl(var(--foreground));font-size:1.15rem;font-weight:700;line-height:1.45}.discussion-title-link{color:inherit;text-decoration:none}.discussion-title-link:hover{color:hsl(var(--primary))}.discussion-meta-list{display:flex;flex-wrap:wrap;gap:.7rem 1rem;margin:0;padding:0;list-style:none}.meta-item{position:relative;color:hsl(var(--muted-foreground));font-size:.92rem}.meta-item:not(:last-child):after{content:"•";margin-left:1rem;color:hsl(var(--muted-foreground))}.meta-author{padding:0;border:0;background:transparent;color:hsl(var(--primary));font:inherit;font-weight:600;cursor:pointer}.status-answered{color:hsl(var(--success))}.status-unanswered{color:hsl(var(--muted-foreground))}.discussion-answer-section{display:flex;align-items:center;justify-content:center;padding:1rem;border-left:1px solid hsl(var(--border))}.discussion-answer-button{display:inline-flex;align-items:center;gap:.45rem;padding:.8rem 1rem;border:1px solid hsl(var(--border));border-radius:.95rem;background:hsl(var(--background));color:hsl(var(--foreground));font-weight:700;text-decoration:none;transition:all .2s ease}.discussion-answer-button:hover{background:hsl(var(--muted))}.discussion-answer-button.has-best{border-color:hsla(var(--success)/.3);background:hsla(var(--success)/.12);color:hsl(var(--success))}.answer-icon.filled{fill:currentColor}.discussion-pagination-wrap{display:flex;justify-content:center;padding-top:.5rem}.discussion-pagination-wrap .custom-pagination{gap:.65rem}.discussion-pagination-wrap .custom-pagination-item,.discussion-pagination-wrap .custom-pagination-page-selector .custom-select-trigger{border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--card))}.discussion-pagination-wrap .custom-pagination-item:hover:not(:disabled),.discussion-pagination-wrap .custom-pagination-page-selector .custom-select-trigger:hover{background:hsl(var(--muted))}.discussion-pagination-wrap .custom-pagination-total,.discussion-pagination-wrap .custom-pagination-size-selector{display:none}@media(max-width:768px){.discussion-page{padding:1rem}.discussion-header{padding:1.35rem 1.25rem}.discussion-search-wrapper,.discussion-card-inner{grid-template-columns:1fr}.discussion-vote-section{flex-direction:row;justify-content:flex-start;border-right:0;border-bottom:1px solid hsl(var(--border))}.discussion-divider{width:1px;height:32px}.discussion-answer-section{justify-content:flex-start;border-top:1px solid hsl(var(--border));border-left:0}}@media(max-width:640px){.discussion-page{padding:.75rem}.discussion-content-section,.discussion-search-section,.categories-body,.discussion-categories-header{padding-left:1rem;padding-right:1rem}.discussion-card-title{font-size:1rem}.discussion-meta-list{gap:.5rem .75rem}.meta-item:not(:last-child):after{margin-left:.75rem}}.answer-detail{padding:1.25rem 1.5rem;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--radius-md)}.answer-detail .answer-author{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}.answer-detail .answer-author div{display:flex;flex-direction:column}.answer-detail .answer-author strong{color:var(--bs-heading-color);font-size:.9rem}.answer-detail .answer-author span{color:var(--bs-muted-color);font-size:.75rem}.answer-detail .answer-author__avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}.answer-detail .answer-content{color:var(--bs-body-color);line-height:1.7;overflow-wrap:anywhere}.answer-detail .answer-content img,.answer-detail .answer-content pre{max-width:100%}.answer-detail .answer-content pre{overflow-x:auto}.answer-detail .answer-replies-toggle{display:inline-flex;align-items:center;gap:.35rem;margin-top:1rem;padding:0;color:var(--bs-primary);background:transparent;border:0;font-size:.85rem;font-weight:600;cursor:pointer}.answer-detail .answer-replies{border-radius:var(--radius-sm)}.answer-detail .answer-reply-composer{margin-bottom:1rem}.answer-detail .answer-reply-composer .composer-footer-content p{margin:0;color:var(--bs-danger);font-size:.8rem}.answer-detail .answer-replies__list{display:flex;flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none}.answer-detail .answer-reply{display:flex;align-items:flex-start;gap:.65rem}.answer-detail .answer-reply__avatar{width:32px;height:32px;flex:0 0 auto;border-radius:50%;object-fit:cover}.answer-detail .answer-reply__body{min-width:0;flex:1;padding:.7rem .85rem;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--radius-sm);overflow-wrap:anywhere}.answer-detail .answer-reply__meta{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.35rem;font-size:.78rem}.answer-detail .answer-reply__meta span{color:var(--bs-muted-color)}.answer-detail .answer-replies__state{margin:.75rem 0;color:var(--bs-muted-color);font-size:.85rem}.answer-detail .answer-replies__state--error{color:var(--bs-danger)}.answer-detail .answer-replies__state--error button{color:var(--bs-primary);background:transparent;border:0;cursor:pointer}.answer-detail .answer-replies__more{margin-top:.8rem;padding:0;color:var(--bs-primary);background:transparent;border:0;font-size:.8rem;cursor:pointer}.answer-detail .answer-replies__more:disabled{opacity:.6}@media(max-width:576px){.answer-detail{padding:1rem}.answer-detail .answer-replies{padding:.75rem}.answer-detail .answer-reply__meta{flex-direction:column;gap:0}}.answer-tabs{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--radius-md);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.answer-tabs .answer-tabs-count{font-size:1rem;font-weight:600;color:var(--bs-heading-color);margin:0}.answer-tabs .answer-tabs-nav{display:flex;gap:6px}.answer-tabs .answer-tab-btn{background:var(--bs-surface-bg);border:1px solid var(--bs-border-color);border-radius:20px;padding:5px 16px;font-size:13px;font-weight:500;color:var(--bs-muted-color);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.answer-tabs .answer-tab-btn:hover{color:var(--bs-primary);border-color:var(--bs-primary)}.answer-tabs .answer-tab-btn.active{background:var(--bs-primary);color:#fff;border-color:var(--bs-primary)}.answer-tabs .answer-tab-btn:disabled{cursor:not-allowed;opacity:.5}.question-card-detail{padding:1.5rem;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--radius-md)}.question-card-detail__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.question-card-detail__header div{display:flex;flex-direction:column}.question-card-detail__header strong{color:var(--bs-heading-color);font-size:.9rem}.question-card-detail__header span{color:var(--bs-muted-color);font-size:.78rem}.question-card-detail__avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.question-card-detail__content{color:var(--bs-body-color);line-height:1.7;overflow-wrap:anywhere}.question-card-detail__content img,.question-card-detail__content pre{max-width:100%}.question-card-detail__content pre{overflow-x:auto}.question-card-detail__images{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:1rem}.question-card-detail__images img{width:100%;max-height:420px;border-radius:var(--radius-sm);object-fit:cover}.question-card-detail__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.question-card-detail__tags span{padding:.25rem .7rem;color:var(--bs-body-color);background:var(--bs-surface-bg);border:1px solid var(--bs-border-color);border-radius:var(--radius-sm);font-size:.75rem}.question-card-detail__stats{display:flex;gap:1rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--bs-border-color);color:var(--bs-muted-color);font-size:.85rem}.answers-container{margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.answers-no-match{font-size:13px;color:var(--bs-muted-color);margin:0;padding:.5rem 0}.answers-no-match .related-tag{display:inline-block;background:#0d6efd1a;color:var(--bs-primary);font-size:12px;padding:2px 9px;border-radius:4px;font-weight:500;margin:0 2px}.answers-no-match .ask-link{color:var(--bs-primary);text-decoration:underline}.answers-no-match .ask-link:hover{opacity:.8}.answers-page{padding-bottom:3rem}.answers-container{display:flex;flex-direction:column;gap:1.25rem}.answers-state{padding:1.5rem;text-align:center;color:var(--bs-muted-color);background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--radius-md)}.answers-state p{margin-bottom:.75rem}.answers-state button,.answers-state a{color:var(--bs-primary);background:transparent;border:0;cursor:pointer}.answers-state--error{color:var(--bs-danger)}.answers-load-more{width:100%;padding:.75rem;color:var(--bs-primary);background:color-mix(in srgb,var(--bs-primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--bs-primary) 20%,transparent);border-radius:var(--radius-md);cursor:pointer}.answers-load-more:disabled{cursor:not-allowed;opacity:.6}.circle-card{display:flex;flex-direction:column;background:var(--usercard-gradient-bg, linear-gradient(145deg, #fcf9f2 0%, #f4ebd9 100%));border:1px solid var(--border-subtle);border-radius:var(--usercard-radius, var(--radius-md));box-shadow:var(--shadow-sm);overflow:hidden;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;width:100%;max-width:100%;box-sizing:border-box}.circle-card:hover{background:var(--usercard-gradient-hover, linear-gradient(145deg, #f7f1e6 0%, #ebe0cb 100%));border-color:var(--border-default);box-shadow:var(--shadow-md);transform:translateY(-1px)}.circle-card .card-cover{height:72px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;background-color:var(--usercard-avatar-bg, var(--bg-secondary))}.circle-card .card-cover.cover-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%)}.circle-card .card-top-actions{position:absolute;top:.4rem;right:.4rem;z-index:2;display:flex;align-items:center;gap:.3rem}.circle-card .card-top-actions .action-btn{background:var(--usercard-bg, var(--surface-layer-3));color:var(--usercard-muted, var(--text-muted));border:1px solid var(--usercard-border, var(--border-subtle));box-shadow:var(--usercard-shadow, var(--shadow-sm));padding:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.circle-card .card-top-actions .action-btn svg{width:12px;height:12px;color:var(--usercard-muted, var(--text-muted))}.circle-card .card-top-actions .action-btn.edit-btn:hover svg{color:var(--primary-color)}.circle-card .card-top-actions .action-btn.delete-btn:hover svg{color:var(--danger-color)}.circle-card .card-body{padding:0 .75rem .65rem;display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0;background:transparent}.circle-card .card-header{display:grid;grid-template-columns:36px minmax(0,1fr);gap:.65rem;align-items:flex-end;margin-top:-18px;margin-bottom:.15rem}.circle-card .card-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:var(--usercard-avatar-bg, var(--bg-secondary));border:2px solid var(--usercard-bg, var(--surface-layer-3));box-shadow:var(--usercard-shadow, var(--shadow-sm));position:relative;z-index:3;display:flex;align-items:center;justify-content:center}.circle-card .card-avatar-initials{background:var(--usercard-badge-role-bg, rgba(29, 155, 108, .12));color:var(--usercard-badge-role-text, var(--primary-color));border:2px solid var(--usercard-bg, var(--surface-layer-3));font-weight:700;font-size:.75rem}.circle-card .card-avatar-initials span{line-height:1}.circle-card .card-headline{min-width:0}.circle-card .card-title-row{display:flex;align-items:center;gap:.35rem;min-width:0}.circle-card .card-title-row h3{margin:0;color:var(--text-heading);font-size:.925rem;line-height:1.25;font-weight:700;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.circle-card .card-badge-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--usercard-action-bg, rgba(29, 155, 108, .12));border-radius:50%;width:18px;height:18px;color:var(--usercard-action-text, var(--primary-color))}.circle-card .card-badge-icon svg{width:10px;height:10px}.circle-card .card-tagline{margin:0;color:var(--text-primary);font-size:.8rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:400}.circle-card .card-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.1rem}.circle-card .card-meta-item{display:inline-flex;align-items:center;gap:.25rem;color:var(--text-secondary);font-size:.74rem;font-weight:500}.circle-card .card-meta-item svg{flex-shrink:0;opacity:.85;width:13px;height:13px;color:var(--text-muted)}.circle-card .card-meta-item span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.circle-card .card-meta-item-price{font-weight:600;color:var(--usercard-badge-owner-text, #047857);background:var(--usercard-badge-owner-bg, rgba(5, 150, 105, .12));border:1px solid var(--usercard-badge-owner-border, rgba(5, 150, 105, .25));padding:.08rem .45rem;border-radius:999px;font-size:.68rem}.circle-card .card-tags{display:flex;flex-wrap:wrap;gap:.3rem;min-width:0;margin-top:.15rem}.circle-card .card-tag{display:inline-flex;align-items:center;padding:.12rem .5rem;border-radius:999px;background:var(--usercard-badge-notverified-bg, rgba(29, 155, 108, .1));border:1px solid var(--usercard-badge-notverified-border, rgba(29, 155, 108, .22));color:var(--usercard-badge-notverified-text, #115e41);font-size:.68rem;font-weight:600;line-height:1.3;white-space:nowrap}.circle-card .card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.25rem;gap:.5rem;min-height:28px}.circle-card .card-footer:empty{display:none}.circle-card .card-owner{color:var(--usercard-muted, var(--text-muted));font-size:.725rem;line-height:1.2;flex-shrink:0}.circle-card .card-owner strong{color:var(--usercard-subtitle, var(--text-secondary));font-weight:600}.circle-card .card-joined-badge{display:inline-flex;align-items:center;padding:.12rem .55rem;border-radius:999px;background:var(--usercard-badge-verified-bg, rgba(16, 185, 129, .12));color:var(--usercard-badge-verified-text, #065f46);border:1px solid var(--usercard-badge-verified-border, rgba(16, 185, 129, .25));font-size:.65rem;font-weight:600;flex-shrink:0}.image-upload-container{width:100%;display:flex;flex-direction:column;gap:12px}.image-upload-label{font-weight:600;margin-bottom:0;color:hsl(var(--foreground));font-size:14px}.image-upload-hint{margin:-4px 0 0;color:hsl(var(--muted-foreground));font-size:12px;line-height:1.5}.shape-selector-wrapper{width:100%;margin-bottom:4px}.image-box{position:relative;width:100%;border-radius:var(--radius);overflow:hidden;background:hsl(var(--card));border:2px dashed hsl(var(--border));display:flex;align-items:center;justify-content:center;transition:all .2s ease}.image-box:hover{border-color:hsl(var(--primary))}.image-box img{width:100%;height:100%;object-fit:cover}.image-upload-combo{width:100%}.image-upload-combo-stage{position:relative;--image-upload-cover-height: 220px;--image-upload-avatar-size: 144px;--image-upload-avatar-left: 16px;--image-upload-avatar-overlap: 72px;--image-upload-avatar-gap: 16px;--image-upload-body-min-height: 88px;--image-upload-body-padding-top: .45rem;--image-upload-body-padding-right: 1.5rem;--image-upload-body-padding-bottom: 1rem}.image-upload-combo-cover{width:100%;height:var(--image-upload-cover-height);border-radius:18px;border-style:dashed;border-color:#ffffff47}.image-upload-combo-cover-actions{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;z-index:2;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.image-upload-combo-cover-empty-actions{position:absolute;right:16px;top:16px}.image-upload-combo-avatar-wrap{position:relative;flex:0 0 var(--image-upload-avatar-size);width:var(--image-upload-avatar-size);margin-top:calc(var(--image-upload-avatar-overlap) * -1);margin-left:var(--image-upload-avatar-left)}.image-upload-combo-avatar{width:var(--image-upload-avatar-size);height:var(--image-upload-avatar-size);border-radius:50%;border:4px solid white;border-style:solid}.image-upload-combo-avatar.circle img{border-radius:50%}.image-upload-combo-avatar.circle{width:var(--image-upload-avatar-size);height:var(--image-upload-avatar-size);border-radius:50%}.image-upload-combo-body{display:flex;align-items:flex-start;gap:var(--image-upload-avatar-gap);min-height:var(--image-upload-body-min-height);padding:var(--image-upload-body-padding-top) var(--image-upload-body-padding-right) var(--image-upload-body-padding-bottom) 0}.image-upload-combo-content{flex:1 1 auto;min-width:0;padding-top:.1rem}.image-upload-combo-avatar-controls{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:6px;z-index:2;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.image-upload-combo-cover:hover .image-upload-combo-cover-actions,.image-upload-combo-cover:focus-within .image-upload-combo-cover-actions,.image-upload-combo-avatar:hover .image-upload-combo-avatar-controls,.image-upload-combo-avatar:focus-within .image-upload-combo-avatar-controls{opacity:1;pointer-events:auto;transform:translateY(0)}.image-upload-combo-avatar-meta{display:flex;flex-direction:column;gap:6px}.image-upload-combo-avatar-title{color:hsl(var(--foreground));font-size:14px;font-weight:600}.image-upload-combo-avatar-hint{color:hsl(var(--muted-foreground));font-size:12px;line-height:1.45;max-width:280px}.image-upload-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#0f172ab8;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .2s ease,background .2s ease,opacity .2s ease}.image-upload-icon-btn:hover:not(.disabled){transform:translateY(-1px);background:#0f172adb}.image-upload-icon-btn.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.image-upload-icon-btn-cover{width:72px;height:72px;padding:0;background:#0f172a94;border-color:#ffffff2e}.image-upload-icon-btn-cover img,.image-upload-icon-btn-cover svg{width:50%;height:50%;flex-shrink:0}.image-upload-icon-btn-cover-delete{width:62px;height:62px}.image-upload-icon-btn-cover-delete img,.image-upload-icon-btn-cover-delete svg{width:50%;height:50%}.image-upload-icon-btn-danger{background:#be185dd1}.image-upload-icon-btn-danger:hover:not(.disabled){background:#be185df0}.image-upload-document{width:100%}.image-upload-document-box{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:140px;width:100%;padding:24px;border-radius:18px;border:2px dashed hsl(var(--border));background:linear-gradient(180deg,#0f172aeb,#1e293bf5);color:#fff;text-align:center;cursor:pointer;overflow:hidden;transition:border-color .2s ease,transform .2s ease}.image-upload-document-box:hover:not(.disabled){border-color:hsl(var(--primary));transform:translateY(-1px)}.image-upload-document-box.disabled{opacity:.65;cursor:not-allowed;pointer-events:none}.image-upload-document-box>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}.image-upload-document-box-filled{min-height:220px;padding:0;justify-content:flex-start;border-style:solid;border-color:#ffffff24}.image-upload-document-actions{position:absolute;top:16px;right:16px;display:flex;gap:10px;z-index:2}.image-upload-document-file{position:relative;z-index:1;width:100%;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;background:linear-gradient(180deg,#0f172ab8,#0f172aeb),radial-gradient(circle at top,rgba(59,130,246,.28),transparent 45%);text-align:center}.image-upload-document-file-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.image-upload-document-title,.image-upload-document-file-title{position:relative;z-index:1;font-size:.98rem;font-weight:600;line-height:1.35}.image-upload-document-copy,.image-upload-document-file-copy{position:relative;z-index:1;color:#ffffffc7;font-size:.78rem;line-height:1.45}.image-box:not(.image-upload-combo-avatar).square{width:150px;height:150px}.image-box:not(.image-upload-combo-avatar).circle{width:150px;height:150px;border-radius:50%}.image-box:not(.image-upload-combo-avatar).circle img{border-radius:50%}.image-box:not(.image-upload-combo-avatar).rectangle{width:220px;height:140px}.image-box:not(.image-upload-combo-cover).banner{width:100%;height:200px}.image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;padding:1.25rem;color:#fff;cursor:pointer}.image-placeholder svg{opacity:.92}.image-placeholder.disabled{cursor:not-allowed;opacity:.7}.image-placeholder-cover{background:linear-gradient(180deg,#080f1f3d,#080f1f6b),url(/assets/images/bg/04.jpg) center 52%/cover no-repeat}.image-placeholder-avatar{background:linear-gradient(180deg,#080f1f3d,#080f1f6b),url(/assets/images/bg/04.jpg) center 52%/cover no-repeat}.image-placeholder-badge{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#0f172a61;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.image-placeholder-badge-avatar{width:42px;height:42px}.image-placeholder-title{position:relative;z-index:1;font-size:1rem;font-weight:600;line-height:1.2}.image-placeholder-copy{position:relative;z-index:1;font-size:.78rem;color:#ffffffd1}.image-placeholder-title-avatar{font-size:.92rem}.image-placeholder-copy-avatar{font-size:.72rem}.image-loader{position:absolute;top:0;right:0;bottom:0;left:0;background:hsla(var(--background)/.7);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;color:hsl(var(--primary))}.image-loader .spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.image-actions{display:flex;gap:10px;flex-wrap:wrap}.upload-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:calc(var(--radius) - 2px);border:1px solid transparent;background:hsl(var(--primary));color:hsl(var(--primary-foreground));cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease}.upload-btn:hover:not(.disabled){background:hsla(var(--primary)/.85);transform:translateY(-1px)}.upload-btn:active:not(.disabled){transform:translateY(0)}.upload-btn.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.upload-btn svg{flex-shrink:0}.remove-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:calc(var(--radius) - 2px);border:1px solid transparent;background:hsl(var(--destructive));color:hsl(var(--destructive-foreground));cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease}.remove-btn:hover:not(:disabled){background:hsla(var(--destructive)/.85);transform:translateY(-1px)}.remove-btn:active:not(:disabled){transform:translateY(0)}.remove-btn:disabled{opacity:.5;cursor:not-allowed}.remove-btn svg{flex-shrink:0}.image-error{margin-top:4px;font-size:12px;color:hsl(var(--destructive));background:hsla(var(--destructive)/.1);padding:6px 10px;border-radius:var(--radius);border-left:3px solid hsl(var(--destructive))}@media(max-width:480px){.image-box.square,.image-box.circle,.image-box.rectangle{width:100%;max-width:220px}.image-actions{flex-direction:column}.image-actions .upload-btn,.image-actions .remove-btn{justify-content:center}}@media(max-width:768px){.image-upload-combo-stage{--image-upload-cover-height: 190px;--image-upload-avatar-size: 120px;--image-upload-avatar-left: 12px;--image-upload-avatar-overlap: 60px;--image-upload-avatar-gap: 12px;--image-upload-body-min-height: 76px;--image-upload-body-padding-top: .35rem;--image-upload-body-padding-right: 1rem;--image-upload-body-padding-bottom: .75rem}.image-upload-combo-cover{height:var(--image-upload-cover-height)}.image-upload-combo-avatar.circle{width:var(--image-upload-avatar-size);height:var(--image-upload-avatar-size)}.image-upload-combo-avatar-controls{gap:8px}.image-upload-icon-btn{width:34px;height:34px}.image-upload-icon-btn-cover{width:64px;height:64px}.image-upload-icon-btn-cover-delete{width:56px;height:56px}.image-placeholder-title{font-size:.92rem}.image-upload-document-box{min-height:126px;padding:20px}.image-upload-document-box-filled,.image-upload-document-file{min-height:190px}}@media(max-width:560px){.image-upload-combo-stage{--image-upload-cover-height: 170px;--image-upload-avatar-size: 84px;--image-upload-avatar-left: 10px;--image-upload-avatar-overlap: 42px;--image-upload-avatar-gap: 10px;--image-upload-body-min-height: 62px;--image-upload-body-padding-top: .25rem;--image-upload-body-padding-right: .875rem;--image-upload-body-padding-bottom: .65rem}.image-upload-combo-cover{height:var(--image-upload-cover-height)}.image-upload-combo-cover-actions{gap:8px}.image-upload-combo-cover-empty-actions{right:12px;top:12px}.image-upload-combo-avatar-wrap{margin-top:calc(var(--image-upload-avatar-overlap) * -1)}.image-upload-document-actions{top:12px;right:12px}}.create-circle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000a6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.create-circle-modal .modal-panel{width:min(100%,620px);max-height:min(90vh,780px);display:flex;flex-direction:column;overflow:hidden;border-radius:calc(var(--radius-lg) + 4px);background:var(--bs-body-bg);border:1px solid var(--bs-border-color);box-shadow:var(--shadow-xl)}.create-circle-modal .modal-form{padding:1.25rem 1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.1rem;flex:1}.create-circle-modal .form-section{width:100%;display:flex;flex-direction:column;gap:1.1rem}.create-circle-modal .media-section .image-upload-container{width:100%}.create-circle-modal .basic-info{display:flex;flex-direction:column;gap:1.1rem}.create-circle-modal .settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;width:100%}.create-circle-modal .modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:.5rem;margin-top:.5rem;border-top:1px solid var(--bs-border-color);flex-shrink:0}@media(max-width:767px){.create-circle-modal{align-items:flex-end;padding:0}.create-circle-modal .modal-panel{width:100%;max-height:92vh;border-bottom-left-radius:0;border-bottom-right-radius:0}.create-circle-modal .modal-form{padding:1rem 1.25rem 1.25rem;gap:1rem}.create-circle-modal .form-section,.create-circle-modal .basic-info,.create-circle-modal .settings-grid{gap:1rem}}@media(max-width:480px){.create-circle-modal .settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%}}.circles-page{width:100%}.circles-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:nowrap;gap:.5rem;width:100%}.circles-page .page-header .header-info{display:flex;align-items:center;gap:.4rem;min-width:0}.circles-page .page-header .header-info .title{margin:0;color:var(--usercard-title, var(--text-heading));font-size:clamp(1rem,2.2vw,1.35rem);font-weight:700;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.circles-page .page-header .header-info .people-page__count{flex-shrink:0}.circles-page .page-header .header-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0;flex-wrap:nowrap}.circles-page .page-header .header-actions .btn,.circles-page .page-header .header-actions button{white-space:nowrap;height:32px;padding:0 .6rem;font-size:.76rem}@media(max-width:576px){.circles-page .create-community-btn{padding:0 .5rem!important;min-width:32px}.circles-page .create-community-btn .btn-label{display:none!important}}.circles-page .page-content{min-width:0;width:100%}.circles-page .card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,var(--usercard-preferred-width, 260px)),1fr));gap:.75rem;width:100%;align-items:stretch}@media(max-width:1024px)and (min-width:500px){.circles-page .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.5rem}}.circles-page .loading-state{width:100%}.circles-page .skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,var(--usercard-preferred-width, 260px)),1fr));gap:.75rem;width:100%}.circles-page .skeleton-card{position:relative;display:flex;flex-direction:column;gap:.5rem;padding:.65rem .75rem;border-radius:var(--usercard-radius, var(--radius-md));border:1px solid var(--usercard-border, var(--border-subtle));background:var(--usercard-bg, var(--surface-layer-3));overflow:hidden}.circles-page .skeleton-cover,.circles-page .skeleton-avatar,.circles-page .skeleton-line{background:linear-gradient(90deg,var(--usercard-avatar-bg, var(--bg-secondary)) 25%,var(--usercard-bg-hover, var(--surface-layer-4)) 50%,var(--usercard-avatar-bg, var(--bg-secondary)) 75%);background-size:200% 100%;animation:circles-shimmer 1.2s ease-in-out infinite}.circles-page .skeleton-cover{height:60px;margin:-.65rem -.75rem 0}.circles-page .skeleton-avatar{width:36px;height:36px;margin-top:-18px;border-radius:50%;border:2px solid var(--usercard-bg, var(--surface-layer-3))}.circles-page .skeleton-line{height:10px;border-radius:999px}.circles-page .skeleton-line.skeleton-title{width:60%}.circles-page .skeleton-line.skeleton-text{width:80%}.circles-page .skeleton-line.skeleton-button{width:100%;height:28px;margin-top:auto}.circles-page .sentinel{width:100%;height:1px}.circles-page .load-more-state{display:inline-flex;align-items:center;gap:.5rem;justify-content:center;width:100%;margin-top:1rem;color:var(--usercard-muted, var(--text-muted));font-size:.85rem}.circles-page .spinner{width:16px;height:16px;border:2px solid var(--usercard-border, var(--border-subtle));border-top-color:var(--primary-color);border-radius:50%;animation:circles-spin .8s linear infinite}.circles-page .people-page__pagination{display:flex;justify-content:center;margin-top:1.25rem}@keyframes circles-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes circles-spin{to{transform:rotate(360deg)}}.my-circle-join-requests{display:flex;flex-direction:column;gap:.5rem}.my-circle-join-requests .invites-header{display:flex;align-items:center;gap:.5rem}.my-circle-join-requests .invites-header h2{margin:0;font-size:.95rem;font-weight:600;color:var(--text-heading, #f3f4f6);letter-spacing:-.01em}.my-circle-join-requests .invites-header .invites-count{min-width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#1d9b6c26;border:1px solid rgba(29,155,108,.3);color:var(--primary-color, #1d9b6c);font-size:.7rem;font-weight:700;padding:0 .45rem}.my-circle-join-requests .requests-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.my-circle-join-requests .join-request-card{background:var(--surface-layer-3, #1e1e1e);border:1px solid var(--border-subtle, rgba(255, 255, 255, .08));border-radius:12px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 2px 8px #0003;transition:all .2s cubic-bezier(.4,0,.2,1)}.my-circle-join-requests .join-request-card:hover{transform:translateY(-2px);border-color:#1d9b6c59;box-shadow:0 6px 16px #00000059;background:var(--surface-layer-4, #252525)}.my-circle-join-requests .join-request-header{display:flex;align-items:center;gap:.75rem}.my-circle-join-requests .join-request-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d9b6c33,#1d9b6c66);border:1.5px solid rgba(29,155,108,.3);color:var(--primary-color, #1d9b6c);font-weight:700;font-size:.8rem;flex-shrink:0}.my-circle-join-requests .join-request-user{flex:1;min-width:0}.my-circle-join-requests .join-request-user h4{margin:0;font-size:.875rem;font-weight:600;color:var(--text-heading, #f3f4f6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-circle-join-requests .join-request-user p{margin:.15rem 0 0;font-size:.75rem;color:var(--text-secondary, #9ca3af);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.my-circle-join-requests .join-request-user span{font-size:.75rem;color:var(--text-muted, #6b7280);display:block;line-height:1.3}.my-circle-join-requests .join-request-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.my-circle-join-requests .join-role{padding:.2rem .55rem;border-radius:999px;font-size:.65rem;font-weight:700;letter-spacing:.03em;background:#1d9b6c1f;border:1px solid rgba(29,155,108,.25);color:var(--primary-color, #1d9b6c);text-transform:uppercase}.my-circle-join-requests .join-status{padding:.2rem .55rem;border-radius:999px;font-size:.65rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.my-circle-join-requests .join-status-pending{background:var(--usercard-badge-pending-bg, rgba(209, 164, 72, .12));border:1px solid var(--usercard-badge-pending-border, rgba(209, 164, 72, .28));color:var(--usercard-badge-pending-text, var(--warning-color, #d1a448))}.my-circle-join-requests .join-status-approved{background:var(--usercard-badge-verified-bg, rgba(63, 166, 107, .12));border:1px solid var(--usercard-badge-verified-border, rgba(63, 166, 107, .25));color:var(--usercard-badge-verified-text, var(--success-color, #3fa66b))}.my-circle-join-requests .join-status-rejected{background:#d964641f;border:1px solid rgba(217,100,100,.25);color:var(--danger-color, #d96464)}.my-circle-join-requests .join-request-actions{display:flex;align-items:center;gap:.6rem}.my-circle-join-requests .join-request-actions .btn,.my-circle-join-requests .join-request-actions button{flex:1;height:32px;padding:0 .75rem;border-radius:8px;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}.my-circle-join-requests .request-action-reject{background:#d964641f!important;border:1px solid rgba(217,100,100,.35)!important;color:var(--danger-color, #d96464)!important}.my-circle-join-requests .request-action-reject:hover:not(:disabled){background:#d9646438!important;border-color:var(--danger-color, #d96464)!important;color:var(--danger-color, #d96464)!important}.my-circle-join-requests .request-action-approve{background:#3fa66b24!important;border:1px solid rgba(63,166,107,.4)!important;color:var(--success-color, #3fa66b)!important}.my-circle-join-requests .request-action-approve:hover:not(:disabled){background:#3fa66b40!important;border-color:var(--success-color, #3fa66b)!important;color:var(--success-color, #3fa66b)!important}.invite-circle-members-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:grid;place-items:center;padding:1.25rem;background:#0f172a8f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.invite-circle-members-panel{width:min(100%,36rem);border-radius:calc(var(--radius-lg) + 4px);border:1px solid var(--bs-border-color);background:var(--bs-body-bg);box-shadow:var(--shadow-lg);overflow:hidden}.invite-circle-members-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--bs-border-color)}.invite-circle-members-header h2{margin:.2rem 0 0;color:var(--bs-heading-color);font-size:1.3rem}.invite-circle-members-eyebrow{margin:0;color:var(--bs-muted-color);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.invite-circle-members-close{flex-shrink:0}.invite-circle-members-body{display:grid;gap:1rem;padding:1.25rem}.invite-circle-members-helper{margin:0;color:var(--bs-muted-color);font-size:.9rem}.invite-circle-members-status,.invite-circle-members-empty{display:grid;place-items:center;min-height:10rem;text-align:center;border:1px dashed var(--bs-border-color);border-radius:var(--radius-lg);background:var(--bs-surface-bg)}.invite-circle-members-status p,.invite-circle-members-status h3,.invite-circle-members-empty p,.invite-circle-members-empty h3{margin:0;color:var(--bs-heading-color)}.invite-circle-members-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem 1.25rem;border-top:1px solid var(--bs-border-color)}@media(max-width:575px){.invite-circle-members-modal{padding:.75rem}.invite-circle-members-footer button{width:100%}}.circle-header{position:relative;border-radius:var(--radius-lg, 12px);background:hsl(var(--card));border:1px solid hsl(var(--border));overflow:hidden}.circle-header__cover{height:11rem;background-size:cover;background-position:center;position:relative;background-color:hsl(var(--muted))}.circle-header__cover-upload{position:absolute;bottom:1rem;right:1rem;z-index:2}.circle-header__cover-btn{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;background:#000000a6;color:#fff;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;transition:all .2s ease}.circle-header__cover-btn:hover{background:#000000d9;transform:scale(1.05)}.circle-header__cover-btn input,.circle-header__hidden-input{display:none}.circle-header__spin{animation:circle-header-spin 1s linear infinite}@keyframes circle-header-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.circle-header__body{display:flex;align-items:flex-start;gap:1rem;padding:0 1.5rem .75rem;position:relative;z-index:1;background:hsl(var(--card))}.circle-header__content{flex:1;min-width:0}.circle-header__top-row{display:flex;align-items:flex-start;gap:1rem}.circle-header__avatar-block{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.circle-header__avatar-wrapper{width:6.5rem;height:6.5rem;margin-top:-3.25rem;position:relative;flex-shrink:0}.circle-header__avatar{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%;background:hsl(var(--muted));border:4px solid hsl(var(--card));box-shadow:0 4px 12px #0003}.circle-header__avatar--editable{cursor:pointer}.circle-header__avatar-upload{position:absolute;bottom:.25rem;right:.25rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:hsl(var(--primary));color:#fff;border:2px solid hsl(var(--card));cursor:pointer;transition:all .2s ease}.circle-header__avatar-upload:hover{transform:scale(1.1);background:hsl(var(--primary)/.85)}.circle-header__avatar-upload input{display:none}.circle-header__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.3rem;padding-top:.6rem}.circle-header__title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.circle-header__name{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:hsl(var(--foreground));font-size:1.4rem;font-weight:700;line-height:1.3}.circle-header__verified{color:hsl(var(--info));flex-shrink:0}.circle-header__meta{display:flex;flex-direction:column;gap:.3rem}.circle-header__tagline{margin:0;color:hsl(var(--muted-foreground));font-size:.9rem;line-height:1.4}.circle-header__owner-members-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.circle-header__owner{color:hsl(var(--muted-foreground));font-size:.85rem}.circle-header__owner strong{color:hsl(var(--foreground));font-weight:600}.circle-header__dot{width:3px;height:3px;border-radius:50%;background:hsl(var(--muted-foreground));opacity:.5;flex-shrink:0}.circle-header__members-group{display:flex;align-items:center;gap:.4rem}.circle-header__members-icon{color:hsl(var(--muted-foreground));flex-shrink:0}.circle-header__members-text{color:hsl(var(--foreground));font-size:.85rem;font-weight:500}.circle-header__metadata{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.1rem}.circle-header__metadata-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:999px;background:hsl(var(--muted)/.3);border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));font-size:.7rem;font-weight:500;line-height:1.4;white-space:nowrap}.circle-header__metadata-chip svg{width:12px;height:12px;flex-shrink:0;opacity:.7}.circle-header__metadata-chip--paid{background:hsl(var(--primary)/.1);border-color:hsl(var(--primary)/.15);color:hsl(var(--primary));font-weight:600}.circle-header__actions{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-top:.6rem;flex-shrink:0;align-self:flex-start}.circle-header__action-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:1.5rem;border-radius:16px;background:transparent;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));cursor:pointer;transition:all .2s ease;flex-shrink:0}.circle-header__action-btn:hover{background:hsl(var(--muted)/.2);border-color:hsl(var(--primary)/.3)}.circle-header__action-btn--primary{background:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}.circle-header__action-btn--primary:hover:not(:disabled){background:hsl(var(--primary)/.85)}.circle-header__action-btn--joined{background:hsl(var(--success)/.08);color:hsl(var(--success));border-color:hsl(var(--success)/.2);cursor:default}.circle-header__action-btn--joined:hover{background:hsl(var(--success)/.08)}.circle-header__action-btn:disabled{opacity:.5;cursor:not-allowed}.circle-header__action-btn:disabled:hover{background:transparent}.circle-header__action-wrapper{position:relative}.circle-header__menu-list{position:absolute;top:0;right:calc(100% + .5rem);min-width:10rem;margin:0;padding:.35rem 0;list-style:none;border-radius:var(--radius-md, 10px);background:hsl(var(--popover));border:1px solid hsl(var(--border));box-shadow:0 10px 25px -5px #0000004d;z-index:10}.circle-header__menu-item{list-style:none}.circle-header__menu-button{width:100%;display:flex;align-items:center;gap:.6rem;padding:.5rem .85rem;border:0;background:transparent;color:hsl(var(--popover-foreground));font-size:.85rem;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.circle-header__menu-button:hover{background:hsl(var(--accent))}.circle-header__footer{border-top:1px solid hsl(var(--border));padding:0 1.5rem;overflow:hidden;background:hsl(var(--card))}.circle-header__nav{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0;overflow-x:auto;flex-wrap:nowrap;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.circle-header__nav::-webkit-scrollbar{display:none}.circle-header__nav-item{display:flex;flex-shrink:0}.circle-header__nav-link{position:relative;border:0;background:transparent;color:hsl(var(--muted-foreground));font:inherit;font-weight:500;font-size:.9rem;cursor:pointer;white-space:nowrap;padding:.7rem 0;transition:color .2s ease}.circle-header__nav-link:hover{color:hsl(var(--foreground))}.circle-header__nav-link--active{color:hsl(var(--primary))}.circle-header__nav-link--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2.5px;border-radius:999px;background:hsl(var(--primary))}.circle-header__nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:1.2rem;padding:0 .3rem;margin-left:.3rem;border-radius:999px;background:hsl(var(--primary));color:#fff;font-size:.6rem;font-weight:700}@media(max-width:1024px){.circle-header__body{padding:0 1.25rem .65rem;gap:.75rem}.circle-header__avatar-wrapper{width:5.6rem;height:5.6rem;margin-top:-2.8rem}.circle-header__actions{width:56px;gap:.4rem}.circle-header__action-btn{width:2.2rem;height:2.2rem}.circle-header__action-btn svg{width:16px;height:16px}.circle-header__menu-list{right:calc(100% + .4rem)}}@media(max-width:767px){.circle-header__cover{height:7rem}.circle-header__body{padding:0 .75rem .6rem;gap:.5rem;flex-direction:row}.circle-header__top-row{gap:.6rem}.circle-header__avatar-wrapper{width:4.4rem;height:4.4rem;margin-top:-2.2rem}.circle-header__avatar-upload{width:1.7rem;height:1.7rem}.circle-header__avatar-upload svg{width:13px;height:13px}.circle-header__info{padding-top:.35rem;gap:.25rem}.circle-header__name{font-size:1.1rem}.circle-header__tagline{font-size:.8rem}.circle-header__owner,.circle-header__members-text{font-size:.76rem}.circle-header__metadata-chip{font-size:.62rem;padding:.15rem .4rem}.circle-header__actions{width:48px;gap:.4rem;padding-top:.35rem;flex-shrink:0}.circle-header__action-btn{width:2rem;height:2rem}.circle-header__action-btn svg{width:16px;height:16px}.circle-header__menu-list{top:0;right:calc(100% + .35rem);min-width:9rem}.circle-header__footer{padding:0 .75rem}.circle-header__nav{gap:1rem}.circle-header__nav-link{font-size:.8rem;padding:.5rem 0}}@media(max-width:480px){.circle-header__cover{height:5.5rem}.circle-header__cover-btn{width:2rem;height:2rem}.circle-header__cover-btn svg{width:14px;height:14px}.circle-header__cover-upload{bottom:.5rem;right:.5rem}.circle-header__body{padding:0 .5rem .5rem;gap:.4rem;flex-direction:row}.circle-header__top-row{flex-direction:row;align-items:flex-start;flex-wrap:wrap;gap:.35rem .6rem;width:100%}.circle-header__avatar-block{align-items:flex-start;flex-shrink:0}.circle-header__avatar-wrapper{width:3.6rem;height:3.6rem;margin-top:-1.8rem}.circle-header__avatar-upload{width:1.4rem;height:1.4rem}.circle-header__avatar-upload svg{width:11px;height:11px}.circle-header__info{display:contents}.circle-header__title-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;flex:1;min-width:0;padding-top:.2rem}.circle-header__name{font-size:.95rem;display:inline-flex;align-items:center;gap:.3rem}.circle-header__verified{width:13px;height:13px}.circle-header__meta{flex:1 1 100%;width:100%;display:flex;flex-direction:column;gap:.2rem}.circle-header__tagline{font-size:.72rem;text-align:left;width:100%;display:block;margin-left:0;padding-left:0}.circle-header__owner-members-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;width:100%;justify-content:flex-start;margin-left:0;padding-left:0}.circle-header__owner,.circle-header__members-text{font-size:.68rem}.circle-header__members-icon{width:14px;height:14px}.circle-header__metadata{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;width:100%;justify-content:flex-start;margin-top:.1rem;margin-left:0;padding-left:0}.circle-header__metadata-chip{font-size:.55rem;padding:.12rem .3rem;gap:.15rem}.circle-header__metadata-chip svg{width:10px;height:10px}.circle-header__actions{flex-direction:column;width:40px;gap:.3rem;padding-top:.2rem;flex-shrink:0;align-items:center;margin-left:auto;align-self:flex-start}.circle-header__action-btn{width:1.8rem;height:1.8rem}.circle-header__action-btn svg{width:14px;height:14px}.circle-header__menu-list{top:0;right:calc(100% + .35rem);min-width:8rem}.circle-header__nav{gap:.75rem}.circle-header__nav-link{font-size:.72rem;padding:.4rem 0}.circle-header__footer{padding:0 .5rem}}.circle-compose-card{margin-bottom:1rem}.circle-posts,.circle-posts-loading{display:flex;flex-direction:column;gap:24px;padding-top:.5rem}.circle-feed-post{overflow:hidden;border:1px solid hsl(var(--border));border-radius:var(--radius-lg);background-color:hsl(var(--card));animation:circlePostFadeIn .4s ease-out;transition:box-shadow .3s ease,transform .3s ease}.circle-feed-post:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.circle-post-skeleton{padding:24px;pointer-events:none}.circle-post-skeleton-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.circle-post-skeleton-avatar{width:48px;height:48px;flex-shrink:0;border-radius:50%;background:hsl(var(--muted));animation:circlePostPulse 1.4s ease-in-out infinite}.circle-post-skeleton-meta{display:flex;flex:1;flex-direction:column;gap:10px}.circle-post-skeleton-line{height:12px;border-radius:999px;background:hsl(var(--muted));animation:circlePostPulse 1.4s ease-in-out infinite}.circle-post-skeleton-title{width:180px;max-width:60%}.circle-post-skeleton-text{width:120px;max-width:40%}.circle-post-skeleton-body{width:100%;margin-bottom:12px}.circle-post-skeleton-body.short{width:72%}.circle-post-skeleton-media{width:100%;height:280px;margin:20px 0;border-radius:var(--radius-lg);background:hsl(var(--muted));animation:circlePostPulse 1.4s ease-in-out infinite}.circle-post-skeleton-actions{display:flex;gap:16px}.circle-post-skeleton-action{width:120px}.circle-post-feedback,.circle-post-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px 24px;border:1px solid hsl(var(--border));border-radius:var(--radius-lg);background-color:hsl(var(--card));text-align:center}.circle-post-feedback h2,.circle-post-feedback p,.circle-post-empty h2,.circle-post-empty p{margin:0}.circle-post-feedback p,.circle-post-empty p{color:hsl(var(--muted-foreground))}.circle-post-feedback-error h2{font-size:1.25rem}.circle-post-feedback-inline{margin-top:-8px}.circle-post-empty{gap:12px;padding:40px 24px}.circle-post-sentinel{width:100%;height:1px}.circle-post-load-more{display:flex;align-items:center;justify-content:center;gap:10px;margin:8px 0 24px;color:hsl(var(--muted-foreground))}.circle-post-spinner{width:18px;height:18px;border:2px solid hsla(var(--primary),.2);border-top-color:hsl(var(--primary));border-radius:50%;animation:circlePostSpin .6s linear infinite}@media(max-width:768px){.circle-posts,.circle-posts-loading{gap:20px}.circle-post-load-more{margin-bottom:20px}}@keyframes circlePostPulse{0%,to{opacity:.65}50%{opacity:1}}@keyframes circlePostFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes circlePostSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.view-circle-page .circle-content{display:flex;flex-direction:column;gap:1.5rem;margin-top:.5rem}.view-circle-page .compose-section{width:100%}.view-circle-page .tab-content{padding:0}.view-circle-page .empty-state{display:grid;justify-items:center;gap:1rem;padding:4rem 1.5rem;border:1px dashed var(--bs-border-color);border-radius:var(--radius-lg);background:var(--bs-surface-bg);text-align:center}.view-circle-page .empty-state h4{margin:0;color:var(--bs-heading-color);font-size:1.1rem}.view-circle-page .empty-icon{display:inline-flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;border-radius:50%;background:hsla(var(--primary)/.1);color:var(--bs-primary)}.editable-table-wrapper{border:1px solid var(--border-color, hsl(var(--border)));border-radius:var(--radius-sm, 8px);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin-top:.5rem}.editable-table-wrapper::-webkit-scrollbar{height:6px}.editable-table-wrapper::-webkit-scrollbar-track{background:var(--bg-secondary, hsl(var(--muted)/.1));border-radius:3px}.editable-table-wrapper::-webkit-scrollbar-thumb{background:var(--border-color, hsl(var(--border)));border-radius:3px}.editable-table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--border-strong, hsl(var(--border)))}.editable-table{width:100%;min-width:600px;border-collapse:collapse}.editable-table thead th{padding:.6rem .75rem;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, hsl(var(--muted-foreground)));background:var(--bg-secondary, hsl(var(--muted)/.15));border-bottom:2px solid var(--border-color, hsl(var(--border)));border-right:1px solid var(--border-color, hsl(var(--border)/.2))}.editable-table thead th:last-child{border-right:none}.editable-row{transition:background-color .15s ease}.editable-row td{padding:.6rem .75rem;border-bottom:1px solid var(--border-color, hsl(var(--border)/.3));border-right:1px solid var(--border-color, hsl(var(--border)/.2));vertical-align:middle}.editable-row td:last-child{border-right:none}.editable-row__sno{text-align:center;color:var(--text-muted, hsl(var(--muted-foreground)));font-size:.85rem;width:50px;min-width:50px}.editable-row__label{font-weight:500;color:var(--text-muted, hsl(var(--muted-foreground)));font-size:.85rem;width:140px;min-width:140px}.editable-row__value{padding:.4rem .75rem;min-width:200px}.editable-row__display{display:flex;align-items:center;gap:.5rem;color:var(--text-primary, hsl(var(--foreground)));font-weight:500;font-size:.9rem;min-height:2rem;white-space:nowrap}.editable-row__editor{width:100%}.editable-row__editor .custom-select-wrapper{width:fit-content!important;min-width:160px!important}.editable-row__editor select,.editable-row__editor input{width:100%;padding:.3rem .5rem;border-radius:var(--radius-sm, 6px);border:1px solid var(--input-border, hsl(var(--input)));background:var(--bs-surface-bg, hsl(var(--card)));color:var(--text-primary, hsl(var(--foreground)));font-size:.85rem;transition:border-color .2s ease}.editable-row__editor select:focus,.editable-row__editor input:focus{outline:none;border-color:var(--primary-color, hsl(var(--primary)));box-shadow:0 0 0 3px var(--focus-ring, hsl(var(--primary)/.15))}.editable-row__editor select:disabled,.editable-row__editor input:disabled{opacity:.6;cursor:not-allowed}.editable-row__error{font-size:.75rem;color:var(--danger-color, hsl(var(--destructive)));margin-top:.25rem;padding:.15rem .4rem;background:var(--danger-color, hsl(var(--destructive)/.08));border-radius:var(--radius-sm, 4px);white-space:normal}.editable-row__actions{text-align:center;width:100px;min-width:100px}.editable-row__action-group{display:flex;align-items:center;justify-content:center;gap:.35rem}.editable-row__btn{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:var(--radius-sm, 6px);border:1px solid var(--border-color, hsl(var(--border)));background:var(--bs-surface-bg, hsl(var(--card)));color:var(--text-muted, hsl(var(--muted-foreground)));cursor:pointer;transition:all .2s ease;flex-shrink:0}.editable-row__btn:hover:not(:disabled){background:var(--bg-secondary, hsl(var(--muted)));border-color:var(--border-strong, hsl(var(--border)))}.editable-row__btn:disabled{opacity:.5;cursor:not-allowed}.editable-row__btn--edit{color:var(--text-muted, hsl(var(--muted-foreground)))}.editable-row__btn--edit:hover:not(:disabled){background:var(--accent-bg-soft, hsl(var(--primary)/.1));border-color:var(--primary-color, hsl(var(--primary)));color:var(--primary-color, hsl(var(--primary)))}.editable-row__btn--save{color:var(--success-color, hsl(var(--success)))}.editable-row__btn--cancel{color:var(--danger-color, hsl(var(--destructive)))}.editable-row__btn svg{flex-shrink:0}.editable-row:last-child td{border-bottom:none}.editable-row:hover{background:var(--bg-secondary, hsl(var(--muted)/.03))}@media(max-width:767px){.editable-table-wrapper{border-radius:var(--radius-sm, 6px)}.editable-table{min-width:500px}.editable-table thead th{padding:.4rem .5rem;font-size:.7rem}.editable-row td{padding:.4rem .5rem;font-size:.8rem}.editable-row__sno{width:35px;min-width:35px}.editable-row__label{width:100px;min-width:100px}.editable-row__value{min-width:160px}.editable-row__actions{width:80px;min-width:80px}.editable-row__editor .custom-select-wrapper{min-width:140px!important}.editable-row__btn{width:1.6rem;height:1.6rem}.editable-row__btn svg{width:14px;height:14px}.editable-row__editor select,.editable-row__editor input{font-size:.75rem;padding:.2rem .4rem}}@media(max-width:480px){.editable-table-wrapper{border-radius:var(--radius-sm, 4px)}.editable-table{min-width:420px}.editable-table thead th{padding:.3rem;font-size:.6rem}.editable-row td{padding:.3rem;font-size:.75rem}.editable-row__sno{width:30px;min-width:30px}.editable-row__label{width:70px;min-width:70px}.editable-row__value{min-width:130px}.editable-row__actions{width:60px;min-width:60px}.editable-row__editor .custom-select-wrapper{min-width:120px!important}.editable-row__btn{width:1.4rem;height:1.4rem}.editable-row__btn svg{width:12px;height:12px}.editable-row__editor select,.editable-row__editor input{font-size:.7rem;padding:.15rem .3rem}}.about-page .about-section{background:var(--bs-surface-bg, hsl(var(--card)));border-radius:var(--radius-md, 12px);border:1px solid var(--border-color, hsl(var(--border)));padding:.5rem;margin-bottom:.5rem}.about-page .about-section:last-child{margin-bottom:0}.about-page .about-section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.about-page .about-section-title{font-size:.8rem;font-weight:600;color:var(--text-muted, hsl(var(--muted-foreground)));text-transform:uppercase;letter-spacing:.5px;margin:0}.about-page .about-icon{flex-shrink:0;color:var(--text-muted, hsl(var(--muted-foreground)));opacity:.7;margin-right:.5rem}.about-page .about-field-content{padding:.25rem 0}.about-page .about-value{font-size:.95rem;color:var(--text-primary, hsl(var(--foreground)));margin:0;line-height:1.6;word-wrap:break-word}.about-page .about-value--description{white-space:pre-wrap;font-size:.9rem;line-height:1.8}.about-page .about-field-input{width:100%;padding:.4rem .6rem;border-radius:var(--radius-sm, 6px);border:1px solid var(--input-border, hsl(var(--input)));background:var(--bs-surface-bg, hsl(var(--card)));color:var(--text-primary, hsl(var(--foreground)));font-size:.9rem;transition:border-color .2s ease}.about-page .about-field-input:focus{outline:none;border-color:var(--primary-color, hsl(var(--primary)));box-shadow:0 0 0 3px var(--focus-ring, hsl(var(--primary)/.15))}.about-page .about-field-textarea{width:100%;padding:.4rem .6rem;border-radius:var(--radius-sm, 6px);border:1px solid var(--input-border, hsl(var(--input)));background:var(--bs-surface-bg, hsl(var(--card)));color:var(--text-primary, hsl(var(--foreground)));font-size:.9rem;resize:vertical;font-family:inherit;line-height:1.6;min-height:120px;transition:border-color .2s ease}.about-page .about-field-textarea:focus{outline:none;border-color:var(--primary-color, hsl(var(--primary)));box-shadow:0 0 0 3px var(--focus-ring, hsl(var(--primary)/.15))}.about-page .about-field-actions{display:flex;align-items:center;gap:.5rem}.about-page .about-field-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border-radius:var(--radius-sm, 6px);border:1px solid var(--border-color, hsl(var(--border)));font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:transparent}.about-page .about-field-btn--save{background:var(--primary-color, hsl(var(--primary)));color:#fff;border-color:var(--primary-color, hsl(var(--primary)))}.about-page .about-field-btn--save:hover{background:var(--primary-hover, hsl(var(--primary)/.85));border-color:var(--primary-hover, hsl(var(--primary)/.85))}.about-page .about-field-btn--cancel{color:var(--text-muted, hsl(var(--muted-foreground)));border-color:var(--border-color, hsl(var(--border)))}.about-page .about-field-btn--cancel:hover{background:var(--bg-secondary, hsl(var(--muted)));color:var(--text-primary, hsl(var(--foreground)))}.about-page .about-field-btn svg{flex-shrink:0}.about-page .about-edit-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .7rem;border-radius:var(--radius-sm, 6px);border:1px solid var(--border-color, hsl(var(--border)));background:transparent;color:var(--text-muted, hsl(var(--muted-foreground)));font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.about-page .about-edit-btn:hover{background:var(--bg-secondary, hsl(var(--muted)));border-color:var(--primary-color, hsl(var(--primary)));color:var(--text-primary, hsl(var(--foreground)))}.about-page .about-edit-btn svg{flex-shrink:0}.about-page .about-tags-list{display:flex;flex-wrap:wrap;gap:.4rem;padding-top:.25rem}.about-page .about-tags-empty{color:var(--text-muted, hsl(var(--muted-foreground)));font-size:.9rem;margin:0;padding:.25rem 0}.about-page .about-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .65rem;border-radius:999px;background:var(--bg-secondary, hsl(var(--muted)/.3));border:1px solid var(--border-color, hsl(var(--border)));color:var(--text-muted, hsl(var(--muted-foreground)));font-size:.7rem;font-weight:500;white-space:nowrap}.about-page .about-tag--editable{background:var(--accent-bg-soft, hsl(var(--primary)/.08));border-color:var(--primary-color, hsl(var(--primary)/.2));color:var(--text-primary, hsl(var(--foreground)));padding-right:.3rem}.about-page .about-tag-remove{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border-radius:50%;border:none;background:transparent;color:var(--text-muted, hsl(var(--muted-foreground)));cursor:pointer;transition:all .2s ease;padding:0}.about-page .about-tag-remove:hover{background:var(--danger-color, hsl(var(--destructive)/.15));color:var(--danger-color, hsl(var(--destructive)))}.about-page .about-tag-remove svg{flex-shrink:0}.about-page .about-tags-editor{display:flex;flex-direction:column;gap:.75rem;padding-top:.25rem}.about-page .about-tags-list-editable{display:flex;flex-wrap:wrap;gap:.4rem}.about-page .about-tags-add{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.about-page .about-tags-input{padding:.35rem .6rem;border-radius:var(--radius-sm, 6px);border:1px solid var(--input-border, hsl(var(--input)));background:var(--bs-surface-bg, hsl(var(--card)));color:var(--text-primary, hsl(var(--foreground)));font-size:.85rem;min-width:180px;transition:border-color .2s ease}.about-page .about-tags-input:focus{outline:none;border-color:var(--primary-color, hsl(var(--primary)));box-shadow:0 0 0 3px var(--focus-ring, hsl(var(--primary)/.15))}.about-page .about-tags-add-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .8rem;border-radius:var(--radius-sm, 6px);border:1px solid var(--primary-color, hsl(var(--primary)));background:var(--primary-color, hsl(var(--primary)));color:#fff;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.about-page .about-tags-add-btn:hover:not(:disabled){background:var(--primary-hover, hsl(var(--primary)/.85));border-color:var(--primary-hover, hsl(var(--primary)/.85))}.about-page .about-tags-add-btn:disabled{opacity:.5;cursor:not-allowed}.about-page .about-tags-add-btn svg{flex-shrink:0}.about-page .about-empty{display:flex;align-items:center;justify-content:center;min-height:200px;background:var(--bs-surface-bg, hsl(var(--card)));border-radius:var(--radius-md, 12px);border:1px solid var(--border-color, hsl(var(--border)))}.about-page .about-empty p{color:var(--text-muted, hsl(var(--muted-foreground)));font-size:.95rem}@media(max-width:767px){.about-page,.about-section{padding:1rem}.about-section-title{font-size:.7rem}.about-value{font-size:.875rem}.about-value--description{font-size:.8rem}.about-field-input{max-width:100%;font-size:.8rem}.about-field-textarea{max-width:100%;font-size:.8rem;min-height:80px}.about-tags-input{min-width:140px;font-size:.8rem}.about-field-btn{font-size:.7rem;padding:.25rem .5rem}}@media(max-width:480px){.about-page{padding:.75rem}.about-section{padding:.75rem;border-radius:var(--radius-sm, 8px)}.about-value{font-size:.8rem}.about-value--description{font-size:.75rem}.about-field-input{font-size:.75rem;padding:.3rem .4rem}.about-field-textarea{font-size:.75rem;padding:.3rem .4rem;min-height:60px}.about-tags-input{min-width:100px;font-size:.75rem;padding:.25rem .4rem}.about-tag{font-size:.6rem;padding:.15rem .5rem}.about-tags-add-btn{font-size:.7rem;padding:.25rem .5rem}.about-field-btn,.about-edit-btn{font-size:.65rem;padding:.2rem .4rem}}.circle-member{display:flex;flex-direction:column}.circle-member__header{display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem}.circle-member__title{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--text-heading, #f3f4f6);margin:0;letter-spacing:-.01em}.circle-member__title svg{color:var(--primary-color, #1d9b6c);flex-shrink:0}.circle-member__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .45rem;border-radius:999px;background:#1d9b6c26;border:1px solid rgba(29,155,108,.3);color:var(--primary-color, #1d9b6c);font-size:.7rem;font-weight:700}.circle-member__loading{display:flex;align-items:center;justify-content:center;padding:2rem 0}.circle-member__loading-spinner{width:1.75rem;height:1.75rem;border:2px solid rgba(255,255,255,.1);border-top-color:var(--primary-color, #1d9b6c);border-radius:50%;animation:circle-member-spin .8s linear infinite}@keyframes circle-member-spin{to{transform:rotate(360deg)}}.circle-member__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.circle-member__card{display:flex;align-items:center;gap:.8rem;padding:.75rem .85rem;background:var(--surface-layer-3, #1e1e1e);border-radius:12px;border:1px solid var(--border-subtle, rgba(255, 255, 255, .08));box-shadow:0 2px 8px #0003;transition:all .2s cubic-bezier(.4,0,.2,1)}.circle-member__card:hover{transform:translateY(-2px);border-color:#1d9b6c59;background:var(--surface-layer-4, #252525);box-shadow:0 6px 16px #00000059}.circle-member__avatar-wrapper{position:relative;flex-shrink:0}.circle-member__avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:var(--surface-layer-4, #2a2a2a);border:1.5px solid rgba(255,255,255,.1)}.circle-member__avatar-fallback{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d9b6c33,#1d9b6c66);border:1.5px solid rgba(29,155,108,.3);color:var(--primary-color, #1d9b6c);font-size:.8rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.circle-member__crown{position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;border-radius:50%;background:#f59e0b;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface-layer-3, #1e1e1e)}.circle-member__crown svg{width:9px;height:9px;color:#fff;fill:#fff}.circle-member__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.circle-member__name-row{display:flex;align-items:center;gap:.4rem;min-width:0}.circle-member__name{font-size:.875rem;font-weight:600;color:var(--text-heading, #f3f4f6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.circle-member__owner-badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.25);color:#fbbf24;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.circle-member__details{display:flex;flex-direction:column;gap:.15rem}.circle-member__detail{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--text-secondary, #9ca3af);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.circle-member__detail svg{flex-shrink:0;opacity:.6;width:12px;height:12px;color:var(--text-muted, #6b7280)}.book-media{position:relative}.book-media>img{width:100%;height:100%;display:block;object-fit:cover}.book-media-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;background:radial-gradient(circle at 50% 28%,hsla(var(--primary)/.16),transparent 34%),linear-gradient(135deg,hsla(var(--background)/.78),hsla(var(--muted)/.96)),repeating-linear-gradient(45deg,transparent 0 10px,hsla(var(--foreground)/.04) 10px 12px);color:hsl(var(--muted-foreground));text-align:center}.book-media-fallback svg{opacity:.78}.book-media-fallback span{font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.book-create-modal{width:min(920px,100vw - 2rem);max-width:920px}.book-image-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.95fr);gap:1rem;margin-bottom:1rem}.book-image-section{display:flex;flex-direction:column;gap:.75rem}.book-image-title{margin:0;color:hsl(var(--foreground));font-size:.95rem;font-weight:600}.book-cover-preview,.book-profile-preview{position:relative;overflow:hidden;border:1px solid hsl(var(--border));background:hsl(var(--muted))}.book-cover-preview img,.book-profile-preview img{width:100%;height:100%;object-fit:cover;display:block}.book-cover-preview .book-media,.book-profile-preview .book-media{width:100%;height:100%;min-height:220px}.book-cover-preview{min-height:220px;border-radius:1rem}.book-profile-preview{width:100%;min-height:220px;border-radius:1rem}.book-cover-placeholder,.book-profile-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;height:100%;min-height:220px;color:hsl(var(--muted-foreground))}.book-image-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.book-upload-btn,.book-remove-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:42px;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:.2s ease}.book-upload-btn{border:1px solid hsl(var(--border));background:hsl(var(--background));padding:.65rem 1rem;color:hsl(var(--foreground))}.book-upload-btn:hover{background:hsl(var(--muted))}.book-upload-btn.disabled{opacity:.7;cursor:not-allowed}.book-remove-btn{border:0;background:transparent;color:hsl(var(--destructive));padding:0}.book-modal-field-row{display:flex;gap:.75rem;align-items:end}.book-handle-status{display:inline-flex;align-items:center;gap:.45rem;margin-top:-.35rem;margin-bottom:.25rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.book-handle-status svg{flex-shrink:0}.book-handle-status--checking{color:hsl(var(--muted-foreground))}.book-handle-status--available{color:hsl(var(--success, 142 76% 36%))}.book-handle-status--taken,.book-handle-status--error{color:hsl(var(--destructive))}.book-handle-status__spinner{animation:book-handle-spin 1s linear infinite}@keyframes book-handle-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.book-nested-modal-overlay{z-index:1200000}.book-nested-modal{width:min(720px,100vw - 2rem);max-width:720px}@media(max-width:768px){.book-create-modal,.book-nested-modal{width:calc(100vw - 1rem)}.book-image-grid{grid-template-columns:1fr}.book-modal-field-row{align-items:stretch;flex-direction:column}}.book-card{display:flex;flex-direction:column;gap:0;border:1px solid hsl(var(--border));border-radius:1.4rem;background:hsl(var(--card));padding:1rem;cursor:pointer;transition:.2s ease}.book-card:hover{transform:translateY(-2px)}.book-card.book-card--grid{height:100%}.book-card.book-card--grid .book-card-banner{height:180px}.book-card.book-card--grid .book-card-banner-title{left:1rem}.book-card.book-card--grid .book-card-banner-title h3{font-size:1.35rem;white-space:normal}.book-card.book-card--grid .book-card-banner-title p{white-space:normal}.book-card.book-card--grid .book-card-body{grid-template-columns:1fr}.book-card.book-card--grid .book-card-profile-wrap{margin-top:-56px}.book-card.book-card--grid .book-card-head{flex-direction:column}.book-card.book-card--grid .book-card-mobile-title{display:block}.book-card-banner{position:relative;overflow:hidden;border-radius:1rem;background:radial-gradient(circle at 20% 20%,hsla(var(--primary)/.28),transparent 32%),linear-gradient(135deg,hsl(var(--muted)),hsl(var(--card)));height:118px}.book-card-banner img{width:100%;height:100%;display:block;object-fit:cover}.book-card-banner-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,hsla(var(--foreground)/.75),hsla(var(--foreground)/.25),transparent),linear-gradient(0deg,hsla(var(--foreground)/.7),transparent)}.book-card-banner-tags{position:absolute;top:1rem;left:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.book-card-banner-tags span{border:1px solid hsla(var(--background)/.22);border-radius:999px;background:hsla(var(--background)/.14);padding:.3rem .7rem;color:hsl(var(--background));font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.book-card-banner-title{position:absolute;right:1rem;bottom:1rem;left:124px;color:hsl(var(--background))}.book-card-banner-title span{color:hsla(var(--background)/.66);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.book-card-banner-title h3{margin:.3rem 0 0;color:hsl(var(--background));font-size:1.75rem;font-weight:800;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.book-card-banner-title p{margin:.35rem 0 0;color:hsla(var(--background)/.78);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.book-card-body{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;padding:12px 4px 4px;min-width:0}.book-card-profile-wrap{position:relative;margin-top:-64px}.book-card-profile{position:relative;width:92px;height:142px;overflow:hidden;border:1px solid hsla(var(--background)/.8);border-radius:10px 16px 16px 10px;background:hsl(var(--muted))}.book-card-profile>img{width:100%;height:100%;object-fit:cover;display:block}.book-card-profile-spine{position:absolute;top:0;left:0;width:12px;height:100%;background:hsla(var(--foreground)/.3)}.book-card-profile-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,hsla(var(--foreground)/.82),hsla(var(--foreground)/.08),transparent)}.book-card-profile-title{position:absolute;right:8px;bottom:8px;left:8px;color:hsl(var(--background));font-size:12px;font-weight:800;line-height:1.15;text-align:center}.book-card-content{min-width:0}.book-card-head{display:flex;justify-content:space-between;gap:1rem;align-items:start}.book-card-mobile-title{display:none;min-width:0}.book-card-mobile-title span{color:hsl(var(--muted-foreground));font-size:10px;letter-spacing:.18em;text-transform:uppercase}.book-card-mobile-title h3{margin:4px 0 0;color:hsl(var(--foreground));font-size:1.35rem;font-weight:800;line-height:1.1}.book-card-mobile-title p{margin:4px 0 0;color:hsl(var(--muted-foreground));font-size:12px}.book-card-head-actions{display:flex;gap:.5rem}.book-card-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid hsl(var(--border));border-radius:.8rem;background:hsl(var(--background));color:hsl(var(--foreground));cursor:pointer;transition:.2s ease}.book-card-icon-btn:hover{background:hsl(var(--muted))}.book-card-icon-btn.is-share{color:hsl(var(--primary))}.book-card-icon-btn.is-danger{color:hsl(var(--destructive))}.book-card-overview{margin:.85rem 0 0;color:hsl(var(--muted-foreground));line-height:1.7;font-size:14px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.book-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.book-card-meta span{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:hsl(var(--muted));padding:5px 10px;color:hsl(var(--foreground));font-size:11px;font-weight:700}@media(max-width:768px){.book-card-banner-title{display:none}.book-card-body{grid-template-columns:1fr}.book-card-profile-wrap{margin-top:-56px}.book-card-head{flex-direction:column}.book-card-mobile-title{display:block}}.book-share-modal{width:min(760px,100vw - 2rem);max-width:760px}.book-share-search{position:relative}.book-share-search__icon{position:absolute;top:42px;right:14px;color:hsl(var(--muted-foreground));pointer-events:none}.book-share-selected,.book-share-user-list{display:flex;flex-direction:column;gap:.75rem}.book-share-selected h3,.book-share-user-list h3{margin:0;color:hsl(var(--foreground));font-size:.95rem;font-weight:700}.book-share-selected__single{display:flex;flex-direction:column;gap:.25rem;border:1px solid hsl(var(--primary)/.22);border-radius:1rem;background:hsl(var(--primary)/.08);padding:.85rem 1rem}.book-share-selected__single strong{color:hsl(var(--foreground));font-size:.95rem}.book-share-selected__single span{color:hsl(var(--muted-foreground));font-size:.84rem}.book-share-state{display:inline-flex;align-items:center;gap:.6rem;min-height:56px;color:hsl(var(--muted-foreground))}.book-share-state--error{color:hsl(var(--destructive))}.book-share-inline-error{color:hsl(var(--destructive));font-size:.875rem}.book-share-state__spinner{animation:book-share-spin 1s linear infinite}@keyframes book-share-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.book-share-modal{width:calc(100vw - 1rem)}}.view-toggle{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem;border-radius:.8rem;background:hsl(var(--card)/.88);border:1px solid hsl(var(--border));box-shadow:inset 0 1px hsla(var(--background)/.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-shrink:0}.view-toggle-btn{width:2.2rem!important;min-width:2.2rem;height:2.2rem!important;padding:0!important;display:flex;align-items:center;justify-content:center;border:1px solid transparent!important;border-radius:.65rem!important;background:transparent!important;color:hsl(var(--muted-foreground))!important;box-shadow:none!important;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.view-toggle-btn svg{margin:0;width:.95rem;height:.95rem}.view-toggle-btn.active{background:linear-gradient(180deg,hsl(var(--primary)),hsla(var(--primary)/.88))!important;color:hsl(var(--primary-foreground))!important;border-color:hsla(var(--border-white-20))!important}.view-toggle-btn:hover:not(.active){background:hsl(var(--accent)/.55)!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--border))!important}.view-toggle-btn:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.empty-component{display:flex;align-items:center;justify-content:center;min-height:420px;padding:2rem;width:100%}.empty-component__content{max-width:520px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem}.empty-component__eyebrow{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .9rem;border-radius:var(--app-radius-pill);background:var(--app-accent-soft);color:var(--app-accent);font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.empty-component__title{margin:0;color:var(--app-heading);font-size:clamp(1.7rem,2vw,2.2rem);font-weight:700;line-height:1.2}.empty-component__description{margin:0;max-width:460px;color:var(--app-text-muted);font-size:1rem;line-height:1.7}.empty-component__button{margin-top:.75rem}@media(max-width:768px){.empty-component{min-height:320px;padding:1.5rem}.empty-component__title{font-size:1.5rem}.empty-component__description{font-size:.95rem}.empty-component__button{width:100%;max-width:320px}}.confirm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .2s ease}.confirm-modal{background:hsl(var(--background));border-radius:16px;padding:2rem;width:90%;max-width:420px;animation:slideUp .25s ease}.confirm-modal-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.confirm-modal-header .confirm-modal-icon{width:48px;height:48px;border-radius:12px;background:hsla(var(--primary)/.12);display:flex;align-items:center;justify-content:center;color:hsl(var(--primary));flex-shrink:0}.confirm-modal-header .confirm-modal-icon.destructive{background:hsla(var(--destructive)/.12);color:hsl(var(--destructive))}.confirm-modal-header .confirm-modal-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0}.confirm-modal-body{margin-bottom:2rem}.confirm-modal-body p{font-size:.95rem;line-height:1.6;color:hsl(var(--muted-foreground))}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.confirm-modal-actions .cancel-btn,.confirm-modal-actions .confirm-btn{min-width:90px}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.book-top-filter-bar{display:flex;align-items:center;gap:1.25rem;padding:.75rem 1.25rem;background:var(--opdo-sidebar-tabs-bg, #111827);border:1px solid var(--opdo-sidebar-border, rgba(255, 255, 255, .1));border-radius:.75rem;margin-bottom:1rem;flex-wrap:wrap}.book-top-filter-bar__group{display:flex;align-items:center;gap:.6rem;flex:1 1 280px;min-width:260px}.book-top-filter-bar__label{font-size:.88rem;font-weight:700;color:var(--opdo-sidebar-text, #e5e7eb);white-space:nowrap}.book-top-filter-bar__select{flex:1 1 auto;min-width:140px}.book-top-filter-bar__actions{display:flex;align-items:center;border:1px solid var(--opdo-sidebar-border, rgba(255, 255, 255, .15));border-radius:.5rem;overflow:hidden;background:#0003}.book-top-filter-bar__action-btn{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;background:transparent;border:0;border-right:1px solid var(--opdo-sidebar-border, rgba(255, 255, 255, .1));color:var(--opdo-sidebar-text, #d1d5db);cursor:pointer;transition:background .15s ease,color .15s ease}.book-top-filter-bar__action-btn:last-child{border-right:0}.book-top-filter-bar__action-btn:hover:not(.disabled){background:#ffffff1a;color:#fff}.book-top-filter-bar__action-btn--delete:hover:not(.disabled){background:#ef444426;color:#ef4444}.book-top-filter-bar__action-btn.disabled,.book-top-filter-bar__action-btn:disabled{opacity:.4;cursor:not-allowed}.book-top-filter-bar__create-btn-wrapper{margin-left:auto}@media(max-width:768px){.book-top-filter-bar__create-btn-wrapper{margin-left:0;width:100%}}.book-top-filter-bar__create-btn{border-radius:.6rem!important;white-space:nowrap}.book-view-page{background-color:hsl(var(--background));padding:.5rem}.book-view-page.book-view-page--embedded{padding:2rem 0 0}@media(max-width:1024px){.book-view-page{padding:1.5rem}}@media(max-width:768px){.book-view-page{padding:1rem}}@media(max-width:480px){.book-view-page{padding:.75rem}}.book-view-page .book-view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:1rem}@media(max-width:640px){.book-view-page .book-view-header{flex-direction:column;align-items:flex-start}}.book-view-page .book-view-header .header-left{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.book-view-page .book-view-header .header-left .back-btn.btn-secondary{background-color:hsl(var(--muted)/.3);border:1px solid hsl(var(--border));color:hsl(var(--foreground))}.book-view-page .book-view-header .header-left .back-btn.btn-secondary:hover{background-color:hsl(var(--muted)/.5);border-color:hsl(var(--primary)/.3);transform:translate(-2px)}.book-view-page .book-view-header .header-left .header-title-group{display:flex;align-items:center;gap:.75rem}.book-view-page .book-view-header .header-left .header-title-group .header-icon{color:hsl(var(--primary))}.book-view-page .book-view-header .header-left .header-title-group .header-title{font-size:1.75rem;font-weight:700;color:hsl(var(--heading-color));margin:0;line-height:1.2}@media(max-width:768px){.book-view-page .book-view-header .header-left .header-title-group .header-title{font-size:1.25rem}}.book-view-page .book-view-header .header-left .header-title-group .count-badge{padding:.25rem .625rem;background-color:hsl(var(--primary)/.1);border:1px solid hsl(var(--primary)/.2);border-radius:1rem;color:hsl(var(--primary));font-size:.75rem;font-weight:600}.book-view-page .book-view-content .state-container{display:flex;align-items:center;justify-content:center;min-height:400px}.book-view-page .book-view-content .skeleton-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;width:100%}@media(max-width:768px){.book-view-page .book-view-content .skeleton-grid{grid-template-columns:1fr}}.book-view-page .book-view-content .skeleton-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1rem;height:280px;display:flex;flex-direction:column;gap:.75rem}.book-view-page .book-view-content .skeleton-line{height:1rem;background:linear-gradient(90deg,hsl(var(--muted)) 25%,hsl(var(--border)),hsl(var(--muted)) 75%);background-size:200% 100%;animation:book-loading 1.5s infinite;border-radius:.25rem}.book-view-page .book-view-content .skeleton-line.short{width:60%}.book-view-page .book-view-content .skeleton-line.medium{width:80%}.book-view-page .book-view-content .skeleton-line.long{width:100%}.book-view-page .book-view-content .error-state{text-align:center}.book-view-page .book-view-content .error-state p{color:hsl(var(--destructive));font-size:1rem;margin-bottom:1rem}.book-feed-loading{width:100%}.book-feed-sentinel{width:100%;height:1px}.book-feed-load-more,.book-feed-feedback,.book-feed-endcap{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem}.book-feed-load-more{color:hsl(var(--muted-foreground))}.book-feed-feedback{flex-direction:column;text-align:center}.book-feed-feedback--error h2{margin:0;color:hsl(var(--foreground));font-size:1.35rem}.book-feed-feedback--error p,.book-feed-feedback--inline p{margin:0;color:hsl(var(--destructive))}.book-feed-feedback--inline{flex-direction:row}.book-feed-endcap{color:hsl(var(--muted-foreground));font-size:.9rem}.book-view-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;justify-content:flex-end;flex-shrink:0}@media(max-width:640px){.book-view-actions{width:100%;flex-wrap:wrap;justify-content:flex-start}}.book-listing-feed{width:100%}.book-listing-sentinel{width:100%;height:1px}.book-listing-load-more,.book-listing-feedback{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem}.book-listing-load-more{color:hsl(var(--muted-foreground))}.book-listing-feedback{flex-direction:column;text-align:center}.book-listing-feedback p{margin:0;color:hsl(var(--destructive))}.book-context-sidebar{display:flex;flex-direction:column}.book-context-sidebar .btn{width:100%}.book-context-sidebar__section{display:flex;flex-direction:column;gap:.75rem;padding:.4rem .5rem}.book-context-sidebar__header{display:flex;flex-direction:column;gap:.2rem}.book-context-sidebar__header h3{margin:0;font-size:1rem;font-weight:700;color:hsl(var(--heading-color))}.book-context-sidebar__header p{margin:0;font-size:.85rem;line-height:1.45;color:hsl(var(--muted-foreground))}.book-context-sidebar__header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.book-context-sidebar__clear-button{width:auto!important;min-width:0;padding-inline:.35rem!important;color:hsl(var(--muted-foreground))!important}.book-context-sidebar__clear-button:hover{color:hsl(var(--foreground))!important}.book-context-sidebar__filters,.book-context-sidebar__actions,.book-context-sidebar__context{display:flex;flex-direction:column;gap:.5rem}.book-context-sidebar__context-copy{display:flex;flex-direction:column;gap:.1rem;min-width:0;justify-content:center}.book-context-sidebar__context-copy strong{font-size:.75rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.04em}.book-context-sidebar__context-copy span{color:hsl(var(--foreground));font-weight:600;line-height:1.15}.book-context-sidebar__context-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:1.5rem}.book-context-sidebar__icon-actions{display:flex;align-items:center;justify-content:flex-end;gap:.375rem;flex-shrink:0}.book-context-sidebar__icon-button{width:1.5rem!important;min-width:1.5rem!important;height:1.5rem!important;padding:0!important;display:inline-flex;align-items:center;justify-content:center;border-radius:.35rem!important;box-shadow:none!important;background:transparent!important;color:hsl(var(--muted-foreground))!important;border:0!important;line-height:1;align-self:center}.book-context-sidebar__icon-button svg{width:.875rem;height:.875rem}.book-context-sidebar__icon-button:hover{background:hsl(var(--muted)/.35)!important;color:hsl(var(--foreground))!important}.book-context-sidebar__icon-button--danger:hover{background:hsl(var(--destructive)/.1)!important;color:hsl(var(--destructive))!important}.subcategory-page .subcategory-header .book-view-actions{display:flex;align-items:center;justify-content:flex-end;gap:.6rem;flex-wrap:nowrap;margin-left:auto}@media(max-width:640px){.subcategory-page .subcategory-header .book-view-actions{width:100%;margin-left:0;justify-content:flex-start;flex-wrap:wrap}}.book-listing-cards{width:100%}.book-listing-cards.book-listing-cards--list{display:flex;flex-direction:column;gap:1.5rem}.book-listing-cards.book-listing-cards--grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media(max-width:1100px){.book-listing-cards.book-listing-cards--grid{grid-template-columns:1fr}}.book-category-listing,.book-category-listing__items{width:100%}.book-category-listing__items.book-category-listing__items--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;padding:1rem}@media(max-width:768px){.book-category-listing__items.book-category-listing__items--grid{grid-template-columns:1fr;gap:.875rem;padding:.75rem}}.book-category-listing__items.book-category-listing__items--list{display:flex;flex-direction:column;gap:1rem;padding:1rem}.book-category-card.book-category-card--list{min-height:0}.book-category-card.book-category-card--list .card-content{gap:.5rem}.book-subcategory-listing{width:100%;margin-bottom:1rem}.book-subcategory-listing.book-subcategory-listing--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}@media(max-width:768px){.book-subcategory-listing.book-subcategory-listing--grid{grid-template-columns:1fr;gap:.875rem}}.book-subcategory-listing.book-subcategory-listing--list{display:flex;flex-direction:column;gap:1rem}.book-subcategory-card.book-subcategory-card--list{min-height:0}.book-section{width:100%}.book-listing-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem;flex-wrap:nowrap}@media(max-width:640px){.book-listing-header{flex-wrap:wrap}}.book-listing-header .section-title{margin-bottom:0}@keyframes book-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.card{border-radius:12px;border:1px solid hsl(var(--border));transition:all .2s ease;position:relative;box-sizing:border-box}.card-full-width{width:100%}.card-padding{padding:1.5rem}.card-clickable{cursor:pointer}.card-clickable:hover,.card-clickable:focus{border-color:hsl(var(--primary));outline:none}.citation-listing{width:100%;position:relative}.citation-listing .listing-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1.5rem}@media(max-width:768px){.citation-listing .listing-header{flex-direction:column;gap:1rem;margin-bottom:1.5rem}}.citation-listing .listing-header .header-content{flex:1;min-width:300px}.citation-listing .listing-header .header-content .listing-title{font-weight:700;color:hsl(var(--bs-heading-color));margin-bottom:.5rem}.citation-listing .listing-header .header-content .listing-description{font-size:1rem;color:hsl(var(--bs-muted-color));line-height:1.6;max-width:600px}.citation-listing .listing-header .header-controls{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media(max-width:768px){.citation-listing .listing-header .header-controls{width:100%;justify-content:space-between;flex-wrap:wrap;gap:.75rem}}.view-toggle{display:flex;gap:.25rem;background:var(--bs-surface-bg);border-radius:8px;padding:.25rem;border:1px solid hsl(var(--border));height:fit-content}.context-menu{background:hsl(var(--background));border-radius:8px;border:1px solid hsl(var(--border));min-width:200px;overflow:hidden;z-index:1000;animation:contextMenuSlideIn .15s ease-out}.context-menu .context-menu-content{padding:.5rem}.context-menu .context-menu-content .context-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;background:transparent;border:none;border-radius:6px;color:hsl(var(--foreground));font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease}.context-menu .context-menu-content .context-menu-item:hover{background:hsla(var(--accent)/.1);color:hsl(var(--accent))}.context-menu .context-menu-content .context-menu-item:active{transform:scale(.98)}.context-menu .context-menu-content .context-menu-item.destructive{color:hsl(var(--destructive))}.context-menu .context-menu-content .context-menu-item.destructive:hover{background:hsla(var(--destructive)/.1);color:hsl(var(--destructive))}.context-menu .context-menu-content .context-menu-item svg{width:14px;height:14px;opacity:.8}.context-menu .context-menu-content .context-menu-divider{height:1px;background:hsl(var(--border));margin:.5rem 0}.delete-confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}.delete-confirmation-overlay .delete-confirmation-modal{background:hsl(var(--background));border-radius:16px;padding:2rem;max-width:400px;width:90%;animation:modalSlideUp .3s ease}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-header .delete-modal-icon{width:48px;height:48px;border-radius:12px;background:hsla(var(--destructive)/.1);display:flex;align-items:center;justify-content:center;color:hsl(var(--destructive));flex-shrink:0}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-header .delete-modal-title{font-size:1.25rem;font-weight:600;color:hsl(var(--bs-heading-color));margin:0}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-body{margin-bottom:2rem}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-body p{font-size:.9375rem;color:hsl(var(--bs-muted-color));line-height:1.6;margin-bottom:.75rem}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-body p strong{color:hsl(var(--bs-heading-color))}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-body p.warning-text{color:hsl(var(--destructive));font-size:.875rem;padding:.75rem;background:hsla(var(--destructive)/.05);border-radius:8px;border-left:3px solid hsl(var(--destructive))}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-actions .cancel-delete-btn{min-width:80px}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-actions .confirm-delete-btn{min-width:80px;background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.delete-confirmation-overlay .delete-confirmation-modal .delete-modal-actions .confirm-delete-btn:hover{background:hsla(var(--destructive),.9)}.citations-table .table-actions .table-options-btn{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:6px}.citations-table .table-actions .table-options-btn:hover{background:hsla(var(--foreground)/.08)}.citation-collection-card,.citation-item-card,.collection-list-row,.citation-collection-card .collection-actions,.citation-collection-card .citation-actions,.citation-collection-card .list-row-actions,.citation-item-card .collection-actions,.citation-item-card .citation-actions,.citation-item-card .list-row-actions,.collection-list-row .collection-actions,.collection-list-row .citation-actions,.collection-list-row .list-row-actions{position:relative}.collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}@media(max-width:1024px){.collections-grid{gap:1.25rem}}@media(max-width:768px){.collections-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:640px){.collections-grid{gap:.8rem}}.citation-collection-card{height:fit-content;cursor:pointer;transition:all .3s ease;border:1px solid hsl(var(--border));overflow:hidden;display:flex;flex-direction:column}.citation-collection-card:hover{transform:translateY(-4px);border-color:hsl(var(--primary))}.citation-collection-card:active{transform:translateY(-2px)}.citation-collection-card .collection-card-inner{display:flex;flex-direction:column;position:relative}.citation-collection-card .collection-card-header{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 0;margin-bottom:1rem;flex-shrink:0}.citation-collection-card .collection-card-header .collection-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));color:#fff;flex-shrink:0;font-weight:600}.citation-collection-card .collection-card-header .collection-info{flex:1;min-width:0}.citation-collection-card .collection-card-header .collection-info .collection-title{font-size:1.25rem;font-weight:700;color:hsl(var(--bs-heading-color));margin-bottom:.5rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.citation-collection-card .collection-card-header .collection-info .collection-description{font-size:.9375rem;color:hsl(var(--bs-muted-color));line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0}.citation-collection-card .collection-card-header .collection-actions{margin-left:auto}.citation-collection-card .collection-card-header .collection-actions .collection-options-btn{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px}.citation-collection-card .collection-card-header .collection-actions .collection-options-btn svg{margin:0}.citation-collection-card .collection-card-header .collection-actions .collection-options-btn:hover{background:hsla(var(--foreground)/.08)}.citation-collection-card .collection-card-footer{padding:1rem}.citation-collection-card .collection-card-footer .collection-metadata{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.citation-collection-card .collection-card-footer .collection-metadata .collection-tags{display:flex;gap:.375rem;flex-wrap:wrap}.citation-collection-card .collection-card-footer .collection-metadata .collection-tags .collection-tag{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:hsla(var(--accent)/.1);color:hsl(var(--accent));border-radius:4px;font-size:.6875rem;line-height:1;font-weight:500;border:1px solid hsla(var(--accent)/.2)}.citation-collection-card .collection-card-footer .collection-metadata .collection-tags .collection-tag svg{width:10px;height:10px}.citation-collection-card .collection-card-footer .collection-metadata .collection-count .count-badge{display:inline-block;padding:.375rem .75rem;background:hsla(var(--primary)/.1);color:hsl(var(--primary));border-radius:6px;font-size:.8125rem;font-weight:600;border:1px solid hsla(var(--primary)/.2)}.citations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}@media(max-width:1024px){.citations-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:768px){.citations-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:640px){.citations-grid{gap:.8rem}}.citation-item-card{height:100%;cursor:pointer;transition:all .3s ease;border:1px solid hsl(var(--border));overflow:hidden;display:flex;flex-direction:column}.citation-item-card:hover{transform:translateY(-4px);border-color:hsl(var(--primary))}.citation-item-card:active{transform:translateY(-2px)}.citation-item-card .citation-card-inner{display:flex;flex-direction:column;height:100%;position:relative}.citation-item-card .citation-card-header{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 0;margin-bottom:1rem;flex-shrink:0}.citation-item-card .citation-card-header .citation-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--secondary)),hsl(var(--primary)));color:#fff;flex-shrink:0;font-weight:600}.citation-item-card .citation-card-header .citation-info{flex:1;min-width:0}.citation-item-card .citation-card-header .citation-info .citation-title{font-size:1rem;font-weight:700;color:hsl(var(--bs-primary));margin-bottom:.5rem;line-height:1.3;font-family:Monaco,Consolas,monospace}.citation-item-card .citation-card-header .citation-info .citation-sanskrit{font-family:var(--font-devanagari);font-size:.9375rem;color:hsl(var(--bs-heading-color));line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0}.citation-item-card .citation-card-header .citation-actions{margin-left:auto}.citation-item-card .citation-card-header .citation-actions .citation-options-btn{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px}.citation-item-card .citation-card-header .citation-actions .citation-options-btn svg{margin:0}.citation-item-card .citation-card-header .citation-actions .citation-options-btn:hover{background:hsla(var(--foreground)/.08)}.citation-item-card .citation-card-body{padding:0 1.5rem;flex:1}.citation-item-card .citation-card-body .citation-english{font-size:.875rem;color:hsl(var(--bs-muted-color));line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:0;font-style:italic}.citation-item-card .citation-card-footer{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));margin-top:auto}.citation-item-card .citation-card-footer .citation-metadata{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.citation-item-card .citation-card-footer .citation-metadata .citation-keywords{display:flex;gap:.375rem;flex-wrap:wrap}.citation-item-card .citation-card-footer .citation-metadata .citation-keywords .citation-keyword{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:hsla(var(--accent)/.1);color:hsl(var(--accent));border-radius:4px;font-size:.6875rem;line-height:1;font-weight:500;border:1px solid hsla(var(--accent)/.2)}.citation-item-card .citation-card-footer .citation-metadata .citation-keywords .citation-keyword svg{width:10px;height:10px}.citation-item-card .citation-card-footer .citation-metadata .citation-keywords .keyword-more{font-size:.75rem;color:hsl(var(--bs-muted-color));padding:.25rem .5rem;font-style:italic}.citation-item-card .citation-card-footer .citation-metadata .citation-source .source-badge{display:flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:hsla(var(--primary)/.1);color:hsl(var(--primary));border-radius:6px;font-size:.75rem;font-weight:600;border:1px solid hsla(var(--primary)/.2)}.citation-item-card .citation-card-footer .citation-metadata .citation-source .source-badge svg{width:12px;height:12px}.collections-view-list .collections-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.collection-list-row{cursor:pointer;transition:all .2s ease;border:1px solid hsl(var(--border))}.collection-list-row:hover{transform:translate(4px);border-color:hsl(var(--primary))}.collection-list-row .list-row-content{display:flex;align-items:center;gap:1rem;width:100%}@media(max-width:768px){.collection-list-row .list-row-content{gap:.75rem;flex-wrap:wrap}}.collection-list-row .list-row-content .collection-icon-small{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));color:#fff;flex-shrink:0;font-weight:600}.collection-list-row .list-row-content .list-row-info{flex:1;min-width:0}.collection-list-row .list-row-content .list-row-info .list-row-main .collection-title{font-size:1.125rem;font-weight:600;color:hsl(var(--bs-heading-color));margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-list-row .list-row-content .list-row-info .list-row-main .collection-description{font-size:.875rem;color:hsl(var(--bs-muted-color));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-list-row .list-row-content .list-row-count{flex-shrink:0}.collection-list-row .list-row-content .list-row-count .count-text{font-size:.875rem;color:hsl(var(--primary));font-weight:600;padding:.375rem .75rem;background:hsla(var(--primary)/.1);border-radius:6px;border:1px solid hsla(var(--primary)/.2)}.collection-list-row .list-row-content .list-row-actions{flex-shrink:0}.collection-list-row .list-row-content .list-row-actions .collection-options-btn{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px}.collection-list-row .list-row-content .list-row-actions .collection-options-btn svg{margin:0}.collection-list-row .list-row-content .list-row-actions .collection-options-btn:hover{background:hsla(var(--foreground)/.08)}.citations-container{width:100%}.citations-table-wrapper{width:100%;overflow-x:auto;border:1px solid hsl(var(--border));border-radius:12px}.citations-table{width:100%;border-collapse:collapse;min-width:800px}.citations-table thead{border-bottom:2px solid hsl(var(--border))}.citations-table thead th{padding:1rem 1.25rem;text-align:left;font-weight:600;font-size:.875rem;color:hsl(var(--bs-heading-color));white-space:nowrap;position:relative}.citations-table thead th:first-child{padding-left:1.5rem;border-top-left-radius:12px}.citations-table thead th:last-child{padding-right:1.5rem;border-top-right-radius:12px}.citations-table thead th:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:60%;width:1px;background:hsl(var(--border))}.citations-table tbody tr{border-bottom:1px solid hsla(var(--border)/.7);transition:background-color .2s ease}.citations-table tbody tr:hover{background-color:hsla(var(--accent)/.05)}.citations-table tbody tr:last-child{border-bottom:none}.citation-table-row td{padding:1.25rem;vertical-align:top}.citation-table-row td:first-child{padding-left:1.5rem}.citation-table-row td:last-child{padding-right:1.5rem}.citation-table-row .ref-id-cell .ref-id{font-family:Monaco,Consolas,monospace;font-size:.8125rem;color:hsl(var(--bs-primary));font-weight:600;background:hsla(var(--bs-primary)/.1);padding:.375rem .625rem;border-radius:6px;display:inline-block;border:1px solid hsla(var(--bs-primary)/.2)}.citation-table-row .sanskrit-text-cell{min-width:320px;max-width:400px}.citation-table-row .sanskrit-text-cell .sanskrit-content,.citation-table-row .sanskrit-text-cell .english-content{margin-bottom:.75rem}.citation-table-row .sanskrit-text-cell .sanskrit-content:last-child,.citation-table-row .sanskrit-text-cell .english-content:last-child{margin-bottom:0}.citation-table-row .sanskrit-text-cell .sanskrit-content .language-badge,.citation-table-row .sanskrit-text-cell .english-content .language-badge{display:inline-block;font-size:.6875rem;font-weight:600;color:hsl(var(--bs-muted-color));text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem;padding:.125rem .5rem;background:hsla(var(--border)/.5);border-radius:4px}.citation-table-row .sanskrit-text-cell .sanskrit-text{font-family:var(--font-devanagari);font-size:.9375rem;color:hsl(var(--bs-heading-color));line-height:1.5;margin:0}.citation-table-row .sanskrit-text-cell .english-translation{font-size:.875rem;color:hsl(var(--bs-muted-color));line-height:1.4;font-style:italic;margin:0}.citation-table-row .keywords-cell{min-width:180px;max-width:220px}.citation-table-row .keywords-cell .keywords-list{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}.citation-table-row .keywords-cell .keywords-list .keyword-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:hsla(var(--accent)/.1);color:hsl(var(--accent));border-radius:4px;font-size:.75rem;line-height:1;font-weight:500;border:1px solid hsla(var(--accent)/.2);transition:all .2s ease}.citation-table-row .keywords-cell .keywords-list .keyword-tag svg{width:10px;height:10px;opacity:.8}.citation-table-row .keywords-cell .keywords-list .keyword-tag:hover{background:hsla(var(--accent)/.15);transform:translateY(-1px)}.citation-table-row .keywords-cell .keywords-list .keyword-more{font-size:.75rem;color:hsl(var(--bs-muted-color));padding:.25rem .5rem;font-style:italic}.citation-table-row .source-cell{min-width:140px}.citation-table-row .source-cell .source-info{display:flex;flex-direction:column;gap:.375rem}.citation-table-row .source-cell .source-info .source-name{font-weight:600;color:hsl(var(--bs-heading-color));font-size:.875rem}.citation-table-row .source-cell .source-info .source-location{font-size:.8125rem;color:hsl(var(--bs-muted-color));font-family:Monaco,Consolas,monospace;background:hsla(var(--border)/.3);padding:.125rem .375rem;border-radius:3px;display:inline-block}.empty-state .empty-state-title{font-size:1.5rem;font-weight:600;color:hsl(var(--bs-heading-color));margin-bottom:.75rem}.empty-state .empty-state-description{font-size:1rem;color:hsl(var(--bs-muted-color));margin-bottom:1.75rem;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6}.loading-state .loading-text{color:hsl(var(--bs-muted-color));font-size:1rem;font-weight:500}.icon-btn{background:transparent;border:none;padding:6px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:hsl(var(--bs-muted-color));transition:all .2s ease}.icon-btn svg{pointer-events:none}.icon-btn:hover{background:hsla(var(--foreground)/.08)}.icon-btn.edit:hover{color:hsl(var(--primary))}.icon-btn.delete:hover{color:hsl(var(--destructive));background:hsla(var(--destructive)/.12)}.create-action-card{display:flex;justify-content:center;align-items:center;border:2px dashed hsl(var(--border));cursor:pointer;transition:all .25s ease;margin-bottom:.5rem}.create-action-inner{padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.create-action-icon{width:56px;height:56px;border-radius:14px;background:hsla(var(--primary)/.12);color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.create-action-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:hsl(var(--bs-heading-color))}.create-action-subtitle{font-size:.875rem;color:hsl(var(--bs-muted-color));margin-bottom:1.5rem}.create-action-buttons{display:flex;flex-direction:column;gap:.75rem;width:100%}.rename-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.rename-modal-overlay .rename-modal{background:hsl(var(--background));border-radius:16px;padding:2rem;width:90%;max-width:500px;animation:modalSlideUp .3s ease-out;border:1px solid hsl(var(--border))}.rename-modal-overlay .rename-modal .rename-modal-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1.5rem;text-align:center}.rename-modal-overlay .rename-modal .rename-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem}.rename-modal-overlay .rename-modal .rename-modal-actions button{min-width:80px}.rename-modal-overlay .rename-modal .rename-modal-actions button:first-child{margin-right:auto}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.rename-modal-overlay .rename-modal{padding:1.5rem;margin:1rem;width:calc(100% - 2rem)}.rename-modal-overlay .rename-modal .rename-modal-title{font-size:1.125rem;margin-bottom:1.25rem}.rename-modal-overlay .rename-modal .rename-modal-actions{flex-direction:column;gap:.5rem}.rename-modal-overlay .rename-modal .rename-modal-actions button{width:100%}.rename-modal-overlay .rename-modal .rename-modal-actions button:first-child{margin-right:0;order:2}}@media(prefers-color-scheme:dark){.rename-modal-overlay .rename-modal{background:hsl(var(--card));border-color:hsl(var(--border))}}.citations-container{border-radius:16px;margin:0 auto;padding:1rem}@media(max-width:768px){.citations-container{padding:1.75rem 1rem;border-radius:1rem;min-height:calc(100vh - 3rem)}}@media(max-width:480px){.citations-container{padding:1.25rem .75rem;border-radius:.75rem;min-height:calc(100vh - 2.5rem)}}@media(max-width:768px){.citations-header{margin-bottom:2rem}}.citations-header .citations-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem;position:relative}@media(max-width:768px){.citations-header .citations-header-content{flex-direction:column;gap:1.5rem;align-items:stretch}}.citations-title-section{flex:1}.citations-title-section .citations-main-title{font-weight:800;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.875rem;line-height:1.15;letter-spacing:-.02em}@media(max-width:1024px){.citations-title-section .citations-main-title{font-size:2.75rem}}@media(max-width:768px){.citations-title-section .citations-main-title{font-size:2.25rem;margin-bottom:.625rem}}@media(max-width:480px){.citations-title-section .citations-main-title{font-size:1.875rem}}.citations-title-section .citations-subtitle{color:hsl(var(--bs-muted-color));line-height:1.6;font-weight:400}@media(max-width:768px){.citations-title-section .citations-subtitle{font-size:1.125rem;line-height:1.5}}@media(max-width:480px){.citations-title-section .citations-subtitle{font-size:1rem}}.citations-top-fab{position:relative;flex-shrink:0}@media(max-width:768px){.citations-top-fab{align-self:flex-end;margin-top:-.5rem}}.citations-fab-wrapper{display:flex;justify-content:flex-end}@media(max-width:768px){.citations-fab-wrapper{justify-content:center}}.citations-fab-main{width:68px;height:68px;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);z-index:20;position:relative;border:2px solid rgba(255,255,255,.1)}.citations-fab-main:hover{transform:scale(1.12) rotate(90deg)}.citations-fab-main:active{transform:scale(1.05) rotate(90deg)}.citations-fab-main svg{margin:0;width:30px;height:30px;transition:transform .3s ease}@media(max-width:768px){.citations-fab-main{width:60px;height:60px}.citations-fab-main svg{width:26px;height:26px}}@media(max-width:480px){.citations-fab-main{width:52px;height:52px}.citations-fab-main svg{width:22px;height:22px}}.citations-fab-menu{position:absolute;top:100%;right:0;margin-top:1.25rem;background:var(--bs-body-bg);border-radius:1.25rem;border:2px solid hsl(var(--border));min-width:240px;z-index:100;overflow:hidden;animation:citationsFabSlideDown .3s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:768px){.citations-fab-menu{right:auto;left:50%;transform:translate(-50%);margin-top:1rem;min-width:220px}}@media(max-width:480px){.citations-fab-menu{min-width:200px;border-radius:1rem}}.citations-fab-item{display:flex;align-items:center;gap:1.125rem;width:100%;padding:1.125rem 1.75rem;background:none;border:none;text-align:left;cursor:pointer;transition:all .25s ease;animation:citationsFabFadeIn .3s ease forwards;opacity:0}.citations-fab-item:hover{background:linear-gradient(90deg,hsla(var(--primary)/.08),hsla(var(--primary)/.04));transform:translate(4px)}.citations-fab-item:active{background:hsla(var(--primary)/.12);transform:translate(2px)}.citations-fab-item:not(:last-child){border-bottom:1px solid hsl(var(--border))}.citations-fab-item .citations-fab-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,hsla(var(--primary)/.12),hsla(var(--primary)/.06));color:hsl(var(--primary));flex-shrink:0;transition:all .25s ease}.citations-fab-item .citations-fab-icon svg{width:20px;height:20px}.citations-fab-item .citations-fab-text{font-size:1rem;font-weight:600;color:var(--bs-body-color);white-space:nowrap;letter-spacing:-.01em}@media(max-width:480px){.citations-fab-item{padding:1rem 1.5rem;gap:1rem}.citations-fab-item .citations-fab-icon{width:36px;height:36px;border-radius:10px}.citations-fab-item .citations-fab-icon svg{width:18px;height:18px}.citations-fab-item .citations-fab-text{font-size:.9375rem}}.citations-tabs{margin-bottom:1rem;background:transparent;border-radius:1.25rem}@media(max-width:768px){.citations-tabs{margin-bottom:2.25rem}}@media(max-width:480px){.citations-tabs{margin-bottom:2rem}}.citations-body{min-height:60vh;position:relative}.citations-loading{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(var(--background)/.96);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.citations-loading .citations-loading-spinner{width:64px;height:64px;border:4px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;animation:citationsSpin 1.2s linear infinite;margin-bottom:1.75rem}.citations-loading .citations-loading-text{font-size:1.25rem;color:hsl(var(--bs-heading-color));font-weight:500;letter-spacing:-.01em}.citations-empty{text-align:center;padding:7rem 2rem;background:linear-gradient(135deg,hsla(var(--background)/.4),hsla(var(--background)/.2));border-radius:1.5rem;border:2px dashed hsl(var(--border));margin:3rem 0}.citations-empty .citations-empty-icon{margin-bottom:2.25rem;color:hsl(var(--border));opacity:.6}.citations-empty .citations-empty-icon svg{width:104px;height:104px}.citations-empty .citations-empty-title{font-size:2.25rem;font-weight:700;color:hsl(var(--bs-heading-color));margin-bottom:1.125rem;letter-spacing:-.02em}.citations-empty .citations-empty-description{font-size:1.25rem;color:hsl(var(--bs-muted-color));max-width:520px;margin:0 auto 2.5rem;line-height:1.65;font-weight:400}.citations-empty .citations-empty-action{min-width:200px;font-size:1.125rem;font-weight:600}@keyframes citationsFabFadeIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes citationsFabSlideDown{0%{opacity:0;transform:translateY(-24px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes citationsSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.citations-container{padding:2rem;border-radius:1.25rem}.citations-title-section .citations-main-title{font-size:2.5rem}.citations-title-section .citations-subtitle{font-size:1.25rem}.citations-fab-main{width:60px;height:60px}.citations-fab-main svg{width:26px;height:26px}.citations-fab-menu{min-width:220px}.citations-fab-item{padding:1rem 1.5rem;gap:1rem}.citations-fab-item .citations-fab-icon{width:38px;height:38px}.citations-fab-item .citations-fab-icon svg{width:19px;height:19px}.citations-fab-item .citations-fab-text{font-size:.9375rem}}@media(max-width:768px){.citations-container{padding:1.5rem;border-width:1px}.citations-header-content{flex-direction:column;gap:1.5rem}.citations-title-section{width:100%}.citations-title-section .citations-main-title{font-size:2rem;margin-bottom:.5rem}.citations-title-section .citations-subtitle{font-size:1.125rem;line-height:1.55}.citations-top-fab{align-self:flex-end;margin-top:0}.citations-fab-main{width:56px;height:56px}.citations-fab-main svg{width:24px;height:24px}.citations-fab-menu{min-width:200px;right:0;left:auto;transform:none}.citations-tabs{margin-bottom:2rem}}@media(max-width:480px){.citations-container{padding:1.25rem .75rem;border-radius:.875rem}.citations-title-section .citations-main-title{font-size:1.75rem}.citations-title-section .citations-subtitle{font-size:1rem;line-height:1.5}.citations-fab-main{width:52px;height:52px}.citations-fab-main svg{width:22px;height:22px}.citations-fab-menu{min-width:180px}.citations-fab-item{padding:.875rem 1.25rem;gap:.875rem}.citations-fab-item .citations-fab-icon{width:34px;height:34px}.citations-fab-item .citations-fab-icon svg{width:17px;height:17px}.citations-fab-item .citations-fab-text{font-size:.875rem}.citations-tabs{margin-bottom:1.75rem}.citations-empty{padding:5rem 1.5rem;margin:2rem 0}.citations-empty .citations-empty-icon svg{width:88px;height:88px}.citations-empty .citations-empty-title{font-size:1.875rem}.citations-empty .citations-empty-description{font-size:1.125rem}}@media print{.citations-top-fab{display:none}.citations-container{padding:0;border:none;min-height:auto}.citations-header{margin-bottom:1rem}}.citations-header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.citations-title-section{flex:1;min-width:0}.citations-header-actions{flex-shrink:0;display:flex;align-items:center}@media(max-width:768px){.citations-header-content{flex-direction:column;align-items:flex-start;gap:1.25rem}.citations-header-actions{align-self:flex-end}}.quotes-category-view{width:100%;position:relative}.quotes-category-view .view-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}@media(max-width:768px){.quotes-category-view .view-header{flex-direction:column;gap:1rem;margin-bottom:1.5rem}}.quotes-category-view .view-header .header-content{flex:1;min-width:300px}.quotes-category-view .view-header .header-content .view-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.3}.quotes-category-view .view-header .header-content .view-description{font-size:1rem;color:hsl(var(--muted-foreground));line-height:1.6;max-width:600px}.quotes-category-view .view-header .header-controls{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media(max-width:768px){.quotes-category-view .view-header .header-controls{width:100%;justify-content:space-between;flex-wrap:wrap;gap:.75rem}}.view-toggle{display:flex;gap:.25rem;background:hsl(var(--card));border-radius:8px;padding:.25rem;border:1px solid hsl(var(--border));height:fit-content}.view-toggle .view-toggle-btn{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.view-toggle .view-toggle-btn svg{margin:0}.view-toggle .view-toggle-btn.active{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.view-toggle .view-toggle-btn.active:hover{background:hsl(var(--primary));opacity:.9}.view-toggle .view-toggle-btn:hover:not(.active){background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.categories-container{width:100%}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%}@media(max-width:1024px){.categories-grid{gap:1.25rem}}@media(max-width:768px){.categories-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:640px){.categories-grid{gap:.8rem}}.quote-category-card{height:100%;cursor:pointer;transition:all .3s ease;border:1px solid hsl(var(--border));overflow:hidden;display:flex;flex-direction:column;min-height:200px}.quote-category-card:hover{transform:translateY(-4px);border-color:hsl(var(--primary))}.quote-category-card:active{transform:translateY(-2px)}.quote-category-card .category-card-inner{display:flex;flex-direction:column;height:100%;position:relative}.quote-category-card .category-card-header{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 0;margin-bottom:1rem;flex-shrink:0}.quote-category-card .category-card-header .category-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));color:#fff;flex-shrink:0;font-weight:600}.quote-category-card .category-card-header .category-info{flex:1;min-width:0}.quote-category-card .category-card-header .category-info .category-title{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.quote-category-card .category-card-header .category-info .category-description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0}.quote-category-card .category-card-footer{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));margin-top:auto}.quote-category-card .category-card-footer .category-metadata{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.quote-category-card .category-card-footer .category-metadata .category-quote-count .count-badge{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:hsla(var(--primary)/.1);color:hsl(var(--primary));border-radius:6px;font-size:.8125rem;font-weight:600;border:1px solid hsla(var(--primary)/.2)}.quote-category-card .category-card-footer .category-metadata .category-quote-count .count-badge svg{width:12px;height:12px}.quote-category-card .category-card-footer .category-metadata .category-date .date-text{font-size:.75rem;color:hsl(var(--muted-foreground));font-style:italic}.categories-view-list .categories-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.category-list-row{cursor:pointer;transition:all .2s ease;border:1px solid hsl(var(--border))}.category-list-row:hover{transform:translate(4px);border-color:hsl(var(--primary))}.category-list-row .list-row-content{display:flex;align-items:center;gap:1rem;width:100%}@media(max-width:768px){.category-list-row .list-row-content{gap:.75rem;flex-wrap:wrap}}.category-list-row .list-row-content .category-icon-small{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));color:#fff;flex-shrink:0;font-weight:600}.category-list-row .list-row-content .list-row-info{flex:1;min-width:0}.category-list-row .list-row-content .list-row-info .list-row-main{margin-bottom:.5rem}.category-list-row .list-row-content .list-row-info .list-row-main .category-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-list-row .list-row-content .list-row-info .list-row-main .category-description{font-size:.875rem;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-list-row .list-row-content .list-row-info .list-row-meta{display:flex;gap:1rem;flex-wrap:wrap}.category-list-row .list-row-content .list-row-info .list-row-meta .meta-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.category-list-row .list-row-content .list-row-info .list-row-meta .meta-item svg{width:12px;height:12px;opacity:.8}.category-list-row .list-row-content .list-row-actions{flex-shrink:0}.category-list-row .list-row-content .list-row-actions .category-options-btn{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px}.category-list-row .list-row-content .list-row-actions .category-options-btn svg{margin:0}.category-list-row .list-row-content .list-row-actions .category-options-btn:hover{background:hsla(var(--foreground)/.08)}.categories-view-table .categories-table-wrapper{width:100%;overflow-x:auto;border:1px solid hsl(var(--border));border-radius:12px}.categories-table{width:100%;border-collapse:collapse;min-width:800px}.categories-table thead{border-bottom:2px solid hsl(var(--border));background:hsl(var(--card))}.categories-table thead th{padding:1rem 1.25rem;text-align:left;font-weight:600;font-size:.875rem;color:hsl(var(--foreground));white-space:nowrap;position:relative}.categories-table thead th:first-child{padding-left:1.5rem;border-top-left-radius:12px}.categories-table thead th:last-child{padding-right:1.5rem;border-top-right-radius:12px}.categories-table thead th:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:60%;width:1px;background:hsl(var(--border))}.categories-table tbody tr{border-bottom:1px solid hsla(var(--border)/.7);transition:background-color .2s ease}.categories-table tbody tr:hover{background-color:hsla(var(--accent)/.05)}.categories-table tbody tr:last-child{border-bottom:none}.category-table-row td{padding:1.25rem;vertical-align:top}.category-table-row td:first-child{padding-left:1.5rem}.category-table-row td:last-child{padding-right:1.5rem}.category-table-row .category-name-cell{display:flex;align-items:flex-start;gap:1rem;min-width:250px}.category-table-row .category-name-cell .category-icon-table{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));color:#fff;flex-shrink:0;font-weight:600}.category-table-row .category-name-cell .category-name-info{flex:1;min-width:0}.category-table-row .category-name-cell .category-name-info .category-name{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-table-row .category-name-cell .category-name-info .category-description-table{font-size:.875rem;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-table-row .quote-count-cell .count-badge-table{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:hsla(var(--primary)/.1);color:hsl(var(--primary));border-radius:6px;font-size:.8125rem;font-weight:600;border:1px solid hsla(var(--primary)/.2)}.category-table-row .quote-count-cell .count-badge-table svg{width:12px;height:12px}.category-table-row .date-cell{display:flex;flex-direction:column;gap:.25rem;min-width:180px}.category-table-row .date-cell .created-date,.category-table-row .date-cell .updated-date{font-size:.8125rem;color:hsl(var(--muted-foreground))}.category-table-row .date-cell .updated-date{font-weight:500}.category-table-row .table-actions .table-options-btn{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:6px}.category-table-row .table-actions .table-options-btn:hover{background:hsla(var(--foreground)/.08)}.category-context-menu{background:hsl(var(--background));border-radius:8px;border:1px solid hsl(var(--border));min-width:200px;overflow:hidden;z-index:1000;animation:contextMenuSlideIn .15s ease-out}.category-context-menu .context-menu-content{padding:.5rem}.category-context-menu .context-menu-content .context-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;background:transparent;border:none;border-radius:6px;color:hsl(var(--foreground));font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease}.category-context-menu .context-menu-content .context-menu-item:hover{background:hsla(var(--accent)/.1);color:hsl(var(--accent))}.category-context-menu .context-menu-content .context-menu-item:active{transform:scale(.98)}.category-context-menu .context-menu-content .context-menu-item.destructive{color:hsl(var(--destructive))}.category-context-menu .context-menu-content .context-menu-item.destructive:hover{background:hsla(var(--destructive)/.1);color:hsl(var(--destructive))}.category-context-menu .context-menu-content .context-menu-item svg{width:14px;height:14px;opacity:.8}.category-context-menu .context-menu-content .context-menu-divider{height:1px;background:hsl(var(--border));margin:.5rem 0}@keyframes contextMenuSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.category-delete-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}.category-delete-modal-overlay .category-delete-modal{background:hsl(var(--background));border-radius:16px;padding:2rem;max-width:400px;width:90%;animation:modalSlideUp .3s ease}.category-delete-modal-overlay .category-delete-modal .delete-modal-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.category-delete-modal-overlay .category-delete-modal .delete-modal-header .delete-modal-icon{width:48px;height:48px;border-radius:12px;background:hsla(var(--destructive)/.1);display:flex;align-items:center;justify-content:center;color:hsl(var(--destructive));flex-shrink:0}.category-delete-modal-overlay .category-delete-modal .delete-modal-header .delete-modal-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0}.category-delete-modal-overlay .category-delete-modal .delete-modal-body{margin-bottom:2rem}.category-delete-modal-overlay .category-delete-modal .delete-modal-body p{font-size:.9375rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:.75rem}.category-delete-modal-overlay .category-delete-modal .delete-modal-body p strong{color:hsl(var(--foreground))}.category-delete-modal-overlay .category-delete-modal .delete-modal-body p.warning-text{color:hsl(var(--destructive));font-size:.875rem;padding:.75rem;background:hsla(var(--destructive)/.05);border-radius:8px;border-left:3px solid hsl(var(--destructive))}.category-delete-modal-overlay .category-delete-modal .delete-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.category-delete-modal-overlay .category-delete-modal .delete-modal-actions .cancel-delete-btn{min-width:80px}.category-delete-modal-overlay .category-delete-modal .delete-modal-actions .confirm-delete-btn{min-width:80px;background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.category-delete-modal-overlay .category-delete-modal .delete-modal-actions .confirm-delete-btn:hover{background:hsla(var(--destructive),.9)}.empty-state{text-align:center;padding:4rem 2rem;border-radius:12px;border:2px dashed hsl(var(--border));margin:2rem 0}.empty-state .empty-state-icon{margin-bottom:1.5rem;color:hsl(var(--border));opacity:.6}.empty-state .empty-state-title{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.75rem}.empty-state .empty-state-description{font-size:1rem;color:hsl(var(--muted-foreground));margin-bottom:1.75rem;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6}.empty-state .create-btn{min-width:180px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;border-radius:12px;margin:2rem 0}.loading-state .loading-spinner{width:48px;height:48px;border:3px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.25rem}.loading-state .loading-text{color:hsl(var(--muted-foreground));font-size:1rem;font-weight:500}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.create-actions-card{min-height:200px;display:flex;align-items:center;justify-content:center}.create-actions-content{display:flex;flex-direction:column;gap:.75rem;width:100%;align-items:center}.quotes-library-page{margin:0 auto;padding:1.5rem;animation:quotesFadeIn .3s ease-out}@media(max-width:768px){.quotes-library-page{padding:1rem}}.quotes-library-page .quotes-page-header{border:1px solid hsl(var(--border));border-radius:16px;padding:1.5rem;margin-bottom:2rem;background:hsl(var(--background))}.quotes-library-page .quotes-page-header .quotes-header-main{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}@media(max-width:768px){.quotes-library-page .quotes-page-header .quotes-header-main{flex-direction:column;gap:1rem}}.quotes-library-page .quotes-page-header .quotes-header-content{flex:1}.quotes-library-page .quotes-page-header .quotes-header-content h1{font-size:2rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.3}@media(max-width:768px){.quotes-library-page .quotes-page-header .quotes-header-content h1{font-size:1.75rem}}.quotes-library-page .quotes-page-header .quotes-header-content p{font-size:1rem;color:hsl(var(--muted-foreground));line-height:1.5;margin:0}@media(max-width:768px){.quotes-library-page .quotes-page-header .quotes-header-content p{font-size:.9375rem}}.quotes-library-page .quotes-page-header .quotes-header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width:768px){.quotes-library-page .quotes-page-header .quotes-header-actions{width:100%;justify-content:flex-end}}.quotes-library-page .quotes-tabs{margin-bottom:2rem}.quotes-library-page .quotes-tabs .pill-tabs{background:hsl(var(--muted)/.3);padding:.25rem;border-radius:8px;display:inline-flex}@media(max-width:768px){.quotes-library-page .quotes-tabs .pill-tabs{width:100%}.quotes-library-page .quotes-tabs .pill-tabs button{flex:1}}.quotes-library-page .quotes-library-section{margin-top:2rem}.quotes-library-page .quotes-library-section .quotes-category-view .category-view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.quotes-library-page .quotes-library-section .quotes-category-view .category-view-header .header-left h2{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem}.quotes-library-page .quotes-library-section .quotes-category-view .category-view-header .header-left p{color:hsl(var(--muted-foreground));font-size:.9375rem}.quotes-library-page .quotes-library-section .quotes-category-view .category-view-header .header-actions{display:flex;gap:.75rem;align-items:center}.quotes-library-page .quotes-library-section .quotes-category-view .category-view-header .header-actions .view-toggle{background:hsl(var(--muted)/.3);border-radius:16px;padding:.25rem}.quotes-library-page .quotes-library-section .quotes-category-view .category-view-header .header-actions .view-toggle button{padding:.5rem;border-radius:8px;color:hsl(var(--muted-foreground));transition:all .2s ease}.quotes-library-page .quotes-library-section .quotes-category-view .category-view-header .header-actions .view-toggle button:hover,.quotes-library-page .quotes-library-section .quotes-category-view .category-view-header .header-actions .view-toggle button.active{background:hsl(var(--background));color:hsl(var(--foreground))}.quotes-library-page .quotes-library-section .quotes-category-view .category-view-header .header-actions .view-toggle button svg{width:1.25rem;height:1.25rem}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2.5rem}@media(max-width:640px){.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid{grid-template-columns:1fr;gap:1rem}}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card:hover{transform:translateY(-2px);border-color:hsl(var(--primary)/.3)}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card:hover .category-actions{opacity:1}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-header .category-icon{width:2.5rem;height:2.5rem;border-radius:8px;background:hsl(var(--primary)/.1);color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;font-size:1.25rem}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-header .category-actions{display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-header .category-actions button{padding:.375rem;border-radius:8px;color:hsl(var(--muted-foreground));background:transparent;border:none;cursor:pointer;transition:all .2s ease}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-header .category-actions button:hover{background:hsl(var(--muted)/.3);color:hsl(var(--foreground))}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-header .category-actions button.delete-btn:hover{background:hsl(var(--destructive)/.1);color:hsl(var(--destructive))}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-header .category-actions button svg{width:1.125rem;height:1.125rem}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-name{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem;line-height:1.5}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-footer{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-footer .quote-count{color:hsl(var(--muted-foreground));display:flex;align-items:center;gap:.375rem}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-footer .quote-count svg{width:1rem;height:1rem}.quotes-library-page .quotes-library-section .quotes-category-view .categories-grid .category-card .category-footer .created-by{color:hsl(var(--primary));font-weight:500;background:hsl(var(--primary)/.1);padding:.25rem .75rem;border-radius:8px}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}@media(max-width:640px){.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid{grid-template-columns:1fr;gap:1rem}}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card:hover{transform:translateY(-2px);border-color:hsl(var(--primary)/.3)}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card:hover .quote-actions{opacity:1}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-content{font-size:1rem;line-height:1.6;color:hsl(var(--foreground));margin-bottom:1rem;font-style:italic}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-content:before,.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-content:after{content:'"';color:hsl(var(--primary)/.5);font-size:1.25rem;font-weight:600}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-author{font-weight:600;color:hsl(var(--primary));margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-author svg{width:1rem;height:1rem;color:hsl(var(--primary)/.7)}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid hsl(var(--border))}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-footer .quote-category{font-size:.75rem;background:hsl(var(--muted)/.3);color:hsl(var(--muted-foreground));padding:.25rem .75rem;border-radius:8px}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-footer .quote-actions{display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-footer .quote-actions button{padding:.25rem;border-radius:8px;color:hsl(var(--muted-foreground));background:transparent;border:none;cursor:pointer;transition:all .2s ease}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-footer .quote-actions button:hover{background:hsl(var(--muted)/.3);color:hsl(var(--foreground))}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-footer .quote-actions button.delete-btn:hover{background:hsl(var(--destructive)/.1);color:hsl(var(--destructive))}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-grid .quote-card .quote-footer .quote-actions button svg{width:.875rem;height:.875rem}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view{border:1px solid hsl(var(--border));border-radius:16px;overflow:hidden}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border));transition:background .2s ease;cursor:pointer}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item:last-child{border-bottom:none}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item:hover{background:hsl(var(--muted)/.1)}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item:hover .list-item-actions{opacity:1}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item .list-item-content{flex:1}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item .list-item-content .list-item-title{font-weight:500;color:hsl(var(--foreground));margin-bottom:.25rem}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item .list-item-content .list-item-subtitle{font-size:.875rem;color:hsl(var(--muted-foreground))}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item .list-item-actions{display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item .list-item-actions button{padding:.375rem;border-radius:8px;color:hsl(var(--muted-foreground));background:transparent;border:none;cursor:pointer}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item .list-item-actions button:hover{background:hsl(var(--muted)/.3);color:hsl(var(--foreground))}.quotes-library-page .quotes-library-section .quotes-category-view .quotes-list-view .list-item .list-item-actions button svg{width:1rem;height:1rem}.quotes-library-page .quotes-library-section .quotes-category-view .empty-categories,.quotes-library-page .quotes-library-section .quotes-category-view .empty-quotes{text-align:center;padding:4rem 2rem;background:hsl(var(--muted)/.1);border-radius:16px;border:2px dashed hsl(var(--border))}.quotes-library-page .quotes-library-section .quotes-category-view .empty-categories svg,.quotes-library-page .quotes-library-section .quotes-category-view .empty-quotes svg{width:4rem;height:4rem;color:hsl(var(--muted-foreground)/.5);margin-bottom:1.5rem}.quotes-library-page .quotes-library-section .quotes-category-view .empty-categories h3,.quotes-library-page .quotes-library-section .quotes-category-view .empty-quotes h3{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.quotes-library-page .quotes-library-section .quotes-category-view .empty-categories p,.quotes-library-page .quotes-library-section .quotes-category-view .empty-quotes p{color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.quotes-library-page .quotes-library-section .quotes-category-view .empty-categories .empty-actions,.quotes-library-page .quotes-library-section .quotes-category-view .empty-quotes .empty-actions{display:flex;gap:1rem;justify-content:center}.quotes-library-page .quotes-loading{animation:quotesPulse 1.5s ease-in-out infinite;padding:3rem;text-align:center;color:hsl(var(--muted-foreground))}@media print{.quotes-library-page{padding:0}.quotes-library-page .quotes-header-actions,.quotes-library-page .quotes-tabs,.quotes-library-page .category-actions,.quotes-library-page .quote-actions,.quotes-library-page .empty-actions,.quotes-library-page button{display:none!important}.quotes-library-page .category-card,.quotes-library-page .quote-card{break-inside:avoid;page-break-inside:avoid;border:1px solid #ddd}}@media(prefers-color-scheme:dark){.quotes-library-page .quotes-page-header{background:hsl(var(--background));border-color:hsl(var(--border))}.quotes-library-page .category-card,.quotes-library-page .quote-card{background:hsl(var(--background))}.quotes-library-page .empty-categories,.quotes-library-page .empty-quotes{background:hsl(var(--muted)/.05);border-color:hsl(var(--border))}}@keyframes quotesFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes quotesPulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:480px){.quotes-library-page{padding:.75rem}.quotes-library-page .quotes-page-header{padding:1rem}.quotes-library-page .quotes-page-header .quotes-header-content h1{font-size:1.5rem}.quotes-library-page .quotes-page-header .quotes-header-content p{font-size:.875rem}.quotes-library-page .category-card,.quotes-library-page .quote-card{padding:1.25rem}.quotes-library-page .quote-card .quote-content{font-size:.9375rem}.quotes-library-page .empty-categories,.quotes-library-page .empty-quotes{padding:2rem 1rem}.quotes-library-page .empty-categories svg,.quotes-library-page .empty-quotes svg{width:3rem;height:3rem}.quotes-library-page .empty-categories h3,.quotes-library-page .empty-quotes h3{font-size:1.125rem}}.create-glossary-form{max-width:600px;margin:0 auto}.create-glossary-form__section{margin-bottom:20px}.create-glossary-form__section:last-of-type{margin-bottom:0}.create-glossary-form__visibility{margin-top:24px}.create-glossary-form__visibility-label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:hsl(var(--foreground))}.create-glossary-form__visibility-options{display:flex;gap:16px;background-color:hsl(var(--muted));padding:4px;border-radius:8px;width:fit-content}.create-glossary-form__visibility-option{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;background:transparent;border-radius:6px;font-size:14px;font-weight:500;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s ease}.create-glossary-form__visibility-option:hover{background-color:hsl(var(--background));color:hsl(var(--foreground))}.create-glossary-form__visibility-option--active{background-color:hsl(var(--background));color:hsl(var(--primary))}.create-glossary-form__visibility-option svg{width:18px;height:18px}.create-glossary-form__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid hsl(var(--border))}.create-glossary-form__actions button{min-width:100px}@media(max-width:768px){.create-glossary-form{padding:16px}.create-glossary-form__visibility-options{flex-direction:column;width:100%}.create-glossary-form__visibility-option{width:100%;justify-content:center}.create-glossary-form__actions{flex-direction:column-reverse;gap:8px}.create-glossary-form__actions button{width:100%;min-width:auto}}.glossary-page{padding:24px;min-height:100vh;background-color:hsl(var(--background))}.glossary-page .glossary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.glossary-page .glossary-header .glossary-title{font-size:28px;font-weight:600;color:hsl(var(--foreground));margin:0}.glossary-page .glossary-content{margin-top:1rem}.glossary-page .glossary-content .glossary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;width:100%}@media(max-width:1024px){.glossary-page .glossary-content .glossary-grid{gap:1.25rem}}@media(max-width:768px){.glossary-page .glossary-content .glossary-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:640px){.glossary-page .glossary-content .glossary-grid{gap:.8rem}}.glossary-page .glossary-content .create-action-card{display:flex;justify-content:center;align-items:center;border:2px dashed hsl(var(--border));border-radius:12px;cursor:pointer;transition:all .25s ease;background-color:hsl(var(--card));height:fit-content}.glossary-page .glossary-content .create-action-card:hover{border-color:hsl(var(--primary));background-color:hsla(var(--primary),.02);transform:translateY(-2px)}.glossary-page .glossary-content .create-action-card .create-action-inner{padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.glossary-page .glossary-content .create-action-card .create-action-inner .create-action-icon{width:56px;height:56px;border-radius:14px;background:hsla(var(--primary),.12);color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.glossary-page .glossary-content .create-action-card .create-action-inner .create-action-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:hsl(var(--foreground))}.glossary-page .glossary-content .create-action-card .create-action-inner .create-action-subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.glossary-page .glossary-content .create-action-card .create-action-inner .create-action-buttons{display:flex;flex-direction:column;gap:.75rem;width:100%}.glossary-page .glossary-content .glossary-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;overflow:hidden;transition:all .3s ease;height:fit-content;cursor:pointer}.glossary-page .glossary-content .glossary-card:hover{transform:translateY(-4px);border-color:hsl(var(--primary))}.glossary-page .glossary-content .glossary-card:active{transform:translateY(-2px)}.glossary-page .glossary-content .glossary-card .glossary-card-inner{display:flex;flex-direction:column;height:100%;position:relative}.glossary-page .glossary-content .glossary-card .glossary-card-header{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 0;margin-bottom:1rem;flex-shrink:0}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));color:#fff;flex-shrink:0;font-weight:600}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-info{flex:1;min-width:0}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-info .glossary-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-info .visibility-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:16px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-info .visibility-badge.personal{background-color:hsla(var(--muted),.3);color:hsl(var(--muted-foreground))}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-info .visibility-badge.global{background-color:hsla(var(--primary),.1);color:hsl(var(--primary))}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-info .visibility-badge svg{width:12px;height:12px}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-actions{display:flex;gap:4px;margin-left:auto}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-actions .icon-btn{background:transparent;border:none;padding:6px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));transition:all .2s ease}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-actions .icon-btn svg{pointer-events:none}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-actions .icon-btn:hover{background:hsla(var(--foreground),.08)}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-actions .icon-btn.edit:hover{color:hsl(var(--primary))}.glossary-page .glossary-content .glossary-card .glossary-card-header .glossary-actions .icon-btn.delete:hover{color:hsl(var(--destructive));background:hsla(var(--destructive),.12)}.glossary-page .glossary-content .glossary-card .glossary-card-body{padding:0 1.5rem;flex:1}.glossary-page .glossary-content .glossary-card .glossary-card-body .glossary-definition{margin:0;color:hsl(var(--muted-foreground));font-size:.9375rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.glossary-page .glossary-content .glossary-card .glossary-card-footer{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));margin-top:auto}.glossary-page .glossary-content .glossary-card .glossary-card-footer .glossary-metadata{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.glossary-page .glossary-content .glossary-card .glossary-card-footer .glossary-metadata .glossary-tags{display:flex;gap:.375rem;flex-wrap:wrap}.glossary-page .glossary-content .glossary-card .glossary-card-footer .glossary-metadata .glossary-tags .glossary-tag{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:hsla(var(--accent),.1);color:hsl(var(--accent));border-radius:4px;font-size:.6875rem;line-height:1;font-weight:500;border:1px solid hsla(var(--accent),.2)}.glossary-page .glossary-content .glossary-card .glossary-card-footer .glossary-metadata .glossary-tags .glossary-tag svg{width:10px;height:10px}.glossary-page .glossary-content .glossary-card .glossary-card-footer .glossary-metadata .glossary-info-text{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.glossary-page .glossary-content .glossary-card .glossary-card-footer .glossary-metadata .glossary-info-text .created-by{font-size:.75rem;color:hsl(var(--muted-foreground));opacity:.8}.glossary-page .glossary-content .glossary-card .glossary-card-footer .glossary-metadata .glossary-info-text .date-badge{font-size:.75rem;color:hsl(var(--muted-foreground));padding:.25rem .5rem;background:hsla(var(--muted),.3);border-radius:4px}.glossary-page .glossary-content .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;border-radius:12px;margin:2rem 0}.glossary-page .glossary-content .loading-state .loading-spinner{width:48px;height:48px;border:3px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.25rem}.glossary-page .glossary-content .loading-state .loading-text{color:hsl(var(--muted-foreground));font-size:1rem;font-weight:500}.glossary-page .glossary-content .empty-state{text-align:center;padding:4rem 2rem;border-radius:12px;border:2px dashed hsl(var(--border));margin:2rem 0;background-color:hsl(var(--card))}.glossary-page .glossary-content .empty-state .empty-state-icon{margin-bottom:1.5rem;color:hsl(var(--border));opacity:.6}.glossary-page .glossary-content .empty-state .empty-state-title{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.75rem}.glossary-page .glossary-content .empty-state .empty-state-description{font-size:1rem;color:hsl(var(--muted-foreground));margin-bottom:1.75rem;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6}.glossary-page .glossary-content .empty-state .create-btn{min-width:180px}.glossary-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.glossary-page .modal-overlay .modal-content{background-color:hsl(var(--background));border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease}.glossary-page .modal-overlay .modal-content .modal-header{padding:20px 24px;border-bottom:1px solid hsl(var(--border));display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background-color:hsl(var(--background));z-index:1}.glossary-page .modal-overlay .modal-content .modal-header h2{font-size:20px;font-weight:600;color:hsl(var(--foreground));margin:0}.glossary-page .modal-overlay .modal-content .modal-header .close-btn{background:none;border:none;font-size:24px;color:hsl(var(--muted-foreground));cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1;transition:all .2s ease}.glossary-page .modal-overlay .modal-content .modal-header .close-btn:hover{background-color:hsla(var(--muted),.3);color:hsl(var(--foreground))}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.glossary-page{padding:16px}.glossary-page .glossary-header{flex-direction:column;gap:16px;align-items:stretch}.glossary-page .glossary-header .glossary-title{font-size:24px;text-align:center}.glossary-page .glossary-grid{grid-template-columns:1fr}.glossary-page .modal-content{margin:16px;max-height:calc(100vh - 32px)}}@media(max-width:480px){.glossary-page .glossary-card .glossary-card-header{flex-wrap:wrap}.glossary-page .glossary-card .glossary-card-header .glossary-actions{margin-left:0;width:100%;justify-content:flex-end}.glossary-page .glossary-card .glossary-card-footer .glossary-metadata{flex-direction:column;align-items:flex-start}.glossary-page .glossary-card .glossary-card-footer .glossary-metadata .glossary-info-text{width:100%;justify-content:space-between}.glossary-page .empty-state{padding:3rem 1.5rem}}.notes-container{padding:24px;max-width:1400px;margin:0 auto;min-height:100vh;background:hsl(var(--background))}.notes-container .notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:16px 0}.notes-container .notes-header-left{display:flex;align-items:center;gap:12px}.notes-container .notes-header .notes-title{font-size:32px;font-weight:600;color:hsl(var(--foreground));margin:0;font-family:var(--font-primary)}.notes-container .notes-header .notes-count{background:hsl(var(--muted));color:hsl(var(--muted-foreground));padding:4px 12px;border-radius:20px;font-size:14px;font-weight:500}.notes-container .notes-header .notes-create-btn{display:flex;align-items:center;gap:8px}.notes-container .notes-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.notes-container .notes-form-overlay .notes-form-container{width:90%;max-width:600px;max-height:90vh;overflow-y:auto;background:hsl(var(--card));border-radius:var(--radius);animation:slideUp .3s ease}.notes-container .notes-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:hsl(var(--muted-foreground));gap:16px}.notes-container .notes-loading-spinner{animation:spin 1s linear infinite;color:hsl(var(--primary))}.notes-container .notes-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;text-align:center;background:hsl(var(--card));border-radius:var(--radius);padding:48px;border:1px solid hsl(var(--border))}.notes-container .notes-empty-icon{font-size:64px;margin-bottom:24px;background:hsl(var(--muted));width:120px;height:120px;display:flex;align-items:center;justify-content:center;border-radius:60px}.notes-container .notes-empty h3{font-size:24px;font-weight:600;color:hsl(var(--foreground));margin-bottom:8px}.notes-container .notes-empty p{color:hsl(var(--muted-foreground));margin-bottom:24px;font-size:16px}.notes-container .notes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;animation:fadeIn .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.note-form{background:hsl(var(--card));border-radius:var(--radius);overflow:hidden}.note-form-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.note-form-header .note-form-title{font-size:20px;font-weight:600;color:hsl(var(--foreground));margin:0;font-family:var(--font-primary)}.note-form-header .note-form-close{color:hsl(var(--muted-foreground))}.note-form-header .note-form-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.note-form-body{padding:24px}.note-form-body .input-wrapper{margin-bottom:20px}.note-form-body .note-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:20px;border-top:1px solid hsl(var(--border))}.note-form-body .note-form-actions button{min-width:100px}.note-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:20px;transition:all .2s ease;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.note-card:hover{transform:translateY(-4px);border-color:hsl(var(--primary)/.3)}.note-card:hover .note-card-actions{opacity:1}.note-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:12px}.note-card-header .note-card-title-section{flex:1;min-width:0}.note-card-header .note-card-title-section .note-card-title{font-size:18px;font-weight:600;color:hsl(var(--foreground));margin:0 0 8px;line-height:1.4;font-family:var(--font-primary);word-wrap:break-word}.note-card-header .note-card-title-section .note-type-badge{display:inline-block;padding:4px 10px;border-radius:16px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.note-card-header .note-card-title-section .note-type-badge.note-type-case-study{background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.note-card-header .note-card-title-section .note-type-badge.note-type-research{background:hsl(var(--success)/.1);color:hsl(var(--success))}.note-card-header .note-card-title-section .note-type-badge.note-type-personal{background:hsl(var(--warning)/.1);color:hsl(var(--warning))}.note-card-header .note-card-title-section .note-type-badge.note-type-default{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.note-card-header .note-card-actions{display:flex;gap:4px;opacity:.7;transition:opacity .2s ease}.note-card-header .note-card-actions .note-card-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;color:hsl(var(--muted-foreground))}.note-card-header .note-card-actions .note-card-btn svg{width:16px;height:16px}.note-card-header .note-card-actions .note-card-btn.note-card-btn-edit{color:hsl(var(--primary))}.note-card-header .note-card-actions .note-card-btn.note-card-btn-edit:hover{background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.note-card-header .note-card-actions .note-card-btn.note-card-btn-delete{color:hsl(var(--destructive))}.note-card-header .note-card-actions .note-card-btn.note-card-btn-delete:hover{background:hsl(var(--destructive)/.1);color:hsl(var(--destructive))}.note-card-header .note-card-actions .note-card-btn:hover{transform:scale(1.05)}.note-card-header .note-card-actions .note-card-btn:active{transform:scale(.95)}.note-card-header .note-card-actions .note-card-btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.note-card-content{flex:1;margin-bottom:16px}.note-card-content .note-card-description{color:hsl(var(--foreground));font-size:14px;line-height:1.6;margin:0;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.note-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid hsl(var(--border));font-size:12px}.note-card-footer .note-card-meta{display:flex;align-items:center;gap:6px;color:hsl(var(--muted-foreground))}.note-card-footer .note-card-meta svg{width:14px;height:14px;flex-shrink:0}.note-card-footer .note-card-meta span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}@media(max-width:768px){.note-card{padding:16px}.note-card-header .note-card-title-section .note-card-title{font-size:16px}.note-card-footer{flex-direction:column;align-items:flex-start;gap:8px}.note-card-footer .note-card-meta{width:100%}.note-card-footer .note-card-meta span{max-width:100%}}@media(max-width:480px){.note-card-header{flex-direction:column;align-items:flex-start}.note-card-header .note-card-actions{align-self:flex-end;margin-top:-32px}}.vbel-page{--vbel-page-bg: hsl(var(--copilot-saddle-150));--vbel-panel-bg: hsl(var(--card));--vbel-surface-strong: hsla(var(--card) / .86);--vbel-surface-alt: hsla(var(--card) / .95);--vbel-surface-muted: hsl(var(--secondary));--vbel-surface-soft: hsl(var(--muted));--vbel-text: hsl(var(--foreground));--vbel-text-muted: hsl(var(--copilot-stone-750));--vbel-text-soft: hsl(var(--muted-foreground));--vbel-text-faint: hsla(var(--foreground) / .5);--vbel-white: hsl(var(--background));--vbel-ink: hsl(var(--copilot-stone-900));--vbel-ink-hover: hsl(var(--ayurveda-brown));--vbel-border: hsl(var(--border));--vbel-border-soft: hsla(var(--border) / .58);--vbel-border-contrast: hsla(var(--background) / .2);--vbel-shadow-sm: var(--shadow-sm);--vbel-shadow-md: var(--shadow-md);--vbel-shadow-lg: var(--shadow-lg);--vbel-hero-bg: radial-gradient(circle at 18% 22%, hsla(var(--background) / .18), transparent 24%), radial-gradient(circle at 80% 12%, hsla(var(--ayurveda-ochre) / .3), transparent 28%), linear-gradient( 135deg, hsl(var(--copilot-stone-900)) 0%, hsl(var(--ayurveda-brown)) 45%, hsl(var(--ayurveda-ochre)) 100% );--vbel-featured-book-bg: linear-gradient( 135deg, hsl(var(--copilot-stone-900)), hsl(var(--ayurveda-brown)), hsl(var(--ayurveda-ochre)) );--vbel-featured-page-bg: repeating-linear-gradient( to bottom, hsla(var(--background) / .92) 0, hsla(var(--background) / .92) 3px, hsla(var(--ayurveda-ochre) / .4) 4px, hsla(var(--background) / .82) 7px );--vbel-ghost-one-bg: linear-gradient( 135deg, hsl(var(--ayurveda-green)), hsl(var(--success)), hsla(var(--background) / .72) );--vbel-ghost-two-bg: linear-gradient( 135deg, hsl(var(--chart-5)), hsl(var(--primary)), hsla(var(--background) / .72) );--vbel-pathway-amber-border: hsla(var(--warning) / .4);--vbel-pathway-amber-bg: hsla(var(--warning) / .12);--vbel-pathway-amber-text: hsl(var(--warning));--vbel-pathway-green-border: hsla(var(--success) / .4);--vbel-pathway-green-bg: hsla(var(--success) / .12);--vbel-pathway-green-text: hsl(var(--success));--vbel-pathway-indigo-border: hsla(var(--primary) / .28);--vbel-pathway-indigo-bg: hsla(var(--primary) / .1);--vbel-pathway-indigo-text: hsl(var(--primary));min-height:100vh;background:var(--vbel-page-bg);color:var(--vbel-text);font-family:var(--font-base)}.vbel-shell{margin:0 auto;padding:20px 16px}.vbel-panel{overflow:hidden;border-radius:38px;background:var(--vbel-panel-bg);box-shadow:var(--vbel-shadow-lg)}.vbel-icon{width:18px;height:18px;flex-shrink:0}.vbel-hero{position:relative;min-height:330px;overflow:hidden;padding:20px 28px;background:var(--vbel-hero-bg)}.vbel-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,hsla(var(--foreground)/.66),hsla(var(--foreground)/.28),hsla(var(--background)/.04))}.vbel-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:16px;margin-top:24px}.vbel-hero-content{max-width:760px;color:var(--vbel-white)}.vbel-hero-content h1{max-width:680px;margin:12px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,5vw,58px);line-height:1.02;letter-spacing:-.04em}.vbel-hero-content p{max-width:580px;margin:12px 0 0;font-size:14px;line-height:1.75;color:hsla(var(--background)/.74)}.vbel-hero-kicker{display:inline-flex;align-items:center;gap:8px;border:1px solid hsla(var(--background)/.2);border-radius:999px;background:hsla(var(--background)/.12);padding:8px 16px;color:hsla(var(--background)/.78);font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vbel-hero-kicker .vbel-icon{width:16px;height:16px}.vbel-search-box{display:flex;align-items:center;gap:12px;max-width:680px;margin-top:20px;border-radius:20px;background:var(--vbel-white);padding:8px;box-shadow:0 24px 54px hsla(var(--foreground)/.28)}.vbel-search-box input{min-width:0;flex:1;border:0;background:transparent;outline:none;color:var(--vbel-text);font-size:14px}.vbel-search-box input::placeholder{color:var(--vbel-text-faint)}.vbel-search-box button{border:0;border-radius:16px;background:var(--vbel-ink);padding:12px 20px;color:var(--vbel-white);font-size:14px;font-weight:800;cursor:pointer}.vbel-search-box button:hover{background:var(--vbel-ink-hover)}.vbel-search-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:16px;background:var(--vbel-surface-muted);color:var(--vbel-text-muted)}.vbel-topic-chips,.vbel-hero-actions{display:flex;flex-wrap:wrap;gap:8px}.vbel-topic-chips{margin-top:12px}.vbel-topic-chips button{border:1px solid hsla(var(--background)/.15);border-radius:999px;background:hsla(var(--background)/.12);padding:7px 14px;color:hsla(var(--background)/.78);font-size:11px;font-weight:700;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vbel-topic-chips button:hover{background:hsla(var(--background)/.2)}.vbel-hero-actions{margin-top:16px}.vbel-hero-actions button{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:12px 20px;font-size:14px;font-weight:800;cursor:pointer}.vbel-hero-actions .is-light{background:var(--vbel-white);color:var(--vbel-text);box-shadow:0 10px 22px hsla(var(--foreground)/.18)}.vbel-hero-actions .is-glass{border:1px solid hsla(var(--background)/.2);background:hsla(var(--background)/.14);color:var(--vbel-white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vbel-hero-books{position:relative;min-height:240px}.vbel-featured-book{position:absolute;top:0;right:40px;width:176px;height:256px;border-radius:14px 24px 24px 14px;background:linear-gradient(135deg,hsl(var(--copilot-stone-900)),hsl(var(--ayurveda-brown)),hsl(var(--ayurveda-ochre)));color:var(--vbel-white);text-align:center;transform:rotateY(-18deg) rotate(4deg);box-shadow:28px 36px 70px hsla(var(--foreground)/.36)}.vbel-page-edge{position:absolute;top:12px;right:-16px;width:20px;height:calc(100% - 24px);border-radius:0 16px 16px 0;background:repeating-linear-gradient(to bottom,hsla(var(--background)/.9) 0,hsla(var(--background)/.9) 3px,hsla(var(--ayurveda-ochre)/.38) 4px,hsla(var(--background)/.82) 7px)}.vbel-spine{position:absolute;left:0;top:0;width:20px;height:100%;border-radius:14px 0 0 14px;background:hsla(var(--foreground)/.24)}.vbel-featured-content{position:relative;z-index:2;display:flex;height:100%;flex-direction:column;justify-content:space-between;padding:28px 24px}.vbel-featured-content span,.vbel-featured-content em{font-size:10px;font-style:normal;letter-spacing:.24em;text-transform:uppercase;color:hsla(var(--background)/.65)}.vbel-featured-content h2{margin:14px 0 0;font-family:Georgia,Times New Roman,serif;font-size:24px;line-height:1.1}.vbel-featured-content p{margin:14px 0 0;font-size:12px;line-height:1.55;color:hsla(var(--background)/.68)}.vbel-featured-content .vbel-icon{width:40px;height:40px;margin:0 auto;color:hsla(var(--background)/.8)}.vbel-ghost-book{position:absolute;border-radius:14px 22px 22px 14px;opacity:.9;box-shadow:20px 28px 54px hsla(var(--foreground)/.24)}.vbel-ghost-one{top:64px;right:208px;width:160px;height:224px;background:linear-gradient(135deg,hsl(var(--ayurveda-green)),hsl(var(--success)),hsla(var(--background)/.72));transform:rotateY(-18deg) rotate(-9deg)}.vbel-ghost-two{top:128px;right:0;width:144px;height:192px;background:linear-gradient(135deg,hsl(var(--chart-5)),hsl(var(--primary)),hsla(var(--background)/.72));transform:rotateY(-18deg) rotate(12deg)}.vbel-layout{display:block;background:var(--vbel-page-bg);padding:16px}.vbel-left-sidebar,.vbel-right-sidebar{position:sticky;top:16px;align-self:start;display:flex;flex-direction:column;gap:12px}.vbel-right-sidebar{justify-self:end;width:250px}.vbel-side-card,.vbel-section-card{border:1px solid var(--vbel-border);background:hsla(var(--background)/.86);box-shadow:0 10px 26px hsla(var(--foreground)/.07)}.vbel-side-card{border-radius:22px;padding:12px}.vbel-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.vbel-card-title-row strong{display:inline-flex;align-items:center;gap:8px;color:var(--vbel-text);font-size:13px}.vbel-card-title-row span{color:var(--vbel-text-faint);font-size:10px;letter-spacing:.16em;text-transform:uppercase}.vbel-card-title-row .vbel-icon{width:15px;height:15px}.vbel-live-pill{border-radius:999px;background:var(--vbel-surface-muted);padding:2px 8px;color:var(--vbel-text-soft)!important;font-weight:800;letter-spacing:0!important;text-transform:none!important}.vbel-shelf-list,.vbel-filter-list,.vbel-pulse-list,.vbel-intent-list,.vbel-intelligence-list,.vbel-trust-list{display:grid;gap:8px}.vbel-shelf-button{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;border-radius:16px;background:hsla(var(--background)/.75);padding:11px 14px;color:var(--vbel-text-muted);text-align:left;cursor:pointer;transition:.2s ease}.vbel-shelf-button span{font-size:14px;font-weight:800}.vbel-shelf-button em{border-radius:999px;background:var(--vbel-surface-muted);padding:2px 8px;color:var(--vbel-text-soft);font-size:12px;font-style:normal}.vbel-shelf-button:hover,.vbel-shelf-button.is-active{background:var(--vbel-ink);color:var(--vbel-white);box-shadow:0 10px 24px hsla(var(--foreground)/.16)}.vbel-shelf-button:hover em,.vbel-shelf-button.is-active em{background:hsla(var(--background)/.15);color:var(--vbel-white)}.vbel-filter-list label{display:flex;align-items:center;gap:10px;border-radius:16px;background:var(--vbel-surface-soft);padding:9px 12px;color:var(--vbel-text-muted);font-size:13px}.vbel-filter-list label input{width:15px;height:15px;accent-color:var(--vbel-ink)}.vbel-main-content{min-width:0;display:flex;flex-direction:column;gap:16px}.vbel-section-card{border-radius:24px;padding:12px}.vbel-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.vbel-section-head span{color:var(--vbel-text-faint);font-size:12px;letter-spacing:.22em;text-transform:uppercase}.vbel-section-head h2{margin:4px 0 0;color:var(--vbel-text);font-size:24px;font-weight:800;letter-spacing:-.035em}.vbel-section-head p{margin:2px 0 0;color:var(--vbel-text-soft);font-size:12px}.vbel-section-head button{border:1px solid var(--vbel-border);border-radius:999px;background:var(--vbel-white);padding:9px 16px;color:var(--vbel-text-muted);font-size:13px;font-weight:800;cursor:pointer}.vbel-section-head button:hover{background:var(--vbel-surface-soft)}.vbel-section-head>.vbel-icon{color:var(--vbel-text-faint)}.vbel-book-list{display:grid;gap:12px}.vbel-book-card{overflow:hidden;border:1px solid var(--vbel-border);border-radius:24px;padding:12px;box-shadow:0 8px 22px hsla(var(--foreground)/.06);transition:.25s ease}.vbel-book-card.is-even{background:hsla(var(--background)/.95)}.vbel-book-card.is-odd{background:var(--vbel-surface-alt)}.vbel-book-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px hsla(var(--foreground)/.12)}.vbel-book-banner{position:relative;height:118px;overflow:hidden;border-radius:18px;background:var(--vbel-ink)}.vbel-book-banner>img{width:100%;height:100%;object-fit:cover;transition:.45s ease}.vbel-book-card:hover .vbel-book-banner>img{transform:scale(1.025)}.vbel-book-banner-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,hsla(var(--foreground)/.78),hsla(var(--foreground)/.28),hsla(var(--foreground)/.08)),linear-gradient(0deg,hsla(var(--foreground)/.7),transparent)}.vbel-book-tags{position:absolute;top:16px;left:16px;display:flex;flex-wrap:wrap;gap:8px}.vbel-book-tags span{border:1px solid hsla(var(--background)/.2);border-radius:999px;background:hsla(var(--background)/.14);padding:4px 10px;color:var(--vbel-white);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vbel-book-banner-title{position:absolute;right:16px;bottom:16px;left:124px;color:var(--vbel-white)}.vbel-book-banner-title span{color:hsla(var(--background)/.55);font-size:10px;letter-spacing:.18em;text-transform:uppercase}.vbel-book-banner-title h3{margin:4px 0 0;overflow:hidden;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.vbel-book-banner-title p{margin:4px 0 0;overflow:hidden;color:hsla(var(--background)/.68);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.vbel-book-card-body{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;padding:12px 4px 4px}.vbel-book-avatar-wrap{position:relative;margin-top:-64px}.vbel-book-avatar{position:relative;width:92px;height:142px;overflow:hidden;border:1px solid hsla(var(--background)/.8);border-radius:10px 16px 16px 10px;background:var(--vbel-ink);box-shadow:12px 16px 26px hsla(var(--foreground)/.26);ring:3px solid var(--vbel-white)}.vbel-book-avatar img{width:100%;height:100%;object-fit:cover}.vbel-book-avatar-spine{position:absolute;top:0;left:0;width:12px;height:100%;background:hsla(var(--foreground)/.32)}.vbel-book-avatar-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,hsla(var(--foreground)/.78),hsla(var(--foreground)/.1),transparent)}.vbel-book-avatar-title{position:absolute;right:8px;bottom:8px;left:8px;display:-webkit-box;overflow:hidden;color:var(--vbel-white);font-family:Georgia,Times New Roman,serif;font-size:12px;font-weight:800;line-height:1.15;text-align:center;-webkit-line-clamp:3;-webkit-box-orient:vertical}.vbel-book-info{min-width:0}.vbel-book-card-tools{display:flex;justify-content:flex-end;gap:8px;margin-bottom:10px}.vbel-book-tool-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--vbel-border);border-radius:999px;background:var(--vbel-white);color:var(--vbel-text-muted);cursor:pointer;transition:.2s ease}.vbel-book-tool-btn:hover{background:var(--vbel-surface-soft);color:var(--vbel-text)}.vbel-book-tool-btn.is-danger:hover{color:hsl(var(--destructive))}.vbel-book-mobile-title{display:none}.vbel-book-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:12px}.vbel-book-overview p{display:-webkit-box;margin:0;overflow:hidden;color:var(--vbel-text-muted);font-size:14px;line-height:1.65;-webkit-line-clamp:2;-webkit-box-orient:vertical}.vbel-book-meta-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.vbel-book-meta-pills span{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:var(--vbel-surface-muted);padding:5px 10px;color:var(--vbel-text-muted);font-size:11px;font-weight:700}.vbel-book-meta-pills span .vbel-icon{width:12px;height:12px}.vbel-book-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.vbel-book-stats div{border-radius:12px;background:var(--vbel-surface-soft);padding:8px;text-align:center}.vbel-book-stats strong{display:inline-flex;align-items:center;justify-content:center;gap:4px;color:var(--vbel-text);font-size:14px}.vbel-book-stats strong .vbel-icon{width:14px;height:14px}.vbel-book-stats span{display:block;margin-top:2px;color:var(--vbel-text-faint);font-size:9px;letter-spacing:.14em;text-transform:uppercase}.vbel-progress-line{height:6px;margin-top:12px;overflow:hidden;border-radius:999px;background:var(--vbel-surface-muted)}.vbel-progress-line i{display:block;height:100%;border-radius:inherit;background:var(--vbel-ink)}.vbel-book-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px}.vbel-book-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--vbel-border);border-radius:12px;background:var(--vbel-white);padding:9px 10px;color:var(--vbel-text-muted);font-size:12px;font-weight:800;cursor:pointer;transition:.2s ease}.vbel-book-actions button:hover{background:var(--vbel-surface-soft)}.vbel-book-actions button.is-primary{border-color:var(--vbel-ink);background:var(--vbel-ink);color:var(--vbel-white)}.vbel-book-actions button.is-primary:hover{background:var(--vbel-ink-hover)}.vbel-book-actions button .vbel-icon{width:14px;height:14px}.vbel-pathway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.vbel-pathway-card{border-radius:22px;padding:16px}.vbel-pathway-card h3{margin:0;font-size:14px;font-weight:900}.vbel-pathway-card p{margin:8px 0 0;font-size:12px;line-height:1.55;opacity:.75}.vbel-pathway-icon{display:grid;width:40px;height:40px;place-items:center;margin-bottom:12px;border-radius:16px;background:hsla(var(--background)/.7)}.vbel-pathway-amber{border:1px solid var(--vbel-pathway-amber-border);background:var(--vbel-pathway-amber-bg);color:var(--vbel-pathway-amber-text)}.vbel-pathway-green{border:1px solid var(--vbel-pathway-green-border);background:var(--vbel-pathway-green-bg);color:var(--vbel-pathway-green-text)}.vbel-pathway-indigo{border:1px solid var(--vbel-pathway-indigo-border);background:var(--vbel-pathway-indigo-bg);color:var(--vbel-pathway-indigo-text)}.vbel-pulse-list div{display:flex;align-items:center;justify-content:space-between;border-radius:12px;background:var(--vbel-surface-soft);padding:8px 10px;color:var(--vbel-text-muted);font-size:12px}.vbel-pulse-list div i{width:8px;height:8px;border-radius:999px;background:var(--vbel-ink)}.vbel-compass-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:12px}.vbel-compass-head span{color:var(--vbel-text-faint);font-size:10px;letter-spacing:.18em;text-transform:uppercase}.vbel-compass-head strong{display:block;margin-top:2px;color:var(--vbel-text);font-size:13px;line-height:1.25}.vbel-compass-head button{border:1px solid var(--vbel-border);border-radius:999px;background:var(--vbel-white);padding:5px 10px;color:var(--vbel-text-muted);font-size:10px;font-weight:800;cursor:pointer}.vbel-intent-button{border:1px solid var(--vbel-border);border-radius:16px;background:hsla(var(--background)/.85);padding:9px 12px;color:var(--vbel-text-muted);text-align:left;cursor:pointer;transition:.2s ease}.vbel-intent-button strong{display:block;font-size:13px}.vbel-intent-button span{display:block;margin-top:2px;color:var(--vbel-text-faint);font-size:10px;line-height:1.4}.vbel-intent-button.is-active{border-color:var(--vbel-ink);background:var(--vbel-ink);color:var(--vbel-white);box-shadow:0 8px 18px hsla(var(--foreground)/.16)}.vbel-intent-button.is-active span{color:hsla(var(--background)/.62)}.vbel-intelligence-card{border:1px solid var(--vbel-border);border-radius:18px;background:hsla(var(--background)/.85);padding:10px;box-shadow:0 6px 16px hsla(var(--foreground)/.06)}.vbel-intelligence-card p{display:-webkit-box;margin:8px 0 0;overflow:hidden;color:var(--vbel-text-muted);font-size:11px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical}.vbel-intelligence-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.vbel-intelligence-head strong{color:var(--vbel-text);font-size:18px}.vbel-intelligence-head span{display:block;margin-top:2px;color:var(--vbel-text-faint);font-size:9px;letter-spacing:.16em;text-transform:uppercase}.vbel-small-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:12px;background:var(--vbel-surface-muted);color:var(--vbel-text-soft)}.vbel-small-icon .vbel-icon{width:14px;height:14px}.vbel-trust-signal{border-radius:16px;background:var(--vbel-surface-soft);padding:9px 12px}.vbel-trust-signal strong{display:block;color:var(--vbel-text);font-size:14px}.vbel-trust-signal span{display:block;margin-top:2px;color:var(--vbel-text-faint);font-size:10px;letter-spacing:.14em;text-transform:uppercase}@media(max-width:1240px){.vbel-right-sidebar{position:static;grid-column:1/-1;width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.vbel-hero-grid{grid-template-columns:1fr}.vbel-hero-books{display:none}.vbel-left-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.vbel-right-sidebar,.vbel-book-content-grid{grid-template-columns:1fr}.vbel-book-stats{grid-template-columns:repeat(4,1fr)}.vbel-pathway-grid{grid-template-columns:1fr}}@media(max-width:720px){.vbel-shell{padding:10px}.vbel-panel{border-radius:24px}.vbel-hero{min-height:auto;padding:18px}.vbel-hero-content h1{font-size:36px}.vbel-search-box{align-items:stretch;flex-direction:column}.vbel-search-box input{width:100%;padding:8px}.vbel-layout{padding:12px}.vbel-left-sidebar{grid-template-columns:1fr}.vbel-section-head{flex-direction:column}.vbel-book-banner-title{display:none}.vbel-book-card-body{grid-template-columns:1fr}.vbel-book-avatar-wrap{margin-top:-52px}.vbel-book-avatar{margin:0 auto}.vbel-book-mobile-title{display:block;margin-bottom:10px}.vbel-book-mobile-title span{color:var(--vbel-text-faint);font-size:10px;letter-spacing:.18em;text-transform:uppercase}.vbel-book-mobile-title h3{margin:4px 0 0;font-family:Georgia,Times New Roman,serif;font-size:24px;line-height:1.1}.vbel-book-mobile-title p{margin:4px 0 0;color:var(--vbel-text-soft);font-size:12px}.vbel-book-stats{grid-template-columns:repeat(2,1fr)}.vbel-book-actions{grid-template-columns:1fr 1fr}}.vbel-right-sidebar{width:100%;display:flex;flex-direction:column;gap:1.4rem;padding:1rem;min-height:100vh;background:hsl(var(--background));border-left:1px solid hsla(var(--border)/.4)}.vbel-side-card{position:relative;overflow:hidden;border-radius:28px;padding:1.4rem;background:linear-gradient(180deg,hsla(var(--card)/.96),hsla(var(--card)/.88));border:1px solid hsla(var(--border)/.5);box-shadow:0 20px 60px #0000002e,inset 0 1px #ffffff0a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.vbel-side-card:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:radial-gradient(circle at top,hsla(var(--primary)/.14),transparent 60%);pointer-events:none}.vbel-card-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem;gap:1rem}.vbel-card-title-row strong{display:flex;align-items:center;gap:.7rem;color:hsl(var(--foreground));font-size:1rem;font-weight:700;letter-spacing:-.02em}.vbel-icon{width:18px;height:18px;color:hsl(var(--primary));flex-shrink:0}.vbel-live-pill{padding:.32rem .7rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:hsla(var(--primary)/.16);color:hsl(var(--primary));border:1px solid hsla(var(--primary)/.25)}.vbel-pulse-list{display:flex;flex-direction:column;gap:1rem}.vbel-pulse-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;border-bottom:1px solid hsla(var(--border)/.3)}.vbel-pulse-item:last-child{border-bottom:none;padding-bottom:0}.vbel-pulse-item span{color:hsl(var(--foreground));font-size:.95rem;line-height:1.5}.vbel-pulse-item i{width:7px;height:7px;border-radius:50%;background:hsl(var(--primary));box-shadow:0 0 16px hsla(var(--primary)/.8);flex-shrink:0}.vbel-trust-list{display:flex;flex-direction:column;gap:1.3rem}.vbel-trust-signal{display:flex;flex-direction:column;gap:.35rem;padding:.2rem 0}.vbel-trust-signal strong{color:hsl(var(--foreground));font-size:1.8rem;line-height:1;font-weight:800;letter-spacing:-.04em}.vbel-trust-signal span{color:hsl(var(--muted-foreground));font-size:.72rem;text-transform:uppercase;letter-spacing:.24em;font-weight:600}@media(max-width:768px){.vbel-right-sidebar{padding:.7rem}.vbel-side-card{border-radius:22px;padding:1.1rem}.vbel-trust-signal strong{font-size:1.45rem}}.vbp-page{--vbp-panel-bg: hsl(var(--card));--vbp-surface-strong: hsla(var(--card) / .86);--vbp-surface-soft: hsl(var(--muted));--vbp-surface-warm: hsla(var(--ayurveda-ochre) / .1);--vbp-text: hsl(var(--foreground));--vbp-text-muted: hsl(var(--copilot-stone-750));--vbp-text-soft: hsl(var(--muted-foreground));--vbp-text-faint: hsla(var(--foreground) / .5);--vbp-white: hsl(var(--background));--vbp-ink: hsl(var(--copilot-stone-900));--vbp-ink-hover: hsl(var(--ayurveda-brown));--vbp-border: hsl(var(--border));--vbp-border-soft: hsla(var(--border) / .45);--vbp-shadow-sm: var(--shadow-sm);--vbp-shadow-md: var(--shadow-md);--vbp-shadow-lg: var(--shadow-lg);--vbp-hero-bg: radial-gradient(circle at 20% 20%, hsla(var(--background) / .35), transparent 22%), linear-gradient( 135deg, hsl(var(--copilot-stone-900)) 0%, hsl(var(--ayurveda-brown)) 42%, hsl(var(--ayurveda-ochre)) 100% );--vbp-book-shell: hsl(var(--ayurveda-brown));--vbp-book-foil: hsla(var(--ayurveda-ochre) / .72);--vbp-book-highlight: hsla(var(--background) / .82);--vbp-book-page: hsla(var(--ayurveda-ochre) / .22);--vbp-status-update-bg: hsla(var(--primary) / .1);--vbp-status-update-border: hsla(var(--primary) / .18);--vbp-status-update-text: hsl(var(--primary));--vbp-status-publication-bg: hsla(var(--success) / .12);--vbp-status-publication-border: hsla(var(--success) / .2);--vbp-status-publication-text: hsl(var(--success));--vbp-status-comment-bg: hsla(var(--warning) / .14);--vbp-status-comment-border: hsla(var(--warning) / .24);--vbp-status-comment-text: hsl(var(--warning));--vbp-status-testimonial-bg: hsla(var(--chart-5) / .12);--vbp-status-testimonial-border: hsla(var(--chart-5) / .18);--vbp-status-testimonial-text: hsl(var(--chart-5));min-height:100vh;background:var(--vbp-page-bg);color:var(--vbp-text);font-family:var(--font-base)}.vbp-shell{margin:0 auto;padding:20px 16px}.vbp-profile{overflow:hidden;border:1px solid var(--vbp-border);border-radius:34px;background:var(--vbp-panel-bg);box-shadow:var(--vbp-shadow-lg)}.vbp-hero{position:relative;height:320px;background:var(--vbp-hero-bg)}.vbp-hero-badges{position:absolute;top:26px;left:28px;display:flex;flex-wrap:wrap;gap:10px}.vbp-badge{display:inline-flex;align-items:center;border:1px solid hsla(var(--border)/.9);border-radius:999px;background:hsla(var(--background)/.84);padding:7px 14px;font-size:12px;font-weight:600;color:var(--vbp-text-muted);box-shadow:0 6px 16px hsla(var(--foreground)/.12)}.vbp-edit-button{position:absolute;top:26px;right:28px;display:inline-flex;align-items:center;gap:9px;border:0;border-radius:999px;background:hsla(var(--background)/.9);padding:12px 18px;font-size:14px;font-weight:700;color:var(--vbp-ink-hover);cursor:pointer;box-shadow:0 10px 24px hsla(var(--foreground)/.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vbp-edit-button:hover{background:var(--vbp-white)}.vbp-hero-text{position:absolute;bottom:28px;left:330px;max-width:720px;color:var(--vbp-white)}.vbp-hero-text .vbp-kicker{font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:hsla(var(--background)/.72)}.vbp-hero-text h1{margin:10px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.025em}.vbp-hero-text p{max-width:620px;margin:14px 0 0;font-size:14px;line-height:1.7;color:hsla(var(--background)/.82)}.vbp-profile-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px}.vbp-action-follow,.vbp-action-add-chapter,.vbp-action-read,.vbp-action-chat{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:11px 20px;font-size:14px;font-weight:800;cursor:pointer;transition:.2s ease}.vbp-action-follow{background:var(--vbp-white);color:var(--vbp-text);box-shadow:0 8px 18px hsla(var(--foreground)/.14)}.vbp-action-follow:hover{background:var(--vbp-surface-soft)}.vbp-action-add-chapter{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.vbp-action-add-chapter:hover{background:hsla(var(--primary)/.9)}.vbp-action-read{background:hsla(var(--foreground)/.92);color:var(--vbp-white);box-shadow:0 8px 18px hsla(var(--foreground)/.18);outline:1px solid hsla(var(--background)/.2)}.vbp-action-read:hover{background:var(--vbp-ink)}.vbp-action-chat{background:hsla(var(--background)/.16);color:var(--vbp-white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);outline:1px solid hsla(var(--background)/.28)}.vbp-action-chat:hover{background:hsla(var(--background)/.25)}.vbp-body-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:22px;padding:0 24px 28px}.vbp-left-column{position:relative;z-index:2;margin-top:-96px}.vbp-book-3d-wrap{display:flex;justify-content:flex-start;perspective:1400px;transform-style:preserve-3d}.vbp-book-3d{position:relative;width:222px;height:326px;border-radius:12px 20px 20px 12px;background:var(--vbp-book-shell);color:hsla(var(--background)/.82);text-align:center;transform:rotateY(-13deg) rotateX(2deg);transform-style:preserve-3d;box-shadow:18px 22px 42px hsla(var(--foreground)/.34),5px 8px 16px hsla(var(--foreground)/.22);transition:transform .35s ease,box-shadow .35s ease}.vbp-book-3d:hover{transform:rotateY(-7deg) rotateX(1deg) translateY(-3px);box-shadow:22px 28px 60px hsla(var(--foreground)/.38),8px 12px 20px hsla(var(--foreground)/.2)}.vbp-book-3d:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px 20px 20px 12px;border:1px solid hsla(var(--ayurveda-ochre)/.85);background:radial-gradient(circle at 30% 10%,hsla(var(--background)/.16),transparent 34%),linear-gradient(135deg,hsl(var(--copilot-stone-900)),hsl(var(--copilot-stone-900)) 55%,hsl(var(--ayurveda-brown)));overflow:hidden}.vbp-book-3d:after{content:"";position:absolute;top:8px;right:-16px;width:18px;height:calc(100% - 16px);border-radius:0 14px 14px 0;background:repeating-linear-gradient(to bottom,hsla(var(--background)/.9) 0,hsla(var(--background)/.9) 3px,hsla(var(--ayurveda-ochre)/.32) 4px,hsla(var(--background)/.84) 7px);transform:rotateY(78deg);transform-origin:left;box-shadow:inset -7px 0 12px hsla(var(--foreground)/.18)}.vbp-book-spine{position:absolute;z-index:3;left:0;top:0;width:24px;height:100%;border-radius:12px 0 0 12px;background:linear-gradient(90deg,hsla(var(--foreground)/.42),hsla(var(--background)/.04)),hsl(var(--copilot-stone-900))}.vbp-book-spine-line{position:absolute;z-index:4;left:25px;top:0;width:1px;height:100%;background:hsla(var(--ayurveda-ochre)/.45)}.vbp-book-cover-light{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;border-radius:12px 20px 20px 12px;background:linear-gradient(100deg,hsla(var(--background)/.08),transparent 34%),radial-gradient(circle at 70% 20%,hsla(var(--ayurveda-ochre)/.13),transparent 28%);pointer-events:none}.vbp-book-pages{position:absolute;z-index:-1;right:-13px;top:11px;width:18px;height:calc(100% - 22px);border-radius:0 13px 13px 0;background:var(--vbp-book-page)}.vbp-book-cover-content{position:relative;z-index:5;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:space-between;padding:30px 24px 28px 34px}.vbp-book-category,.vbp-book-code{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--vbp-book-foil)}.vbp-book-center{display:flex;flex-direction:column;align-items:center}.vbp-book-cover-icon{width:46px;height:46px;margin-bottom:20px;color:var(--vbp-book-highlight)}.vbp-book-title{max-width:160px;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:700;line-height:1.08;letter-spacing:-.025em}.vbp-book-divider{width:90px;height:1px;margin:24px 0 18px;background:hsla(var(--ayurveda-ochre)/.72)}.vbp-book-subtitle{max-width:154px;font-size:11px;line-height:1.55;color:var(--vbp-book-foil)}.vbp-author-card,.vbp-stat-card,.vbp-card,.vbp-timeline-card,.vbp-comment-card,.vbp-testimonial-card{border:1px solid var(--vbp-border);background:hsla(var(--background)/.86);box-shadow:0 10px 26px hsla(var(--foreground)/.07)}.vbp-author-card{display:flex;align-items:center;gap:14px;margin-top:18px;padding:16px;border-radius:28px}.vbp-author-avatar{display:grid;width:64px;height:64px;place-items:center;flex-shrink:0;border-radius:18px;background:var(--vbp-text);color:var(--vbp-white)}.vbp-author-avatar .vbp-icon{width:32px;height:32px}.vbp-author-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--vbp-text-faint)}.vbp-author-name{margin-top:4px;font-size:14px;font-weight:800;color:var(--vbp-text)}.vbp-author-role{margin-top:2px;font-size:12px;color:var(--vbp-text-soft)}.vbp-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}.vbp-stat-card{padding:18px;border-radius:20px}.vbp-stat-value{font-size:28px;font-weight:800;letter-spacing:-.03em}.vbp-stat-label{margin-top:6px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--vbp-text-soft)}.vbp-main-column{min-width:0;padding-top:22px}.vbp-tabs{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--vbp-border)}.vbp-tabs button{border:0;border-radius:999px;background:var(--vbp-white);padding:11px 18px;font-size:14px;font-weight:700;color:var(--vbp-text-muted);cursor:pointer;transition:.2s ease}.vbp-tabs button:hover{background:var(--vbp-surface-soft)}.vbp-tabs button.active{background:var(--vbp-ink);color:var(--vbp-white);box-shadow:0 8px 18px hsla(var(--foreground)/.18)}.vbp-content-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:22px}.vbp-feed-column,.vbp-right-column{display:flex;flex-direction:column;gap:22px}.vbp-card{padding:22px;border-radius:30px}.vbp-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.vbp-section-title{display:flex;align-items:center;gap:10px}.vbp-section-title .vbp-icon{width:21px;height:21px;color:var(--vbp-text-soft)}.vbp-section-title h2{margin:0;font-size:20px;font-weight:800;letter-spacing:-.02em}.vbp-about-text{margin:14px 0 0;font-size:14px;line-height:1.85;color:var(--vbp-text-muted)}.vbp-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.vbp-info-grid div{border-radius:18px;background:var(--vbp-surface-soft);padding:16px}.vbp-info-grid span{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--vbp-text-faint)}.vbp-info-grid strong{display:block;margin-top:7px;font-size:14px;line-height:1.5;color:var(--vbp-text)}.vbp-filter-button,.vbp-chip-button{border:1px solid var(--vbp-border);border-radius:999px;background:var(--vbp-white);color:var(--vbp-text-muted);cursor:pointer;font-weight:700}.vbp-filter-button:hover,.vbp-chip-button:hover{background:var(--vbp-surface-soft)}.vbp-filter-button{padding:8px 14px;font-size:12px}.vbp-chip-button{padding:8px 13px;font-size:12px}.vbp-timeline-row{display:grid;grid-template-columns:34px 1fr;gap:14px;position:relative}.vbp-timeline-marker-wrap{position:relative;display:flex;justify-content:center}.vbp-timeline-marker{position:relative;z-index:2;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--vbp-border);border-radius:50%;background:var(--vbp-white);color:var(--vbp-text-muted);box-shadow:0 7px 16px hsla(var(--foreground)/.08)}.vbp-timeline-marker .vbp-icon{width:16px;height:16px}.vbp-timeline-marker-dark{background:var(--vbp-ink);color:var(--vbp-white)}.vbp-timeline-line{position:absolute;top:34px;height:calc(100% - 4px);border-left:1px solid var(--vbp-border)}.vbp-timeline-card{margin-bottom:20px;padding:18px;border-radius:26px}.vbp-timeline-card h3{margin:9px 0 0;font-size:15px;font-weight:800}.vbp-timeline-card p{margin:7px 0 0;font-size:14px;line-height:1.7;color:var(--vbp-text-muted)}.vbp-timeline-meta{display:flex;align-items:center;gap:9px}.vbp-type-pill{display:inline-flex;border:1px solid transparent;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800}.vbp-type-update{background:var(--vbp-status-update-bg);border-color:var(--vbp-status-update-border);color:var(--vbp-status-update-text)}.vbp-type-publication{background:var(--vbp-status-publication-bg);border-color:var(--vbp-status-publication-border);color:var(--vbp-status-publication-text)}.vbp-type-comment{background:var(--vbp-status-comment-bg);border-color:var(--vbp-status-comment-border);color:var(--vbp-status-comment-text)}.vbp-type-testimonial{background:var(--vbp-status-testimonial-bg);border-color:var(--vbp-status-testimonial-border);color:var(--vbp-status-testimonial-text)}.vbp-date{font-size:12px;color:var(--vbp-text-faint)}.vbp-composer-head{display:flex;align-items:center;gap:13px;margin-bottom:14px}.vbp-composer-avatar,.vbp-comment-avatar{display:grid;place-items:center;flex-shrink:0;border-radius:50%;background:var(--vbp-ink);color:var(--vbp-white);font-weight:800}.vbp-composer-avatar{width:42px;height:42px}.vbp-composer-title{font-size:14px;font-weight:800}.vbp-composer-subtitle{margin-top:3px;font-size:12px;color:var(--vbp-text-soft)}.vbp-composer-textarea{width:100%;resize:none;border:1px solid var(--vbp-border);border-radius:18px;background:var(--vbp-surface-soft);padding:14px 16px;font-size:14px;line-height:1.7;color:var(--vbp-ink-hover);outline:none}.vbp-composer-textarea:focus{border-color:var(--vbp-text-faint);background:var(--vbp-white);box-shadow:0 0 0 4px hsla(var(--foreground)/.15)}.vbp-composer-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px}.vbp-post-types{display:flex;flex-wrap:wrap;gap:8px}.vbp-primary-button,.vbp-comment-input button{border:0;border-radius:14px;background:var(--vbp-ink);color:var(--vbp-white);cursor:pointer;font-size:14px;font-weight:800}.vbp-primary-button:hover,.vbp-comment-input button:hover{background:var(--vbp-ink-hover)}.vbp-primary-button{padding:11px 18px}.vbp-comments-list,.vbp-testimonials-list{display:flex;flex-direction:column;gap:12px;margin-top:18px}.vbp-section-spaced{margin-top:18px}.vbp-comment-card{display:flex;align-items:flex-start;gap:13px;padding:16px;border-radius:24px}.vbp-comment-avatar{width:42px;height:42px}.vbp-comment-head{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.vbp-comment-head h4{margin:0;font-size:14px;font-weight:800}.vbp-comment-head span{font-size:12px;color:var(--vbp-text-faint)}.vbp-comment-card p{margin:5px 0 0;font-size:14px;line-height:1.7;color:var(--vbp-text-muted)}.vbp-comment-input{display:flex;gap:8px;margin-top:16px;border:1px solid var(--vbp-border);border-radius:18px;background:var(--vbp-white);padding:8px}.vbp-comment-input input{min-width:0;flex:1;border:0;outline:none;padding:0 12px;font-size:14px}.vbp-comment-input button{padding:10px 17px}.vbp-details-list{display:flex;flex-direction:column;gap:0;margin-top:18px}.vbp-details-list div{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--vbp-border-soft);padding:12px 0}.vbp-details-list div:last-child{border-bottom:0}.vbp-details-list span{color:var(--vbp-text-soft);font-size:14px}.vbp-details-list strong{text-align:right;font-size:14px;color:var(--vbp-text)}.vbp-testimonial-card{border-radius:24px;background:var(--vbp-surface-warm);padding:18px}.vbp-testimonial-card p{margin:12px 0 0;font-size:14px;line-height:1.7;color:var(--vbp-text-muted)}.vbp-testimonial-icon{width:20px;height:20px;color:var(--vbp-text-soft)}.vbp-testimonial-author{margin-top:16px;border-top:1px solid var(--vbp-border);padding-top:13px}.vbp-testimonial-author strong{display:block;font-size:14px}.vbp-testimonial-author span{display:block;margin-top:3px;font-size:12px;color:var(--vbp-text-soft)}.vbp-icon{width:18px;height:18px}@media(max-width:1180px){.vbp-body-grid{grid-template-columns:1fr}.vbp-left-column{margin-top:-96px}.vbp-book-3d-wrap{justify-content:center}.vbp-hero-text{left:32px;right:32px;bottom:28px}.vbp-content-grid{grid-template-columns:1fr}.vbp-right-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.vbp-shell{padding:12px}.vbp-profile{border-radius:24px}.vbp-hero{height:440px}.vbp-hero-badges{left:18px;right:18px}.vbp-edit-button{top:auto;right:18px;bottom:18px}.vbp-hero-text{left:22px;right:22px;bottom:82px}.vbp-profile-actions{gap:8px}.vbp-action-follow,.vbp-action-read,.vbp-action-chat{padding:10px 14px;font-size:13px}.vbp-body-grid{padding:0 16px 20px}.vbp-left-column{margin-top:-58px}.vbp-book-3d{width:190px;height:282px}.vbp-book-title{font-size:22px}.vbp-stats-grid,.vbp-info-grid,.vbp-right-column{grid-template-columns:1fr}.vbp-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:12px}.vbp-tabs button{white-space:nowrap}.vbp-composer-actions{align-items:flex-start;flex-direction:column}.vbp-primary-button{width:100%}}.vbp-hero{position:relative;min-height:360px;overflow:visible;background:var(--vbp-hero-bg);border-radius:34px 34px 0 0}.vbp-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,hsla(var(--foreground)/.58),hsla(var(--foreground)/.25) 42%,hsla(var(--foreground)/.08)),radial-gradient(circle at 75% 20%,hsla(var(--background)/.18),transparent 30%);pointer-events:none}.vbp-hero-book{position:absolute;left:24px;bottom:-34px;z-index:5}.vbp-hero-book .vbp-book-3d-wrap{justify-content:center}.vbp-book-cover-card{position:relative;width:116px;min-height:176px;overflow:hidden;border:1px solid hsla(var(--border)/.9);border-radius:14px;background:linear-gradient(180deg,hsla(var(--background)/.86),hsla(var(--copilot-saddle-150)/.92));box-shadow:0 20px 42px hsla(var(--foreground)/.22),inset 0 1px hsla(var(--background)/.5)}.vbp-book-cover-card:before{content:"";position:absolute;inset:0 auto 0 0;width:11px;background:linear-gradient(90deg,hsla(var(--foreground)/.16),hsla(var(--background)/.08));z-index:2}.vbp-book-cover-card:after{content:"";position:absolute;top:8px;right:0;width:8px;height:calc(100% - 16px);border-radius:0 12px 12px 0;background:repeating-linear-gradient(to bottom,hsla(var(--background)/.95) 0,hsla(var(--background)/.95) 3px,hsla(var(--border)/.9) 4px,hsla(var(--background)/.88) 7px)}.vbp-book-cover-art{position:relative;height:100px;overflow:hidden;background:radial-gradient(circle at 72% 22%,hsla(var(--background)/.92),transparent 27%),linear-gradient(135deg,hsla(var(--copilot-stone-300)/.8),hsla(var(--ayurveda-ochre)/.42) 55%,hsla(var(--ayurveda-brown)/.48))}.vbp-book-cover-page{position:absolute;top:-16px;right:-10px;width:56px;height:132px;border-radius:999px 0 0 999px;background:linear-gradient(110deg,hsla(var(--background)/.96),hsla(var(--secondary)/.84));transform:rotate(16deg)}.vbp-book-cover-stack{position:absolute;left:18px;bottom:9px;width:54px;height:68px;border-radius:4px;background:linear-gradient(135deg,hsl(var(--copilot-stone-900)),hsl(var(--ayurveda-brown)));box-shadow:8px 10px 18px hsla(var(--foreground)/.24);transform:rotate(18deg)}.vbp-book-cover-mini{position:absolute;left:26px;bottom:20px;display:grid;width:42px;height:56px;place-items:center;border:1px solid hsla(var(--ayurveda-ochre)/.58);color:hsla(var(--background)/.9);font-size:8px;font-weight:800;line-height:1.1;text-align:center;text-transform:uppercase;transform:rotate(18deg);overflow:hidden}.vbp-book-cover-mini img{width:100%;height:100%;object-fit:cover;display:block}.vbp-book-cover-copy{position:relative;z-index:3;display:flex;min-height:76px;flex-direction:column;justify-content:flex-end;padding:8px 10px 10px 16px}.vbp-book-cover-author{margin-bottom:4px;font-family:var(--font-devanagari);font-size:.75rem;font-weight:700;line-height:1.1;color:hsl(var(--muted-foreground))}.vbp-book-cover-title{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:800;line-height:1;color:hsl(var(--foreground))}.vbp-book-cover-code{margin-top:5px;font-size:.58rem;font-weight:800;letter-spacing:.14em;color:hsl(var(--muted-foreground))}.vbp-hero-text{position:absolute;left:158px;right:36px;bottom:50px;z-index:4;max-width:none;color:hsl(var(--background))}.vbp-hero-text .vbp-kicker{font-size:12px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:hsla(var(--background)/.72)}.vbp-hero-text h1{margin:10px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4rem);line-height:1.05;letter-spacing:0;color:hsl(var(--background))}.vbp-hero-text p{margin:12px 0 0;max-width:680px;font-size:1rem;line-height:1.7;color:hsla(var(--background)/.82)}.vbp-body-grid{padding:58px 24px 28px}@media(max-width:1180px){.vbp-hero-book{left:24px;bottom:-30px}.vbp-book-cover-card{width:108px;min-height:166px}.vbp-hero-text{left:148px;right:28px}.vbp-body-grid{padding-top:54px}}@media(max-width:760px){.vbp-hero{min-height:500px}.vbp-hero-book{left:50%;bottom:-32px;transform:translate(-50%)}.vbp-book-cover-card{width:108px;min-height:166px}.vbp-hero-text{left:20px;right:20px;bottom:166px;text-align:center}.vbp-profile-actions{justify-content:center}.vbp-body-grid{padding:56px 16px 20px}}@media(max-width:640px){.vbp-profile{border-radius:0}.vbp-hero{display:flex;min-height:auto;flex-direction:column;align-items:center;gap:.875rem;overflow:hidden;padding:1rem 1rem 1.25rem;border-radius:0}.vbp-hero-badges{position:static;justify-content:center;gap:.45rem;order:1}.vbp-badge{padding:.38rem .7rem;font-size:.68rem}.vbp-edit-button{position:static;order:5;padding:.65rem .9rem;font-size:.78rem}.vbp-hero-book{position:static;order:3;transform:none}.vbp-book-cover-card{width:6.4rem;min-height:9.7rem}.vbp-book-cover-art{height:5.4rem}.vbp-book-cover-copy{min-height:4.1rem;padding:.45rem .55rem .55rem .9rem}.vbp-book-cover-title{font-size:.84rem}.vbp-hero-text{position:static;order:2;max-width:100%;text-align:center}.vbp-hero-text .vbp-kicker,.vbp-hero-text p{display:none}.vbp-hero-text h1{margin:0;font-size:1.45rem;line-height:1.15}.vbp-profile-actions{order:4;justify-content:center;gap:.5rem;margin-top:0}.vbp-action-follow,.vbp-action-read,.vbp-action-chat{padding:.58rem .78rem;font-size:.72rem;line-height:1}.vbp-body-grid{padding:1rem .65rem 5.25rem}.vbp-main-column{padding-top:0}.vbp-content-grid,.vbp-feed-column{gap:.85rem}.vbp-card{border-radius:1rem;padding:1rem}.vbp-info-grid{grid-template-columns:1fr}}:root{--vbps-book-shell: linear-gradient( 135deg, hsl(var(--copilot-stone-900)) 0%, hsl(var(--copilot-stone-900)) 55%, hsl(var(--ayurveda-brown)) 100% );--vbps-book-page: linear-gradient( 180deg, hsla(var(--background) / .98) 0%, hsla(var(--background) / .92) 50%, hsla(var(--secondary) / .95) 100% );--vbps-book-foil: hsla(var(--ayurveda-ochre) / .88);--vbps-book-highlight: hsla(var(--ayurveda-ochre) / 1)}.vbps-sidebar-card{overflow:hidden;background:linear-gradient(180deg,hsla(var(--card)/.96),hsla(var(--card)/.99));box-shadow:0 18px 40px hsla(var(--foreground)/.12),inset 0 1px hsla(var(--background)/.06);color:hsl(var(--card-foreground))}.vbps-sidebar-cover{overflow:hidden;height:110px;background:linear-gradient(180deg,hsla(var(--background)/.05),hsla(var(--foreground)/.12)),radial-gradient(circle at 50% 115%,hsla(var(--ayurveda-ochre)/.35),transparent 32%),linear-gradient(135deg,hsl(var(--primary)),hsl(var(--copilot-stone-900)),hsl(var(--ayurveda-brown)))}.vbps-sidebar-cover img{width:100%;height:100%;object-fit:cover;display:block}.vbps-sidebar-inner{padding:0 1.25rem 1.5rem}.vbps-author-card{display:flex;flex-direction:column;align-items:center;margin-top:-2.625rem;text-align:center}.vbps-author-avatar{overflow:hidden;display:grid;place-items:center;width:84px;height:84px;border:4px solid hsl(var(--background));border-radius:50%;background:radial-gradient(circle at 30% 30%,hsla(var(--ayurveda-ochre)/1),hsla(var(--primary)/.9) 65%,hsla(var(--copilot-stone-900)/1));color:hsl(var(--primary-foreground));box-shadow:0 14px 30px hsla(var(--foreground)/.18)}.vbps-author-avatar .vbps-icon{width:36px;height:36px}.vbps-author-avatar img{width:100%;height:100%;object-fit:cover;display:block}.vbps-author-name{margin:1.125rem 0 0;font-size:2rem;font-weight:700;line-height:1.15;letter-spacing:0;color:hsl(var(--card-foreground))}.vbps-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.625rem;padding:.25rem 0 1.375rem;border-bottom:1px solid hsl(var(--border))}.vbps-stat-card{position:relative;min-width:0;border:1px solid hsla(var(--border)/.72);border-radius:1rem;background:linear-gradient(180deg,hsla(var(--sidebar-accent)/.72),hsla(var(--card)/.28));padding:.875rem .75rem;text-align:left;box-shadow:inset 0 1px hsla(var(--background)/.08)}.vbps-stat-value{overflow:hidden;font-size:clamp(1.35rem,1.8vw,1.7rem);font-weight:700;line-height:1.05;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--card-foreground))}.vbps-stat-label{overflow:hidden;margin-top:.375rem;font-size:.68rem;font-weight:700;line-height:1.2;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;color:hsl(var(--muted-foreground))}.vbps-tabs{display:flex;flex-direction:column;gap:.5rem;margin-top:1.125rem;padding-top:.625rem}.vbps-tabs button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .875rem;border:0;border-radius:1rem;background:transparent;color:hsla(var(--card-foreground)/.92);font-size:1.05rem;font-weight:600;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.vbps-tabs button:hover{background:hsla(var(--accent)/.08);transform:translate(2px)}.vbps-tabs button.active{background:hsla(var(--primary)/.12);color:hsl(var(--primary));box-shadow:inset 0 0 0 1px hsla(var(--primary)/.18)}.vbps-tabs .vbps-icon{width:20px;height:20px;flex-shrink:0;color:hsl(var(--ayurveda-ochre))}.vbps-sidebar-book{margin-top:1.375rem;padding-top:1.375rem;border-top:1px solid hsl(var(--border))}.vbps-book-3d-wrap{display:flex;justify-content:center;perspective:1400px;transform-style:preserve-3d}.vbps-book-3d{position:relative;width:210px;height:310px;border-radius:12px 20px 20px 12px;background:var(--vbps-book-shell);color:hsl(var(--primary-foreground));text-align:center;transform:rotateY(-13deg) rotateX(2deg);transform-style:preserve-3d;box-shadow:18px 22px 42px hsla(var(--foreground)/.24),5px 8px 16px hsla(var(--foreground)/.14);transition:transform .35s ease,box-shadow .35s ease}.vbps-book-3d:hover{transform:rotateY(-7deg) rotateX(1deg) translateY(-3px)}.vbps-book-3d:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid hsla(var(--ayurveda-ochre)/.85);border-radius:12px 20px 20px 12px}.vbps-book-3d:after{content:"";position:absolute;top:8px;right:-16px;width:18px;height:calc(100% - 16px);border-radius:0 14px 14px 0;background:repeating-linear-gradient(to bottom,hsla(var(--background)/.9) 0,hsla(var(--background)/.9) 3px,hsla(var(--ayurveda-ochre)/.32) 4px,hsla(var(--background)/.84) 7px);transform:rotateY(78deg);transform-origin:left}.vbps-book-spine{position:absolute;top:0;left:0;width:24px;height:100%;border-radius:12px 0 0 12px;background:hsl(var(--copilot-stone-900))}.vbps-book-spine-line{position:absolute;top:0;left:25px;width:1px;height:100%;background:hsla(var(--ayurveda-ochre)/.45)}.vbps-book-cover-light{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px 20px 20px 12px;pointer-events:none}.vbps-book-pages{position:absolute;top:11px;right:-13px;width:18px;height:calc(100% - 22px);border-radius:0 13px 13px 0;background:var(--vbps-book-page)}.vbps-book-cover-content{position:relative;z-index:5;display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;padding:30px 24px 28px 34px}.vbps-book-category,.vbps-book-code{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--vbps-book-foil)}.vbps-book-center{display:flex;flex-direction:column;align-items:center}.vbps-book-cover-icon{width:46px;height:46px;margin-bottom:20px;color:var(--vbps-book-highlight)}.vbps-book-title{max-width:160px;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:700;line-height:1.08;letter-spacing:0;color:hsl(var(--primary-foreground))}.vbps-book-divider{width:90px;height:1px;margin:24px 0 18px;background:hsla(var(--ayurveda-ochre)/.72)}.vbps-book-subtitle{max-width:154px;font-size:11px;line-height:1.55;color:var(--vbps-book-foil)}.vbps-icon{display:block;width:1em;height:1em}.vbpa-panel{display:flex;flex-direction:column;gap:.875rem;min-height:100%;padding:1rem;background:linear-gradient(180deg,hsla(var(--card)/.9),hsla(var(--background)/.48));color:hsl(var(--card-foreground))}.vbpa-panel-head{border-bottom:1px solid hsla(var(--border)/.78);padding:0 0 .85rem}.vbpa-kicker{display:block;color:hsl(var(--muted-foreground));font-size:.66rem;font-weight:700;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.vbpa-panel-head h3{margin:.3rem 0 0;color:hsl(var(--card-foreground));font-size:1.25rem;font-weight:800;line-height:1.15}.vbpa-entity-summary{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;border:1px solid hsla(var(--primary)/.22);border-radius:1rem;background:linear-gradient(135deg,hsla(var(--primary)/.16),hsla(var(--sidebar-accent)/.6));padding:.9rem}.vbpa-entity-mark,.vbpa-testimonial-avatar{display:grid;place-items:center;flex-shrink:0;border-radius:50%;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:800}.vbpa-entity-mark{width:2.75rem;height:2.75rem;font-size:.82rem}.vbpa-entity-summary span{display:block;color:hsl(var(--muted-foreground));font-size:.72rem;font-weight:700;line-height:1.25;text-transform:uppercase}.vbpa-entity-summary strong{display:block;margin-top:.22rem;color:hsl(var(--card-foreground));font-size:.95rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere}.vbpa-details-list,.vbpa-testimonials-list{display:flex;flex-direction:column;gap:.65rem}.vbpa-detail-row{display:grid;grid-template-columns:minmax(5.5rem,.7fr) minmax(0,1fr);gap:.8rem;border-bottom:1px solid hsla(var(--border)/.68);padding:.7rem 0}.vbpa-detail-row:last-child{border-bottom:0}.vbpa-detail-row span{color:hsl(var(--muted-foreground));font-size:.76rem;font-weight:700;line-height:1.35;text-transform:uppercase}.vbpa-detail-row strong{min-width:0;color:hsl(var(--card-foreground));font-size:.9rem;font-weight:800;line-height:1.35;text-align:right;overflow-wrap:anywhere}.vbpa-testimonial-card{position:relative;overflow:hidden;border:1px solid hsla(var(--border)/.72);border-radius:1rem;background:linear-gradient(180deg,hsla(var(--sidebar-accent)/.62),hsla(var(--card)/.34));padding:.95rem;box-shadow:inset 0 1px hsla(var(--background)/.08)}.vbpa-quote-mark{display:inline-grid;width:1.7rem;height:1.7rem;place-items:center;border:1px solid hsla(var(--primary)/.24);border-radius:50%;background:hsla(var(--primary)/.12);color:hsl(var(--primary));font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:800;line-height:1}.vbpa-testimonial-card p{margin:.75rem 0 0;color:hsl(var(--card-foreground));font-size:.9rem;line-height:1.55}.vbpa-testimonial-author{display:flex;align-items:center;gap:.65rem;margin-top:.9rem;border-top:1px solid hsla(var(--border)/.7);padding-top:.85rem}.vbpa-testimonial-avatar{width:2rem;height:2rem;font-size:.8rem}.vbpa-testimonial-author strong{display:block;color:hsl(var(--card-foreground));font-size:.86rem;font-weight:800;line-height:1.2}.vbpa-testimonial-author span{display:block;margin-top:.18rem;color:hsl(var(--muted-foreground));font-size:.76rem;line-height:1.35}@media(max-width:900px){.vbps-author-name{font-size:1.75rem}}@media(max-width:640px){.vbps-sidebar-inner{padding:0 1rem 1.25rem}.vbps-author-name{font-size:1.55rem}.vbps-tabs button{padding:.6875rem .75rem;font-size:.98rem}.vbps-book-3d{width:184px;height:272px}}.create-node-modal{max-width:560px}.create-node-modal__body{gap:18px}.create-node-modal__hint{display:flex;align-items:center;gap:10px;border:1px solid hsla(var(--border)/.7);border-radius:16px;background:hsla(var(--muted)/.45);padding:12px 14px;font-size:14px;color:hsl(var(--muted-foreground))}.create-node-modal__hint svg{flex-shrink:0;color:hsl(var(--primary))}.book-structure-panel{background:hsl(var(--card));overflow:hidden}.book-structure-panel-header strong{display:block;color:hsl(var(--foreground));font-size:1rem;line-height:1.25}.book-structure-panel-header p{margin:.3rem 0 0;color:hsl(var(--muted-foreground));font-size:.9rem;line-height:1.45}.book-structure-feedback{padding:1.4rem 1.25rem;color:hsl(var(--muted-foreground));font-size:.92rem;line-height:1.5}.book-structure-feedback.is-error{color:hsl(var(--destructive))}.book-structure-section{border-bottom:1px solid hsl(var(--border));padding-block:.2rem}.book-structure-section:last-child{border-bottom:0}.book-structure-section.is-subchapter{border:1px solid hsla(var(--border)/.78);border-radius:1rem;background:hsla(var(--muted)/.28);margin-left:1.15rem;box-shadow:inset 0 0 0 1px hsla(var(--background)/.15)}.book-structure-section-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem 1.25rem}.book-structure-section-left{display:flex;align-items:center;gap:.75rem;min-width:0}.book-structure-section-toggle,.book-structure-section-spacer,.book-structure-icon-btn,.book-structure-trash-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.book-structure-section-toggle{width:2rem;height:2rem;border:1px solid hsl(var(--border));border-radius:50%;background:hsl(var(--background));color:hsl(var(--foreground))}.book-structure-section-spacer{width:2rem;height:2rem;flex-shrink:0}.book-structure-section-title{min-width:0}.book-structure-section-title h4{margin:0;color:hsl(var(--foreground));font-size:1rem;font-weight:800;line-height:1.3;overflow-wrap:anywhere}.book-structure-section-meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.45rem}.book-structure-section-meta span{border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--muted));padding:.25rem .55rem;color:hsl(var(--muted-foreground));font-size:.72rem;font-weight:700;line-height:1.2}.book-structure-section-actions{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap;margin-left:auto;justify-self:end}.book-structure-section-actions>button{flex-shrink:0}.book-structure-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;min-height:2.2rem;border:1px solid hsl(var(--border));border-radius:.72rem;background:hsl(var(--background));padding:.5rem .78rem;color:hsl(var(--foreground));font-size:.82rem;font-weight:700;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.book-structure-action-btn:hover{background:hsla(var(--muted)/.7);border-color:hsla(var(--foreground)/.16)}.book-structure-icon-btn{width:2.15rem;height:2.15rem;border:1px solid hsl(var(--border));border-radius:.75rem;background:hsl(var(--background));color:hsl(var(--foreground));transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.book-structure-icon-btn:hover{background:hsla(var(--muted)/.7);border-color:hsla(var(--foreground)/.16)}.book-structure-icon-btn.is-danger{color:hsl(var(--destructive))}.book-structure-section-body{padding:0 1.25rem 1.15rem}.book-structure-article-table{border:1px solid hsl(var(--border));border-radius:.95rem;overflow:hidden}.book-structure-article-head,.book-structure-article-row{display:grid;grid-template-columns:2.25rem 5rem minmax(12rem,1fr) 5.5rem 8rem 4.25rem;align-items:center}.book-structure-article-head{background:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:.78rem;font-weight:800}.book-structure-article-head span{padding:.8rem .75rem}.book-structure-article-head span:last-child{text-align:right;padding-right:1rem}.book-structure-article-row{border-top:1px solid hsl(var(--border));background:hsl(var(--card))}.book-structure-article-cell{padding:.85rem .75rem;color:hsl(var(--foreground));font-size:.9rem;min-width:0}.book-structure-article-cell.is-grip{display:flex;justify-content:center;color:hsl(var(--muted-foreground))}.book-structure-article-cell.is-title{font-weight:700;overflow-wrap:anywhere}.book-structure-article-cell.is-status{display:flex;justify-content:flex-start}.book-structure-article-cell.is-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;flex-wrap:nowrap;white-space:nowrap}.book-structure-count-dot,.book-structure-status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;line-height:1}.book-structure-count-dot{min-width:1.75rem;height:1.75rem;background:hsl(var(--muted));color:hsl(var(--foreground));font-size:.76rem}.book-structure-status-pill{background:hsl(var(--primary));padding:.42rem .65rem;color:hsl(var(--primary-foreground));font-size:.72rem}.book-structure-table-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid hsl(var(--border));background:hsl(var(--background));border-radius:.7rem;padding:.5rem .7rem;color:hsl(var(--foreground));font-size:.82rem;font-weight:700;cursor:pointer}.book-structure-table-btn.is-icon-only{width:2.3rem;height:2.3rem;padding:0;border-radius:.72rem}.book-structure-trash-btn{width:2rem;height:2rem;border:0;background:transparent;color:hsl(var(--destructive));padding:0}.book-structure-subchapter-group{margin-top:1rem;border-top:1px dashed hsl(var(--border));padding-top:1rem;padding-left:1rem;margin-left:.6rem;border-left:2px solid hsla(var(--border)/.7)}.book-structure-subchapter-label{margin-bottom:.8rem;color:hsl(var(--muted-foreground));font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.book-structure-empty{border:1px dashed hsl(var(--border));border-radius:.9rem;padding:1.4rem 1rem;color:hsl(var(--muted-foreground));text-align:center}@media(max-width:1180px){.book-structure-article-head,.book-structure-article-row{grid-template-columns:2rem 4rem minmax(10rem,1fr) 4.5rem 7rem 4rem}}@media(max-width:900px){.book-structure-section-header{grid-template-columns:1fr}.book-structure-section-actions{justify-content:flex-start;padding-left:2.75rem;gap:.45rem}.book-structure-section-body{padding-inline:1rem}.book-structure-article-table{border:0;border-radius:0}.book-structure-article-head{display:none}.book-structure-article-row{display:grid;grid-template-columns:2rem minmax(0,1fr);gap:.25rem .75rem;border:1px solid hsl(var(--border));border-radius:.9rem;margin-bottom:.75rem;padding:.85rem}.book-structure-article-cell{padding:0}.book-structure-article-cell.is-grip{grid-row:span 4;align-items:flex-start;padding-top:.12rem}.book-structure-article-cell.is-verse{color:hsl(var(--muted-foreground));font-size:.82rem}.book-structure-article-cell.is-verse,.book-structure-article-cell.is-blocks,.book-structure-article-cell.is-status{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.book-structure-article-cell.is-verse:before,.book-structure-article-cell.is-blocks:before,.book-structure-article-cell.is-status:before{content:attr(data-label);color:hsl(var(--muted-foreground));font-size:.72rem;font-weight:800;text-transform:uppercase}.book-structure-article-cell.is-title{font-size:.95rem}.book-structure-article-cell.is-actions{grid-column:1/-1;justify-content:flex-start;flex-wrap:wrap;white-space:normal;margin-top:.45rem}}@media(max-width:560px){.book-structure-panel{border-radius:1rem}.book-structure-panel-header,.book-structure-section-header{padding-inline:.9rem}.book-structure-panel-header p{font-size:.84rem}.book-structure-section-left{align-items:flex-start}.book-structure-section-actions{display:flex;flex-wrap:wrap;gap:.45rem;padding-left:0}.book-structure-action-btn{width:auto;min-width:0;height:2.3rem;min-height:2.3rem;padding:.45rem .72rem;border-radius:.68rem;justify-content:center}.book-structure-icon-btn{width:2.3rem;min-width:2.3rem;height:2.3rem;min-height:2.3rem;padding:0;border-radius:.68rem}.book-structure-table-btn{width:2.2rem;height:2.2rem;justify-content:center;padding:0;font-size:.76rem}.book-structure-action-label{display:inline}.book-structure-section-body{padding:0 .75rem .9rem}.book-structure-section-meta{gap:.32rem}.book-structure-section-meta span{padding:.22rem .45rem;font-size:.66rem}.book-structure-article-row{grid-template-columns:1.25rem minmax(0,1fr);padding:.75rem}.book-structure-article-cell.is-actions{display:flex;align-items:center;gap:.45rem;width:100%}.book-structure-trash-btn{width:2.2rem;height:2.2rem;border:1px solid hsl(var(--border));border-radius:.65rem;background:hsl(var(--background))}.book-structure-subchapter-group{margin-top:.8rem;padding-top:.8rem;padding-left:.7rem;margin-left:.25rem}.book-structure-section.is-subchapter{margin-left:.55rem}}.custom-reader{--reader-surface: #ffffff;--reader-surface-alt: #f8fafc;--reader-border: #d6dce5;--reader-border-strong: #a9b4c3;--reader-text: #111827;--reader-muted: #667085;--reader-accent: #0f766e;--reader-accent-soft: rgba(15, 118, 110, .12);--reader-shadow: 0 18px 45px rgba(15, 23, 42, .08);--reader-radius: 1rem;display:flex;min-height:100%;color:var(--reader-text)}.custom-reader__frame{display:flex;flex:1;flex-direction:column;gap:.9rem;width:100%}.custom-reader__header-shell,.custom-reader__sidebar-shell,.custom-reader__content-shell{border:1px solid var(--reader-border);background:var(--reader-surface);box-shadow:var(--reader-shadow)}.custom-reader__header-shell{border-radius:1.15rem;background:radial-gradient(circle at top right,rgba(15,118,110,.08),transparent 24%),linear-gradient(180deg,#f8fafccc,#fffffffa)}.custom-reader__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem}.custom-reader__eyebrow{margin:0 0 .35rem;color:var(--reader-accent);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.custom-reader__title{margin:0;font-size:1.35rem;line-height:1.2}.custom-reader__header-status{display:flex;flex-direction:column;gap:.2rem;min-width:12rem;padding:.8rem .95rem;border:1px solid var(--reader-border);border-radius:.9rem;background:#ffffffeb}.custom-reader__status-label{color:var(--reader-muted);font-size:.82rem}.custom-reader__body{display:grid;grid-template-columns:minmax(16rem,20rem) minmax(0,1fr);gap:.9rem;min-height:32rem}.custom-reader__sidebar-shell,.custom-reader__content-shell{overflow:hidden;border-radius:1.15rem;background:linear-gradient(180deg,#f8fafcad,#fffffffa)}.custom-reader__sidebar,.custom-reader__content-shell{height:100%}.custom-reader__content-shell{overflow-y:auto;overflow-x:hidden;background:radial-gradient(circle at top,rgba(15,118,110,.07),transparent 22%),linear-gradient(180deg,#edf2f7,#f8fafc 24%,#eef2f7)}.custom-reader__sidebar{display:flex;flex-direction:column}.custom-reader__sidebar-heading{padding:1rem 1rem .8rem;border-bottom:1px solid rgba(214,220,229,.7)}.custom-reader__sidebar-heading h2{margin:0;font-size:1rem}@media(max-width:960px){.custom-reader__header{flex-direction:column;align-items:stretch}.custom-reader__header-status{min-width:0}.custom-reader__body{grid-template-columns:1fr}}.custom-reader__tree{display:flex;flex-direction:column;gap:.15rem;padding:.75rem}.custom-reader__tree-node{display:flex;flex-direction:column}.custom-reader__tree-row{display:grid;grid-template-columns:1.9rem minmax(0,1fr);gap:.35rem;align-items:start;padding:.2rem .25rem .2rem calc(var(--reader-node-depth, 0) * .85rem + .25rem);border-radius:.9rem}.custom-reader__tree-row.is-active{background:var(--reader-accent-soft)}.custom-reader__tree-toggle,.custom-reader__tree-spacer{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem}.custom-reader__tree-toggle{border:1px solid transparent;border-radius:.7rem;background:transparent;color:var(--reader-muted);cursor:pointer;transition:border-color .14s ease,color .14s ease,background-color .14s ease}.custom-reader__tree-toggle:hover{border-color:var(--reader-border-strong);color:var(--reader-text);background:#ffffffeb}.custom-reader__tree-label{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;min-width:0;padding:.42rem .55rem;border:1px solid transparent;border-radius:.8rem;background:transparent;color:var(--reader-text);text-align:left;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,transform .14s ease}.custom-reader__tree-label:hover{transform:translateY(-1px);border-color:var(--reader-border);background:#ffffffe6}.custom-reader__tree-row.is-active .custom-reader__tree-label{border-color:#0f766e2e}.custom-reader__tree-meta{color:var(--reader-muted);font-size:.78rem}.custom-reader__content-shell{display:flex}.custom-reader__document,.custom-reader__empty{display:flex;flex:1;flex-direction:column;justify-content:center;padding:1.5rem}.custom-reader__document{justify-content:flex-start;gap:1.15rem;min-width:0}.custom-reader__document-header{display:flex;flex-direction:column;gap:.45rem;padding-bottom:1rem;border-bottom:1px solid rgba(214,220,229,.7)}.custom-reader__document-header h2,.custom-reader__empty h3{margin:0}.custom-reader__document-kicker{margin:0;color:var(--reader-accent);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.custom-reader__document-subtitle,.custom-reader__document-summary,.custom-reader__empty p,.custom-reader__placeholder-copy p{margin:0;color:var(--reader-muted);line-height:1.7}.custom-reader__placeholder-copy{display:flex;flex-direction:column;gap:.9rem;padding:1rem 1.1rem;border:1px dashed var(--reader-border);border-radius:var(--reader-radius);background:var(--reader-surface-alt)}.custom-reader__empty{align-items:center;text-align:center;gap:.55rem}.custom-reader__empty.is-compact{min-height:10rem;padding:1rem}.custom-reader__rich-content{color:var(--reader-text)}.custom-reader__document-loading{padding:1.5rem;border:1px dashed var(--reader-border);border-radius:1rem;background:#ffffffb8;color:var(--reader-muted);text-align:center}.custom-reader__document-loading p{margin:0}.custom-reader__document-pages{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;padding:.5rem 0 1.25rem}.custom-reader__page-frame{position:relative;width:100%;display:flex;justify-content:center}.custom-reader__page-frame [data-reader-layout-page]{border:1px solid rgba(169,180,195,.7);border-radius:.4rem;box-shadow:0 28px 60px #0f172a1f,0 3px 10px #0f172a0d;color:var(--reader-text)}.custom-reader__page-frame [data-reader-layout-content]{position:relative}.custom-reader__page-frame [data-reader-layout-footer]{display:flex;align-items:center;justify-content:center;border-top:1px solid rgba(214,220,229,.88);padding-top:.35rem;color:var(--reader-muted);font-size:.88rem;font-weight:600;letter-spacing:.08em}.custom-reader__page-frame [data-reader-layout-overflow=true]{outline:2px solid rgba(180,83,9,.2)}.custom-reader__layout-debug{position:absolute;top:1rem;right:max(.75rem,50% - 105mm + 1rem);display:flex;flex-direction:column;gap:.2rem;min-width:10rem;padding:.65rem .75rem;border:1px solid rgba(15,118,110,.2);border-radius:.85rem;background:#fffffff5;box-shadow:0 14px 30px #0f172a1a;color:var(--reader-text);font-size:.78rem}.custom-reader__layout-debug strong{color:var(--reader-accent);font-size:.82rem}.custom-reader__measurement-surface{contain:layout style}.custom-reader__measurement-content{color:var(--reader-text)}.custom-reader__rich-content>*:first-child{margin-top:0}.custom-reader__rich-content>*:last-child{margin-bottom:0}.custom-reader__rich-content p{margin:0 0 .9rem;line-height:1.7}.custom-reader__rich-content h1,.custom-reader__rich-content h2,.custom-reader__rich-content h3,.custom-reader__rich-content h4,.custom-reader__rich-content h5,.custom-reader__rich-content h6{margin:1.25em 0 .55em;line-height:1.2}.custom-reader__rich-content ul,.custom-reader__rich-content ol{margin:.8rem 0;padding-inline-start:1.5rem}.custom-reader__rich-content ul[data-type=taskList]{padding-inline-start:0;list-style:none}.custom-reader__rich-content li>p:last-child{margin-bottom:0}.custom-reader__task-item{display:inline-flex;align-items:flex-start;gap:.55rem}.custom-reader__task-item input{margin-top:.15rem}.custom-reader__rich-content blockquote{margin:1.1rem 0;padding-inline-start:1rem;border-inline-start:3px solid var(--reader-accent);color:var(--reader-muted)}.custom-reader__rich-content pre{margin:1rem 0;padding:1rem;overflow-x:auto;border-radius:.9rem;background:#0f172a;color:#e2e8f0}.custom-reader__rich-content code{padding:.1rem .35rem;border-radius:.35rem;background:#0f172a14;font-family:JetBrains Mono,monospace;font-size:.92em}.custom-reader__rich-content pre code{padding:0;background:transparent}.custom-reader__rich-content hr{margin:1.4rem 0;border:0;border-top:1px solid var(--reader-border)}.custom-reader__image{margin:1rem 0}.custom-reader__image img{display:block;max-width:100%;height:auto;border-radius:.9rem}.custom-reader__image figcaption{margin-top:.5rem;color:var(--reader-muted);font-size:.88rem}.custom-reader__table-wrap{overflow-x:auto}.custom-reader__rich-content table{width:100%;margin:1rem 0;border-collapse:collapse;table-layout:fixed}.custom-reader__rich-content th,.custom-reader__rich-content td{padding:.6rem .75rem;border:1px solid var(--reader-border);vertical-align:top}.custom-reader__rich-content th{background:#94a3b81f;font-weight:600}.custom-reader__chart{margin:1rem 0}.custom-reader__chart-shell{padding:.75rem;border:1px solid var(--reader-border);border-radius:1rem;background:#ffffffe6}.custom-reader__math-block{margin:1rem 0;padding:.85rem 1rem;border-radius:.85rem;background:#0f172a14;color:var(--reader-text);font-family:JetBrains Mono,monospace}.custom-reader__math-inline{font-family:JetBrains Mono,monospace}.custom-reader__rich-content .author-blockquote,.custom-reader__rich-content .citation-block{display:inline-flex;width:100%;max-width:100%;margin:.75rem 0;vertical-align:top}.custom-reader__rich-content .author-blockquote{flex-direction:column;gap:.4rem;padding:.8rem .95rem;border-left:4px solid #c59018;border-radius:0 12px 12px 0;background:linear-gradient(135deg,#c5901824,#94a3b814);font-style:italic}.custom-reader__rich-content .blockquote-content{display:block}.custom-reader__rich-content .quote-text{color:var(--reader-text);line-height:1.7}.custom-reader__rich-content .blockquote-author{display:flex;justify-content:flex-end;width:100%;color:var(--reader-muted);font-size:.9em;text-align:right;font-style:normal}.custom-reader__rich-content .quote-category{opacity:.75}.custom-reader__rich-content .citation-block{flex-direction:column;gap:.35rem;padding:.85rem .95rem;border-left:3px solid var(--reader-accent);border-radius:0 12px 12px 0;background:#94a3b814}.custom-reader__rich-content .citation-sanskrit{display:block;font-size:1.05rem;color:var(--reader-text);line-height:1.7}.custom-reader__rich-content .citation-translation{display:block;font-style:italic;color:var(--reader-muted);line-height:1.6}.custom-reader__rich-content .citation-source{display:flex;justify-content:flex-end;align-items:center;gap:.4rem;width:100%;margin-top:.15rem;color:var(--reader-muted);font-size:.9em}.custom-reader__rich-content .citation-label{font-weight:600}.custom-reader__annotation{position:relative;display:inline-flex;margin:0 .2rem;vertical-align:middle}.custom-reader__annotation-card{display:inline-flex;flex-direction:column;min-width:10rem;max-width:16rem;padding:.45rem .55rem;border:1px solid rgba(15,118,110,.18);border-radius:.85rem;background:#ffffffeb;box-shadow:0 10px 24px #0f172a14}.custom-reader__annotation-card-preview{color:var(--reader-muted);font-size:.82rem;line-height:1.4}.custom-reader__annotation-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.35rem}.custom-reader__annotation-card-badge{color:var(--reader-accent);font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.custom-reader__annotation-card-marker{color:var(--reader-text);font-size:.85rem;font-weight:600}.custom-reader__annotation-panel{display:none}.custom-reader__source-shell{margin:1rem 0}.custom-reader__source-card{display:flex;flex-direction:column;gap:1.1rem;width:100%;padding:1.25rem 1.1rem 1rem;border:1px solid rgba(176,190,209,.9);border-radius:1.05rem;background:linear-gradient(180deg,#f9f9fafa,#f3f5f7fa);box-shadow:0 12px 28px #0f172a0f;color:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.custom-reader__source-card:hover{transform:translateY(-1px);border-color:#0f766e5c;box-shadow:0 18px 34px #0f172a1a}.custom-reader__source-card:focus-visible{outline:3px solid rgba(15,118,110,.18);outline-offset:3px;border-color:#0f766ea6}.custom-reader__source-preview{display:block;min-width:0}.custom-reader__source-preview-content{max-height:18rem;overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none;color:var(--reader-text);font-size:.96rem;line-height:1.55}.custom-reader__source-preview-content>*:first-child{margin-top:0}.custom-reader__source-preview-content>*:last-child{margin-bottom:0}.custom-reader__source-preview-content.custom-reader__rich-content p{margin-bottom:.6rem;line-height:1.55}.custom-reader__source-preview-content.custom-reader__rich-content h1,.custom-reader__source-preview-content.custom-reader__rich-content h2,.custom-reader__source-preview-content.custom-reader__rich-content h3,.custom-reader__source-preview-content.custom-reader__rich-content h4,.custom-reader__source-preview-content.custom-reader__rich-content h5,.custom-reader__source-preview-content.custom-reader__rich-content h6{margin:0 0 .45rem;font-size:1.05em;line-height:1.25}.custom-reader__source-preview-content.custom-reader__rich-content ul,.custom-reader__source-preview-content.custom-reader__rich-content ol{margin:.55rem 0;padding-inline-start:1.2rem}.custom-reader__source-preview-content.custom-reader__rich-content blockquote{margin:.65rem 0;padding-inline-start:.75rem}.custom-reader__source-preview-content.custom-reader__rich-content pre{margin:.65rem 0;padding:.75rem .85rem;border-radius:.8rem;font-size:.84rem}.custom-reader__source-preview-content.custom-reader__rich-content hr{margin:.8rem 0}.custom-reader__source-preview-content .custom-reader__image,.custom-reader__source-preview-content .custom-reader__chart,.custom-reader__source-preview-content .custom-reader__table-wrap,.custom-reader__source-preview-content .custom-reader__math-block{margin:.65rem 0}.custom-reader__source-preview-content .custom-reader__image img{max-height:10rem;width:auto}.custom-reader__source-preview-content.custom-reader__rich-content table{margin:.65rem 0;font-size:.88rem}.custom-reader__source-preview-content.custom-reader__rich-content th,.custom-reader__source-preview-content.custom-reader__rich-content td{padding:.45rem .55rem}.custom-reader__source-preview-content .custom-reader__chart-shell{padding:.55rem;border-radius:.85rem}.custom-reader__source-preview-content .custom-reader__chart-canvas{height:11rem!important}.custom-reader__source-preview-content .custom-reader__annotation{margin:0}.custom-reader__source-preview-content .custom-reader__annotation-card{min-width:0;max-width:100%}.custom-reader__source-preview-unsupported{padding:.8rem .9rem;border:1px dashed var(--reader-border);border-radius:.85rem;color:var(--reader-muted);font-size:.88rem;text-align:center}.custom-reader__source-divider{display:block;width:100%;height:1px;background:#b0bed1cc}.custom-reader__source-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.85rem}.custom-reader__source-meta{display:flex;flex:1;min-width:0;align-items:center;gap:.45rem;flex-wrap:wrap}.custom-reader__source-book-title{color:var(--reader-text);font-size:.88rem;font-weight:600;line-height:1.35}.custom-reader__source-author,.custom-reader__source-path{color:var(--reader-muted);font-size:.82rem;line-height:1.4}.custom-reader__source-path{font-family:JetBrains Mono,monospace;font-size:.78rem}.custom-reader__source-action{display:inline-flex;align-items:center;justify-content:flex-end;flex:0 0 auto;color:var(--reader-accent);font-size:.84rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.custom-reader__source-action:before{content:"↗";margin-right:.38rem;font-size:.95rem}@media(max-width:640px){.custom-reader__source-card{padding:1rem .9rem .9rem}.custom-reader__source-footer{flex-direction:column;align-items:stretch}.custom-reader__source-action{justify-content:flex-end}}.book-reader-page{display:flex;flex-direction:column;gap:1rem;width:100%}.book-reader-page__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.book-reader-page__eyebrow{margin:0 0 .3rem;color:#0f766e;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.book-reader-page__header h1,.book-reader-page__state h1,.book-reader-page__state h2,.book-reader-page__state p{margin:0}.book-reader-page__back-link{min-height:2.4rem;padding:.6rem .95rem;border:1px solid #d6dce5;border-radius:.85rem;background:#fff;color:#111827;cursor:pointer}.book-reader-page__state{display:flex;flex-direction:column;gap:.55rem;padding:1.4rem;border:1px solid #d6dce5;border-radius:1rem;background:linear-gradient(180deg,#f8fafcd1,#fffffffa)}.book-reader-page__state p{color:#667085;line-height:1.65}.book-reader-page__state.is-error{border-color:#dc26263d;background:#fef2f2cc}@media(max-width:768px){.book-reader-page__header{flex-direction:column;align-items:stretch}}.my-circle-invites{display:flex;flex-direction:column;gap:.5rem}.my-circle-invites .invites-header{display:flex;align-items:center;gap:.5rem}.my-circle-invites .invites-header h2{margin:0;font-size:.95rem;font-weight:600;color:var(--text-heading, #f3f4f6);letter-spacing:-.01em}.my-circle-invites .invites-header .invites-count{min-width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#1d9b6c26;border:1px solid rgba(29,155,108,.3);color:var(--primary-color, #1d9b6c);font-size:.7rem;font-weight:700;padding:0 .45rem}.my-circle-invites .invites-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.my-circle-invites .invite-card{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border-radius:12px;background:var(--surface-layer-3, #1e1e1e);border:1px solid var(--border-subtle, rgba(255, 255, 255, .08));box-shadow:0 2px 8px #0003;transition:all .2s cubic-bezier(.4,0,.2,1)}.my-circle-invites .invite-card:hover{transform:translateY(-2px);border-color:#1d9b6c59;box-shadow:0 6px 16px #00000059;background:var(--surface-layer-4, #252525)}.my-circle-invites .invite-avatar{width:38px;height:38px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d9b6c33,#1d9b6c66);border:1.5px solid rgba(29,155,108,.3);color:var(--primary-color, #1d9b6c);font-size:.8rem;font-weight:700;letter-spacing:.02em}.my-circle-invites .invite-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.my-circle-invites .invite-name{font-size:.875rem;font-weight:600;color:var(--text-heading, #f3f4f6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-circle-invites .invite-email,.my-circle-invites .invite-phone,.my-circle-invites .invite-expiry{font-size:.75rem;color:var(--text-secondary, #9ca3af);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.my-circle-invites .invite-status{flex-shrink:0;padding:.25rem .6rem;border-radius:999px;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.my-circle-invites .invite-status-pending{background:var(--usercard-badge-pending-bg, rgba(209, 164, 72, .12));border:1px solid var(--usercard-badge-pending-border, rgba(209, 164, 72, .28));color:var(--usercard-badge-pending-text, var(--warning-color, #d1a448))}.my-circle-invites .invite-status-accepted{background:var(--usercard-badge-verified-bg, rgba(63, 166, 107, .12));border:1px solid var(--usercard-badge-verified-border, rgba(63, 166, 107, .25));color:var(--usercard-badge-verified-text, var(--success-color, #3fa66b))}.my-circle-invites .invite-status-rejected,.my-circle-invites .invite-status-expired{background:#d964641f;border:1px solid rgba(217,100,100,.25);color:var(--danger-color, #d96464)}.my-circle-invites .invites-empty,.my-circle-invites .invites-error{padding:2rem 1rem;text-align:center;border-radius:12px;background:var(--surface-layer-3, #1e1e1e);border:1px dashed var(--border-subtle, rgba(255, 255, 255, .12))}.my-circle-invites .invites-empty h3,.my-circle-invites .invites-error h3{margin:0 0 .4rem;color:var(--text-heading, #f3f4f6);font-size:.95rem;font-weight:600}.my-circle-invites .invites-empty p,.my-circle-invites .invites-error p{margin:0;color:var(--text-secondary, #9ca3af);font-size:.8rem}.my-circle-invites .invites-error{display:flex;flex-direction:column;gap:.75rem;align-items:center}.my-circle-invites .invite-skeleton{pointer-events:none}.my-circle-invites .invite-skeleton .invite-avatar,.my-circle-invites .invite-skeleton .invite-name,.my-circle-invites .invite-skeleton .invite-email,.my-circle-invites .invite-skeleton .invite-phone,.my-circle-invites .invite-skeleton .invite-expiry,.my-circle-invites .invite-skeleton .invite-status{background:var(--surface-layer-4, #2a2a2a);position:relative;overflow:hidden}.my-circle-invites .invite-skeleton .invite-avatar:after,.my-circle-invites .invite-skeleton .invite-name:after,.my-circle-invites .invite-skeleton .invite-email:after,.my-circle-invites .invite-skeleton .invite-phone:after,.my-circle-invites .invite-skeleton .invite-expiry:after,.my-circle-invites .invite-skeleton .invite-status:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);animation:invite-shimmer 1.4s infinite linear}.my-circle-invites .invite-skeleton .invite-avatar{width:38px;height:38px;border-radius:50%}.my-circle-invites .invite-skeleton .invite-name{height:12px;width:60%;border-radius:4px}.my-circle-invites .invite-skeleton .invite-email{height:10px;width:85%;border-radius:4px}.my-circle-invites .invite-skeleton .invite-phone{height:10px;width:50%;border-radius:4px}.my-circle-invites .invite-skeleton .invite-expiry{height:10px;width:65%;border-radius:4px}.my-circle-invites .invite-skeleton .invite-status{width:50px;height:20px;border-radius:999px}@keyframes invite-shimmer{to{transform:translate(100%)}}.my-pending-circle-requests{display:flex;flex-direction:column;gap:12px;padding:1rem}.pending-request-card{background:var(--bs-surface-bg);border:1px solid var(--bs-border-color);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:12px;transition:all .2s ease}.pending-request-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.pending-request-header{display:flex;align-items:center;gap:12px}.pending-request-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(var(--bs-primary-rgb),.15)}.invite-avatar.pending-request-avatar{background:var(--bs-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.pending-request-details{flex:1;min-width:0}.pending-request-details .invite-name{margin:0;font-size:14px;font-weight:600;color:var(--bs-heading-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pending-request-date{margin-top:4px;font-size:12px;color:var(--bs-secondary-color)}.pending-request-tagline{margin-top:6px;font-size:12px;line-height:1.4;color:var(--bs-secondary-color);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pending-request-meta{display:flex;flex-wrap:wrap;gap:8px}.pending-request-chip{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;background:rgba(var(--bs-primary-rgb),.1);color:var(--bs-primary)}.pending-request-status{background:#ffc1071f;color:#d97706}.pending-request-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid var(--bs-border-color)}.pending-request-members{font-size:12px;color:var(--bs-secondary-color)}.pending-request-requested{font-size:11px;color:var(--bs-secondary-color)}.pending-request-card.invite-skeleton{pointer-events:none}.pending-request-card.invite-skeleton .pending-request-avatar,.pending-request-card.invite-skeleton .invite-name,.pending-request-card.invite-skeleton .pending-request-date{background:linear-gradient(90deg,#0000000a 25%,#00000014,#0000000a 75%);background-size:200% 100%;animation:skeleton-loading 1.4s infinite linear;border-radius:8px}.pending-request-card.invite-skeleton .pending-request-avatar{width:52px;height:52px}.pending-request-card.invite-skeleton .invite-name{width:140px;height:14px}.pending-request-card.invite-skeleton .pending-request-date{width:100px;height:12px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.block-mutation-prompt{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;display:flex;align-items:center;justify-content:center;padding:1rem}.block-mutation-prompt__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0e148f}.block-mutation-prompt__panel{position:relative;width:min(40rem,100%);max-height:80vh;overflow:auto;border:1px solid var(--border);border-radius:1rem;background:var(--bg2);color:var(--text);box-shadow:0 24px 80px #00000059;padding:1rem}.block-mutation-prompt__panel h3{margin:0 0 .5rem;font-size:1rem}.block-mutation-prompt__panel p{margin:0 0 1rem;color:var(--text-dim);line-height:1.5}.block-mutation-prompt__actions{display:flex;gap:.5rem;flex-wrap:wrap}.block-mutation-prompt__btn,.block-mutation-prompt__type-btn{border:1px solid var(--border);border-radius:.7rem;background:var(--bg);color:var(--text);cursor:pointer}.block-mutation-prompt__btn{min-height:2.4rem;padding:.55rem .9rem}.block-mutation-prompt__btn.is-danger{background:#be30301f;border-color:#be303059;color:#ffb0b0}.block-mutation-prompt__btn.is-secondary{color:var(--text-dim)}.block-mutation-prompt__type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.55rem;margin-bottom:1rem}.block-mutation-prompt__type-btn{min-height:2.8rem;padding:.65rem .8rem;text-align:left}.block-mutation-prompt__type-btn:hover{background:var(--bg3)}.folio-workspace-container{--void: #0a0a0b;--deep: #111113;--surface: #18181c;--raised: #1f1f25;--border: rgba(255,255,255,.06);--border-mid: rgba(255,255,255,.1);--border-hi: rgba(255,255,255,.18);--ink: #f0ede8;--ink-2: #b8b4ad;--ink-3: #6e6a65;--ink-4: #3a3835;--amber: #e8a832;--amber-dim: rgba(232,168,50,.15);--amber-glow: rgba(232,168,50,.08);--amber-line: rgba(232,168,50,.35);--cyan: #30b8b0;--cyan-dim: rgba(48,184,176,.12);--rose: #d4607a;--rose-dim: rgba(212,96,122,.12);--sage: #7ab87a;--sage-dim: rgba(122,184,122,.12);--violet: #9b7dd4;--violet-dim: rgba(155,125,212,.12);--hl-yellow: rgba(255,224,80,.22);--hl-yellow-border: rgba(255,224,80,.55);--hl-cyan: rgba(48,184,176,.18);--hl-cyan-border: rgba(48,184,176,.5);--hl-rose: rgba(212,96,122,.18);--hl-rose-border: rgba(212,96,122,.5);--hl-sage: rgba(122,184,122,.18);--hl-sage-border: rgba(122,184,122,.5);--sidebar-w: 56px;--panel-w: 300px;--toolbar-h: 52px;--status-h: 28px;--radius-sm: 5px;--radius: 8px;--radius-lg: 12px;--radius-xl: 18px;--font-display: "Playfair Display", Georgia, serif;--font-body: "Lora", Georgia, serif;--font-ui: "Outfit", sans-serif;--font-mono: "JetBrains Mono", monospace;flex:1 1 auto;display:flex;flex-direction:column;width:100%;min-width:0;max-width:100%;min-height:0;box-sizing:border-box}.folio-workspace-container .titlebar{height:var(--toolbar-h);background:var(--deep);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 16px;gap:0;flex-shrink:0;position:relative;z-index:200}.folio-workspace-container .logo-mark{display:flex;align-items:center;gap:10px;margin-right:20px}.folio-workspace-container .logo-icon{width:30px;height:30px;background:var(--amber);border-radius:7px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--void);flex-shrink:0;letter-spacing:-.02em}.folio-workspace-container .logo-name{font-family:var(--font-display);font-size:18px;font-weight:500;color:var(--ink);letter-spacing:.03em}.folio-workspace-container .doc-tabs{display:flex;gap:2px;flex:1;align-items:center;height:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.folio-workspace-container .doc-tabs::-webkit-scrollbar{display:none}.folio-workspace-container .doc-tab{display:flex;align-items:center;gap:7px;padding:0 14px;height:36px;border-radius:var(--radius-sm);font-size:12px;font-weight:400;color:var(--ink-3);cursor:pointer;transition:all .15s;border:1px solid transparent;white-space:nowrap;flex-shrink:0}.folio-workspace-container .doc-tab:hover{color:var(--ink-2);background:var(--surface)}.folio-workspace-container .doc-tab.active{color:var(--ink);background:var(--surface);border-color:var(--border)}.folio-workspace-container .doc-tab .tab-icon{font-size:13px}.folio-workspace-container .doc-tab .tab-close{font-size:11px;color:var(--ink-4);border-radius:3px;padding:1px 3px;transition:.12s;display:none}.folio-workspace-container .doc-tab:hover .tab-close,.folio-workspace-container .doc-tab.active .tab-close{display:flex}.folio-workspace-container .doc-tab .tab-close:hover{background:#ffffff1a;color:var(--ink-2)}.folio-workspace-container .tab-add{width:28px;height:28px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--ink-4);cursor:pointer;transition:.12s;flex-shrink:0;font-size:14px;border:none;background:transparent}.folio-workspace-container .tab-add:hover{background:var(--surface);color:var(--ink-2)}.folio-workspace-container .titlebar-end{display:flex;align-items:center;gap:6px;margin-left:16px}.folio-workspace-container .tb-btn{height:32px;padding:0 12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;color:var(--ink-2);font-family:var(--font-ui);font-size:12px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .15s;white-space:nowrap}.folio-workspace-container .tb-btn:hover{background:var(--surface);border-color:var(--border-mid);color:var(--ink)}.folio-workspace-container .tb-btn.primary{background:var(--amber);border-color:var(--amber);color:var(--void);font-weight:600}.folio-workspace-container .tb-btn.primary:hover{filter:brightness(1.1)}.folio-workspace-container .tb-btn i{font-size:14px}.folio-workspace-container .tb-sep{width:1px;height:20px;background:var(--border);margin:0 4px}.folio-workspace-container .folio-workspace{display:flex;flex:1 1 auto;min-width:0;max-width:100%;overflow:hidden;box-sizing:border-box}.folio-workspace-container .icon-rail{width:var(--sidebar-w);background:var(--deep);border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding:10px 0;gap:4px;flex-shrink:0;z-index:100}.folio-workspace-container .rail-btn{width:38px;height:38px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--ink-4);cursor:pointer;transition:all .15s;position:relative;border:none;background:transparent;font-size:18px}.folio-workspace-container .rail-btn:hover{color:var(--ink-2);background:var(--surface)}.folio-workspace-container .rail-btn.active{color:var(--amber);background:var(--amber-glow)}.folio-workspace-container .rail-btn .rail-tip{display:none;position:absolute;left:calc(100% + 10px);background:var(--raised);border:1px solid var(--border-mid);color:var(--ink);font-size:11px;padding:4px 9px;border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;z-index:500}.folio-workspace-container .rail-btn:hover .rail-tip{display:block;opacity:1}.folio-workspace-container .rail-spacer{flex:1}.folio-workspace-container .rail-divider{width:28px;height:1px;background:var(--border);margin:4px 0}.folio-workspace-container .folio-workspace-left-panel{background:var(--deep);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;transition:width .25s cubic-bezier(.4,0,.2,1)}.folio-workspace-container .folio-workspace-left-panel.collapsed{width:0}.folio-workspace-container .lp-head{padding:14px 16px 10px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.folio-workspace-container .lp-title{font-size:11px;font-weight:500;color:var(--ink-3);letter-spacing:.08em;text-transform:uppercase}.folio-workspace-container .lp-actions{display:flex;gap:4px}.folio-workspace-container .lp-btn{width:26px;height:26px;border-radius:5px;display:flex;align-items:center;justify-content:center;color:var(--ink-4);cursor:pointer;transition:.12s;border:none;background:transparent;font-size:13px}.folio-workspace-container .lp-btn:hover{background:var(--surface);color:var(--ink-2)}.folio-workspace-container .lp-scroll{flex:1;overflow-y:auto}.folio-workspace-container .lp-scroll::-webkit-scrollbar{width:3px}.folio-workspace-container .lp-scroll::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:2px}.folio-workspace-container .thumb-strip{padding:10px;display:grid;grid-template-columns:1fr;gap:8px}.folio-workspace-container .thumb-empty{display:flex;justify-content:center;align-items:center;padding:24px 0}.folio-workspace-container .page-thumb{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:all .18s;position:relative}.folio-workspace-container .page-thumb:hover{border-color:var(--border-hi);box-shadow:0 2px 12px #0000004d}.folio-workspace-container .page-thumb.active{border-color:var(--amber);box-shadow:0 0 0 1px var(--amber-line),0 4px 16px #e8a8321f}.folio-workspace-container .page-thumb-canvas-wrap{padding:0;min-height:150px;position:relative;overflow:hidden;background:#faf8f5}.folio-workspace-container .page-thumb-canvas{display:block;width:100%;height:auto;min-height:150px;object-fit:cover}.folio-workspace-container .page-thumb-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;padding:12px 10px;display:flex;flex-direction:column;gap:5px;background:var(--surface);animation:thumbShimmer 1.6s ease infinite}@keyframes thumbShimmer{0%,to{opacity:1}50%{opacity:.55}}.folio-workspace-container .pts-title{height:6px;width:55%;background:var(--border-mid);border-radius:3px;margin-bottom:8px}.folio-workspace-container .pts-line{height:4px;background:var(--border-mid);border-radius:2px}.folio-workspace-container .pts-line.wide{width:100%}.folio-workspace-container .pts-line.med{width:72%}.folio-workspace-container .pts-line.short{width:48%}.folio-workspace-container .page-thumb-num{font-size:9px;font-family:var(--font-mono);color:var(--ink-4);text-align:center;padding:5px 0 4px;border-top:1px solid var(--border);background:var(--deep);letter-spacing:.05em}.folio-workspace-container .page-thumb.active .page-thumb-num{color:var(--amber)}.folio-workspace-container .outline-tree{padding:8px 0}.folio-workspace-container .outline-item{padding:6px 16px;font-size:12px;color:var(--ink-3);cursor:pointer;transition:.12s;display:flex;align-items:center;gap:6px;border-left:2px solid transparent}.folio-workspace-container .outline-item:hover{color:var(--ink-2);background:#ffffff05}.folio-workspace-container .outline-item.active{color:var(--amber);border-left-color:var(--amber);background:var(--amber-glow)}.folio-workspace-container .outline-item.h2{padding-left:28px;font-size:11.5px}.folio-workspace-container .outline-item.h3{padding-left:40px;font-size:11px;color:var(--ink-4)}.folio-workspace-container .canvas-wrap{flex:1 1 auto;width:0;min-width:0;max-width:100%;display:flex;flex-direction:column;overflow:hidden;position:relative;background:#141416;box-sizing:border-box}.folio-workspace-container .ctx-ribbon{height:40px;background:var(--deep);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 12px;gap:3px;flex-shrink:0;overflow-x:auto;scrollbar-width:none}.folio-workspace-container .ctx-ribbon::-webkit-scrollbar{display:none}.folio-workspace-container .cr-group{display:flex;align-items:center;gap:2px}.folio-workspace-container .cr-sep{width:1px;height:18px;background:var(--border);margin:0 5px}.folio-workspace-container .cr-btn{height:28px;padding:0 9px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--ink-3);font-family:var(--font-ui);font-size:11.5px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .12s;white-space:nowrap}.folio-workspace-container .cr-btn:hover{background:var(--surface);color:var(--ink)}.folio-workspace-container .cr-btn.active{color:var(--amber);background:var(--amber-glow)}.folio-workspace-container .cr-btn svg{width:13px;height:13px;flex-shrink:0}.folio-workspace-container .cr-hl-dot{width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.08);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .14s,border-color .14s,box-shadow .14s;padding:0}.folio-workspace-container .cr-hl-dot:hover{transform:scale(1.28);border-color:#ffffff40;box-shadow:0 0 0 3px #ffffff0f}.folio-workspace-container .cr-hl-group{gap:5px!important}.folio-workspace-container .cr-btn.hl-y{color:#e8c832}.folio-workspace-container .cr-btn.hl-c{color:var(--cyan)}.folio-workspace-container .cr-btn.hl-r{color:var(--rose)}.folio-workspace-container .cr-btn.hl-s{color:var(--sage)}.folio-workspace-container .cr-btn.hl-v{color:var(--violet)}.folio-workspace-container .cr-btn.hl-y:hover{background:var(--hl-yellow)}.folio-workspace-container .cr-btn.hl-c:hover{background:var(--cyan-dim)}.folio-workspace-container .cr-btn.hl-r:hover{background:var(--rose-dim)}.folio-workspace-container .cr-btn.hl-s:hover{background:var(--sage-dim)}.folio-workspace-container .cr-btn.hl-v:hover{background:var(--violet-dim)}.folio-workspace-container .cr-page-nav{margin-left:auto;display:flex;align-items:center;gap:6px}.folio-workspace-container .cr-page-input{width:40px;height:24px;background:var(--surface);border:1px solid var(--border-mid);border-radius:4px;color:var(--ink);font-family:var(--font-mono);font-size:11px;text-align:center;outline:none}.folio-workspace-container .cr-page-input:focus{border-color:var(--amber)}.folio-workspace-container .cr-page-total{font-size:11px;color:var(--ink-4);font-family:var(--font-mono)}.folio-workspace-container .zoom-group{display:flex;align-items:center;gap:4px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px 4px}.folio-workspace-container .zoom-btn{width:22px;height:22px;border-radius:3px;display:flex;align-items:center;justify-content:center;color:var(--ink-3);cursor:pointer;transition:.12s;border:none;background:transparent;font-size:13px}.folio-workspace-container .zoom-btn:hover{background:var(--raised);color:var(--ink)}.folio-workspace-container .zoom-val{font-size:10.5px;font-family:var(--font-mono);color:var(--ink-2);min-width:34px;text-align:center}.folio-workspace-container .reading-area{flex:1 1 auto;width:100%;min-width:0;max-width:100%;overflow-y:auto;overflow-x:auto;display:flex;justify-content:flex-start;position:relative;box-sizing:border-box}.folio-workspace-container .reading-area::-webkit-scrollbar{width:6px}.folio-workspace-container .reading-area::-webkit-scrollbar-track{background:transparent}.folio-workspace-container .reading-area::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:3px}.folio-workspace-container .reading-area::-webkit-scrollbar-thumb:hover{background:var(--border-hi)}.folio-workspace-container .doc-pages{flex:0 0 auto;width:100%;min-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:20px;box-sizing:border-box}.folio-workspace-container .doc-page{background:#faf8f5;min-width:0;max-width:100%;border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:0 4px 40px #0009,0 1px #ffffff0a;transform-origin:top center;transition:transform .2s;box-sizing:border-box}.folio-workspace-container .page-content{padding:56px 64px;color:#1a1a18;-webkit-user-select:text;user-select:text;cursor:text;position:relative}.folio-workspace-container .page-header-section{margin-bottom:36px;padding-bottom:24px;border-bottom:1px solid rgba(26,26,24,.1)}.folio-workspace-container .doc-main-title{font-family:var(--font-display);font-size:28px;font-weight:700;color:#1a1a18;line-height:1.2;margin-bottom:12px}.folio-workspace-container .doc-subtitle{font-family:var(--font-display);font-size:16px;font-weight:400;font-style:italic;color:#5a5a54;margin-bottom:16px;line-height:1.5}.folio-workspace-container .doc-meta{display:flex;gap:20px;font-size:11px;color:#8a8a80;font-family:JetBrains Mono,monospace}.folio-workspace-container .doc-meta span{display:flex;align-items:center;gap:5px}.folio-workspace-container .section-title{font-family:var(--font-display);font-size:18px;font-weight:600;color:#1a1a18;margin:28px 0 14px;line-height:1.3}.folio-workspace-container .section-sub{font-family:var(--font-display);font-size:14px;font-weight:500;font-style:italic;color:#5a5a54;margin:20px 0 10px}.folio-workspace-container .body-para{font-family:var(--font-body);font-size:15.5px;line-height:1.82;color:#2a2a26;margin-bottom:16px;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.folio-workspace-container .hl{border-radius:2px;padding:0 1px;cursor:pointer;position:relative;transition:filter .12s}.folio-workspace-container .hl:hover{filter:brightness(.9)}.folio-workspace-container .hl.yellow{background:var(--hl-yellow);border-bottom:1.5px solid var(--hl-yellow-border)}.folio-workspace-container .hl.cyan{background:var(--hl-cyan);border-bottom:1.5px solid var(--hl-cyan-border)}.folio-workspace-container .hl.rose{background:var(--hl-rose);border-bottom:1.5px solid var(--hl-rose-border)}.folio-workspace-container .hl.sage{background:var(--hl-sage);border-bottom:1.5px solid var(--hl-sage-border)}.folio-workspace-container .comment-dot{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:var(--amber);color:var(--void);font-size:8px;font-weight:700;cursor:pointer;vertical-align:super;margin-left:1px;font-family:var(--font-ui);transition:transform .12s}.folio-workspace-container .comment-dot:hover{transform:scale(1.2)}.folio-workspace-container .callout-box{background:#e8a83212;border-left:3px solid var(--amber);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:14px 18px;margin:20px 0;font-family:var(--font-body);font-size:14px;line-height:1.7;color:#3a3830}.folio-workspace-container .callout-box.info{background:var(--cyan-dim);border-left-color:var(--cyan)}.folio-workspace-container .callout-box-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8a8a80;margin-bottom:6px;font-family:JetBrains Mono,monospace}.folio-workspace-container .doc-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:13px;font-family:var(--font-ui)}.folio-workspace-container .doc-table thead th{background:#1a1a180f;padding:8px 12px;text-align:left;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#5a5a54;border-bottom:1px solid rgba(26,26,24,.12)}.folio-workspace-container .doc-table tbody td{padding:9px 12px;border-bottom:1px solid rgba(26,26,24,.07);color:#2a2a26;line-height:1.4}.folio-workspace-container .doc-table tbody tr:hover td{background:#1a1a1808}.folio-workspace-container .page-corner{position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 28px 28px;border-color:transparent transparent #e8e4de transparent;cursor:pointer;opacity:.4;transition:opacity .15s}.folio-workspace-container .page-corner:hover{opacity:.8}.folio-workspace-container .page-num-badge{position:absolute;bottom:18px;left:50%;transform:translate(-50%);font-size:10px;font-family:JetBrains Mono,monospace;color:#aaa8a0}.folio-workspace-container .margin-pin{position:absolute;right:-14px;width:8px;height:8px;border-radius:50%;cursor:pointer;transition:transform .12s,box-shadow .12s}.folio-workspace-container .margin-pin:hover{transform:scale(1.6);box-shadow:0 0 8px currentColor}.folio-workspace-container .margin-pin.yellow{background:#e8c832;top:178px}.folio-workspace-container .margin-pin.cyan{background:var(--cyan);top:320px}.folio-workspace-container .margin-pin.rose{background:var(--rose);top:450px}.folio-workspace-container .right-panel-folio{width:var(--panel-w);background:var(--deep);border-left:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;transition:width .25s cubic-bezier(.4,0,.2,1)}.folio-workspace-container .right-panel-folio.collapsed{width:0}.folio-workspace-container .rp-tabs{display:flex;border-bottom:1px solid var(--border);flex-shrink:0}.folio-workspace-container .rp-tab{flex:1;padding:0 4px;height:40px;font-size:11px;font-weight:500;color:var(--ink-4);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;border-bottom:2px solid transparent;transition:all .15s;border:none;background:none}.folio-workspace-container .rp-tab:hover{color:var(--ink-2);background:#ffffff05}.folio-workspace-container .rp-tab.active{color:var(--amber);border-bottom:2px solid var(--amber)}.folio-workspace-container .rp-tab i{font-size:14px}.folio-workspace-container .rp-body{flex:1;overflow-y:auto;padding:10px}.folio-workspace-container .rp-body::-webkit-scrollbar{width:3px}.folio-workspace-container .rp-body::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:2px}.folio-workspace-container .ann-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:11px 12px;margin-bottom:8px;cursor:pointer;transition:all .15s;position:relative;overflow:hidden}.folio-workspace-container .ann-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px}.folio-workspace-container .ann-card.yellow:before{background:#e8c832}.folio-workspace-container .ann-card.cyan:before{background:var(--cyan)}.folio-workspace-container .ann-card.rose:before{background:var(--rose)}.folio-workspace-container .ann-card.sage:before{background:var(--sage)}.folio-workspace-container .ann-card:hover{border-color:var(--border-mid);transform:translate(2px)}.folio-workspace-container .ann-quote{font-family:var(--font-body);font-size:12px;font-style:italic;color:var(--ink-2);line-height:1.5;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.folio-workspace-container .ann-note{font-size:12px;color:var(--ink);line-height:1.5;margin-bottom:6px}.folio-workspace-container .ann-meta{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--ink-4);font-family:var(--font-mono)}.folio-workspace-container .ann-actions{display:flex;gap:4px;margin-top:7px}.folio-workspace-container .ann-act-btn{padding:3px 8px;border-radius:4px;font-size:10px;border:1px solid var(--border-mid);background:transparent;color:var(--ink-3);cursor:pointer;transition:.12s}.folio-workspace-container .ann-act-btn:hover{background:var(--raised);color:var(--ink)}.folio-workspace-container .rp-note-area{border-top:1px solid var(--border);padding:10px;flex-shrink:0}.folio-workspace-container .note-textarea{width:100%;background:var(--surface);border:1px solid var(--border-mid);border-radius:var(--radius);color:var(--ink);font-family:var(--font-ui);font-size:12px;padding:9px 11px;resize:none;outline:none;min-height:72px;line-height:1.6}.folio-workspace-container .note-textarea:focus{border-color:var(--amber)}.folio-workspace-container .note-textarea::placeholder{color:var(--ink-4)}.folio-workspace-container .note-row{display:flex;gap:6px;margin-top:7px;align-items:center}.folio-workspace-container .note-type-sel{flex:1;background:var(--surface);border:1px solid var(--border-mid);border-radius:var(--radius-sm);color:var(--ink-2);font-family:var(--font-ui);font-size:11px;padding:4px 8px;outline:none}.folio-workspace-container .note-submit{padding:5px 14px;background:var(--amber);border:none;border-radius:var(--radius-sm);color:var(--void);font-family:var(--font-ui);font-size:11.5px;font-weight:600;cursor:pointer;transition:filter .15s}.folio-workspace-container .note-submit:hover{filter:brightness(1.1)}.folio-workspace-container .search-panel{padding:12px}.folio-workspace-container .search-input-wrap{position:relative;margin-bottom:12px}.folio-workspace-container .search-field{width:100%;background:var(--surface);border:1px solid var(--border-mid);border-radius:var(--radius);color:var(--ink);font-family:var(--font-ui);font-size:13px;padding:9px 36px 9px 12px;outline:none}.folio-workspace-container .search-field:focus{border-color:var(--amber)}.folio-workspace-container .search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--ink-4);font-size:15px}.folio-workspace-container .search-result{padding:8px 10px;border-radius:var(--radius-sm);cursor:pointer;transition:.12s;border-bottom:1px solid var(--border)}.folio-workspace-container .search-result:hover{background:var(--surface)}.folio-workspace-container .search-result-page{font-size:10px;color:var(--amber);font-family:var(--font-mono);margin-bottom:3px}.folio-workspace-container .search-result-text{font-size:12px;color:var(--ink-2);line-height:1.5}.folio-workspace-container .search-result-text mark{background:#e8a8324d;color:var(--ink);border-radius:2px}.folio-workspace-container .ai-panel{padding:12px}.folio-workspace-container .ai-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#e8a8321a;border:1px solid var(--amber-line);border-radius:20px;font-size:11px;color:var(--amber);margin:3px;cursor:pointer;transition:all .15s}.folio-workspace-container .ai-chip:hover{background:#e8a8322e}.folio-workspace-container .ai-chip i{font-size:12px}.folio-workspace-container .ai-response{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px;margin-top:12px;font-size:12.5px;color:var(--ink-2);line-height:1.65}.folio-workspace-container .ai-response-head{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--amber);font-weight:600;margin-bottom:8px}.folio-workspace-container .ai-response-head i{font-size:13px}.folio-workspace-container .sel-toolbar{position:fixed;background:var(--raised);border:1px solid var(--border-hi);border-radius:var(--radius-lg);display:flex;align-items:center;gap:2px;padding:5px 6px;box-shadow:0 8px 32px #0009,0 2px 8px #0006;z-index:9999;opacity:0;pointer-events:none;transform:translateY(6px) scale(.96);transition:opacity .18s,transform .18s}.folio-workspace-container .sel-toolbar.show{opacity:1;pointer-events:all;transform:translateY(0) scale(1)}.folio-workspace-container .sel-btn{height:30px;padding:0 8px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--ink-2);font-family:var(--font-ui);font-size:11px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .12s;white-space:nowrap}.folio-workspace-container .sel-btn:hover{background:#ffffff14;color:var(--ink)}.folio-workspace-container .sel-btn i{font-size:14px}.folio-workspace-container .hl-dot{width:14px;height:14px;border-radius:50%;cursor:pointer;transition:transform .12s;border:2px solid transparent;flex-shrink:0}.folio-workspace-container .hl-dot:hover{transform:scale(1.25)}.folio-workspace-container .hl-dot.yellow{background:#e8c832}.folio-workspace-container .hl-dot.cyan{background:var(--cyan)}.folio-workspace-container .hl-dot.rose{background:var(--rose)}.folio-workspace-container .hl-dot.sage{background:var(--sage)}.folio-workspace-container .hl-dot.violet{background:var(--violet)}.folio-workspace-container .sel-sep{width:1px;height:18px;background:var(--border-mid);margin:0 3px}.folio-workspace-container .statusbar{height:var(--status-h);background:var(--deep);border-top:1px solid var(--border);display:flex;align-items:center;padding:0 14px;gap:16px;flex-shrink:0}.folio-workspace-container .sb-item{font-size:10.5px;font-family:var(--font-mono);color:var(--ink-4);display:flex;align-items:center;gap:4px}.folio-workspace-container .sb-item i{font-size:11px}.folio-workspace-container .sb-item.ok{color:var(--sage)}.folio-workspace-container .sb-item.warn{color:var(--amber)}.folio-workspace-container .sb-spacer{flex:1}.folio-workspace-container .read-progress{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--border)}.folio-workspace-container .read-progress-fill{height:100%;background:linear-gradient(90deg,var(--amber),var(--cyan));width:42%;transition:width .3s}.folio-workspace-container .tab-content{display:none}.folio-workspace-container .tab-content.active{display:block}.folio-workspace-container .inline-search{position:absolute;top:8px;right:12px;background:var(--raised);border:1px solid var(--border-hi);border-radius:var(--radius);display:flex;align-items:center;gap:6px;padding:6px 10px;box-shadow:0 4px 20px #00000080;z-index:300;opacity:0;pointer-events:none;transition:.2s}.folio-workspace-container .inline-search.show{opacity:1;pointer-events:all}.folio-workspace-container .inline-search-input{border:none;outline:none;background:transparent;color:var(--ink);font-family:var(--font-ui);font-size:13px;width:200px}.folio-workspace-container .inline-search-count{font-size:10px;color:var(--ink-4);font-family:var(--font-mono);white-space:nowrap}.folio-workspace-container .inline-search-btn{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--ink-3);cursor:pointer;font-size:12px;transition:.12s}.folio-workspace-container .inline-search-btn:hover{background:var(--surface);color:var(--ink)}.folio-workspace-container .focus-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0a0a0bf7;display:none;justify-content:center;align-items:flex-start;padding:40px 20px 60px;overflow-y:auto}.folio-workspace-container .focus-overlay.show{display:flex}.folio-workspace-container .focus-exit{position:fixed;top:16px;right:20px;background:var(--raised);border:1px solid var(--border-hi);border-radius:var(--radius);padding:7px 14px;color:var(--ink-2);font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:var(--font-ui);z-index:1001;transition:.15s}.folio-workspace-container .focus-exit:hover{background:var(--surface);color:var(--ink)}.folio-workspace-container .focus-content{max-width:680px;width:100%;color:#d8d4cc}.folio-workspace-container .focus-content .body-para{color:#c8c4bc;font-size:18px;line-height:1.95}.folio-workspace-container .focus-content .section-title{color:#e8e4dc;font-size:22px}body.folio-reader-focus,body.folio-reader-focus #root,body.folio-reader-focus .main-layout-container,body.folio-reader-focus .layout-main,body.folio-reader-focus .layout-main-content,body.folio-reader-focus .main-content-wrapper{background-color:#000!important}body.folio-reader-focus #titlebar,body.folio-reader-focus #statusbar,body.folio-reader-focus #mobile-bottom-nav,body.folio-reader-focus .opdo-bottom-dock,body.folio-reader-focus footer,body.folio-reader-focus .app-header,body.folio-reader-focus .layout-sidebar-left,body.folio-reader-focus .layout-footer{opacity:0!important;pointer-events:none!important;visibility:hidden!important}.folio-workspace-container.is-focus-mode .icon-rail,.folio-workspace-container.is-focus-mode .left-panel,.folio-workspace-container.is-focus-mode .right-panel-folio,.folio-workspace-container.is-focus-mode .ctx-ribbon{opacity:0!important;pointer-events:none!important;visibility:hidden!important}.folio-workspace-container.is-focus-mode .canvas-wrap{background:#000!important}.folio-workspace-container.is-focus-mode .reading-area{padding:56px 0 72px}.folio-workspace-container.is-focus-mode .doc-pages{max-width:920px;gap:28px}.folio-workspace-container.is-focus-mode .print-page,.folio-workspace-container.is-focus-mode .doc-page,.folio-workspace-container.is-focus-mode .web-document-frame{box-shadow:none!important;background:#000!important;color:#fff!important}.folio-workspace-container.is-focus-mode .page-content,.folio-workspace-container.is-focus-mode .body-para,.folio-workspace-container.is-focus-mode .doc-main-title,.folio-workspace-container.is-focus-mode .section-title,.folio-workspace-container.is-focus-mode .section-sub,.folio-workspace-container.is-focus-mode .doc-subtitle,.folio-workspace-container.is-focus-mode .doc-meta{color:#fff!important}.folio-workspace-container.is-focus-mode .inline-search,.folio-workspace-container.is-focus-mode .read-progress{display:none}.folio-workspace-container.is-focus-mode .body-para{font-size:16.5px;line-height:1.92}.folio-workspace-container.is-focus-mode .section-title{font-size:20px}.folio-workspace-container .focus-mode-hud{position:absolute;top:16px;right:20px;display:flex;align-items:center;gap:10px;z-index:320}.folio-workspace-container .focus-mode-chip{padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#111113c7;color:var(--ink-3);font-size:10px;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.folio-workspace-container .panel-section{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4);padding:6px 4px 5px;margin-bottom:5px}.folio-workspace-container .file-row{display:flex;align-items:center;gap:8px;padding:8px 6px;border-radius:var(--radius-sm);cursor:pointer;transition:.12s;font-size:12px;color:var(--ink-2)}.folio-workspace-container .file-row:hover{background:var(--surface)}.folio-workspace-container .file-row.active{background:var(--amber-glow);color:var(--amber)}.folio-workspace-container .file-row i{font-size:15px;flex-shrink:0}.folio-workspace-container .file-row-info{flex:1;min-width:0}.folio-workspace-container .file-row-name{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folio-workspace-container .file-row-meta{font-size:10px;color:var(--ink-4);font-family:var(--font-mono);margin-top:1px}.folio-workspace-container .tooltip{position:fixed;z-index:9998;background:var(--raised);border:1px solid var(--border-hi);border-radius:var(--radius-sm);padding:6px 10px;font-size:11px;color:var(--ink-2);pointer-events:none;opacity:0;transition:opacity .15s;max-width:220px;line-height:1.5}.folio-workspace-container .tooltip.show{opacity:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.folio-workspace-container .doc-page{animation:fadeUp .35s ease both}.folio-workspace-container .doc-page:nth-child(1){animation-delay:.05s}.folio-workspace-container .doc-page:nth-child(2){animation-delay:.12s}@keyframes pulse-dot{0%,to{box-shadow:0 0 #e8a83280}50%{box-shadow:0 0 0 4px #e8a83200}}.folio-workspace-container .comment-dot{animation:pulse-dot 2.5s ease infinite}.folio-workspace-container .outline-item.h4{padding-left:52px;font-size:10.5px;color:var(--ink-4)}.folio-workspace-container .outline-item.h5{padding-left:64px;font-size:10px;color:var(--ink-4)}.folio-workspace-container .outline-item.h6{padding-left:76px;font-size:10px;color:var(--ink-4)}.folio-workspace-container .folio-left-notes{padding:10px}.folio-workspace-container .folio-left-note-add{width:100%;margin-bottom:10px}.folio-workspace-container .folio-note-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0b59;display:flex;align-items:center;justify-content:center;z-index:1200}.folio-workspace-container .folio-note-popup{width:360px;background:var(--raised);border:1px solid var(--border-hi);border-radius:var(--radius);padding:12px;box-shadow:0 12px 40px #00000073}.folio-workspace-container .folio-note-popup-title{font-size:12px;font-weight:600;color:var(--ink);margin-bottom:8px}.folio-workspace-container .folio-note-popup-preview{font-size:11px;color:var(--ink-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px;margin-bottom:8px;line-height:1.5}.folio-workspace-container .folio-note-popup-input,.folio-workspace-container .folio-note-popup-textarea,.folio-workspace-container .folio-note-popup-select{width:100%;background:var(--surface);border:1px solid var(--border-mid);border-radius:var(--radius-sm);color:var(--ink);font-family:var(--font-ui);font-size:12px;outline:none}.folio-workspace-container .folio-note-popup-input{height:34px;padding:0 10px;margin-bottom:8px}.folio-workspace-container .folio-note-popup-textarea{min-height:96px;resize:vertical;padding:10px;margin-bottom:8px}.folio-workspace-container .folio-note-popup-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.folio-workspace-container .folio-note-popup-select{flex:1;height:34px;padding:0 10px}.folio-workspace-container .folio-note-popup-color{width:18px;height:18px;border-radius:50%;border:1px solid rgba(255,255,255,.18)}.folio-workspace-container .folio-note-popup-color.yellow{background:#e8c832}.folio-workspace-container .folio-note-popup-color.cyan{background:var(--cyan)}.folio-workspace-container .folio-note-popup-color.rose{background:var(--rose)}.folio-workspace-container .folio-note-popup-color.sage{background:var(--sage)}.folio-workspace-container .folio-note-popup-color.violet{background:var(--violet)}.folio-workspace-container .folio-note-popup-actions{display:flex;justify-content:flex-end;gap:8px}.folio-workspace-container .folio-note-popup-btn{height:32px;padding:0 12px;background:var(--amber);border:none;border-radius:var(--radius-sm);color:var(--void);font-size:11.5px;font-weight:600;cursor:pointer}.folio-workspace-container .folio-note-popup-btn.muted{background:transparent;border:1px solid var(--border-mid);color:var(--ink-2)}.folio-workspace-container .folio-note-editor-pane{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--deep);border-left:1px solid var(--border)}.folio-workspace-container .folio-note-editor-head{height:40px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px;padding:0 10px;flex-shrink:0}.folio-workspace-container .folio-note-editor-title{flex:1;background:var(--surface);border:1px solid var(--border-mid);border-radius:var(--radius-sm);color:var(--ink);font-family:var(--font-ui);font-size:12px;height:30px;padding:0 10px;outline:none}.folio-workspace-container .folio-note-editor-actions{display:flex;gap:6px}.folio-workspace-container .folio-note-editor-btn{height:30px;padding:0 10px;border-radius:var(--radius-sm);border:none;background:var(--amber);color:var(--void);font-size:11px;font-weight:600;cursor:pointer}.folio-workspace-container .folio-note-editor-btn.muted{background:transparent;border:1px solid var(--border-mid);color:var(--ink-2)}.folio-workspace-container .folio-note-editor-body{flex:1;min-height:0}.folio-workspace-container .folio-note-editor-pane #editor-skeleton{display:none}.folio-workspace-container .folio-note-editor-pane #critical-view{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.folio-workspace-container .folio-note-editor-pane #critical-scroll{flex:1;min-height:0}@media(max-width:900px){.folio-workspace-container{flex-direction:column;position:relative;height:100%}.folio-workspace{flex:1;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;display:flex;flex-direction:row;padding-bottom:56px}.folio-workspace::-webkit-scrollbar{display:none}.left-panel,.reading-area,.right-panel-folio,.folio-note-editor-pane{flex-shrink:0;height:100%;scroll-snap-align:start;scroll-snap-stop:always;border-left:none;border-right:none}.left-panel.collapsed{width:0;opacity:0;pointer-events:none}.icon-rail{position:absolute;bottom:0;left:0;width:100%;height:56px;flex-direction:row;border-right:none;border-top:1px solid var(--border);justify-content:space-evenly;align-items:center;padding:0 10px;z-index:1000;background:var(--surface)}.rail-btn{width:44px;height:44px}.rail-tip,.rail-spacer,.rail-divider{display:none!important}.print-viewport>div{max-width:100%!important;min-height:auto!important;padding:20px 15px!important;zoom:1!important;transform:none!important}}.ctx-ribbon{height:52px;flex-shrink:0;display:flex;align-items:center;gap:10px;padding:0 16px;background:#111113eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}.cr-group{display:flex;align-items:center;gap:6px}.cr-sep{width:1px;height:22px;background:#ffffff14;flex-shrink:0}.cr-hl-group{gap:8px}.cr-hl-dot{width:16px;height:16px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:transform .15s ease,filter .15s ease}.cr-hl-dot:hover{transform:scale(1.25);filter:brightness(1.1)}.cr-hl-dot svg{width:16px;height:16px}.cr-btn{height:34px;border:none;border-radius:999px;background:transparent;color:#ffffffad;display:flex;align-items:center;gap:6px;padding:0 12px;font-family:var(--font-ui);font-size:12px;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease;white-space:nowrap}.cr-btn svg{width:14px;height:14px;opacity:.85}.cr-btn:hover{background:#ffffff0f;color:#fffffff2}.cr-btn:hover svg{opacity:1}.cr-btn.active{background:#e8a8321f;color:#e8c832;border:1px solid rgba(232,168,50,.18)}.cr-page-nav{margin-left:auto;display:flex;align-items:center;gap:10px}.zoom-group{display:flex;align-items:center;height:34px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:999px;overflow:hidden}.zoom-btn{width:30px;height:34px;border:none;background:transparent;color:#ffffff8c;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.zoom-btn:hover{background:#ffffff0f;color:#ffffffe6}.zoom-val{min-width:52px;text-align:center;font-size:12px;font-weight:600;color:#ffffffe6;font-family:var(--font-ui)}.cr-page-input{width:52px;height:34px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffffeb;text-align:center;outline:none;font-size:12px;font-weight:600;transition:border-color .15s ease}.cr-page-input:focus{border-color:#e8a83273}.cr-page-total{font-size:12px;color:#ffffff73}@media(max-width:1400px){.cr-btn{padding:0 10px;font-size:11px}.cr-btn span{display:none}}@media(max-width:1200px){.ctx-ribbon{padding:0 10px}.cr-btn{width:34px;padding:0;justify-content:center}.zoom-val{min-width:40px}}.folio-sel-toolbar{position:fixed;z-index:10200;display:flex;align-items:center;gap:2px;padding:5px 7px;background:#1c1c21;border:1px solid rgba(255,255,255,.14);border-radius:40px;box-shadow:0 8px 32px #000000b8,0 2px 8px #0000007a,0 0 0 .5px #ffffff0a;transform:translate(-50%,calc(-100% - 10px));animation:folioSelIn .16s cubic-bezier(.22,1,.36,1) both;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-user-select:none;user-select:none}@keyframes folioSelIn{0%{opacity:0;transform:translate(-50%,calc(-100% - 6px)) scale(.94)}to{opacity:1;transform:translate(-50%,calc(-100% - 10px)) scale(1)}}.folio-sel-dots{display:flex;align-items:center;gap:5px;padding:0 4px}.folio-sel-dot{width:14px;height:14px;border-radius:50%;background:var(--dot-color, #888);border:2px solid transparent;cursor:pointer;transition:transform .14s,box-shadow .14s;flex-shrink:0;padding:0;outline:none}.folio-sel-dot:hover{transform:scale(1.32);box-shadow:0 0 0 3px #ffffff26}.folio-sel-dot:focus-visible{box-shadow:0 0 0 2px #fff}.folio-sel-sep{width:1px;height:18px;background:#ffffff1a;margin:0 3px;flex-shrink:0}.folio-sel-btn{display:flex;align-items:center;gap:5px;height:28px;padding:0 9px;border-radius:30px;border:none;background:transparent;color:#ffffffb8;font-family:inherit;font-size:12px;font-weight:500;cursor:pointer;transition:background .12s,color .12s;white-space:nowrap;letter-spacing:.01em}.folio-sel-btn svg{flex-shrink:0;opacity:.85}.folio-sel-btn:hover{background:#ffffff17;color:#fffffff2}.folio-sel-btn:hover svg{opacity:1}.folio-sel-btn--explain:hover{background:#e8a83224;color:#e8c832}.folio-sel-btn--explain svg{color:#e8c832}.folio-sel-btn--close{padding:0 7px;color:#fff6;min-width:28px;justify-content:center}.folio-sel-btn--close:hover{background:#ffffff12;color:#ffffffbf}.folio-note-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#08080a6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:10300;padding:20px}.folio-note-popup{width:min(420px,100vw - 40px);background:linear-gradient(180deg,#222228fa,#18181dfa);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px;box-shadow:0 24px 80px #00000094,0 10px 28px #00000052,inset 0 1px #ffffff0a;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;color:#f0ede8}.folio-note-popup-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.folio-note-popup-eyebrow{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f0ede86b;margin-bottom:4px}.folio-note-popup-title{font-size:13px;font-weight:600;letter-spacing:.02em;color:#f6f3ee}.folio-note-popup-close{width:30px;height:30px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff08;color:#f0ede8cc;font-size:18px;line-height:1;cursor:pointer;transition:background .14s,border-color .14s,color .14s}.folio-note-popup-close:hover{background:#ffffff12;border-color:#ffffff29;color:#f6f3ee}.folio-note-popup-preview-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#f0ede86b;margin-bottom:6px}.folio-note-popup-preview{font-size:12px;color:#f0ede8d1;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 12px;margin-bottom:10px;line-height:1.55;max-height:88px;overflow:auto}.folio-note-popup-input,.folio-note-popup-textarea,.folio-note-popup-select{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#f0ede8;font-family:inherit;font-size:12px;outline:none;transition:border-color .14s,box-shadow .14s,background .14s}.folio-note-popup-input:focus,.folio-note-popup-textarea:focus,.folio-note-popup-select:focus{border-color:#e8a8328c;box-shadow:0 0 0 3px #e8a8321f;background:#ffffff0e}.folio-note-popup-input{height:38px;padding:0 12px;margin-bottom:10px}.folio-note-popup-input::placeholder,.folio-note-popup-textarea::placeholder{color:#f0ede857}.folio-note-popup-textarea{min-height:110px;resize:vertical;padding:11px 12px;margin-bottom:10px;line-height:1.55}.folio-note-popup-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.folio-note-popup-select{flex:1;height:38px;padding:0 12px}.folio-note-popup-chip{display:inline-flex;align-items:center;gap:8px;min-width:90px;height:38px;padding:0 10px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#f0ede8d1;font-size:11px;text-transform:capitalize}.folio-note-popup-color{width:20px;height:20px;border-radius:999px;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff1f;flex-shrink:0}.folio-note-popup-color.yellow{background:#e8c832}.folio-note-popup-color.cyan{background:#30b8b0}.folio-note-popup-color.rose{background:#d4607a}.folio-note-popup-color.sage{background:#7ab87a}.folio-note-popup-color.violet{background:#9b7dd4}.folio-note-popup-actions{display:flex;justify-content:flex-end;gap:8px}.folio-note-popup-btn{height:34px;padding:0 14px;background:#e8a832;border:none;border-radius:10px;color:#0a0a0b;font-size:11.5px;font-weight:600;cursor:pointer;transition:filter .14s,transform .14s}.folio-note-popup-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.folio-note-popup-btn.muted{background:transparent;border:1px solid rgba(255,255,255,.12);color:#f0ede8cc}.folio-hl{border-radius:2px;padding:0 1px;cursor:pointer;transition:filter .12s}.folio-hl:hover{filter:brightness(.88)}.folio-hl--yellow{background:#ffe0504d;border-bottom:1.5px solid rgba(255,224,80,.65)}.folio-hl--cyan{background:#30b8b038;border-bottom:1.5px solid rgba(48,184,176,.6)}.folio-hl--rose{background:#d4607a38;border-bottom:1.5px solid rgba(212,96,122,.6)}.folio-hl--sage{background:#7ab87a38;border-bottom:1.5px solid rgba(122,184,122,.6)}.folio-hl--violet{background:#9b7dd438;border-bottom:1.5px solid rgba(155,125,212,.6)}.vaikhari-minimap{width:120px;min-width:120px;max-width:120px;height:100%;padding:12px 10px 12px 0;border-left:1px solid color-mix(in srgb,var(--border) 88%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--bg2) 94%,transparent),color-mix(in srgb,var(--bg) 100%,transparent));display:flex;justify-content:center;align-items:stretch;flex-shrink:0}.vaikhari-minimap__track{width:100%;height:100%;padding:8px 6px;border-radius:14px;box-shadow:inset 0 1px #ffffff08;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:4px;scrollbar-width:thin}.vaikhari-minimap__item{width:100%;padding:0;border:0;border-radius:7px;background:transparent;cursor:pointer;position:relative;overflow:hidden;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;opacity:.84}.vaikhari-minimap__item:hover,.vaikhari-minimap__item:focus-visible,.vaikhari-minimap__item.is-active{opacity:1;transform:translate(-1px);box-shadow:0 0 0 1px color-mix(in srgb,var(--minimap-accent) 52%,transparent),0 7px 18px color-mix(in srgb,var(--minimap-accent) 16%,transparent);outline:none}.vaikhari-minimap__item-fill{display:flex;align-items:stretch;gap:4px;width:100%;height:100%;padding:3px 4px 3px 3px;border-radius:inherit;background:linear-gradient(180deg,color-mix(in srgb,var(--minimap-accent) 20%,var(--bg4) 80%),color-mix(in srgb,var(--minimap-accent) 10%,var(--bg3) 90%));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--minimap-accent) 14%,transparent),inset 0 -1px #0000003d}.vaikhari-minimap__item-rail{width:4px;min-width:4px;height:100%;border-radius:999px;background:linear-gradient(180deg,color-mix(in srgb,#ffffff 12%,var(--minimap-accent) 88%),color-mix(in srgb,var(--minimap-accent) 68%,#000000 32%));box-shadow:0 0 0 1px color-mix(in srgb,var(--minimap-accent) 30%,transparent)}.vaikhari-minimap__item-lines{min-width:0;flex:1;overflow:hidden}.vaikhari-minimap__item-text-frame{min-width:0;flex:1;height:100%;overflow:hidden;position:relative;border-radius:4px;background:linear-gradient(180deg,color-mix(in srgb,var(--bg2) 28%,transparent),transparent 36%)}.vaikhari-minimap__item-text{--minimap-text-scale: .26;display:block;width:calc(100% / var(--minimap-text-scale));min-height:calc(100% / var(--minimap-text-scale));transform:scale(var(--minimap-text-scale));transform-origin:top left;white-space:pre-wrap;word-break:break-word;overflow:hidden;color:color-mix(in srgb,#f5f7fb 86%,var(--minimap-accent) 14%);font-family:JetBrains Mono,Adishila,Noto Sans Devanagari,"Noto Serif Devanagari",monospace;font-size:11px;line-height:1.12;letter-spacing:0;opacity:.92;text-align:left;padding:3px 4px 6px;text-shadow:0 0 .35px rgba(255,255,255,.18)}.vaikhari-minimap__item--mula .vaikhari-minimap__item-fill{background:linear-gradient(180deg,color-mix(in srgb,#8b77ff 18%,var(--bg4) 82%),color-mix(in srgb,#593db8 15%,var(--bg3) 85%))}.vaikhari-minimap__item--commentary .vaikhari-minimap__item-fill{background:linear-gradient(180deg,color-mix(in srgb,#ffb04a 20%,var(--bg4) 80%),color-mix(in srgb,#b56412 16%,var(--bg3) 84%))}.vaikhari-minimap__item--translation .vaikhari-minimap__item-fill{background:linear-gradient(180deg,color-mix(in srgb,#40d97a 18%,var(--bg4) 82%),color-mix(in srgb,#0f8a46 16%,var(--bg3) 84%))}.vaikhari-minimap__item--footnote .vaikhari-minimap__item-fill{background:linear-gradient(180deg,color-mix(in srgb,#8fa5b0 18%,var(--bg4) 82%),color-mix(in srgb,#4f6570 16%,var(--bg3) 84%))}.vaikhari-minimap__item--apparatus .vaikhari-minimap__item-fill{background:linear-gradient(180deg,color-mix(in srgb,#d083ff 18%,var(--bg4) 82%),color-mix(in srgb,#7f349e 16%,var(--bg3) 84%))}.vaikhari-minimap__item--layer .vaikhari-minimap__item-fill{background:linear-gradient(180deg,color-mix(in srgb,#7ad4d7 18%,var(--bg4) 82%),color-mix(in srgb,#257f86 16%,var(--bg3) 84%))}.vaikhari-minimap__item--default .vaikhari-minimap__item-fill{background:linear-gradient(180deg,color-mix(in srgb,#8a8f9b 16%,var(--bg4) 84%),color-mix(in srgb,#5f6572 14%,var(--bg3) 86%))}.vaikhari-minimap__preview{position:fixed;width:320px;max-width:min(320px,100vw - 24px);max-height:280px;padding:12px 14px;border-radius:12px;border:1px solid color-mix(in srgb,var(--border2) 80%,transparent);background:color-mix(in srgb,var(--bg2) 96%,transparent);color:var(--text);box-shadow:0 16px 40px #00000059,0 0 0 1px #ffffff08;z-index:240;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vaikhari-minimap__preview-title{font-family:var(--font-serif);font-size:15px;line-height:1.25;color:var(--text)}.vaikhari-minimap__preview-type{margin-top:4px;font-size:11px;line-height:1.3;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.vaikhari-minimap__preview-body{margin-top:10px;max-height:210px;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.55;color:var(--text)}.vaikhari-minimap__empty{min-height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:10px;background:color-mix(in srgb,var(--bg4) 80%,transparent);color:var(--text-dim);font-size:11px;letter-spacing:.04em;text-transform:uppercase}@media(max-width:820px){.vaikhari-minimap{display:none}}.cat-toolbar{background:var(--bg2);border:1px solid var(--border2);border-radius:8px;box-shadow:0 6px 24px #00000073;display:flex;flex-direction:column;gap:2px;padding:4px 6px;font-family:var(--font-ui);font-size:12px;z-index:9990;min-width:max-content;animation:cat-appear .12s ease-out forwards;transform-origin:bottom center}@keyframes cat-appear{0%{opacity:0;transform:translate(-50%,-95%) scale(.96)}to{opacity:1;transform:translate(-50%,-100%) scale(1)}}.cat-row{display:flex;align-items:center;gap:1px;flex-wrap:nowrap}.cat-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:4px;color:var(--text);padding:3px 6px;font-size:12px;font-family:var(--font-ui);white-space:nowrap;transition:background .1s,color .1s;min-height:26px}.cat-btn:hover{background:var(--bg4);color:var(--text)}.cat-btn.active{background:var(--accent-glow);color:var(--accent)}.cat-icon-btn{min-width:26px;padding:3px 4px}.cat-block-btn{gap:3px;min-width:100px;justify-content:space-between;font-weight:500}.cat-popup-container{animation:cat-popup-in .1s ease-out forwards}@keyframes cat-popup-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.cat-group-label{padding:5px 10px 3px;font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-dim);background:var(--bg3);border-bottom:1px solid var(--border)}.cat-menu-item{padding:6px 12px;cursor:pointer;font-size:12px;color:var(--text);transition:background .1s}.cat-menu-item:hover{background:var(--bg4)}.cat-menu-item.active{color:var(--accent);background:var(--accent-glow);font-weight:500}.bt-h1 .line-ta-overlay,.bt-h1 .line-ta{font-size:var(--line-font-size, 2em)!important;font-weight:var(--line-font-weight, 700)!important;color:var(--line-color, var(--text))!important;line-height:var(--line-line-height, 1.3)!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, left)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-h2 .line-ta-overlay,.bt-h2 .line-ta{font-size:var(--line-font-size, 1.6em)!important;font-weight:var(--line-font-weight, 700)!important;color:var(--line-color, var(--text))!important;line-height:var(--line-line-height, 1.35)!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, left)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-h3 .line-ta-overlay,.bt-h3 .line-ta{font-size:var(--line-font-size, 1.35em)!important;font-weight:var(--line-font-weight, 700)!important;color:var(--line-color, var(--text))!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, left)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-h4 .line-ta-overlay,.bt-h4 .line-ta{font-size:var(--line-font-size, 1.15em)!important;font-weight:var(--line-font-weight, 600)!important;color:var(--line-color, var(--text))!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, left)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-h5 .line-ta-overlay,.bt-h5 .line-ta{font-size:var(--line-font-size, 1em)!important;font-weight:var(--line-font-weight, 600)!important;color:var(--line-color, var(--text))!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, left)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-h6 .line-ta-overlay,.bt-h6 .line-ta{font-size:var(--line-font-size, .9em)!important;font-weight:var(--line-font-weight, 600)!important;color:var(--line-color, var(--text-dim))!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, left)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-title .line-ta-overlay,.bt-title .line-ta{font-size:var(--line-font-size, 2.2em)!important;font-weight:var(--line-font-weight, 800)!important;font-family:var(--line-font-family, "Adishila", serif)!important;color:var(--line-color, var(--text))!important;text-align:var(--line-text-align, left)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-subtitle .line-ta-overlay,.bt-subtitle .line-ta{font-size:var(--line-font-size, 1.3em)!important;font-style:var(--line-font-style, italic)!important;color:var(--line-color, var(--text-dim))!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, left)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-source-verse:not(.is-bracket) .line-ta-overlay,.bt-source-verse:not(.is-bracket) .line-ta{font-family:var(--line-font-family, "Adishila", serif)!important;font-size:var(--line-font-size, 1.05em)!important;color:var(--line-color, #a89bff)!important;text-align:var(--line-text-align, center)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-translation:not(.is-bracket) .line-ta-overlay,.bt-translation:not(.is-bracket) .line-ta{color:var(--line-color, #7ec8c4)!important;font-family:var(--line-font-family, inherit)!important;font-size:var(--line-font-size, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-commentary:not(.is-bracket) .line-ta-overlay,.bt-commentary:not(.is-bracket) .line-ta{color:var(--line-color, #c4b898)!important;font-family:var(--line-font-family, inherit)!important;font-size:var(--line-font-size, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-padaccheda:not(.is-bracket) .line-ta-overlay,.bt-padaccheda:not(.is-bracket) .line-ta{color:var(--line-color, #aaa)!important;letter-spacing:var(--line-letter-spacing, .12em)!important;word-spacing:var(--line-word-spacing, normal)!important;font-family:var(--line-font-family, inherit)!important;font-size:var(--line-font-size, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important}.bt-transliteration:not(.is-bracket) .line-ta-overlay,.bt-transliteration:not(.is-bracket) .line-ta{font-style:var(--line-font-style, italic)!important;color:var(--line-color, #b898c4)!important;font-family:var(--line-font-family, inherit)!important;font-size:var(--line-font-size, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-morphology:not(.is-bracket) .line-ta-overlay,.bt-morphology:not(.is-bracket) .line-ta{font-size:var(--line-font-size, .9em)!important;color:var(--line-color, #c4987e)!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-nyaya-segmenter:not(.is-bracket) .line-ta-overlay,.bt-nyaya-segmenter:not(.is-bracket) .line-ta{font-size:var(--line-font-size, .95em)!important;color:var(--line-color, #7ea8c4)!important;letter-spacing:var(--line-letter-spacing, .05em)!important;word-spacing:var(--line-word-spacing, normal)!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important}.bt-discussion:not(.is-bracket) .line-ta-overlay,.bt-discussion:not(.is-bracket) .line-ta{color:var(--line-color, #d0c898)!important;font-family:var(--line-font-family, inherit)!important;font-size:var(--line-font-size, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-footnote:not(.is-bracket) .line-ta-overlay,.bt-footnote:not(.is-bracket) .line-ta{font-size:var(--line-font-size, .85em)!important;color:var(--line-color, var(--text-dim))!important;font-style:var(--line-font-style, italic)!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-endnote:not(.is-bracket) .line-ta-overlay,.bt-endnote:not(.is-bracket) .line-ta{font-size:var(--line-font-size, .85em)!important;color:var(--line-color, var(--text-dim))!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-special-note:not(.is-bracket) .line-ta-overlay,.bt-special-note:not(.is-bracket) .line-ta{color:var(--line-color, #c08080)!important;font-family:var(--line-font-family, inherit)!important;font-size:var(--line-font-size, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-research-note:not(.is-bracket) .line-ta-overlay,.bt-research-note:not(.is-bracket) .line-ta{color:var(--line-color, #8ca0d0)!important;font-family:var(--line-font-family, inherit)!important;font-size:var(--line-font-size, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-citation:not(.is-bracket) .line-ta-overlay,.bt-citation:not(.is-bracket) .line-ta{font-size:var(--line-font-size, .9em)!important;color:var(--line-color, #d0a070)!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-glossary-entry:not(.is-bracket) .line-ta-overlay,.bt-glossary-entry:not(.is-bracket) .line-ta{color:var(--line-color, #80c0a0)!important;font-family:var(--line-font-family, inherit)!important;font-size:var(--line-font-size, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.bt-bibliography:not(.is-bracket) .line-ta-overlay,.bt-bibliography:not(.is-bracket) .line-ta{font-size:var(--line-font-size, .9em)!important;color:var(--line-color, var(--text-dim))!important;font-family:var(--line-font-family, inherit)!important;text-align:var(--line-text-align, inherit)!important;line-height:var(--line-line-height, inherit)!important;letter-spacing:var(--line-letter-spacing, normal)!important;word-spacing:var(--line-word-spacing, normal)!important}.list-marker{font-family:var(--font-mono);font-size:13px;color:var(--accent);-webkit-user-select:none;user-select:none;flex-shrink:0;margin-top:3px}.line-content input[type=checkbox]{margin-top:4px;accent-color:var(--accent)}.inline-selection-toolbar{font-family:var(--font-ui)}.link{color:#59e!important;text-decoration:underline;cursor:pointer}.special-block{flex:1;padding:4px 8px;border-radius:4px;min-height:28px;display:flex;flex-direction:column;justify-content:center}.special-block-label{font-size:11px;font-family:var(--font-mono);color:var(--text-dim);text-align:center;letter-spacing:.05em}.page-break-block{border-top:1px dashed var(--border2);border-bottom:1px dashed var(--border2);background:repeating-linear-gradient(90deg,transparent,transparent 8px,rgba(124,106,247,.05) 8px,rgba(124,106,247,.05) 10px)}.page-break-block .special-block-label{color:var(--accent)}.section-break-block{border-bottom:2px solid var(--border2);background:#4ecdc40a}.section-break-block .special-block-label{color:var(--teal)}.column-break-block{border-left:3px dotted var(--border2);background:#e8934a0a}.column-break-block .special-block-label{color:var(--orange)}.rule-block{padding:6px 0}.image-block{padding:8px;background:var(--bg3);border:1px solid var(--border);border-radius:4px}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80px;background:var(--bg4);border-radius:4px;font-size:28px;color:var(--text-dimmer)}.table-block{padding:8px;background:var(--bg3);border:1px solid var(--border);border-radius:4px;overflow-x:auto}.text-box-block,.callout-block{margin:2px 0}:root{--bg: #0e0f11;--bg2: #14161a;--bg3: #1c1f26;--bg4: #252931;--border: #2a2e38;--border2: #353a46;--text: #cdd0d8;--text-dim: #6b7280;--text-dimmer: #3d4250;--accent: #7c6af7;--accent2: #5e52c5;--accent-glow: rgba(124, 106, 247, .15);--gold: #c9a84c;--teal: #4ecdc4;--red: #e05c5c;--green: #5ccc8a;--orange: #e8934a;--page-bg: #f5f0e8;--page-text: #1a1814;--gutter-w: 65px;--sidebar-w: 280px;--font-mono: "JetBrains Mono", monospace;--font-serif: "Crimson Pro", Georgia, serif;--font-ui: "DM Sans", sans-serif;--page-width: 210mm;--page-height: 297mm;--margin-top: 25mm;--margin-right: 25mm;--margin-bottom: 25mm;--margin-left: 25mm;--header-height: 12mm;--footer-height: 12mm;--column-count: 1;--column-gap: 0mm;--body-font-size: 11pt;--line-height: 1.6;--max-text-width: 75ch;--web-max-width: 960px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden;background:var(--bg);color:var(--text);font-family:var(--font-ui)}html,body,#root,#app,#main{overflow-x:hidden}#app{display:grid;grid-template-rows:42px 1fr 24px;height:100vh}#titlebar{background:var(--bg2);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 12px;gap:0;z-index:100;flex-shrink:0;min-width:0;max-width:100%;overflow:hidden;box-sizing:border-box}#title-logo{font-family:var(--font-serif);font-size:17px;font-weight:600;color:var(--gold);padding:0 16px 0 4px;border-right:1px solid var(--border);margin-right:12px}#title-logo span{color:var(--text-dim);font-weight:400;font-size:13px;font-family:var(--font-ui);margin-left:6px}.tb-btn{background:none;border:none;color:var(--text-dim);cursor:pointer;padding:5px 10px;border-radius:4px;font-family:var(--font-ui);font-size:12px;font-weight:500;transition:all .15s}.tb-btn:hover{color:var(--text);background:var(--bg4)}.tb-sep{width:1px;height:20px;background:var(--border);margin:0 4px}.tb-right{margin-left:auto;display:flex;align-items:center;gap:6px;min-width:0}#mode-toggle{display:flex;flex-shrink:0;background:var(--bg3);border:1px solid var(--border);border-radius:6px;overflow:hidden}.mode-btn{background:none;border:none;color:var(--text-dim);cursor:pointer;padding:4px 14px;font-family:var(--font-ui);font-size:12px;font-weight:500;transition:all .15s}.mode-btn.active{background:var(--accent);color:#fff}.status-badge.sb-accepted{color:#5f5}.rb-badge{display:inline-flex;align-items:center;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500}.rb-source-verse{background:#2a2060;color:#9b8bff}.rb-padaccheda{background:#222;color:#888;border:1px solid #444}.rb-anvaya{background:#1a2a3a;color:#7ea8c4}.rb-transliteration{background:#2a2040;color:#b898c4}.rb-grammar{background:#3a2a1a;color:#c4987e}.rb-explanation{background:#1a3a2a;color:#7ec498}.rb-custom{background:#3a3a3a;color:#aaa}.rb-version{background:#203040;color:#80a0c0}.rb-special-note{background:#302020;color:#c08080}.rb-citation{background:#403020;color:#d0a070}.rb-metadata{background:#151515;color:#666}.rb-instruction{background:#204020;color:#80c080}.rb-training-prompt{background:#402040;color:#c080c0}.rb-training-answer{background:#204040;color:#80c0c0}.rb-conflict{background:#501010;color:#f55;font-weight:700}#zoom-select{background:var(--bg3);border:1px solid var(--border);color:var(--text);font-family:var(--font-ui);font-size:12px;padding:3px 6px;border-radius:4px;cursor:pointer}#main{display:flex;flex-direction:row;width:100%;overflow:hidden;min-height:0;min-width:0;max-width:100%;box-sizing:border-box}#editor-area{flex:1 1 auto;max-width:100%;display:flex;flex-direction:column;overflow:hidden;min-height:0;background-color:#000;box-sizing:border-box}#activity-bar{width:48px;flex-shrink:0;background:var(--bg3);border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding-top:12px;z-index:10}.ab-icon{color:var(--text-dim);background:none;border:none;cursor:pointer;padding:12px 0;font-size:10px;font-weight:600;font-family:var(--font-ui);writing-mode:vertical-rl;transform:rotate(180deg);transition:color .2s;letter-spacing:.1em}.ab-icon:hover{color:var(--text)}.ab-icon.active{color:var(--accent)}#explorer-panel{background:var(--bg2);border-right:1px solid var(--border);transition:width .18s ease;overflow:hidden;flex-shrink:0;display:flex;flex-direction:column}#explorer-panel.closed{border:none;padding:0;margin:0}.exp-inner{padding:12px 16px;display:flex;flex-direction:column;gap:8px}.exp-title{font-size:11px;font-weight:600;color:var(--text-dim);font-family:var(--font-ui);letter-spacing:.05em;text-transform:uppercase}.exp-content{font-size:12px;color:var(--text-dimmer);font-style:italic;font-family:var(--font-ui)}#critical-view{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}#critical-scroll{flex:1;overflow-y:auto;overflow-x:auto;min-height:0;position:relative;transform:translateZ(0)}#editor-lines{padding:8px 0 200px;counter-reset:linenum}.line-row{display:flex;align-items:stretch;min-height:28px;position:relative}.line-row:hover .drag-handle{opacity:1}.gutter-cell{width:var(--gutter-w);flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-end;padding:5px 6px 0 0;gap:3px;position:sticky;left:0;z-index:3;background:var(--bg2);border-right:1px solid var(--border)}.line-num-col{display:flex;flex-direction:column;align-items:flex-end}.line-num{font-family:var(--font-mono);font-size:11px;color:var(--text-dimmer);-webkit-user-select:none;user-select:none;min-width:20px;text-align:right;height:23.625px;line-height:23.625px;counter-increment:linenum}.line-num:before{content:counter(linenum)}.line-row.active-line .line-num{color:var(--accent)}#critical-scroll[data-show-nums=false] .line-num{display:none}#critical-scroll[data-show-guides=false] .indent-spc:before{background:transparent}.fold-btn{width:14px;height:14px;background:none;border:none;cursor:pointer;color:var(--text-dimmer);font-size:9px;display:flex;align-items:center;justify-content:center;border-radius:2px;padding:0;flex-shrink:0;margin-top:3px}.fold-btn:hover{color:var(--text);background:var(--bg4)}.drag-handle{opacity:0;cursor:grab;color:var(--text-dimmer);font-size:11px;padding:4px 1px;-webkit-user-select:none;user-select:none;line-height:1}.drag-handle:active{cursor:grabbing}.line-content{flex:1;display:flex;align-items:flex-start;min-width:0;padding:0 20px 0 8px}.indent-spc{display:inline-block;width:20px;flex-shrink:0;position:relative;align-self:stretch}.indent-spc:before{content:"";position:absolute;left:9px;top:0;bottom:0;width:1px;background:var(--border)}.line-row.has-block-visual .indent-spc:before{background:rgb(var(--block-type-rgb)/.55);box-shadow:0 0 0 1px rgb(var(--block-type-rgb)/.06)}.block-badge-row{display:inline-flex;align-items:center;gap:4px;margin-top:4px;margin-right:6px;flex-shrink:0}.block-id-badge{display:inline-flex;align-items:center;max-width:132px;padding:2px 6px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0f;color:#ffffff61;font-size:9px;font-family:var(--font-ui);font-weight:600;letter-spacing:.05em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default;-webkit-user-select:none;user-select:none;pointer-events:none}.role-badge{font-size:10px;font-family:var(--font-ui);font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:2px 6px;border-radius:3px;flex-shrink:0;white-space:nowrap}.status-badge{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;font-size:9px;font-family:var(--font-ui);font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:2px 5px;border-radius:3px;flex-shrink:0;white-space:nowrap;line-height:1.2}.status-badge.is-clickable{cursor:pointer}.status-badge.is-readonly{cursor:default;opacity:.88}.block-header-editor{align-items:center;gap:6px;min-height:32px}.block-header-prefix{flex-shrink:0;color:#ffffffe6;font-size:11px;font-weight:700;letter-spacing:.01em;-webkit-user-select:none;user-select:none}.block-header-input{flex:1;min-width:0;background:transparent;border:none;color:var(--text);font-family:var(--font-ui);font-size:11px;font-weight:700;line-height:1.35;outline:none;padding:2px 0}.block-header-input::placeholder{color:var(--text-dimmer)}.rb-shloka{background:#2a2060;color:#9b8bff}.rb-translation{background:#1a3533;color:#7ec8c4}.rb-commentary{background:#2d2820;color:#c4b898}.rb-apparatus,.rb-footnote{background:#222;color:#888}.sb-draft{background:#f9e0e0;color:#9c4040;border-color:#efc1c1}.sb-review{background:#1a2035;color:#7baaf7}.sb-accepted{background:#dff5e7;color:#217346;border-color:#b7e3c7}.line-ta-container{flex:1;min-width:0;max-width:var(--critical-content-width, 100%);position:relative;display:flex;width:100%}.document-header-renderer{flex:1;min-width:0;width:100%;padding:3px 2px}.line-ta-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;font-family:var(--font-mono);font-size:13.5px;line-height:1.75;padding:3px 2px;white-space:pre-wrap;word-wrap:break-word;color:var(--text);overflow:hidden}.line-ta{flex:1;min-width:0;background:transparent;border:none;outline:none;font-family:var(--font-mono);font-size:13.5px;line-height:1.75;padding:3px 2px;resize:none;overflow:hidden;width:100%;color:transparent;caret-color:var(--accent);z-index:1}.line-ta::selection{background:#7c6af74d;color:transparent}.line-row.active-line .line-ta-container{background:#7c6af708}.line-row.has-block-visual .line-content{background:rgb(var(--block-type-rgb)/.04);box-shadow:inset 0 0 0 1px transparent;transition:background-color .15s ease,box-shadow .15s ease,filter .15s ease}.line-row.has-block-visual.block-start .line-content{border-top-left-radius:4px;border-top-right-radius:8px}.line-row.has-block-visual.block-end .line-content{border-bottom-left-radius:4px;border-bottom-right-radius:8px}.line-row.has-block-visual:hover .line-content{background:rgb(var(--block-type-rgb)/.06);box-shadow:inset 0 0 0 1px rgb(var(--block-type-rgb)/.14)}.line-row.has-block-visual.selected-block .line-content{background:rgb(var(--block-type-rgb)/.09);box-shadow:inset 0 0 0 1px rgb(var(--block-type-rgb)/.24)}:root{--toc-term-color: #c45dff;--toc-term-font-weight: 700;--toc-term-font-style: normal;--toc-term-text-decoration: none;--toc-term-background: transparent}.toc-term{color:var(--toc-term-color);font-weight:var(--toc-term-font-weight);font-style:var(--toc-term-font-style);text-decoration:var(--toc-term-text-decoration);background:var(--toc-term-background)}.inline-tag-at{color:var(--gold)}.inline-tag-hash{color:var(--red);font-weight:600}.inline-tag-star{color:var(--accent);font-weight:600}.ecm-item{padding:6px 16px;cursor:pointer;transition:background .1s}.ecm-item:hover{background:var(--accent);color:#fff}.ecm-divider{height:1px;background:var(--border);margin:4px 0}.line-row.conflict-line .line-ta,.line-row.conflict-line .line-num{color:var(--red)}.line-row.is-bracket .line-ta{color:var(--gold);opacity:.8;font-weight:500}.bg-shloka .line-ta{color:#a89bff}.bg-translation .line-ta{color:#7ec8c4}.bg-commentary .line-ta{color:#c4b898}.bg-apparatus .line-ta{color:#888;font-size:12px}.bg-footnote .line-ta{color:#888;font-size:12px;font-style:italic}.bg-shloka .is-bracket .line-ta,.bg-translation .is-bracket .line-ta,.bg-commentary .is-bracket .line-ta,.bg-apparatus .is-bracket .line-ta,.bg-footnote .is-bracket .line-ta{color:var(--gold);font-size:13.5px;font-style:normal}.block-group{position:relative;margin:1px 0}.block-group.collapsed .block-body{display:none}.block-sidebar{position:absolute;left:var(--gutter-w);top:28px;bottom:4px;width:4px;border-radius:1px;opacity:.72;transition:opacity .15s ease,filter .15s ease,box-shadow .15s ease}.line-row.has-block-visual:hover .block-sidebar{opacity:.96;filter:brightness(1.14);box-shadow:0 0 0 1px rgb(var(--block-type-rgb)/.14),0 0 10px rgb(var(--block-type-rgb)/.26)}.line-row.has-block-visual.selected-block .block-sidebar{opacity:1;filter:brightness(1.1);box-shadow:0 0 0 1px rgb(var(--block-type-rgb)/.18),0 0 14px rgb(var(--block-type-rgb)/.32)}.line-row.drag-over{border-top:2px solid var(--accent)}.print-preview{flex:1;overflow-y:auto;background:var(--bg);padding:40px}.print-viewport{overflow-y:auto;overflow-x:hidden;display:flex;justify-content:center;align-items:flex-start;width:100%;height:100%;background:var(--bg);min-width:0;max-width:100%;box-sizing:border-box}.page-scale-container{position:relative;display:flex;justify-content:center;align-items:flex-start}.print-layout-root,.print-page-container,.web-document-frame,.print-page,.doc-page{min-width:0;max-width:none!important;box-sizing:border-box}.print-layout-root{width:100%}.print-page-container{width:100%;display:flex;justify-content:center}.page-scale-wrapper{transform-origin:top center;position:absolute;top:40px;left:0;right:0;margin:0 auto;display:flex;flex-direction:column;align-items:center}.print-page{width:var(--page-width);height:var(--page-height);position:relative;background:#fffdf8;overflow:hidden;box-shadow:0 10px 35px #00000038;margin:0 auto 32px;overflow-wrap:break-word}.print-body-frame{position:absolute;top:calc(var(--margin-top) + var(--header-height));left:var(--margin-left);right:var(--margin-right);bottom:calc(var(--margin-bottom) + var(--footer-height) + var(--note-area-height, 0px));overflow:hidden;column-count:var(--column-count);column-gap:var(--column-gap)}.print-header{position:absolute;top:var(--margin-top);left:var(--margin-left);right:var(--margin-right);height:var(--header-height);display:flex;justify-content:center;align-items:flex-start;font-family:var(--font-serif);font-size:10pt;color:#555;border-bottom:1px solid #ddd}.print-footer{position:absolute;bottom:var(--margin-bottom);left:var(--margin-left);right:var(--margin-right);height:var(--footer-height);display:flex;justify-content:center;align-items:flex-end;font-family:var(--font-serif);font-size:10pt;color:#777}.web-layout-mode{background:#f6f4ef;min-height:100%;overflow-y:auto;overflow-x:hidden;padding:48px 24px}.web-document-frame{width:min(100%,var(--web-max-width));max-width:var(--web-max-width);margin:0 auto;background:#fffdf8;padding:40px;box-shadow:0 4px 20px #00000014;border-radius:8px;column-count:var(--column-count);column-gap:var(--column-gap);overflow-wrap:break-word}.print-block{margin-bottom:14px;font-family:var(--font-serif)}.pb-label{font-size:11px;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:1px;color:#888;margin-top:12px;margin-bottom:4px}.pb-line{line-height:1.8}.pb-source-verse{text-align:center;font-family:var(--font-serif);font-size:20px;font-weight:500;line-height:2;color:#111;margin:24px 0}.pb-padaccheda,.pb-anvaya,.pb-grammar,.pb-explanation{margin-bottom:8px;line-height:1.8;color:#444}.pb-grammar{color:#555}.pb-transliteration{font-style:italic;font-family:var(--font-ui);margin-bottom:8px;color:#444}.pb-translation,.pb-commentary{text-align:justify;color:#222;width:100%;max-width:75ch;margin:0 auto 12px;line-height:1.8}.pb-grammar{font-size:.9em}.pb-explanation{font-style:italic;color:#444}.pb-citation{font-size:.85em;color:#555;line-height:1.6}.pb-footnote{font-size:.85em;color:#555;line-height:1.6;display:flex;gap:6px}.print-preview .pb-metadata,.print-preview .pb-version,.print-preview .pb-instruction,.print-preview .pb-training-prompt,.print-preview .pb-training-answer,.print-preview .pb-conflict{display:none!important}.internal-block{background:#f9f5f0;border:1px solid #e6d8c8;padding:10px;font-size:.9em;margin-bottom:8px;font-family:var(--font-ui);color:#888}.internal-block.pb-conflict{background:#fff0f0;border-left:3px solid #e05c5c;color:#c00}sup.fn-marker{font-size:70%;vertical-align:super;line-height:0;color:#c9a84c;font-weight:700}#sidebar{width:100%;height:100%;flex-shrink:0;background:var(--bg2);border-left:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;min-height:0}.sidebar-tabs{display:flex;background:var(--bg2);border-bottom:1px solid var(--border);flex:0 0 auto;overflow-x:auto}.sidebar-tabs::-webkit-scrollbar{height:0px}#sidebar.sidebar-collapsed .sidebar-tabs{flex-direction:column;height:100%}#sidebar.sidebar-collapsed .sidebar-tab-btn{padding:12px 0;font-size:16px;border-bottom:none;border-left:2px solid transparent}#sidebar.sidebar-collapsed .sidebar-tab-btn.active{border-bottom:none;border-left:2px solid var(--accent)}.sidebar-tab-btn{flex:1;background:none;border:none;padding:8px 4px;font-size:11px;font-weight:600;color:var(--text-dim);cursor:pointer;border-bottom:2px solid transparent;text-transform:uppercase;white-space:nowrap}.sidebar-tab-btn:hover{color:var(--text);background:var(--bg3)}.sidebar-tab-btn.active{color:var(--accent);border-bottom:2px solid var(--accent)}.sidebar-tab-content{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0}.sidebar-tabs{display:flex;border-bottom:1px solid var(--border);flex-shrink:0}.stab{flex:1;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-dim);cursor:pointer;padding:9px 2px;font-size:11px;font-family:var(--font-ui);font-weight:500;transition:all .15s}.stab.active{color:var(--accent);border-bottom-color:var(--accent)}.sidebar-panel{display:none;flex:1;overflow-y:auto;padding:12px;min-height:0}.sidebar-panel.active{display:block}.sp-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dimmer);margin-bottom:8px;margin-top:14px}.sp-label:first-child{margin-top:0}.sp-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.sp-key{font-size:12px;color:var(--text-dim);flex:1}.sp-val{font-size:12px;color:var(--text);font-family:var(--font-mono)}.sp-input{background:var(--bg3);border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:var(--font-ui);font-size:12px;padding:5px 8px;width:100%;outline:none;transition:border .15s;margin-bottom:6px}.sp-input:focus{border-color:var(--accent)}.sp-select{background:var(--bg3);border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:var(--font-ui);font-size:12px;padding:5px 8px;width:100%;outline:none;cursor:pointer;margin-bottom:6px}.sp-btn{background:var(--bg3);border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:var(--font-ui);font-size:12px;padding:6px 10px;cursor:pointer;transition:all .15s;width:100%;text-align:left;margin-bottom:4px}.sp-btn:hover{background:var(--bg4);border-color:var(--border2)}.sp-btn.accent{background:var(--accent);border-color:var(--accent);color:#fff;text-align:center}.sp-btn.accent:hover{background:var(--accent2)}.fmt-row{display:flex;gap:4px;margin-bottom:8px}.fmt-btn{flex:1;background:var(--bg3);border:1px solid var(--border);border-radius:4px;color:var(--text-dim);cursor:pointer;padding:6px 4px;font-size:13px;transition:all .15s;font-family:var(--font-ui)}.fmt-btn:hover{background:var(--bg4);color:var(--text)}.fmt-btn.on{background:var(--accent-glow);border-color:var(--accent);color:var(--accent)}.val-item{display:flex;align-items:flex-start;gap:8px;padding:8px;background:var(--bg3);border-radius:6px;margin-bottom:6px;border:1px solid var(--border)}.val-ok .vi{color:var(--green)}.val-warn .vi{color:var(--orange)}.val-err .vi{color:var(--red)}.val-ok{border-color:#5ccc8a33}.val-warn{border-color:#e8934a33}.val-err{border-color:#e05c5c33}.vi{flex-shrink:0;font-size:13px;margin-top:1px}.vt{font-size:12px;line-height:1.5}.conflict-item{background:var(--bg3);border:1px solid rgba(224,92,92,.25);border-radius:6px;padding:8px 10px;margin-bottom:6px}.conflict-line-label{font-size:11px;color:var(--text-dim);margin-bottom:3px}.conflict-text{font-size:12px;font-family:var(--font-mono);color:var(--red);word-break:break-all}.conflict-actions{display:flex;gap:4px;margin-top:6px}.conflict-actions .sp-btn{width:auto;margin:0}.margin-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.mf label{font-size:11px;color:var(--text-dim);display:block;margin-bottom:3px}.mf input{background:var(--bg3);border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:var(--font-mono);font-size:13px;padding:4px 8px;width:100%;outline:none;text-align:right}.mf input:focus{border-color:var(--accent)}.preset-row{display:flex;gap:4px;flex-wrap:wrap}.preset-btn{background:var(--bg3);border:1px solid var(--border);border-radius:4px;color:var(--text-dim);cursor:pointer;padding:4px 10px;font-size:11px;font-family:var(--font-ui);transition:all .15s}.preset-btn:hover{color:var(--text);border-color:var(--border2)}.ds-stat{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.ds-num{background:var(--bg3);border-radius:6px;padding:10px;text-align:center;border:1px solid var(--border)}.ds-num .n{font-size:22px;font-weight:600;color:var(--accent)}.ds-num .l{font-size:11px;color:var(--text-dim);margin-top:2px}.ds-record{background:var(--bg3);border-radius:6px;padding:8px;margin-bottom:6px;border:1px solid var(--border);font-family:var(--font-mono);font-size:11px;line-height:1.7;word-break:break-word}.ds-record .f{color:var(--teal)}#ac-popup{position:fixed;background:var(--bg2);border:1px solid var(--border2);border-radius:10px;box-shadow:0 12px 32px #00000073,0 2px 8px #00000040;z-index:2000;min-width:260px;max-width:320px;max-height:280px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}#ac-popup::-webkit-scrollbar{width:6px}#ac-popup::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:999px}.ac-hdr{padding:6px 12px;font-size:11px;color:var(--text-dim);border-bottom:1px solid var(--border)}.ac-item{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:10px}.ac-item:hover,.ac-item.sel{background:var(--bg4)}.ac-icon{font-size:14px;width:18px;text-align:center;flex-shrink:0}.ac-lbl{font-size:13px;font-weight:500;flex:1}.ac-sub{font-size:11px;color:var(--text-dim)}#statusbar{background:var(--bg2);border-top:1px solid var(--border);padding:3px 16px;display:flex;align-items:center;gap:16px;font-size:11px;color:var(--text-dim);font-family:var(--font-mono);flex-shrink:0}.s-dot{width:6px;height:6px;border-radius:50%;background:var(--green);display:inline-block;margin-right:4px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.print-footnote-area{position:absolute;left:var(--margin-left);right:var(--margin-right);bottom:calc(var(--footer-height) + 8mm);font-size:10.5px;line-height:1.3;color:#2f2a24}.print-footnote-separator{width:40%;border-top:1px solid #8f8678;margin-bottom:4mm}.print-footnote{display:grid;grid-template-columns:18px 1fr;column-gap:6px;margin-bottom:2mm}.print-footnote-number{text-align:right;font-size:10px}.print-footnote-text{text-align:left}.print-block-body sup,.print-body sup{font-size:70%;vertical-align:super;line-height:0}.conflict-highlight-open{background-color:#eb575714}.conflict-highlight-resolved{background-color:#7878780d}.conflict-gutter-marker{cursor:pointer;font-size:11px;line-height:1;margin-right:4px;padding:2px;border-radius:3px}.conflict-gutter-marker.open{color:#d84c4c;background:#d84c4c26}.conflict-gutter-marker.resolved{color:#888;background:#88888826}.accordion-section{border-bottom:1px solid var(--border);display:flex;flex-direction:column}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;cursor:pointer;background:var(--bg);-webkit-user-select:none;user-select:none;transition:background .1s}.accordion-header:hover{background:var(--bg2)}.accordion-section.open .accordion-header{background:var(--bg2);border-bottom:1px solid var(--border)}.acc-left{display:flex;align-items:center;gap:6px}.acc-right{display:flex;align-items:center;gap:8px}.acc-icon{font-size:12px;filter:grayscale(1);opacity:.7}.acc-title{font-size:11px;font-weight:600;color:var(--text);font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.05em}.acc-status{font-size:10px;color:var(--text-dim);font-family:var(--font-ui)}.acc-arrow{font-size:8px;color:var(--text-dimmer)}.accordion-content{padding:12px;background:var(--bg);flex-shrink:0}.split-layout{display:flex;width:100%;height:100%}.editor-pane{display:flex;flex-direction:column;flex:1;min-width:0;position:relative;transition:box-shadow .2s}.editor-pane.active{box-shadow:inset 0 0 0 1px var(--accent)}.pane-header{display:flex;align-items:center;padding:0 12px;height:35px;border-bottom:1px solid var(--border);font-size:12px;-webkit-user-select:none;user-select:none}.split-divider{width:1px;background:var(--border);z-index:10;cursor:col-resize}.split-toolbar{display:flex;gap:8px;align-items:center;padding:4px 8px;border-bottom:1px solid var(--border);border-left:1px solid var(--border);border-bottom-left-radius:4px;font-size:11px}.tb-doc-title{font-family:var(--font-ui);font-size:13px;font-weight:500;color:var(--text);padding:0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;border-right:1px solid var(--border);margin-right:8px}.tb-stats{display:flex;align-items:center;gap:2px;font-family:var(--font-mono);font-size:11px;color:var(--text-dim);white-space:nowrap}.tb-stat{color:var(--text-dim);cursor:default}.tb-stat-sep{color:var(--text-dimmer);padding:0 2px}.tb-ime-btn{background:none;border:1px solid var(--border);border-radius:4px;padding:2px 8px;font-size:11px;font-family:var(--font-mono);cursor:pointer;transition:all .15s;white-space:nowrap}.tb-ime-btn.ime-on{border-color:var(--accent);color:var(--accent);background:var(--accent-glow)}.tb-ime-btn.ime-off{color:var(--text-dimmer)}.tb-ime-btn:hover{border-color:var(--border2);color:var(--text)}.hide-on-desktop,.hide-on-tablet,.hide-on-mobile{display:none!important}@media(min-width:1440px){.device-desktop .hide-on-desktop,.device-wide .hide-on-desktop{display:none!important}}@media(min-width:1024px)and (max-width:1439px){.device-laptop .hide-on-desktop{display:none!important}}@media(min-width:768px)and (max-width:1023px){.device-tablet .hide-on-tablet,.device-tablet #activity-bar{display:none!important}.device-tablet #sidebar,.device-tablet #explorer-panel{position:fixed;top:0;bottom:0;z-index:1000;box-shadow:0 0 20px #0000004d}.device-tablet #sidebar{right:0}.device-tablet #explorer-panel{left:0}}@media(max-width:767px){.device-mobile .hide-on-mobile{display:none!important}.device-mobile .hide-on-desktop,.device-mobile .hide-on-tablet{display:flex!important}.device-mobile #app{flex-direction:column;height:100dvh;padding-bottom:env(safe-area-inset-bottom)}.device-mobile #main{flex:1;position:relative;overflow:hidden}.device-mobile #activity-bar,.device-mobile #statusbar{display:none!important}.device-mobile #titlebar{padding:8px;gap:8px}.device-mobile .tb-btn{display:none}.device-mobile #sidebar,.device-mobile #explorer-panel{position:fixed;bottom:56px;left:0;right:0;top:60px;width:100%!important;max-width:100%;z-index:2000;box-shadow:0 -5px 20px #0003;border-radius:12px 12px 0 0;border-left:none;border-top:1px solid var(--border);transition:transform .3s ease}.device-mobile .panel-hidden #sidebar,.device-mobile #explorer-panel.panel-hidden{transform:translateY(120%);pointer-events:none}.device-mobile .panel-open #sidebar,.device-mobile #explorer-panel.panel-open{transform:translateY(0);pointer-events:auto}#mobile-bottom-nav{display:flex;background:var(--bg2);border-top:1px solid var(--border);height:56px;flex-shrink:0;align-items:center;justify-content:space-around;padding-bottom:env(safe-area-inset-bottom);z-index:2500}.mbn-item{background:none;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-dim);gap:4px;flex:1;height:100%;cursor:pointer}.mbn-item.active{color:var(--accent)}.mbn-icon{font-size:18px}.mbn-label{font-size:10px;font-weight:500}.device-mobile #ac-popup{position:fixed!important;left:0!important;right:0!important;bottom:56px!important;top:auto!important;width:100%!important;border-radius:12px 12px 0 0;max-height:40vh}.device-mobile button,.device-mobile .accordion-header{min-height:40px}.device-mobile .print-page{zoom:calc((100vw - 32px) / 794);margin:16px auto!important}}.ctx-ribbon{height:40px;background:var(--deep);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 12px;gap:3px;flex-shrink:0;overflow-x:auto;scrollbar-width:none}.ctx-ribbon::-webkit-scrollbar{display:none}.folio-focus-toggle.is-active{color:var(--text);background:var(--bg4);box-shadow:inset 0 0 0 1px #ffffff14}.action-btn-scholarly{display:flex}.editor-book-structure-sidebar{display:flex;flex-direction:column;min-width:0;height:100%;color:hsl(var(--foreground))}.editor-book-structure-sidebar__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem .9rem;border-bottom:1px solid hsl(var(--border))}.editor-book-structure-sidebar__header h3{margin:0;font-size:.92rem;font-weight:700;line-height:1.2}.editor-book-structure-sidebar__header-btn,.editor-book-structure-sidebar__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border:1px solid hsl(var(--border));border-radius:.5rem;background:hsl(var(--background));color:hsl(var(--foreground));cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.editor-book-structure-sidebar__header-btn:hover,.editor-book-structure-sidebar__icon-btn:hover{background:hsl(var(--muted));border-color:hsla(var(--foreground)/.16)}.editor-book-structure-sidebar__feedback{padding:1rem .9rem;color:hsl(var(--muted-foreground));font-size:.84rem;line-height:1.4}.editor-book-structure-sidebar__feedback.is-error{color:hsl(var(--destructive))}.editor-book-structure-sidebar__tree{min-width:0;padding:.35rem 0}.editor-book-structure-sidebar__children{min-width:0}.editor-book-structure-sidebar__row{display:flex;align-items:center;gap:.35rem;min-width:0;padding-right:.4rem}.editor-book-structure-sidebar__row.is-selected .editor-book-structure-sidebar__main{background:hsla(var(--primary)/.14);color:hsl(var(--foreground))}.editor-book-structure-sidebar__row.is-selected .editor-book-structure-sidebar__toggle{color:hsl(var(--primary))}.editor-book-structure-sidebar__main{display:flex;align-items:center;gap:.35rem;min-width:0;flex:1;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;padding:.42rem .4rem .42rem calc(.55rem + var(--sidebar-node-depth, 0) * .95rem);border-radius:.5rem}.editor-book-structure-sidebar__main:hover{background:hsla(var(--muted)/.9)}.editor-book-structure-sidebar__toggle{display:inline-flex;align-items:center;justify-content:center;width:.95rem;min-width:.95rem;color:hsl(var(--muted-foreground))}.editor-book-structure-sidebar__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;line-height:1.35}.editor-book-structure-sidebar__actions{position:relative;display:flex;align-items:center;gap:.25rem;opacity:0;transition:opacity .18s ease}.editor-book-structure-sidebar__row:hover .editor-book-structure-sidebar__actions,.editor-book-structure-sidebar__row:focus-within .editor-book-structure-sidebar__actions{opacity:1}.editor-book-structure-sidebar__icon-btn{width:1.65rem;height:1.65rem}.editor-book-structure-sidebar__quick-actions{position:absolute;top:calc(100% + .2rem);right:0;z-index:2;display:grid;gap:.1rem;width:max-content;min-width:auto;padding:4px;border:1px solid hsl(var(--border));border-radius:.45rem;background:hsl(var(--background));box-shadow:0 8px 18px hsla(var(--foreground)/.1)}.editor-book-structure-sidebar__quick-action-item{display:block;width:100%;padding:6px 10px;border:0;border-radius:4px;background:transparent;color:hsl(var(--foreground));font-size:13px;line-height:1.2;text-align:left;white-space:nowrap;cursor:pointer;transition:background-color .18s ease}.editor-book-structure-sidebar__quick-action-item:hover,.editor-book-structure-sidebar__quick-action-item:focus-visible{background:hsl(var(--muted));outline:none}@media(max-width:640px){.editor-book-structure-sidebar__quick-actions{right:auto;left:0;max-width:min(10rem,100vw - 32px)}}.book-tree-node{list-style:none}.book-tree-node__row{position:relative;display:grid;grid-template-columns:2rem minmax(0,1fr) auto;align-items:center;gap:.25rem;padding:.28rem .4rem .28rem calc(.25rem + var(--book-tree-depth) * .9rem);border-radius:.8rem;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.book-tree-node__row:hover{background:hsla(var(--primary),.06)}.book-tree-node.is-selected>.book-tree-node__row{background:hsla(var(--primary),.12);box-shadow:inset 0 0 0 1px hsla(var(--primary),.22)}.book-tree-node__toggle,.book-tree-node__content,.book-tree-node__menu-button,.book-tree-node__menu-item{border:0;background:transparent;cursor:pointer}.book-tree-node__toggle{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;color:hsl(var(--muted-foreground));border-radius:.55rem}.book-tree-node__toggle:hover{background:hsla(var(--primary),.08);color:hsl(var(--foreground))}.book-tree-node__toggle-spacer{width:.55rem;height:.55rem}.book-tree-node__content{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.18rem .25rem;text-align:left;color:inherit}.book-tree-node__title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--foreground));font-size:.92rem;font-weight:600}.book-tree-node__meta{color:hsl(var(--muted-foreground));font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}.book-tree-node__actions{position:relative;display:flex;align-items:center}.book-tree-node__menu-button{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:.55rem;color:hsl(var(--muted-foreground))}.book-tree-node__menu-button:hover{background:hsla(var(--primary),.08);color:hsl(var(--foreground))}.book-tree-node__menu{position:absolute;top:calc(100% + .3rem);right:0;z-index:10;min-width:11rem;padding:.35rem;border:1px solid hsl(var(--border));border-radius:.95rem;background:hsl(var(--background));box-shadow:0 18px 40px #0000001f}.book-tree-node__menu-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.65rem .7rem;border-radius:.72rem;color:hsl(var(--foreground));font-size:.88rem;font-weight:500;text-align:left}.book-tree-node__menu-item:hover{background:hsla(var(--primary),.08)}.book-tree-node__menu-item:disabled{opacity:.45;cursor:not-allowed}.book-tree-node__children{list-style:none;margin:0;padding:.12rem 0 .25rem .35rem}@media(max-width:720px){.book-tree-node__row{padding-right:.25rem}}.book-tree{list-style:none;margin:0;padding:.25rem}.book-node-form{display:flex;flex-direction:column;gap:1rem}.book-node-form__readonly{display:flex;flex-direction:column;gap:.35rem;padding:.85rem 1rem;border:1px solid hsl(var(--border));border-radius:.95rem;background:hsl(var(--muted))}.book-node-form__readonly-label{color:hsl(var(--muted-foreground));font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.book-sidebar{display:flex;flex-direction:column;min-height:calc(100vh - 8rem);border:1px solid hsl(var(--border));border-radius:1.25rem;background:linear-gradient(180deg,hsla(var(--primary),.06),transparent 24%),hsl(var(--card));box-shadow:0 12px 40px #0000000a;overflow:hidden}.book-sidebar__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1rem .875rem;border-bottom:1px solid hsl(var(--border))}.book-sidebar__heading{min-width:0}.book-sidebar__eyebrow{color:hsl(var(--muted-foreground));font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.book-sidebar__title{margin:.25rem 0 0;color:hsl(var(--foreground));font-size:1rem;font-weight:700;line-height:1.2}.book-sidebar__subtitle{margin:.35rem 0 0;color:hsl(var(--muted-foreground));font-size:.84rem}.book-sidebar__header-actions{display:inline-flex;align-items:center;gap:.4rem;flex-shrink:0}.book-sidebar__icon-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--background));color:hsl(var(--muted-foreground));cursor:pointer;transition:transform .18s ease,border-color .18s ease,color .18s ease,background-color .18s ease}.book-sidebar__icon-button:hover{transform:translateY(-1px);color:hsl(var(--foreground));border-color:hsl(var(--primary))}.book-sidebar__icon-button:disabled{cursor:wait;opacity:.6;transform:none}.book-sidebar__body{min-height:0;flex:1;overflow:auto;padding:.5rem}.book-sidebar__state{margin:.5rem;padding:.9rem 1rem;border:1px dashed hsl(var(--border));border-radius:.95rem;color:hsl(var(--muted-foreground));font-size:.92rem;line-height:1.5}.book-sidebar__state.is-error{border-color:hsla(var(--destructive),.3);color:hsl(var(--destructive))}.book-sidebar__action-copy{margin:0;color:hsl(var(--foreground));font-size:.95rem;line-height:1.6}.book-sidebar__action-target{margin:.75rem 0 0;color:hsl(var(--muted-foreground));font-size:.86rem}@media(max-width:1023px){.book-sidebar{min-height:calc(100vh - 1.5rem);border-radius:1rem}}@media(max-width:720px){.book-sidebar__header{padding:.9rem .85rem .75rem}.book-sidebar__body{padding:.35rem}}.book-node-content-shell{position:relative;display:grid;grid-template-columns:minmax(280px,336px) minmax(0,1fr);gap:1rem;width:100%;min-height:100%;padding:1rem}.book-node-content-shell__sidebar,.book-node-content-shell__workspace{min-width:0}.book-node-content-shell__workspace{display:flex;min-height:0}.book-node-content-workspace{flex:1;min-height:calc(100vh - 8rem);display:flex;flex-direction:column;border:1px solid hsl(var(--border));border-radius:1.25rem;background:radial-gradient(circle at top right,hsla(var(--primary),.08),transparent 28%),linear-gradient(180deg,hsl(var(--card)),hsl(var(--card)));box-shadow:0 12px 40px #0000000a}.book-node-content-shell__launcher{position:fixed;top:.85rem;left:.85rem;z-index:18;display:none;align-items:center;gap:.45rem;padding:.65rem .9rem;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:0 12px 30px #00000024}.book-node-content-shell__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:14;border:0;background:#12131775;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.book-node-content-shell.is-compact{grid-template-columns:1fr}.book-node-content-shell.is-compact .book-node-content-shell__launcher{display:inline-flex}.book-node-content-shell.is-compact .book-node-content-shell__sidebar{position:fixed;inset:0 auto 0 0;z-index:15;width:min(88vw,22rem);max-width:22rem;transform:translate(-102%);transition:transform .2s ease;padding:.85rem}.book-node-content-shell.is-compact .book-node-content-shell__sidebar.is-open{transform:translate(0)}.book-node-content-shell.is-compact .book-node-content-shell__workspace{min-height:100%}.book-node-content-shell.is-desktop .book-node-content-shell__sidebar{position:sticky;top:.75rem;align-self:start}@media(max-width:1023px){.book-node-content-shell{padding:.75rem}.book-node-content-workspace{min-height:calc(100vh - 1.5rem);border-radius:1rem}}@media(max-width:720px){.book-node-content-shell{padding:.5rem}.book-node-content-shell.is-compact .book-node-content-shell__sidebar{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem)}}.custom-editor{--editor-surface: #ffffff;--editor-surface-alt: #f8fafc;--editor-border: #d6dce5;--editor-border-strong: #a9b4c3;--editor-text: #111827;--editor-muted: #667085;--editor-accent: #0f766e;--editor-accent-soft: rgba(15, 118, 110, .12);--editor-shadow: 0 18px 45px rgba(15, 23, 42, .08);--editor-radius: 1rem;display:flex;flex-direction:column;gap:.9rem;min-height:100%;color:var(--editor-text)}.custom-editor__header{position:sticky;top:0;z-index:35;display:flex;align-items:flex-start;gap:.75rem;padding-top:.15rem}.custom-editor__header-toolbar{min-width:0;flex:1}.custom-editor__header-actions{position:sticky;top:.15rem;display:flex;align-items:center;padding:.25rem;border:1px solid var(--editor-border);border-radius:1rem;background:#ffffffeb;box-shadow:var(--editor-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.custom-editor__empty{display:grid;place-items:center;min-height:18rem;border:1px dashed var(--editor-border);border-radius:var(--editor-radius);color:var(--editor-muted);background:var(--editor-surface-alt)}.custom-editor__surface,.custom-editor__toolbar,.custom-editor__bubble-panel,.custom-editor__floating-panel,.custom-editor__menu-panel{border:1px solid var(--editor-border);background:var(--editor-surface);box-shadow:var(--editor-shadow)}.custom-editor__surface{position:relative;min-height:24rem;overflow:hidden;border-radius:1.25rem;background:radial-gradient(circle at top right,rgba(15,118,110,.05),transparent 28%),linear-gradient(180deg,#f8fafca6,#fffffff5)}.custom-editor__control,.custom-editor__menu-item{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.35rem;padding:.55rem .75rem;border:1px solid transparent;border-radius:.8rem;background:var(--editor-surface);color:var(--editor-text);cursor:pointer;transition:transform .14s ease,border-color .14s ease,background-color .14s ease,color .14s ease}.custom-editor__control:hover,.custom-editor__menu-item:hover{transform:translateY(-1px);border-color:var(--editor-border-strong)}.custom-editor__control.is-active{border-color:var(--editor-accent);background:var(--editor-accent-soft);color:var(--editor-accent)}.custom-editor__control:disabled,.custom-editor__menu-item:disabled{opacity:.45;cursor:not-allowed;transform:none}.custom-editor__control.has-label{justify-content:flex-start}.custom-editor__save-button{min-width:7rem;justify-content:center;background:linear-gradient(180deg,#0f766e,#0b5b55);color:#fff}.custom-editor__save-button:hover{color:#fff;border-color:#0b5b55}.custom-editor__save-button:disabled{color:#fff}.custom-editor__control--ghost{min-height:2rem;padding-inline:.65rem}.custom-editor__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:768px){.custom-editor__header{flex-direction:column}.custom-editor__header-actions{width:100%;justify-content:flex-end}.custom-editor__surface{min-height:20rem}}.custom-editor__toolbar{display:flex;flex-wrap:wrap;gap:.65rem;padding:.8rem;border-radius:1rem;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.custom-editor__toolbar-group{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem;padding-inline-end:.65rem;margin-inline-end:.2rem;border-inline-end:1px solid var(--editor-border)}.custom-editor__toolbar-group:last-child{padding-inline-end:0;margin-inline-end:0;border-inline-end:0}.custom-editor__select select{min-width:7rem;min-height:2.35rem;padding:.55rem .8rem;border:1px solid var(--editor-border);border-radius:.8rem;background:var(--editor-surface);color:var(--editor-text)}.custom-editor__color-input{display:inline-flex;align-items:center;gap:.35rem}.custom-editor__color-swatch{display:inline-flex;width:2.35rem;height:2.35rem;overflow:hidden;border:1px solid var(--editor-border);border-radius:.8rem;background:var(--editor-surface)}.custom-editor__color-swatch input{width:100%;height:100%;padding:0;border:0;background:transparent}.custom-editor__menu{position:relative}.custom-editor__menu summary{list-style:none}.custom-editor__menu summary::-webkit-details-marker{display:none}.custom-editor__menu-panel{position:absolute;z-index:40;top:calc(100% + .5rem);left:0;display:grid;gap:.35rem;min-width:13rem;padding:.5rem;border-radius:.9rem}.custom-editor__menu-item{justify-content:flex-start;width:100%}@media(max-width:768px){.custom-editor__toolbar{padding:.7rem}.custom-editor__toolbar-group{padding-inline-end:0;margin-inline-end:0;border-inline-end:0}}.custom-editor__bubble,.custom-editor__floating{z-index:50}.custom-editor__bubble-panel,.custom-editor__floating-panel{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem;border-radius:.9rem}.custom-editor__floating-panel{flex-wrap:wrap;max-width:min(32rem,100vw - 2rem)}.custom-editor__suggestion-popup{position:fixed;z-index:60;width:min(22rem,100vw - 1.5rem);max-height:min(22rem,50vh);overflow:auto;border:1px solid var(--editor-border);border-radius:.95rem;background:#fffffff7;box-shadow:var(--editor-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.custom-editor__suggestion-list{display:grid;gap:.2rem;padding:.35rem}.custom-editor__suggestion-item{display:grid;gap:.18rem;width:100%;padding:.7rem .8rem;border:1px solid transparent;border-radius:.75rem;background:transparent;text-align:left;cursor:pointer}.custom-editor__suggestion-item:hover,.custom-editor__suggestion-item.is-active{border-color:var(--editor-border-strong);background:var(--editor-accent-soft)}.custom-editor__suggestion-title{color:var(--editor-text);font-size:.92rem;font-weight:600}.custom-editor__suggestion-subtitle,.custom-editor__suggestion-state{color:var(--editor-muted);font-size:.82rem}.custom-editor__suggestion-state{padding:.85rem .95rem}.custom-editor__suggestion-state.is-error{color:#b42318}.custom-editor__action-modal{width:min(42rem,100vw - 1.5rem);border-radius:1.2rem;border:1px solid var(--editor-border);background:radial-gradient(circle at top right,rgba(15,118,110,.1),transparent 32%),linear-gradient(180deg,#f8fafcf5,#fffffffa);box-shadow:var(--editor-shadow)}.custom-editor__action-modal-body{padding:0}.custom-editor__action-card,.custom-editor__review-card{display:grid;gap:1rem;padding:1.15rem}.custom-editor__action-card.is-compact{padding:1rem}.custom-editor__action-copy{display:grid;gap:.35rem}.custom-editor__action-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--editor-text)}.custom-editor__action-description,.custom-editor__review-eyebrow,.custom-editor__action-selection-label{margin:0;color:var(--editor-muted);font-size:.85rem}.custom-editor__review-eyebrow,.custom-editor__action-selection-label{text-transform:uppercase;letter-spacing:.08em;font-weight:700}.custom-editor__action-selection,.custom-editor__review-body{display:grid;gap:.45rem}.custom-editor__action-selection-value,.custom-editor__review-result{margin:0;padding:.9rem 1rem;border:1px solid var(--editor-border);border-radius:.9rem;background:#ffffffdb;color:var(--editor-text);white-space:pre-wrap}.custom-editor__action-selection-value{max-height:8rem;overflow:auto}.custom-editor__review-result{min-height:10rem;max-height:min(26rem,55vh);overflow:auto;line-height:1.6}.custom-editor__action-input{width:100%}.custom-editor__action-error{margin:0;color:#b42318;font-size:.88rem}.custom-editor__action-footer,.custom-editor__review-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}.custom-editor__action-trigger{min-height:2.15rem;padding-inline:.85rem}.custom-editor__assistant{position:fixed;right:1.5rem;bottom:1.5rem;z-index:65;display:grid;justify-items:end;gap:.75rem}.custom-editor__assistant-panel{width:min(24rem,100vw - 1.5rem);border:1px solid var(--editor-border);border-radius:1rem;background:radial-gradient(circle at top right,rgba(15,118,110,.12),transparent 34%),#fffffffa;box-shadow:var(--editor-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.custom-editor__assistant-button{display:inline-flex;align-items:center;gap:.55rem;min-height:3.2rem;padding:.85rem 1.05rem;border:1px solid rgba(11,91,85,.24);border-radius:999px;background:linear-gradient(180deg,#0f766e,#0b5b55);color:#fff;box-shadow:0 16px 34px #0b5b5547;cursor:pointer}.custom-editor__assistant-button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:768px){.custom-editor__assistant{right:.75rem;bottom:.75rem}.custom-editor__assistant-panel{width:min(22rem,100vw - 1rem)}.custom-editor__review-actions,.custom-editor__action-footer{justify-content:stretch}.custom-editor__review-actions .btn,.custom-editor__action-footer .btn{flex:1 1 10rem}}.custom-editor__annotation-modal{overflow:hidden}.custom-editor__annotation-modal-body{padding:0}.custom-editor__annotation-shell{display:flex;flex-direction:column}.custom-editor__annotation-content{display:flex;flex-direction:column;gap:1rem;padding-top:0}.custom-editor__annotation-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.custom-editor__annotation-summary,.custom-editor__annotation-meta>div{padding:.9rem 1rem;border:1px solid var(--editor-border);border-radius:1rem;background:linear-gradient(180deg,#f8fafcb8,#fffffff5)}.custom-editor__annotation-label{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--editor-accent)}.custom-editor__annotation-value,.custom-editor__annotation-summary-text{margin:.25rem 0 0;color:var(--editor-text)}.custom-editor__annotation-summary-text{line-height:1.6}.custom-editor__annotation-editor{min-height:12rem;border:1px solid var(--editor-border);border-radius:1rem;background:#fff}.custom-editor__annotation-editor .tiptap{min-height:12rem}.custom-editor__annotation-state{padding:.9rem 1rem;border:1px solid rgba(190,24,93,.22);border-radius:1rem;color:#9f1239;background:#fff1f2e0}.custom-editor__annotation-nodeview{display:inline-flex;vertical-align:baseline;max-width:min(100%,22rem);margin:.2rem .3rem .35rem 0}.custom-editor__annotation-marker{display:inline-flex;width:100%;padding:0;border:0;border-radius:1.6rem;background:transparent;cursor:pointer;transition:box-shadow .18s ease,background-color .18s ease,transform .18s ease}.custom-editor__annotation-marker:hover,.custom-editor__annotation-marker:focus-visible,.custom-editor__annotation-nodeview.is-selected .custom-editor__annotation-marker{outline:none}.custom-editor__annotation-marker:focus-visible,.custom-editor__annotation-nodeview.is-selected .custom-editor__annotation-marker{transform:translateY(-1px)}.custom-editor__annotation-card{display:inline-flex;flex-direction:column;gap:.9rem;width:min(22rem,100%);padding:1.1rem 1.45rem 1.35rem;border:1px solid rgba(15,23,42,.08);border-radius:1.6rem;background:radial-gradient(circle at bottom left,rgba(15,118,110,.04),transparent 40%),linear-gradient(180deg,#fffffffa,#f9fafbf0);box-shadow:0 1px #fffc inset,0 12px 28px #0f172a0f;text-align:left;color:var(--editor-text)}.custom-editor__annotation-marker:hover .custom-editor__annotation-card{box-shadow:0 1px #fffc inset,0 0 0 1px #0f766e29,0 16px 34px #0f172a14}.custom-editor__annotation-marker:focus-visible .custom-editor__annotation-card,.custom-editor__annotation-nodeview.is-selected .custom-editor__annotation-card{box-shadow:0 1px #fffc inset,0 0 0 2px #0f766e38,0 18px 36px #0f172a17}.custom-editor__annotation-card-preview{display:-webkit-box;overflow:hidden;min-height:3.9em;color:var(--editor-text);font-size:.98rem;line-height:1.6;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.custom-editor__annotation-card-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.custom-editor__annotation-card-badge{width:fit-content;display:inline-flex;align-items:center;justify-content:center;padding:.42rem 1.05rem;border-radius:999px;background:linear-gradient(135deg,#10b98129,#3b82f614);color:var(--editor-accent);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.custom-editor__annotation-card-marker{display:inline-flex;align-items:center;justify-content:center;color:#0f172a;font-size:.9rem;font-weight:700;letter-spacing:.02em}.custom-editor__annotation-card-marker sup{font-size:.95em;line-height:1}.custom-editor__content .tiptap .custom-editor__annotation-nodeview{max-width:min(100%,22rem)}@media(max-width:768px){.custom-editor__annotation-meta{grid-template-columns:1fr}.custom-editor__annotation-nodeview{max-width:min(100%,18rem)}.custom-editor__annotation-card{width:min(18rem,100%);padding-inline:1rem}}.custom-editor__chart-modal .app-modal__body{overflow:hidden}.custom-editor__chart-modal-body{padding:0}.custom-editor__chart-shell,.custom-editor__chart-content{display:grid;gap:1rem}.custom-editor__chart-stage{display:inline-flex;flex-wrap:wrap;gap:.55rem}.custom-editor__chart-step{display:inline-flex;align-items:center;padding:.4rem .75rem;border:1px solid var(--editor-border);border-radius:999px;color:var(--editor-muted);background:#94a3b814;font-size:.88rem;font-weight:600}.custom-editor__chart-step.is-active{border-color:var(--editor-accent);color:var(--editor-accent);background:var(--editor-accent-soft)}.custom-editor__chart-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem}.custom-editor__chart-type-card{display:grid;gap:.45rem;padding:1rem;border:1px solid var(--editor-border);border-radius:1rem;background:linear-gradient(180deg,#fff,#f8fafce6);color:var(--editor-text);text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.custom-editor__chart-type-card:hover{transform:translateY(-1px);border-color:var(--editor-border-strong)}.custom-editor__chart-type-card.is-selected{border-color:var(--editor-accent);box-shadow:0 0 0 1px #0f766e1f;background:linear-gradient(180deg,#0f766e14,#fffffffa)}.custom-editor__chart-type-name,.custom-editor__chart-form-value,.custom-editor__chart-card-title{font-weight:600}.custom-editor__chart-type-description,.custom-editor__chart-preview-meta,.custom-editor__chart-card-type,.custom-editor__chart-card-footer,.custom-editor__chart-form-label{color:var(--editor-muted)}.custom-editor__chart-workspace{display:grid;grid-template-columns:minmax(18rem,22rem) minmax(0,1fr);gap:1rem}.custom-editor__chart-form,.custom-editor__chart-preview,.custom-editor__chart-card{border:1px solid var(--editor-border);border-radius:1rem;background:var(--editor-surface);box-shadow:var(--editor-shadow)}.custom-editor__chart-form{display:grid;gap:.95rem;padding:1rem}.custom-editor__chart-form-header,.custom-editor__chart-preview-header,.custom-editor__chart-card-header,.custom-editor__chart-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.custom-editor__chart-form-label,.custom-editor__chart-preview-label{margin:0;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.custom-editor__chart-form-value,.custom-editor__chart-preview-meta,.custom-editor__chart-card-title,.custom-editor__chart-card-type{margin:.1rem 0 0}.custom-editor__chart-link,.custom-editor__chart-card-action{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;color:var(--editor-accent);cursor:pointer;font:inherit}.custom-editor__chart-card-action{padding:.4rem .55rem;border-radius:.65rem;color:var(--editor-text)}.custom-editor__chart-card-action:hover{background:#94a3b81f}.custom-editor__chart-card-action.is-danger{color:#b42318}.custom-editor__chart-state{padding:.7rem .85rem;border-radius:.85rem;font-size:.92rem}.custom-editor__chart-state.is-error,.custom-editor__chart-preview-error{color:#b42318}.custom-editor__chart-state.is-error{background:#ef444414}.custom-editor__chart-preview{display:grid;gap:.9rem;padding:1rem}.custom-editor__chart-preview-body,.custom-editor__chart-card-body{overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:.9rem;background:radial-gradient(circle at top right,rgba(15,118,110,.08),transparent 30%),linear-gradient(180deg,#f8fafcf5,#fffffffa)}.custom-editor__chart-preview-body.has-error{border-color:#ef444447}.custom-editor__chart-canvas{width:100%}.custom-editor__chart-nodeview{margin:1rem 0}.custom-editor__chart-nodeview.is-selected .custom-editor__chart-card{border-color:var(--editor-accent);box-shadow:var(--editor-shadow),0 0 0 1px #0f766e2e}.custom-editor__chart-card{display:grid;gap:.85rem;padding:1rem}.custom-editor__chart-card-type{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.custom-editor__chart-card-title{font-size:1rem}.custom-editor__chart-card-actions{display:inline-flex;align-items:center;gap:.35rem}.custom-editor__chart-card-footer{font-size:.88rem}.custom-editor__content .tiptap .custom-editor__chart-node{display:block;margin:1rem 0}.custom-editor__content .tiptap .custom-editor__chart-node-fallback{display:none}@media(max-width:900px){.custom-editor__chart-workspace{grid-template-columns:1fr}}@media(max-width:768px){.custom-editor__chart-modal .app-modal{width:min(100%,100vw - 1rem)}.custom-editor__chart-form-header,.custom-editor__chart-preview-header,.custom-editor__chart-card-header,.custom-editor__chart-card-footer{align-items:flex-start;flex-direction:column}.custom-editor__chart-card-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}}.custom-editor__content .tiptap{min-height:24rem;padding:1.25rem 1.35rem 1.5rem;outline:none;font-family:var(--editor-font-family, "Inter", sans-serif);color:var(--editor-text)}.custom-editor__content .tiptap>*:first-child{margin-top:0}.custom-editor__content .tiptap p{margin:0 0 .8em;line-height:1.7}.custom-editor__content .tiptap h1,.custom-editor__content .tiptap h2,.custom-editor__content .tiptap h3,.custom-editor__content .tiptap h4,.custom-editor__content .tiptap h5,.custom-editor__content .tiptap h6{margin:1.2em 0 .55em;line-height:1.2}.custom-editor__content .tiptap ul,.custom-editor__content .tiptap ol{margin:.8em 0;padding-inline-start:1.5rem}.custom-editor__content .tiptap ul[data-type=taskList]{padding-inline-start:1rem;list-style:none}.custom-editor__content .tiptap blockquote{margin:1.1rem 0;padding-inline-start:1rem;border-inline-start:3px solid var(--editor-accent);color:var(--editor-muted)}.custom-editor__content .tiptap pre{margin:1rem 0;padding:1rem;overflow-x:auto;border-radius:.9rem;background:#0f172a;color:#e2e8f0}.custom-editor__content .tiptap code{padding:.1rem .35rem;border-radius:.35rem;background:#0f172a14;font-family:JetBrains Mono,monospace;font-size:.92em}.custom-editor__content .tiptap pre code{padding:0;background:transparent}.custom-editor__content .tiptap hr{margin:1.4rem 0;border:0;border-top:1px solid var(--editor-border)}.custom-editor__content .tiptap img{display:block;max-width:100%;height:auto;margin:1rem 0;border-radius:.9rem}.custom-editor__content .tiptap table{width:100%;margin:1rem 0;border-collapse:collapse;table-layout:fixed}.custom-editor__content .tiptap th,.custom-editor__content .tiptap td{padding:.6rem .75rem;border:1px solid var(--editor-border);vertical-align:top}.custom-editor__content .tiptap th{background:#94a3b81f;font-weight:600}.custom-editor__content .tiptap p.is-editor-empty:first-child:before{color:var(--editor-muted);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.custom-editor__content .tiptap .author-blockquote,.custom-editor__content .tiptap .citation-block{display:inline-flex;width:100%;max-width:100%;margin:.75rem 0;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease;vertical-align:top}.custom-editor__content .tiptap .author-blockquote.ProseMirror-selectednode,.custom-editor__content .tiptap .citation-block.ProseMirror-selectednode{border-radius:12px}.custom-editor__content .tiptap .author-blockquote{flex-direction:column;gap:.4rem;padding:.8rem .95rem;border-left:4px solid #c59018;border-radius:0 12px 12px 0;background:linear-gradient(135deg,#c5901824,#94a3b814);font-style:italic}.custom-editor__content .tiptap .blockquote-content{display:block}.custom-editor__content .tiptap .quote-text{color:var(--editor-text);line-height:1.7}.custom-editor__content .tiptap .blockquote-author{display:flex;justify-content:flex-end;width:100%;color:var(--editor-muted);font-size:.9em;text-align:right;font-style:normal}.custom-editor__content .tiptap .quote-category{opacity:.75}.custom-editor__content .tiptap .citation-block{flex-direction:column;gap:.35rem;padding:.85rem .95rem;border-left:3px solid var(--editor-accent);border-radius:0 12px 12px 0;background:#94a3b814}.custom-editor__content .tiptap .citation-sanskrit{display:block;font-size:1.05rem;color:var(--editor-text);line-height:1.7}.custom-editor__content .tiptap .citation-translation{display:block;font-style:italic;color:var(--editor-muted);line-height:1.6}.custom-editor__content .tiptap .citation-source{display:flex;justify-content:flex-end;align-items:center;gap:.4rem;width:100%;margin-top:.15rem;color:var(--editor-muted);font-size:.9em}.custom-editor__content .tiptap .citation-label{font-weight:600}.custom-editor__content.is-readonly .tiptap{cursor:default}@media(max-width:768px){.custom-editor__content .tiptap{min-height:20rem;padding:1rem}}.editor-collaboration__panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid hsl(var(--border));background:linear-gradient(135deg,hsla(var(--primary),.08),transparent 40%),linear-gradient(180deg,hsl(var(--card)),hsl(var(--background)))}.editor-collaboration__summary{display:flex;align-items:center;gap:.75rem;min-width:0}.editor-collaboration__eyebrow,.editor-collaboration__meta,.editor-collaboration__error,.editor-collaboration__document{margin:0}.editor-collaboration__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.editor-collaboration__document{color:hsl(var(--foreground));font-size:.92rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-collaboration__state{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:999px;border:1px solid hsl(var(--border));font-size:.78rem;font-weight:600;color:hsl(var(--foreground));background:hsl(var(--background))}.editor-collaboration__state.is-connected{border-color:#21c45d47;color:#188c42}.editor-collaboration__state.is-synchronizing,.editor-collaboration__state.is-connecting,.editor-collaboration__state.is-reconnecting{border-color:#2a6df447;color:#0b4fd5}.editor-collaboration__state.is-offline,.editor-collaboration__state.is-failed,.editor-collaboration__state.is-unauthorized{border-color:hsla(var(--destructive),.28);color:hsl(var(--destructive))}.editor-collaboration__presence{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.editor-collaboration__avatars{display:flex;align-items:center}.editor-collaboration__avatar{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;margin-left:-.35rem;border-radius:999px;border:2px solid hsl(var(--background));background:color-mix(in srgb,var(--collab-color) 16%,white);color:var(--collab-color);font-size:.72rem;font-weight:700}.editor-collaboration__avatar:first-child{margin-left:0}.editor-collaboration__meta{color:hsl(var(--muted-foreground));font-size:.82rem}.editor-collaboration__error{width:100%;color:hsl(var(--destructive));font-size:.82rem}.editor-collaboration__selection{background:color-mix(in srgb,var(--collab-color) 24%,transparent);border-radius:.25rem}.editor-collaboration__caret{position:relative;display:inline-block;width:0;height:1.25em;margin-left:-1px;border-left:2px solid var(--collab-color);vertical-align:text-top;pointer-events:none}.editor-collaboration__caret-label{position:absolute;top:-1.45rem;left:-1px;display:inline-flex;align-items:center;padding:.15rem .4rem;border-radius:.45rem .45rem .45rem .1rem;background:var(--collab-color);color:#fff;font-size:.68rem;font-weight:700;white-space:nowrap}@media(max-width:720px){.editor-collaboration__panel,.editor-collaboration__summary,.editor-collaboration__presence{align-items:flex-start}.editor-collaboration__panel,.editor-collaboration__presence{flex-direction:column}.editor-collaboration__presence{width:100%;justify-content:flex-start}}.custom-editor__source-modal{overflow:hidden}.custom-editor__source-modal-body{padding:0}.custom-editor__source-modal-shell{display:flex;flex-direction:column}.custom-editor__source-modal-content{padding-top:0}.custom-editor__source-form{display:flex;flex-direction:column;gap:1rem}.custom-editor__source-form-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.9rem;align-items:end}.custom-editor__source-fetch{min-width:11rem}.custom-editor__source-state{padding:.9rem 1rem;border:1px dashed var(--editor-border);border-radius:1rem;color:var(--editor-muted);background:#f8fafcd9}.custom-editor__source-state.is-error{border-style:solid;border-color:#be185d38;color:#9f1239;background:#fff1f2e0}.custom-editor__source-preview-shell{display:flex;flex-direction:column;gap:.75rem}.custom-editor__source-preview-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.custom-editor__source-preview-label{margin:0;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--editor-accent)}.custom-editor__source-preview-path{margin:.2rem 0 0;color:var(--editor-muted);font-size:.95rem}.custom-editor__source-preview{min-height:0;border:1px solid var(--editor-border);border-radius:1rem;background:linear-gradient(180deg,#f8fafcb8,#fffffff5)}.custom-editor__source-preview .tiptap{min-height:0;padding:1rem 1.1rem 1.15rem}.custom-editor__source-block{position:relative;cursor:pointer;margin-bottom:0;border-radius:1.6rem 1.6rem 0 0;box-shadow:0 0 0 1px #0f172a14,0 12px 28px #0f172a0f;transition:box-shadow .18s ease,background-color .18s ease,transform .18s ease}.custom-editor__source-block:hover{box-shadow:0 0 0 1px #0f766e29,0 16px 34px #0f172a14}.custom-editor__source-block.ProseMirror-selectednode{box-shadow:0 0 0 2px #0f766e38,0 18px 36px #0f172a17}.custom-editor__content .tiptap p.custom-editor__source-block,.custom-editor__content .tiptap h1.custom-editor__source-block,.custom-editor__content .tiptap h2.custom-editor__source-block,.custom-editor__content .tiptap h3.custom-editor__source-block,.custom-editor__content .tiptap h4.custom-editor__source-block,.custom-editor__content .tiptap h5.custom-editor__source-block,.custom-editor__content .tiptap h6.custom-editor__source-block,.custom-editor__content .tiptap pre.custom-editor__source-block,.custom-editor__content .tiptap blockquote.custom-editor__source-block,.custom-editor__content .tiptap ul.custom-editor__source-block,.custom-editor__content .tiptap ol.custom-editor__source-block,.custom-editor__content .tiptap table.custom-editor__source-block{margin-bottom:0;padding-inline:1.45rem;padding-block:1.35rem 1.55rem;background:radial-gradient(circle at top center,rgba(15,118,110,.03),transparent 60%),linear-gradient(180deg,#fffffffa,#f9fafbeb)}.custom-editor__content .tiptap blockquote.custom-editor__source-block{margin-bottom:0;padding-inline-start:1.45rem}.custom-editor__content .tiptap hr.custom-editor__source-block{margin-bottom:0;border-top-color:#0f172a1f;background:linear-gradient(180deg,#fffffffa,#f9fafbeb)}.custom-editor__content .tiptap img.custom-editor__source-block{outline:1px solid rgba(15,23,42,.08);outline-offset:0}.custom-editor__source-card{margin:0 0 1rem;padding:1.1rem 1.45rem 1.35rem;border-top:1px solid rgba(15,23,42,.12);border-right:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08);border-left:1px solid rgba(15,23,42,.08);border-radius:0 0 1.6rem 1.6rem;background:radial-gradient(circle at bottom left,rgba(15,118,110,.04),transparent 40%),linear-gradient(180deg,#fffffffa,#f9fafbf0);box-shadow:0 1px #fffc inset,0 12px 28px #0f172a0f;cursor:pointer}.custom-editor__source-card-badge{width:fit-content;display:inline-flex;align-items:center;justify-content:center;padding:.42rem 1.05rem;border-radius:999px;background:linear-gradient(135deg,#10b98129,#3b82f614);color:var(--editor-accent);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.custom-editor__source-card-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.custom-editor__source-card-status{color:#0f172a;font-size:.9rem;font-weight:700;letter-spacing:.02em;text-transform:lowercase}@media(max-width:768px){.custom-editor__source-form-row{grid-template-columns:1fr}.custom-editor__source-fetch{width:100%}.custom-editor__content .tiptap p.custom-editor__source-block,.custom-editor__content .tiptap h1.custom-editor__source-block,.custom-editor__content .tiptap h2.custom-editor__source-block,.custom-editor__content .tiptap h3.custom-editor__source-block,.custom-editor__content .tiptap h4.custom-editor__source-block,.custom-editor__content .tiptap h5.custom-editor__source-block,.custom-editor__content .tiptap h6.custom-editor__source-block,.custom-editor__content .tiptap pre.custom-editor__source-block,.custom-editor__content .tiptap blockquote.custom-editor__source-block,.custom-editor__content .tiptap ul.custom-editor__source-block,.custom-editor__content .tiptap ol.custom-editor__source-block,.custom-editor__content .tiptap table.custom-editor__source-block,.custom-editor__source-card{padding-inline:1rem}}.book-node-content-page{width:100%;min-height:100%}.book-node-content-workspace__panel{display:flex;flex-direction:column;width:100%;min-height:100%;padding:1rem;flex:1}.book-node-content-workspace__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.book-node-content-workspace__meta{display:flex;align-items:center;justify-content:flex-end}.book-node-content-workspace__heading{min-width:0}.book-node-content-workspace__eyebrow{margin:0;color:hsl(var(--muted-foreground));font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.book-node-content-workspace__title{margin:.3rem 0 0;color:hsl(var(--foreground));font-size:1.2rem;font-weight:700;line-height:1.25}.book-node-content-workspace__subtitle{margin:.35rem 0 0;color:hsl(var(--muted-foreground));font-size:.92rem;line-height:1.55}.book-node-content-workspace__state{padding:.9rem 1rem;border:1px dashed hsl(var(--border));border-radius:.95rem;color:hsl(var(--muted-foreground));font-size:.92rem;line-height:1.5}.book-node-content-workspace__state.is-error{border-color:hsla(var(--destructive),.3);color:hsl(var(--destructive))}.book-node-content-workspace__editor{flex:1;min-height:0}.book-node-content-workspace__badge{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));text-transform:capitalize;font-size:.78rem;font-weight:700}.book-node-content-workspace__badge.is-connected,.book-node-content-workspace__badge.is-synchronizing{border-color:#21c45d40;color:#188c42}.book-node-content-workspace__badge.is-connecting,.book-node-content-workspace__badge.is-reconnecting{border-color:#2a6df440;color:#0b4fd5}.book-node-content-workspace__badge.is-offline,.book-node-content-workspace__badge.is-failed,.book-node-content-workspace__badge.is-unauthorized{border-color:hsla(var(--destructive),.28);color:hsl(var(--destructive))}.book-node-content-workspace__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.book-node-content-workspace__card{padding:1rem;border:1px solid hsl(var(--border));border-radius:1rem;background:radial-gradient(circle at top left,hsla(var(--primary),.08),transparent 32%),hsl(var(--card))}.book-node-content-workspace__card-label,.book-node-content-workspace__card-value,.book-node-content-workspace__card-copy{margin:0}.book-node-content-workspace__card-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.book-node-content-workspace__card-value{margin-top:.45rem;font-size:.98rem;font-weight:700;color:hsl(var(--foreground))}.book-node-content-workspace__card-copy{margin-top:.4rem;color:hsl(var(--muted-foreground));font-size:.88rem;line-height:1.55}@media(max-width:1023px){.book-node-content-workspace__panel{padding:.85rem}}@media(max-width:720px){.book-node-content-workspace__header{flex-direction:column}.book-node-content-workspace__title{font-size:1.05rem}.book-node-content-workspace__details{grid-template-columns:1fr}}.app-table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-md, 12px);border:1px solid var(--border-default, var(--table-border-color));background:var(--surface-layer-3, var(--bs-surface-bg));box-shadow:var(--shadow-sm)}.app-table-responsive::-webkit-scrollbar{height:6px}.app-table-responsive::-webkit-scrollbar-track{background:transparent}.app-table-responsive::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:999px}.app-table-responsive::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}.app-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.92rem;border:none!important}.app-table th{padding:.95rem 1.15rem;text-align:left;font-weight:700;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary, var(--bs-muted-color))!important;background:var(--surface-layer-2, var(--color-bg-light))!important;border-bottom:1px solid var(--table-divider, var(--table-border-color))!important;border-right:1px solid var(--table-divider, var(--table-border-color))!important;white-space:nowrap}.app-table th:last-child{border-right:none!important}.app-table td{padding:.95rem 1.15rem;border-bottom:1px solid var(--table-divider, var(--table-border-color))!important;border-right:1px solid var(--table-divider, var(--table-border-color))!important;vertical-align:middle;color:var(--text-primary, var(--bs-body-color))!important;background:transparent!important;transition:background-color .15s ease}.app-table td:last-child{border-right:none!important}.app-table tbody tr{transition:background-color .15s ease}.app-table tbody tr:nth-child(2n) td{background:#00000004!important}.app-table tbody tr:last-child td{border-bottom:none!important}.app-table tbody tr:hover td{background:var(--accent-bg-soft, rgba(45, 90, 63, .08))!important}.app-table .text-right{text-align:right}.app-table .text-center{text-align:center}.app-table-empty-cell{padding:2rem 1rem!important;color:var(--text-muted);font-style:italic;font-size:.92rem;text-align:center}.doc-field-wrapper{display:flex;flex-direction:column;gap:.4rem;width:100%}.doc-field-label{display:block;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));line-height:1.4}.doc-field-label.required:after{content:" *";color:hsl(var(--destructive))}.doc-field-input-group{display:flex;align-items:center;position:relative;width:100%;border:1px solid hsl(var(--border));border-radius:var(--radius-sm, 8px);background-color:hsl(var(--background));transition:border-color .15s ease,box-shadow .15s ease}.doc-field-input-group:focus-within{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.2)}.doc-field-input-group.has-error{border-color:hsl(var(--destructive))}.doc-field-input-group.has-error:focus-within{border-color:hsl(var(--destructive));box-shadow:0 0 0 3px hsl(var(--destructive)/.2)}.doc-field-input{flex:1;min-width:0;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;color:hsl(var(--foreground));background:transparent;border:none;outline:none;font-family:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-field-input::placeholder{color:hsl(var(--muted-foreground));opacity:.8}.doc-field-actions{display:flex;align-items:center;gap:.25rem;padding-right:.5rem;flex-shrink:0}.doc-action-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .15s ease}.doc-action-btn:hover:not(:disabled){background:hsl(var(--muted));color:hsl(var(--foreground));border-color:hsl(var(--border))}.doc-action-btn:disabled{opacity:.4;cursor:not-allowed}.doc-action-btn.doc-action-btn--primary{color:hsl(var(--primary))}.doc-action-btn.doc-action-btn--primary:hover:not(:disabled){background:hsl(var(--primary)/.12);border-color:hsl(var(--primary)/.3)}.doc-action-btn.doc-action-btn--clear:hover:not(:disabled){color:hsl(var(--destructive));background:hsl(var(--destructive)/.12);border-color:hsl(var(--destructive)/.3)}.doc-spinner{animation:doc-spin .8s linear infinite}@keyframes doc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.doc-field-hint{font-size:.75rem;color:hsl(var(--muted-foreground))}.doc-field-error{font-size:.75rem;color:hsl(var(--destructive))}.doc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#000000a6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.doc-modal-container{display:flex;flex-direction:column;width:min(94vw,960px);max-height:calc(90vh - 1.5rem);background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 12px);box-shadow:0 20px 50px #0006;overflow:hidden}.doc-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.25rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted)/.5)}.doc-modal-title{margin:0;font-size:1rem;font-weight:600;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-modal-header-actions{display:flex;align-items:center;gap:.5rem}.doc-modal-close-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:6px;border:1px solid hsl(var(--border));background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .15s ease}.doc-modal-close-btn:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.doc-modal-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1.25rem;overflow-y:auto;min-height:320px;max-height:calc(88vh - 60px);background:hsl(var(--background))}.doc-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:hsl(var(--muted-foreground));font-size:.875rem}.doc-modal-img{width:100%;height:auto;max-width:100%;object-fit:contain;border-radius:6px;box-shadow:0 4px 16px #00000026}.doc-modal-iframe{width:100%;height:75vh;min-height:480px;border:1px solid hsl(var(--border));border-radius:6px;background:#fff}.organization-builder{display:flex;flex-direction:column;gap:20px;color:hsl(var(--foreground))}.organization-builder__card,.organization-builder__panel{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card))}.organization-builder__footer{border-top:1px solid hsl(var(--border));padding:.5rem 0rem;background:hsl(var(--card))}.organization-builder__panel{padding:.875rem;display:flex;flex-direction:column;min-height:0}.org-page-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.25rem;border-bottom:1px solid hsl(var(--border))}.org-page-title{margin:0;font-size:1.25rem;font-weight:600;color:hsl(var(--foreground))}.org-page-header__actions{display:flex;align-items:center;gap:.75rem}.org-form-container{width:100%;min-width:0;scrollbar-color:hsl(var(--border)) transparent;scrollbar-width:thin}.org-form-container::-webkit-scrollbar{width:6px}.org-form-container::-webkit-scrollbar-track{background:transparent}.org-form-container::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:6px}@media(max-width:768px){.organization-builder__panel{padding:1rem}.organization-builder__footer{padding:.5rem 0rem}.org-page-header{flex-direction:row;align-items:center;flex-wrap:nowrap;gap:.75rem}.org-page-title{flex:1 1 auto;min-width:0}.org-page-header__actions{width:fit-content;margin-left:auto;flex-shrink:0;display:inline-flex;justify-content:flex-end}.org-page-header__actions button{width:fit-content;min-width:max-content;white-space:nowrap}.org-page-header__actions .btn{width:fit-content!important;flex:0 0 auto;padding-inline:1rem}}.org-step-content{display:flex;flex-direction:column;gap:1.25rem;margin:0 auto}@media(max-width:768px){.org-step-content{gap:1rem;max-width:100%}}.org-step-header{display:flex;align-items:center;gap:12px;margin-bottom:28px}@media(max-width:1280px){.org-step-header{margin-bottom:24px}}@media(max-width:1024px){.org-step-header{margin-bottom:20px}}@media(max-width:768px){.org-step-header{margin-bottom:16px;gap:10px}}.org-step-header h2{font-size:24px;font-weight:700;margin:0 0 4px;color:hsl(var(--foreground))}@media(max-width:1280px){.org-step-header h2{font-size:22px}}@media(max-width:1024px){.org-step-header h2{font-size:20px}}@media(max-width:768px){.org-step-header h2{font-size:18px}}@media(max-width:480px){.org-step-header h2{font-size:16px}}.org-step-header .org-step-description{margin:0;color:hsl(var(--muted-foreground));font-size:14px}@media(max-width:768px){.org-step-header .org-step-description{font-size:13px}}@media(max-width:480px){.org-step-header .org-step-description{font-size:12px}}.org-step-header svg{color:hsl(var(--primary));flex-shrink:0}@media(max-width:768px){.org-step-header svg{width:20px;height:20px}}.org-form-layout{display:flex;flex-direction:column;gap:.875rem}@media(max-width:1280px){.org-form-layout{gap:18px}}@media(max-width:1024px){.org-form-layout{gap:16px}}@media(max-width:768px){.org-form-layout{gap:16px}}.org-form-row{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;width:100%;align-items:start}@media(max-width:768px){.org-form-row{gap:16px}}.org-form-row--2>.org-form-field{min-width:0}.org-form-row--2{grid-template-columns:repeat(2,minmax(0,1fr))}.org-form-row--3>.org-form-field{min-width:0}.org-form-row--3{grid-template-columns:repeat(3,minmax(0,1fr))}.org-form-row--5{grid-template-columns:repeat(5,minmax(0,1fr))}.org-form-row--split{grid-template-columns:repeat(2,minmax(0,1fr))}.org-form-row--stack-mobile{grid-template-columns:repeat(3,minmax(0,1fr))}.org-form-row--split>.org-form-field:first-child,.org-form-row--split>.org-form-field:last-child{min-width:0}.org-form-row--contact-group{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%;align-items:start}.org-form-row--contact-group .org-form-field--website,.org-form-row--contact-group .org-form-field--email,.org-form-row--contact-group .org-form-field--alt-phone,.org-form-row--contact-group .org-form-field--phone-group{min-width:0;width:100%}@media(max-width:768px){.org-form-row--contact-group{grid-template-columns:1fr;gap:16px}}.org-phone-group,.org-alt-phone-group{display:grid;grid-template-columns:120px 1fr;gap:12px;width:100%;align-items:end}.org-phone-group .org-phone-group__dial,.org-phone-group .org-alt-phone-group__dial,.org-alt-phone-group .org-phone-group__dial,.org-alt-phone-group .org-alt-phone-group__dial,.org-phone-group .org-phone-group__number,.org-phone-group .org-alt-phone-group__number,.org-alt-phone-group .org-phone-group__number,.org-alt-phone-group .org-alt-phone-group__number{min-width:0}@media(max-width:768px){.org-phone-group,.org-alt-phone-group{grid-template-columns:120px 1fr;gap:8px}}@media(max-width:480px){.org-phone-group,.org-alt-phone-group{grid-template-columns:120px 1fr;gap:6px}}.org-form-field{min-width:0;width:100%}.org-form-field.org-full-width{width:100%}.org-form-field.org-form-field--fit{justify-self:start;width:fit-content;max-width:100%}.org-form-field.org-form-field--compact{justify-self:start;width:auto}.org-form-field.org-form-field--ghost{visibility:hidden;pointer-events:none}.org-inline-group{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:end;gap:12px;width:100%;min-width:0}.org-inline-group .org-inline-group__fit{width:fit-content;min-width:0}.org-inline-group .org-inline-group__grow{min-width:0}@media(max-width:768px){.org-inline-group{display:grid;grid-template-columns:auto 1fr;gap:8px}}@media(max-width:480px){.org-inline-group .org-inline-group__fit{min-width:80px}}.org-social-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;align-items:start}.org-social-grid .org-form-field{min-width:0}.org-social-grid .org-social-grid__spacer{visibility:hidden;pointer-events:none}@media(max-width:768px){.org-form-row--2,.org-form-row--3,.org-form-row--5,.org-social-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.org-form-row--5{grid-template-columns:repeat(2,minmax(0,1fr))}.org-form-row--stack-mobile,.org-form-row--single-mobile{grid-template-columns:minmax(0,1fr);gap:16px}.org-form-row--split{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.org-form-field.org-form-field--fit,.org-form-field.org-form-field--compact{width:100%}.org-form-field.org-form-field--ghost{display:none}.org-form-field.org-form-field--fit .input-wrapper,.org-form-field.org-form-field--fit .custom-select-wrapper,.org-form-field.org-form-field--compact .input-wrapper,.org-form-field.org-form-field--compact .custom-select-wrapper,.org-inline-group__fit .custom-select-wrapper{width:100%!important}.org-inline-group__fit{flex:0 0 7.5rem;width:7.5rem;min-width:0}.org-inline-group__grow{flex:1;min-width:0}.org-form-row--stack-mobile>.org-form-field:first-child{grid-column:1/-1}.org-social-grid__spacer{display:none}}@media(max-width:1439px)and (min-width:769px){.org-form-row--5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1440px){.org-form-row--5{grid-template-columns:repeat(5,minmax(0,1fr))}}@keyframes org-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:org-spin 1s linear infinite}button:focus-visible,.org-mobile-step-btn:focus-visible,.org-edit-progress-dot:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.org-input-label{display:block;font-size:14px;font-weight:500;color:hsl(var(--foreground));margin-bottom:8px}@media(max-width:768px){.org-input-label{font-size:13px}}.org-input-label.required:after{content:" *";color:hsl(var(--destructive))}.org-toggle-switch{position:relative}.org-toggle-switch input[type=checkbox]{opacity:0;width:0;height:0}.org-toggle-switch input[type=checkbox]:checked+label{background:hsl(var(--primary))}.org-toggle-switch input[type=checkbox]:checked+label:before{transform:translate(20px)}@media(max-width:480px){.org-toggle-switch input[type=checkbox]:checked+label:before{transform:translate(16px)}}.org-toggle-switch label{position:relative;display:inline-block;width:44px;height:24px;background:hsl(var(--muted));border-radius:12px;cursor:pointer;transition:all .2s ease}@media(max-width:480px){.org-toggle-switch label{width:36px;height:20px}}.org-toggle-switch label:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .2s ease}@media(max-width:480px){.org-toggle-switch label:before{width:16px;height:16px}}.org-rich-text{width:100%;min-width:0}.org-rich-textarea,.org-mission-textarea{width:100%;max-width:100%;min-width:0;box-sizing:border-box;padding:14px;border:1px solid hsl(var(--border));border-radius:8px;background-color:hsl(var(--input-bg));color:hsl(var(--foreground));font-family:inherit;font-size:14px;line-height:1.6;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}@media(max-width:768px){.org-rich-textarea,.org-mission-textarea{padding:12px;font-size:13px}}.org-rich-textarea::placeholder,.org-mission-textarea::placeholder{color:hsl(var(--muted-foreground));opacity:.8}.org-rich-textarea:focus,.org-mission-textarea:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.2)}.org-rich-textarea.error,.org-mission-textarea.error{border-color:hsl(var(--destructive))}.org-input-error{color:hsl(var(--destructive));font-size:12px;margin-top:4px}@media(max-width:768px){.org-input-error{font-size:11px}}.org-phone-prefix{display:flex;align-items:center}.org-phone-prefix .org-dial-code{padding:8px;border:1px solid hsl(var(--border));border-radius:6px;background-color:hsl(var(--input-bg));color:hsl(var(--foreground));font-size:14px;margin-right:8px}@media(max-width:768px){.org-phone-prefix .org-dial-code{padding:6px;font-size:13px}}.org-phone-prefix .org-dial-code:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.2)}select,select.input-field,.mpup-field__select{background-color:hsl(var(--input-bg))!important;border:1px solid hsl(var(--border))!important;color:hsl(var(--foreground))!important}select option,select.input-field option,.mpup-field__select option{background-color:hsl(var(--popover));color:hsl(var(--popover-foreground))}.org-navigation{margin-top:.5rem;padding-top:.5rem;border-top:1px solid hsl(var(--border));display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:hsl(var(--card))}@media(max-width:1280px){.org-navigation{padding-top:.5rem}}@media(max-width:1024px){.org-navigation{padding-top:.5rem}}@media(max-width:768px){.org-navigation{padding-top:.5rem}}@media(max-width:480px){.org-navigation{padding-top:.5rem}}.org-nav-left,.org-nav-right{display:flex;gap:12px}@media(max-width:768px){.org-nav-left,.org-nav-right{width:100%}.org-nav-left button,.org-nav-right button{flex:1}}@media(max-width:480px){.org-nav-left,.org-nav-right{gap:8px}}.org-image-preview-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px}.org-image-actions{display:flex;gap:10px;justify-content:center}@media(max-width:480px){.org-image-actions{flex-direction:column;width:100%}.org-image-actions button{width:100%}}.org-image-preview-circle{width:120px;height:120px;border-radius:50%;margin:0 auto;overflow:hidden;border:1px solid hsl(var(--border))}@media(max-width:768px){.org-image-preview-circle{width:100px;height:100px}}@media(max-width:480px){.org-image-preview-circle{width:80px;height:80px}}.org-image-preview-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%}.org-image-preview-square{width:120px;height:120px;border-radius:0;margin:0 auto;overflow:hidden;border:1px solid hsl(var(--border))}@media(max-width:768px){.org-image-preview-square{width:100px;height:100px}}@media(max-width:480px){.org-image-preview-square{width:80px;height:80px}}.org-image-preview-square img{width:100%;height:100%;object-fit:cover}.org-image-preview-rounded-square{width:120px;height:120px;border-radius:16px;margin:0 auto;overflow:hidden;border:1px solid hsl(var(--border))}@media(max-width:768px){.org-image-preview-rounded-square{width:100px;height:100px}}@media(max-width:480px){.org-image-preview-rounded-square{width:80px;height:80px}}.org-image-preview-rounded-square img{width:100%;height:100%;object-fit:cover;border-radius:16px}.org-image-preview-rectangle{width:160px;height:100px;border-radius:0;margin:0 auto;overflow:hidden;border:1px solid hsl(var(--border))}@media(max-width:768px){.org-image-preview-rectangle{width:140px;height:88px}}@media(max-width:480px){.org-image-preview-rectangle{width:120px;height:75px}}.org-image-preview-rectangle img{width:100%;height:100%;object-fit:cover}.org-image-preview-vertical-rectangle{width:100px;height:140px;border-radius:0;margin:0 auto;overflow:hidden;border:1px solid hsl(var(--border))}@media(max-width:768px){.org-image-preview-vertical-rectangle{width:88px;height:124px}}@media(max-width:480px){.org-image-preview-vertical-rectangle{width:75px;height:105px}}.org-image-preview-vertical-rectangle img{width:100%;height:100%;object-fit:cover}.org-image-preview-cover-rectangle{width:100%;height:200px;border-radius:8px;overflow:hidden;border:1px solid hsl(var(--border))}@media(max-width:768px){.org-image-preview-cover-rectangle{height:160px}}@media(max-width:480px){.org-image-preview-cover-rectangle{height:140px}}.org-image-preview-cover-rectangle img{width:100%;height:100%;object-fit:cover}.org-image-preview-cover-square{width:200px;height:200px;border-radius:8px;margin:0 auto;overflow:hidden;border:1px solid hsl(var(--border))}@media(max-width:768px){.org-image-preview-cover-square{width:160px;height:160px}}@media(max-width:480px){.org-image-preview-cover-square{width:140px;height:140px}}.org-image-preview-cover-square img{width:100%;height:100%;object-fit:cover}.org-image-preview-cover-banner{width:100%;height:120px;border-radius:8px;overflow:hidden;border:1px solid hsl(var(--border))}@media(max-width:768px){.org-image-preview-cover-banner{height:100px}}@media(max-width:480px){.org-image-preview-cover-banner{height:80px}}.org-image-preview-cover-banner img{width:100%;height:100%;object-fit:cover}.org-image-preview-cover-portrait{width:200px;height:280px;border-radius:8px;margin:0 auto;overflow:hidden;border:1px solid hsl(var(--border))}@media(max-width:768px){.org-image-preview-cover-portrait{width:160px;height:220px}}@media(max-width:480px){.org-image-preview-cover-portrait{width:140px;height:190px}}.org-image-preview-cover-portrait img{width:100%;height:100%;object-fit:cover}.org-image-preview-cover-widescreen{width:100%;height:180px;border-radius:8px;overflow:hidden;border:1px solid hsl(var(--border))}@media(max-width:768px){.org-image-preview-cover-widescreen{height:140px}}@media(max-width:480px){.org-image-preview-cover-widescreen{height:120px}}.org-image-preview-cover-widescreen img{width:100%;height:100%;object-fit:cover}.org-table-shell{width:100%}.org-table-scroll{width:100%;overflow-x:auto;border:1px solid var(--table-border-color);border-radius:var(--radius-md, 10px);background:hsl(var(--card));scrollbar-width:thin;scrollbar-color:var(--table-border-color) transparent}.org-edit-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:.875rem}.org-edit-table thead th{padding:.8rem 1rem;border-bottom:1px solid var(--table-border-color)!important;border-right:1px solid var(--table-border-color)!important;color:hsl(var(--muted-foreground))!important;background:hsl(var(--muted)/.45)!important;font-size:.82rem;font-weight:600;letter-spacing:.02em;text-align:left;white-space:nowrap}.org-edit-table thead th:last-child{border-right:none!important}.org-edit-table__sno{width:60px}.org-edit-table__field{width:220px}.org-edit-table__value{width:auto}.org-edit-table__action{width:96px}.org-edit-row td{padding:.8rem 1rem;border-bottom:1px solid var(--table-border-color)!important;border-right:1px solid var(--table-border-color)!important;vertical-align:middle;color:hsl(var(--foreground))!important}.org-edit-row td:last-child{border-right:none!important}.org-edit-row:last-child td{border-bottom:0!important}.org-edit-row.is-editing td{background:hsl(var(--primary)/.05)!important}.org-edit-row__sno{color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums;text-align:center}.org-edit-row__label{color:hsl(var(--foreground));font-weight:600}.org-edit-row__display{color:hsl(var(--foreground));line-height:1.5;word-break:break-word}.org-edit-row__editor{display:grid;gap:.5rem}.org-edit-row__error{color:hsl(var(--destructive));font-size:12px;line-height:1.4}.org-edit-row__actions{white-space:nowrap;text-align:right}.org-edit-row__action-group{display:flex;flex-wrap:nowrap;gap:.35rem;justify-content:flex-end}.org-row-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;padding:0;border:1px solid hsl(var(--primary));border-radius:6px;background:hsl(var(--primary));color:#fff;cursor:pointer;transition:all .15s ease}.org-row-icon-btn:hover:not(:disabled){opacity:.9}.org-row-icon-btn:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.org-row-icon-btn:disabled{opacity:.45;cursor:not-allowed}.org-row-icon-btn--save{background:hsl(var(--success)/.15)!important;color:hsl(var(--success))!important;border-color:hsl(var(--success)/.5)!important}.org-row-icon-btn--save:hover{background:hsl(var(--success))!important;color:#fff!important}.org-row-icon-btn--cancel{background:hsl(var(--destructive))!important;color:#fff!important;border-color:hsl(var(--destructive))!important}.org-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;padding:0;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--muted-foreground));cursor:pointer;transition:all .15s ease}.org-icon-btn:hover:not(:disabled){color:hsl(var(--foreground));border-color:hsl(var(--primary));background:hsl(var(--muted)/.5)}.org-icon-btn:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.org-icon-btn:disabled{opacity:.45;cursor:not-allowed}.org-icon-btn--success{color:hsl(var(--success))}.org-icon-btn--danger{color:hsl(var(--destructive))}.org-section-box,.org-edit-section-box{border:1px solid var(--table-border-color);border-radius:var(--radius-md, 12px);background:hsl(var(--card));overflow:hidden}.org-table-shell+.org-table-shell+.org-edit-section-box{margin-top:1.25rem}.org-edit-table__action,.org-activities-cell--actions,.org-core-principles-cell--actions{width:96px;min-width:96px}.org-section-box__header,.org-edit-section-box__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.15rem;border-bottom:1px solid var(--table-border-color);background:hsl(var(--muted)/.45)}.org-section-box__title,.org-edit-section-box__title{margin:0;font-size:.95rem;font-weight:600;color:hsl(var(--foreground))}.org-section-box__summary{margin:.35rem 0 0;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.45}.org-section-box__body,.org-edit-section-box__body{padding:1rem 1.15rem 1.125rem;background:hsl(var(--card))}.org-edit-section-box:not(.org-edit-section-box--full) .org-edit-section-box__body,.org-edit-section-box--full .org-edit-section-box__body{min-height:auto}.org-edit-section-box:not(.org-edit-section-box--full) .org-edit-section-box__preview,.org-edit-section-box--full .org-edit-section-box__preview{min-height:auto}.org-edit-section-grid{display:flex;flex-direction:column;gap:1.25rem;width:100%}.org-edit-section-grid--paired{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;width:100%}.org-about-collections{display:grid;gap:1.25rem;margin-top:1.25rem;min-width:0}.org-about-collections>*{min-width:0}@media(max-width:767px){.org-edit-table{min-width:640px}.org-edit-section-grid--paired{grid-template-columns:1fr}}.org-address-section .org-address-hint{margin:0 0 16px;font-size:12px;color:hsl(var(--muted-foreground));font-style:italic}@media(max-width:768px){.org-address-section .org-address-hint{font-size:11px;margin-bottom:14px}}.org-address-grid{display:flex;flex-direction:column;gap:16px}@media(max-width:768px){.org-address-grid{gap:14px}}.org-address-grid .org-address-row{display:flex;gap:16px;width:100%}@media(max-width:768px){.org-address-grid .org-address-row{flex-direction:column;gap:14px}.org-address-grid .org-address-row.org-grid-2{flex-direction:column}}.org-location-actions{display:flex;flex-direction:column;gap:6px}.org-location-actions .org-get-location-btn{align-self:flex-start}@media(max-width:768px){.org-location-actions .org-get-location-btn{width:100%;align-self:stretch}}.org-location-actions .org-location-hint{margin:0;font-size:12px;color:hsl(var(--muted-foreground))}@media(max-width:768px){.org-location-actions .org-location-hint{font-size:11px}}.org-validation-summary{margin:0;background:hsla(var(--destructive),.05);border:1px solid hsla(var(--destructive),.3);border-radius:8px;overflow:hidden}@media(max-width:768px){.org-validation-summary{margin:0}}.org-validation-summary .org-validation-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:hsla(var(--destructive),.15);border-bottom:1px solid hsla(var(--destructive),.3)}@media(max-width:768px){.org-validation-summary .org-validation-header{padding:10px 14px}}.org-validation-summary .org-validation-header .org-validation-icon{color:hsl(var(--destructive))}.org-validation-summary .org-validation-header h4{flex:1;margin:0;font-size:14px;font-weight:600;color:hsl(var(--destructive))}@media(max-width:768px){.org-validation-summary .org-validation-header h4{font-size:13px}}.org-validation-summary .org-validation-list{list-style:none;padding:16px;margin:0}@media(max-width:768px){.org-validation-summary .org-validation-list{padding:14px}}.org-validation-summary .org-validation-list li{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;margin-bottom:8px;background:#fff;border-radius:6px;font-size:13px}@media(max-width:768px){.org-validation-summary .org-validation-list li{padding:6px 10px;font-size:12px}}.org-validation-summary .org-validation-list li:last-child{margin-bottom:0}.org-validation-summary .org-validation-list li .org-error-field{font-weight:600;color:hsl(var(--destructive));min-width:100px}@media(max-width:768px){.org-validation-summary .org-validation-list li .org-error-field{min-width:80px}}@media(max-width:480px){.org-validation-summary .org-validation-list li .org-error-field{min-width:70px}}.org-validation-summary .org-validation-list li .org-error-message{color:hsl(var(--destructive));word-break:break-word}.org-error-banner{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:hsla(var(--destructive),.1);border:1px solid hsla(var(--destructive),.2);border-radius:8px;margin:0}@media(max-width:768px){.org-error-banner{padding:10px 14px;margin:0}}@media(max-width:480px){.org-error-banner{padding:8px 12px;margin:0}}.org-error-banner .org-error-content{display:flex;align-items:center;gap:8px;color:hsl(var(--destructive));font-size:14px;font-weight:500}@media(max-width:768px){.org-error-banner .org-error-content{font-size:13px}}@media(max-width:480px){.org-error-banner .org-error-content{font-size:12px;gap:6px}}.org-error-banner .org-error-close{background:none;border:none;color:hsl(var(--destructive));cursor:pointer;padding:4px;border-radius:4px}.org-error-banner .org-error-close:hover{background:hsla(var(--destructive),.1)}.org-alert{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:8px;font-size:14px}@media(max-width:768px){.org-alert{padding:12px 14px;font-size:13px}}.org-alert.org-alert-error{background:hsla(var(--destructive),.1);border:1px solid hsla(var(--destructive),.2);color:hsl(var(--destructive))}.org-key-activities .org-input-label{display:block;font-size:14px;font-weight:500;color:hsl(var(--foreground));margin-bottom:12px}@media(max-width:768px){.org-key-activities .org-input-label{font-size:13px}}.org-key-activities .org-activity-input{display:flex;gap:12px;margin-bottom:20px}@media(max-width:768px){.org-key-activities .org-activity-input{flex-direction:column;gap:12px}}@media(max-width:768px){.org-key-activities .org-activity-input button{width:100%}}.org-key-activities .org-activities-list{display:flex;flex-direction:column;gap:16px}.org-key-activities .org-activity-item{padding:20px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--card))}@media(max-width:768px){.org-key-activities .org-activity-item{padding:16px}}@media(max-width:480px){.org-key-activities .org-activity-item{padding:14px}}.org-key-activities .org-activity-item .org-activity-title{margin-bottom:12px}.org-key-activities .org-activity-item .org-activity-description{width:100%;padding:12px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:14px;line-height:1.5;resize:vertical;min-height:80px}@media(max-width:768px){.org-key-activities .org-activity-item .org-activity-description{padding:10px;font-size:13px;min-height:70px}}.org-key-activities .org-activity-item .org-activity-description:focus{outline:none;border-color:hsl(var(--primary))}.org-key-activities .org-activity-item .org-activity-actions{display:flex;justify-content:flex-end;margin-top:12px}.org-core-principles .org-input-label{margin-bottom:6px}.org-core-principles .org-core-principles-hint{margin:0 0 14px;color:hsl(var(--muted-foreground));font-size:13px;line-height:1.5}.org-core-principles .org-core-principles-input-row{display:flex;align-items:stretch;gap:10px;margin-bottom:8px}.org-core-principles .org-core-principles-input-row .input-wrapper{flex:1}@media(max-width:768px){.org-core-principles .org-core-principles-input-row{gap:8px}}.org-core-principles .org-core-principles-add-btn{display:inline-flex;align-items:center;justify-content:center;min-width:42px;width:42px;height:42px;padding-inline:0;align-self:stretch;border:1px solid var(--table-border-color);border-radius:10px;background:hsl(var(--card));color:hsl(var(--foreground));cursor:pointer;transition:all .2s ease}.org-core-principles .org-core-principles-add-btn:hover:not(:disabled){border-color:hsl(var(--primary));color:hsl(var(--primary));background:hsl(var(--muted)/.5)}.org-core-principles .org-core-principles-add-btn:disabled{opacity:.5;cursor:not-allowed}.org-core-principles .org-core-principles-helper{margin:0 0 18px;color:hsl(var(--muted-foreground));font-size:12px;line-height:1.4}.org-core-principles .org-core-principles-table-wrap{width:100%;overflow-x:auto;border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.org-core-principles .org-core-principles-table{width:100%;border-collapse:collapse;min-width:720px}.org-core-principles .org-core-principles-table thead th{padding:14px 0;color:hsl(var(--muted-foreground));font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-align:left;border-bottom:1px solid hsl(var(--border))}.org-core-principles .org-core-principles-row{border-bottom:1px solid hsl(var(--border))}.org-core-principles .org-core-principles-cell{padding:14px 12px 14px 0;vertical-align:top;color:hsl(var(--foreground));font-size:14px;line-height:1.5;word-break:break-word}.org-core-principles .org-core-principles-cell--sno{width:72px;color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums}.org-core-principles .org-core-principles-cell--label{width:180px;color:hsl(var(--muted-foreground));white-space:nowrap}.org-core-principles .org-core-principles-cell--value{width:auto}.org-core-principles .org-core-principles-cell--actions{width:108px}.org-core-principles .org-core-principles-row:last-child{border-bottom:none}.org-core-principles .org-core-principles-text{display:inline-block;width:100%;color:hsl(var(--foreground));font-size:14px;line-height:1.5;word-break:break-word}.org-core-principles .org-core-principles-actions,.org-core-principles .org-core-principles-edit-actions{display:flex;align-items:center;gap:8px}.org-core-principles .org-core-principles-icon-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;width:32px;height:32px;padding:0;border:1px solid hsl(var(--border));border-radius:999px;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.org-core-principles .org-core-principles-icon-btn:hover{background:hsla(var(--foreground),.06);color:hsl(var(--foreground));border-color:hsl(var(--primary))}.org-core-principles .org-core-principles-icon-btn:focus-visible{outline:2px solid hsla(var(--primary),.35);outline-offset:2px}.org-core-principles .org-core-principles-cell--value .input-wrapper{width:100%}.org-core-principles .org-core-principles-cell--actions .org-core-principles-actions,.org-core-principles .org-core-principles-cell--actions .org-core-principles-edit-actions{justify-content:flex-end}.org-core-principles .org-core-principles-table .input-wrapper{min-width:0}.org-core-principles .org-core-principles-table .input-wrapper .input-field{width:100%}.org-core-principles .org-core-principles-edit-row{display:flex;align-items:center;gap:10px;width:100%}.org-core-principles .org-core-principles-edit-row .input-wrapper{flex:1}@media(max-width:640px){.org-core-principles .org-core-principles-edit-row{flex-direction:column;align-items:stretch}}.org-core-principles .org-core-principles-edit-actions{display:flex;align-items:center;gap:8px}@media(max-width:640px){.org-core-principles .org-core-principles-edit-actions{justify-content:flex-end}}.org-key-activities .org-activities-toolbar,.org-key-activities .org-core-principles-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.org-key-activities .org-activities-toolbar .org-input-label,.org-key-activities .org-core-principles-toolbar .org-input-label{min-width:0}.org-key-activities .org-key-activities-hint,.org-key-activities .org-core-principles-helper{margin:0;color:hsl(var(--muted-foreground));font-size:13px;line-height:1.45}.org-key-activities .org-activity-description{width:100%;min-height:76px;padding:10px 12px;border:1px solid var(--table-border-color);border-radius:8px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:14px;line-height:1.5;resize:vertical}.org-key-activities .org-activity-description:focus{outline:none;border-color:hsl(var(--primary))}.org-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.org-modal-panel{width:min(100%,620px);border:1px solid hsl(var(--border));border-radius:14px;background:hsl(var(--card));box-shadow:0 24px 60px #00000059;overflow:hidden;max-height:calc(100vh - 32px);overflow-y:auto}.org-modal-header,.org-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px}.org-modal-header{border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted)/.45)}.org-modal-footer{border-top:1px solid hsl(var(--border));justify-content:flex-end}.org-modal-title{margin:0;color:hsl(var(--foreground));font-size:16px;font-weight:600}.org-modal-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:999px;background:transparent;color:hsl(var(--muted-foreground));font-size:24px;line-height:1;cursor:pointer}.org-modal-close:hover{background:hsla(var(--foreground),.06);color:hsl(var(--foreground))}.org-modal-body{display:grid;gap:14px;padding:18px}.org-modal-field .org-input-label{margin-bottom:8px}.org-modal-field .org-activity-description{min-height:120px}.org-activities-toolbar .org-input-label,.org-core-principles-toolbar .org-input-label{margin-bottom:0}@media(max-width:640px){.org-modal-panel{width:100%}.org-modal-header,.org-modal-footer,.org-modal-body{padding:14px}}.org-founders-section .org-alert{margin-bottom:24px}@media(max-width:768px){.org-founders-section .org-alert{margin-bottom:20px}}.org-founders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media(max-width:768px){.org-founders-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:20px}}.org-founders-header h3{font-size:18px;font-weight:600;margin:0}@media(max-width:768px){.org-founders-header h3{font-size:16px}}@media(max-width:768px){.org-founders-header button{width:100%}}.org-founders-list{display:flex;flex-direction:column;gap:24px}@media(max-width:768px){.org-founders-list{gap:20px}}.org-founder-card{padding:24px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--card))}@media(max-width:1280px){.org-founder-card{padding:20px}}@media(max-width:768px){.org-founder-card{padding:18px}}@media(max-width:480px){.org-founder-card{padding:16px}}.org-founder-card .org-founder-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}@media(max-width:480px){.org-founder-card .org-founder-header{margin-bottom:16px}}.org-founder-card .org-founder-header h4{margin:0;font-size:16px;font-weight:600}@media(max-width:768px){.org-founder-card .org-founder-header h4{font-size:15px}}.org-visibility-settings{display:flex;flex-direction:column;gap:16px}@media(max-width:768px){.org-visibility-settings{gap:14px}}.org-visibility-item{display:flex;justify-content:space-between;align-items:center;padding:20px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--card))}@media(max-width:1280px){.org-visibility-item{padding:18px}}@media(max-width:768px){.org-visibility-item{padding:16px;flex-direction:row;align-items:center;gap:12px}}.org-visibility-item .org-visibility-info{flex:1;min-width:0}.org-visibility-item .org-visibility-info h3{margin:0 0 4px;font-size:16px;font-weight:600;line-height:1.25}@media(max-width:768px){.org-visibility-item .org-visibility-info h3{font-size:15px}}.org-visibility-item .org-visibility-info p{margin:0;font-size:14px;color:hsl(var(--muted-foreground))}@media(max-width:768px){.org-visibility-item .org-visibility-info p{font-size:13px}}@media(max-width:768px){.org-visibility-item .org-toggle-switch{flex-shrink:0;align-self:center}}.org-profile-header{display:flex;flex-direction:column}.org-profile-header .image-upload-container{width:100%;overflow:hidden;border-radius:var(--radius-md, 12px)}.org-profile-header .image-upload-combo,.org-profile-header .image-upload-combo-stage{width:100%}.org-profile-header .image-upload-combo-cover{height:240px;border-radius:var(--radius-md, 12px) var(--radius-md, 12px) 0 0;overflow:hidden}.org-profile-header .image-upload-combo-cover img{width:100%;height:100%;object-fit:cover;object-position:center;background:hsl(var(--card))}.org-profile-header__details{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;width:100%}.org-profile-header__eyebrow{display:inline-flex;align-items:center;margin-bottom:.75rem;color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.org-profile-header__heading-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.org-profile-header__title{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:hsl(var(--foreground));font-size:clamp(1.35rem,2vw,1.75rem);font-weight:700}.org-profile-header__badge{display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--info))}.org-profile-header__meta{margin:.45rem 0 0;color:hsl(var(--muted-foreground));font-size:.95rem}.org-profile-header__meta--inline{margin:0}.org-profile-header__select{width:min(100%,22rem);flex-shrink:0}@media(max-width:991px){.org-profile-header__details{flex-direction:column;gap:.9rem}}@media(max-width:767px){.org-profile-header .image-upload-combo-cover{height:190px}}@media(max-width:560px){.org-profile-header .image-upload-combo-cover{height:160px}}.org-profile-tabs{display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center;list-style:none;margin:0;padding:0}.org-profile-tabs--stepper{display:flex;align-items:center;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:.25rem 0}.org-profile-tabs--stepper::-webkit-scrollbar{display:none}.org-profile-tabs__stepper{display:flex;align-items:center;width:100%;min-width:max-content;gap:.5rem;padding:.25rem 0}.org-profile-tabs__step{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .95rem;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--card));color:hsl(var(--muted-foreground));font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s ease}.org-profile-tabs__step:hover:not(:disabled){border-color:hsl(var(--primary));color:hsl(var(--foreground))}.org-profile-tabs__step.active{background:hsl(var(--primary))!important;border-color:hsl(var(--primary))!important;color:#fff!important;box-shadow:0 4px 14px hsla(var(--primary),.3)}.org-profile-tabs__step.active .org-profile-tabs__step-index{background:#ffffff40!important;color:#fff!important}.org-profile-tabs__step.active .org-profile-tabs__step-label{color:#fff!important;font-weight:600}.org-profile-tabs__step.completed:not(.active){background:hsl(var(--card));border-color:hsl(var(--primary)/.6);color:hsl(var(--foreground))}.org-profile-tabs__step.completed:not(.active) .org-profile-tabs__step-index{background:hsl(var(--primary));color:#fff}.org-profile-tabs__step.disabled{opacity:.45;cursor:not-allowed}.org-profile-tabs__step-index{display:inline-flex;align-items:center;justify-content:center;width:1.55rem;height:1.55rem;border-radius:50%;background:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:.775rem;font-weight:700;flex-shrink:0;transition:all .2s ease}.org-profile-tabs__step-label{display:inline-block;line-height:1}.org-profile-tabs__step-separator{flex:1;min-width:.85rem;height:2px;border-radius:999px;background:hsl(var(--border));transition:background .3s ease}.org-profile-tabs__step-separator.completed{background:hsl(var(--primary))}.org-profile-tabs--mobile{display:block}.org-profile-tabs__select{width:100%}.org-profile-tabs__item{display:flex}.org-profile-tabs__button{position:relative;border:0;background:transparent;color:hsl(var(--muted-foreground));font:inherit;font-weight:500;cursor:pointer;transition:color .2s ease}.org-profile-tabs__button:hover:not(:disabled){color:hsl(var(--foreground))}.org-profile-tabs__button.disabled{opacity:.5;cursor:not-allowed}.org-profile-tabs__button.active{color:hsl(var(--primary))}.org-profile-tabs__button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:hsl(var(--primary))}@media(max-width:767px){.org-profile-tabs{gap:.4rem .9rem}.org-profile-tabs__step{padding:.45rem .75rem;font-size:.8125rem}}.people-page{width:100%}.people-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;flex-wrap:wrap;gap:.75rem}.people-page__header-left{display:flex;align-items:center;gap:.75rem}.people-page__title{font-size:1.1rem;font-weight:700;color:var(--card-title);margin:0;letter-spacing:-.01em}.people-page__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.8rem;height:1.8rem;padding:0 .6rem;border-radius:999px;background:var(--primary-color);color:var(--usercard-title);font-size:.75rem;font-weight:700}.people-page__header-right{display:flex;align-items:center;gap:.75rem}.people-page__content{min-height:200px}.people-page__table-wrapper{width:100%;overflow-x:auto}@media(max-width:768px){.people-page__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:.75rem;margin-bottom:.5rem}.people-page__header-left{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.people-page__header-right{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.people-page__title{font-size:1rem;white-space:nowrap;margin:0}.people-page__count{min-width:1.6rem;height:1.6rem;padding:0 .5rem;font-size:.7rem;flex-shrink:0}}.my-circle-invites-page{width:100%}.my-circle-invites-page .card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;width:100%}.my-circle-invites-page .invite-page-card{display:flex;flex-direction:column;gap:.55rem;padding:.85rem .95rem;background:var(--surface-layer-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md, 12px);box-shadow:var(--shadow-sm);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.my-circle-invites-page .invite-page-card:hover{transform:translateY(-2px);background:var(--surface-layer-4);border-color:var(--border-default);box-shadow:var(--shadow-md)}.my-circle-invites-page .invite-page-card__header{display:flex;align-items:center;gap:.65rem;min-width:0}.my-circle-invites-page .invite-page-card__header .avatar-wrapper{position:relative;flex-shrink:0}.my-circle-invites-page .invite-page-card__header .avatar-wrapper .table-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:var(--usercard-avatar-bg, var(--bg-secondary));border:1px solid var(--usercard-avatar-border, var(--border-subtle));display:flex;align-items:center;justify-content:center}.my-circle-invites-page .invite-page-card__header .avatar-wrapper .table-avatar img{width:100%;height:100%;object-fit:cover}.my-circle-invites-page .invite-page-card__header .avatar-wrapper .table-avatar__fallback{font-weight:700;font-size:.85rem;color:var(--primary-color)}.my-circle-invites-page .invite-page-card__header .avatar-wrapper .status-dot{position:absolute;bottom:0;right:0;width:9px;height:9px;border-radius:50%;border:1.5px solid var(--surface-layer-3)}.my-circle-invites-page .invite-page-card__header .avatar-wrapper .status-dot--active{background:var(--success-color, #3fa66b)}.my-circle-invites-page .invite-page-card__header .avatar-wrapper .status-dot--inactive{background:var(--danger-color, #d96464)}.my-circle-invites-page .invite-page-card__circle-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.my-circle-invites-page .invite-page-card__circle-info h4{margin:0;font-size:.9rem;font-weight:600;color:var(--text-heading);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-circle-invites-page .invite-page-card__circle-info .join-type-badge{display:inline-block;font-size:.58rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--primary-color)}.my-circle-invites-page .invite-page-card__visibility-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0;opacity:.8}.my-circle-invites-page .invite-page-card__visibility-icon:hover{opacity:1;color:var(--primary-color)}.my-circle-invites-page .invite-page-card__tagline{margin:0;font-size:.76rem;color:var(--text-secondary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.my-circle-invites-page .invite-page-card__meta-details{display:flex;flex-direction:column;gap:.25rem;padding:.4rem .55rem;background:var(--bg-secondary, var(--surface-layer-2));border:1px solid var(--border-subtle);border-radius:6px;margin-top:auto;font-size:.72rem}.my-circle-invites-page .invite-page-card__meta-details .meta-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.my-circle-invites-page .invite-page-card__meta-details .meta-row .meta-label{color:var(--text-muted);font-weight:500}.my-circle-invites-page .invite-page-card__meta-details .meta-row .meta-value{color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.my-circle-invites-page .invite-page-card__meta-details .meta-row .meta-value strong{font-weight:600}.my-circle-invites-page .invite-page-card__meta-details .meta-row .meta-value .email{color:var(--text-muted);font-size:.7rem}.my-circle-invites-page .invite-page-card__actions{display:flex;align-items:center;gap:.5rem;padding-top:.25rem}.my-circle-invites-page .invite-page-card__actions .btn,.my-circle-invites-page .invite-page-card__actions button{flex:1;height:28px;padding:0 .5rem;border-radius:var(--radius-sm, 6px);font-size:.73rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease;cursor:pointer;outline:none}.my-circle-invites-page .invite-page-card__actions .request-action-reject{background:var(--action-reject-bg)!important;border:1px solid var(--action-reject-border)!important;color:var(--action-reject-text)!important}.my-circle-invites-page .invite-page-card__actions .request-action-reject:hover:not(:disabled){background:var(--action-reject-hover-bg)!important;border-color:var(--action-reject-hover-bg)!important;color:var(--action-reject-hover-text)!important}.my-circle-invites-page .invite-page-card__actions .request-action-approve{background:var(--action-approve-bg)!important;border:1px solid var(--action-approve-border)!important;color:var(--action-approve-text)!important}.my-circle-invites-page .invite-page-card__actions .request-action-approve:hover:not(:disabled){background:var(--action-approve-hover-bg)!important;border-color:var(--action-approve-hover-bg)!important;color:var(--action-approve-hover-text)!important}.my-circle-join-requests-page{width:100%}.my-circle-join-requests-page .card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;width:100%}.my-circle-join-requests-page .join-request-page-card{display:flex;flex-direction:column;gap:.55rem;padding:.85rem .95rem;background:var(--surface-layer-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md, 12px);box-shadow:var(--shadow-sm);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.my-circle-join-requests-page .join-request-page-card:hover{transform:translateY(-2px);background:var(--surface-layer-4);border-color:var(--border-default);box-shadow:var(--shadow-md)}.my-circle-join-requests-page .join-request-page-card__header{display:flex;align-items:center;gap:.65rem;min-width:0}.my-circle-join-requests-page .join-request-page-card__header .avatar-wrapper{position:relative;flex-shrink:0}.my-circle-join-requests-page .join-request-page-card__header .avatar-wrapper .table-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:var(--usercard-avatar-bg, var(--bg-secondary));border:1px solid var(--usercard-avatar-border, var(--border-subtle));display:flex;align-items:center;justify-content:center}.my-circle-join-requests-page .join-request-page-card__header .avatar-wrapper .table-avatar img{width:100%;height:100%;object-fit:cover}.my-circle-join-requests-page .join-request-page-card__header .avatar-wrapper .table-avatar__fallback{font-weight:700;font-size:.85rem;color:var(--primary-color)}.my-circle-join-requests-page .join-request-page-card__header .avatar-wrapper .status-dot{position:absolute;bottom:0;right:0;width:9px;height:9px;border-radius:50%;border:1.5px solid var(--surface-layer-3)}.my-circle-join-requests-page .join-request-page-card__header .avatar-wrapper .status-dot--active{background:var(--success-color, #3fa66b)}.my-circle-join-requests-page .join-request-page-card__header .avatar-wrapper .status-dot--inactive{background:var(--danger-color, #d96464)}.my-circle-join-requests-page .join-request-page-card__circle-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.my-circle-join-requests-page .join-request-page-card__circle-info h4{margin:0;font-size:.9rem;font-weight:600;color:var(--text-heading);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-circle-join-requests-page .join-request-page-card__circle-info .join-type-badge{display:inline-block;font-size:.58rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--primary-color)}.my-circle-join-requests-page .join-request-page-card__visibility-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0;opacity:.8}.my-circle-join-requests-page .join-request-page-card__visibility-icon:hover{opacity:1;color:var(--primary-color)}.my-circle-join-requests-page .join-request-page-card__tagline{margin:0;font-size:.76rem;color:var(--text-secondary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.my-circle-join-requests-page .join-request-page-card__meta-details{display:flex;flex-direction:column;gap:.25rem;padding:.4rem .55rem;background:var(--bg-secondary, var(--surface-layer-2));border:1px solid var(--border-subtle);border-radius:6px;margin-top:auto;font-size:.72rem}.my-circle-join-requests-page .join-request-page-card__meta-details .meta-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.my-circle-join-requests-page .join-request-page-card__meta-details .meta-row .meta-label{color:var(--text-muted);font-weight:500}.my-circle-join-requests-page .join-request-page-card__meta-details .meta-row .meta-value{color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.my-circle-join-requests-page .join-request-page-card__meta-details .meta-row .meta-value strong{font-weight:600}.my-circle-join-requests-page .join-request-page-card__footer{display:flex;align-items:center;justify-content:flex-end;padding-top:.25rem}.my-circle-join-requests-page .join-request-page-card__footer .join-status{padding:.18rem .55rem;border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;line-height:1}.my-circle-join-requests-page .join-request-page-card__footer .join-status-pending{background:var(--usercard-badge-pending-bg, var(--badge-pending-bg));border:1px solid var(--usercard-badge-pending-border, var(--badge-pending-border));color:var(--usercard-badge-pending-text, var(--badge-pending-text))}.my-circle-join-requests-page .join-request-page-card__footer .join-status-approved{background:var(--usercard-badge-verified-bg, var(--badge-verified-bg));border:1px solid var(--usercard-badge-verified-border, var(--badge-verified-border));color:var(--usercard-badge-verified-text, var(--badge-verified-text))}.my-circle-join-requests-page .join-request-page-card__footer .join-status-rejected{background:var(--action-reject-bg);border:1px solid var(--action-reject-border);color:var(--action-reject-text)}.app-header{position:fixed;top:.37rem;left:1rem;right:1rem;z-index:10080;height:4rem;min-height:4rem;padding:.45rem .65rem;border:1px solid hsl(var(--border)/.58);border-radius:1.65rem;background:linear-gradient(135deg,hsl(var(--card)/.97),hsl(var(--background)/.94) 45%,hsl(var(--card)/.96));box-shadow:var(--shadow-sm);backdrop-filter:blur(22px) saturate(1.25);-webkit-backdrop-filter:blur(22px) saturate(1.25);font-family:Pt Sans,sans-serif;box-sizing:border-box;display:flex;align-items:center}.app-header .header-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.app-header .header-container--search-hidden{justify-content:space-between}.app-header .header-container--search-hidden .header-left{flex:1 1 auto}.app-header .header-container--search-hidden .header-right{flex:0 0 auto;margin-left:auto}.app-header .header-left{display:flex;align-items:center;gap:.5rem;flex-shrink:0;min-width:0}.app-header .header-left .sidebar-toggle-btn{width:40px;height:40px;min-width:40px;border-radius:999px;border:1px solid hsl(var(--border)/.82);background:hsl(var(--background)/.52);padding:0}.app-header .header-left .sidebar-toggle-btn .menu-icon{width:1.2rem;height:1.2rem;color:hsl(var(--foreground))}.app-header .header-left .sidebar-toggle-btn:hover{background:hsl(var(--accent)/.9);border-color:hsl(var(--border))}.app-header .header-brand-logo{height:2.3rem;width:auto;max-width:160px;object-fit:contain;flex-shrink:0}.app-header .header-center{flex:1;max-width:720px;min-width:0;position:relative;display:flex;align-items:center;justify-content:center}.app-header .header-center .search-filter-container{width:100%;display:flex;justify-content:center}.app-header .header-center .search-filter-group{display:flex;align-items:center;gap:.5rem;width:100%}.app-header .filter-trigger-wrapper{flex-shrink:0}.app-header .filter-trigger-wrapper .filter-trigger-btn{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid hsl(var(--border)/.82);background:hsl(var(--background)/.52);color:hsl(var(--foreground));cursor:pointer;transition:all .2s ease}.app-header .filter-trigger-wrapper .filter-trigger-btn:hover{background:hsl(var(--accent));color:hsl(var(--foreground));border-color:hsl(var(--primary)/.4)}.app-header .filter-trigger-wrapper .filter-trigger-btn.active,.app-header .filter-trigger-wrapper .filter-trigger-btn.has-filters{background:hsla(var(--primary)/.1);color:hsl(var(--primary));border-color:hsl(var(--primary))}.app-header .filter-trigger-wrapper .filter-trigger-btn .filter-count{position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;border-radius:999px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 .2rem}.app-header .header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0;z-index:1200}.app-header .compact-search-wrapper{position:relative}.app-header .compact-search-wrapper .compact-search-popup{position:absolute;top:calc(100% + .5rem);right:0;width:min(420px,90vw);z-index:11000;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden}.app-header .notification-wrapper{position:relative;z-index:1201}.app-header .notification-wrapper .notification-btn{position:relative;width:40px;height:40px;min-width:40px;border-radius:999px;padding:0;border:1px solid hsl(var(--border)/.82);background:hsl(var(--background)/.52)}.app-header .notification-wrapper .notification-btn:hover{background:hsl(var(--accent)/.92);border-color:hsl(var(--border))}.app-header .notification-wrapper .notification-btn.active{background-color:hsla(var(--primary)/.1);color:hsl(var(--primary))}.app-header .notification-wrapper .notification-btn .notification-badge{position:absolute;top:0;right:0;background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground));font-size:.625rem;font-weight:700;min-width:1rem;height:1rem;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 .25rem;border:1.5px solid hsl(var(--background))}.app-header .user-profile{position:relative;z-index:1201}.app-header .user-profile .user-pill{height:40px;padding:0 .5rem 0 .375rem;border-radius:999px;border:1px solid hsl(var(--border)/.82);background:hsl(var(--background)/.52);cursor:pointer;transition:all .2s ease}.app-header .user-profile .user-pill:hover{background:hsl(var(--accent)/.92);border-color:hsl(var(--border))}.app-header .user-profile .user-pill-content{display:flex;align-items:center;gap:.5rem}.app-header .user-profile .user-avatar,.app-header .user-profile .user-avatar-img{width:1.85rem;height:1.85rem;border-radius:50%;object-fit:cover;flex-shrink:0}.app-header .user-profile .user-avatar{display:flex;align-items:center;justify-content:center;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.75rem;font-weight:700}.app-header .user-profile .user-meta{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.app-header .user-profile .user-name{font-size:.75rem;font-weight:600;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:108px}.app-header .user-profile .chevron-icon{width:.875rem;height:.875rem;color:hsl(var(--muted-foreground));transition:transform .2s ease}.app-header .user-profile .chevron-icon.rotate-180{transform:rotate(180deg)}.app-header .user-dropdown{position:absolute;top:calc(100% + .4rem);right:0;width:240px;background-color:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:16px;box-shadow:var(--shadow-lg);z-index:110000;padding:.4rem 0;overflow:hidden;animation:slideDown .2s ease-out}.app-header .user-dropdown .dropdown-divider{height:1px;background-color:hsl(var(--border));margin:.35rem 0}.app-header .user-dropdown .menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.55rem .9rem;background:none;border:none;text-align:left;font-size:.84rem;font-weight:500;color:hsl(var(--popover-foreground));cursor:pointer;transition:background-color .2s ease}.app-header .user-dropdown .menu-item:hover:not(:disabled){background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.app-header .user-dropdown .menu-item:hover:not(:disabled) .menu-icon{color:hsl(var(--accent-foreground))}.app-header .user-dropdown .menu-item.active{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary))}.app-header .user-dropdown .menu-item.active .menu-icon{color:hsl(var(--primary))}.app-header .user-dropdown .menu-item:disabled{cursor:not-allowed;opacity:.5}.app-header .user-dropdown .menu-item .menu-item-icon{display:flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem}.app-header .user-dropdown .menu-item .menu-icon{width:1rem;height:1rem;color:hsl(var(--muted-foreground))}.app-header .user-dropdown .menu-item .menu-item-label{flex:1}.app-header .assistant-toggle-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 .85rem;gap:.45rem;border-radius:999px;border:1px solid hsl(var(--border)/.82);background:hsl(var(--card));cursor:pointer;transition:all .2s ease}.app-header .assistant-toggle-btn .assistant-icon{width:1rem;height:1rem;color:hsl(var(--primary))}.app-header .assistant-toggle-btn:hover{border-color:hsl(var(--primary));background:hsl(var(--primary)/.1)}.app-header .assistant-toggle-btn.active{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.app-header .assistant-toggle-btn.active .assistant-icon{color:hsl(var(--primary-foreground))}@media(max-width:1024px){.app-header{top:.25rem;left:.5rem;right:.5rem}.app-header .header-container{padding:0 .5rem;gap:.35rem}.app-header .user-profile .user-meta{display:none}}@media(max-width:768px){.app-header{top:.25rem;left:.35rem;right:.35rem;height:3.25rem;min-height:3.25rem;padding:.25rem .4rem;border-radius:999px}.app-header .header-container{padding:0;gap:.25rem}.app-header .header-left{gap:.25rem}.app-header .header-left .sidebar-toggle-btn{width:34px;height:34px;min-width:34px}.app-header .header-brand-logo{height:1.5rem;max-width:85px}.app-header .header-right{gap:.2rem}.app-header .header-right .notification-btn{width:34px;height:34px;min-width:34px}.app-header .header-right .user-profile .user-pill{height:34px;padding:0 .25rem}.app-header .header-right .user-profile .user-pill .user-avatar,.app-header .header-right .user-profile .user-pill .user-avatar-img{width:1.5rem;height:1.5rem}.app-header .header-right .user-profile .user-pill .chevron-icon{width:.75rem;height:.75rem}.app-header .header-right .assistant-toggle-btn{width:34px;height:34px;min-width:34px;padding:0}.app-header .header-right .assistant-toggle-btn .assistant-icon{width:.875rem;height:.875rem}}@media(max-width:480px){.app-header{top:.25rem;left:.25rem;right:.25rem}.app-header .header-brand-logo{height:1.35rem;max-width:72px}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.notification-dropdown{position:absolute;top:calc(100% + 4px);right:-4px;width:380px;max-width:calc(100vw - 48px);background-color:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:16px;box-shadow:5px 5px 5px hsla(var(--foreground)/.15);z-index:1200;overflow:hidden;animation:slideDown .2s ease-out}.notification-dropdown .notification-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:hsl(var(--card));border-bottom:1px solid hsl(var(--border))}.notification-dropdown .notification-header .notification-header-left{display:flex;align-items:center;gap:8px}.notification-dropdown .notification-header .notification-header-left svg{color:hsl(var(--primary))}.notification-dropdown .notification-header .notification-header-left .notification-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0}.notification-dropdown .notification-header .notification-header-left .notification-unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:20px;font-size:12px;font-weight:600;padding:0 6px}.notification-dropdown .notification-header .notification-header-right{display:flex;align-items:center;gap:4px}.notification-dropdown .notification-header .notification-header-right .mark-all-read-btn{min-width:auto;padding:4px 8px;font-size:12px;height:32px;color:hsl(var(--primary))}.notification-dropdown .notification-header .notification-header-right .mark-all-read-btn:hover{background-color:hsla(var(--primary)/.1)}.notification-dropdown .notification-header .notification-header-right .mark-all-read-btn svg{margin-right:4px}.notification-dropdown .notification-header .notification-header-right .close-notification-btn{min-width:32px;height:32px;padding:0}.notification-dropdown .notification-header .notification-header-right .close-notification-btn:hover{background-color:hsl(var(--muted))}.notification-dropdown .notification-list{max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:hsl(var(--border)) hsl(var(--muted))}.notification-dropdown .notification-list::-webkit-scrollbar{width:6px}.notification-dropdown .notification-list::-webkit-scrollbar-track{background:hsl(var(--muted)/.3)}.notification-dropdown .notification-list::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:3px}.notification-dropdown .notification-list::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.5)}.notification-dropdown .notification-list .notification-item{display:flex;gap:16px;padding:16px;border-bottom:1px solid hsl(var(--border));transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.notification-dropdown .notification-list .notification-item:hover{background-color:hsl(var(--muted)/.5)}.notification-dropdown .notification-list .notification-item.unread{background-color:hsla(var(--primary)/.03)}.notification-dropdown .notification-list .notification-item.unread:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:hsl(var(--primary))}.notification-dropdown .notification-list .notification-item.animating{background-color:hsla(var(--primary)/.1);transition:background-color .3s ease}.notification-dropdown .notification-list .notification-item .notification-icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.notification-dropdown .notification-list .notification-item .notification-icon.appointment{background-color:hsla(var(--primary)/.15);color:hsl(var(--primary))}.notification-dropdown .notification-list .notification-item .notification-icon.message{background-color:#2ecc7026;color:#26a65b}.notification-dropdown .notification-list .notification-item .notification-icon.prescription{background-color:#f4a82526;color:#da8e0b}.notification-dropdown .notification-list .notification-item .notification-icon.reminder{background-color:#9c61ef26;color:#7f33eb}.notification-dropdown .notification-list .notification-item .notification-icon.patient{background-color:#257ef426;color:#0b65da}.notification-dropdown .notification-list .notification-item .notification-icon.medicine{background-color:#6a8d5e26;color:#536e49}.notification-dropdown .notification-list .notification-item .notification-icon.health{background-color:#ca924426;color:#ab7830}.notification-dropdown .notification-list .notification-item .notification-icon.success{background-color:#2ecc7026;color:#26a65b}.notification-dropdown .notification-list .notification-item .notification-icon.warning{background-color:#f4a82526;color:#da8e0b}.notification-dropdown .notification-list .notification-item .notification-icon.error{background-color:#ef434326;color:#eb1414}.notification-dropdown .notification-list .notification-item .notification-icon.info{background-color:#257ef426;color:#0b65da}.notification-dropdown .notification-list .notification-item .notification-icon.skeleton{background:linear-gradient(90deg,hsl(var(--muted)) 25%,hsl(var(--border)),hsl(var(--muted)) 75%);background-size:200% 100%;animation:loading 1.5s infinite}.notification-dropdown .notification-list .notification-item .notification-content{flex:1;min-width:0}.notification-dropdown .notification-list .notification-item .notification-content .notification-header-row{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-bottom:4px}.notification-dropdown .notification-list .notification-item .notification-content .notification-header-row .notification-title{font-size:14px;font-weight:600;color:hsl(var(--foreground));margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-dropdown .notification-list .notification-item .notification-content .notification-header-row .notification-title.skeleton{width:120px;height:16px;background:linear-gradient(90deg,hsl(var(--muted)) 25%,hsl(var(--border)),hsl(var(--muted)) 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.notification-dropdown .notification-list .notification-item .notification-content .notification-header-row .notification-dot{width:8px;height:8px;border-radius:50%;background-color:hsl(var(--primary));flex-shrink:0}.notification-dropdown .notification-list .notification-item .notification-content .notification-message{font-size:12px;color:hsl(var(--muted-foreground));margin:0 0 4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-dropdown .notification-list .notification-item .notification-content .notification-message.skeleton{width:100%;height:32px;background:linear-gradient(90deg,hsl(var(--muted)) 25%,hsl(var(--border)),hsl(var(--muted)) 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.notification-dropdown .notification-list .notification-item .notification-content .notification-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.notification-dropdown .notification-list .notification-item .notification-content .notification-footer .notification-time{font-size:12px;color:hsl(var(--muted-foreground)/.8)}.notification-dropdown .notification-list .notification-item .notification-content .notification-footer .mark-read-btn{min-width:auto;padding:2px 4px;height:24px;font-size:12px;color:hsl(var(--primary));opacity:0;transition:opacity .2s ease}.notification-item:hover .notification-dropdown .notification-list .notification-item .notification-content .notification-footer .mark-read-btn{opacity:1}.notification-dropdown .notification-list .notification-item .notification-content .notification-footer .mark-read-btn:hover{background-color:hsla(var(--primary)/.1)}.notification-dropdown .notification-list .notification-item .notification-content .notification-footer .mark-read-btn svg{margin-right:2px}.notification-dropdown .notification-list .notification-item .skeleton{background:linear-gradient(90deg,hsl(var(--muted)) 25%,hsl(var(--border)),hsl(var(--muted)) 75%);background-size:200% 100%;animation:loading 1.5s infinite}.notification-dropdown .notification-list .notification-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}.notification-dropdown .notification-list .notification-empty svg{color:hsl(var(--muted-foreground)/.3);width:48px;height:48px;margin-bottom:16px}.notification-dropdown .notification-list .notification-empty p{font-size:1rem;font-weight:500;color:hsl(var(--foreground));margin:0 0 4px}.notification-dropdown .notification-list .notification-empty span{font-size:14px;color:hsl(var(--muted-foreground))}.notification-dropdown .notification-footer-actions{padding:8px 16px;border-top:1px solid hsl(var(--border));background-color:hsl(var(--card))}.notification-dropdown .notification-footer-actions .view-all-btn{width:100%;justify-content:center;color:hsl(var(--primary))}.notification-dropdown .notification-footer-actions .view-all-btn:hover{background-color:hsla(var(--primary)/.1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.notification-dropdown{position:fixed;top:56px;right:8px;left:8px;width:auto;max-width:none;max-height:calc(100vh - 72px)}.notification-dropdown .notification-list{max-height:calc(100vh - 180px)}}@media(max-width:480px){.notification-dropdown{top:48px;left:0;right:0;margin:0 4px}.notification-dropdown .notification-header{padding:8px}.notification-dropdown .notification-header .notification-header-left .notification-title{font-size:14px}.notification-dropdown .notification-header .mark-all-read-btn span{display:none}.notification-dropdown .notification-item{padding:8px}.notification-dropdown .notification-item .notification-icon{width:32px;height:32px}.notification-dropdown .notification-item .notification-icon svg{width:16px;height:16px}.notification-dropdown .notification-item .notification-content .notification-footer .mark-read-btn span{display:none}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a) format("woff2"),url(/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}.bi-bluesky:before{content:""}.bi-tux:before{content:"滑"}.bi-beaker-fill:before{content:"串"}.bi-beaker:before{content:"句"}.bi-flask-fill:before{content:"龜"}.bi-flask-florence-fill:before{content:"龜"}.bi-flask-florence:before{content:"契"}.bi-flask:before{content:"金"}.bi-leaf-fill:before{content:"喇"}.bi-leaf:before{content:"奈"}.bi-measuring-cup-fill:before{content:"懶"}.bi-measuring-cup:before{content:"癩"}.bi-unlock2-fill:before{content:"羅"}.bi-unlock2:before{content:"蘿"}.bi-battery-low:before{content:"螺"}.bi-anthropic:before{content:"裸"}.bi-apple-music:before{content:"邏"}.bi-claude:before{content:"樂"}.bi-openai:before{content:"洛"}.bi-perplexity:before{content:"烙"}.bi-css:before{content:"珞"}.bi-javascript:before{content:"落"}.bi-typescript:before{content:"酪"}.bi-fork-knife:before{content:"駱"}.bi-globe-americas-fill:before{content:"亂"}.bi-globe-asia-australia-fill:before{content:"卵"}.bi-globe-central-south-asia-fill:before{content:"欄"}.bi-globe-europe-africa-fill:before{content:"爛"}#ccDxtp{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background-color:transparent;margin:0;min-width:0;min-height:0;overflow:visible}#ccDxtp #toolBar{position:relative;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:transparent;border-bottom:0;padding:0;z-index:4}#ccDxtp #toolBar input:not([type=search]){display:none}#ccDxtp #toolBar code{width:100%;max-width:min(470px,100%);display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;left:0;transition:all .2s ease}#ccDxtp.is-open #toolBar code,#ccDxtp.is-filter-open #toolBar code,#ccDxtp #toolBar code:has(input:focus,section:hover){max-width:min(620px,100vw - 24px);transition:all .2s ease}#ccDxtp #toolBar code input{width:100%;background-color:hsl(var(--card));border:2px solid hsl(var(--border));outline:none;padding:10px 50px;border-radius:25px;color:hsl(var(--foreground));transition:all .2s ease;font-family:Pt Sans,sans-serif;font-size:14px}#ccDxtp #toolBar code input::placeholder{color:hsl(var(--muted-foreground))}#ccDxtp #toolBar code input:focus::placeholder{color:hsl(var(--muted-foreground))}#ccDxtp #toolBar code input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}#ccDxtp.is-open #toolBar code input,#ccDxtp.is-filter-open #toolBar code input,#ccDxtp #toolBar code input:focus,#ccDxtp #toolBar code input:has(~section:hover){border-radius:25px 25px 0 0;border-color:hsl(var(--primary)/.55);transition:all .2s ease}#ccDxtp #toolBar code>i{position:absolute;left:25px;line-height:0;color:hsl(var(--muted-foreground));font-size:90%}#ccDxtp #toolBar code>.adobe-search-clear-btn{position:absolute;right:46px;width:22px;height:22px;border:none;border-radius:999px;background:transparent;color:hsl(var(--muted-foreground));display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}#ccDxtp #toolBar code>.adobe-search-clear-btn:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}#ccDxtp #toolBar code section.adobe-search-panel{position:absolute;top:100%;left:0;width:100%;max-width:100%;visibility:visible;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;padding:0 0 12px;margin:0;border-left:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border));border-radius:0 0 25px 25px;background-color:hsl(var(--card));font-family:Pt Sans,sans-serif;animation:adobePanelSlideIn .22s ease;overflow-x:clip}#ccDxtp #toolBar code section.adobe-search-panel.filter-only-panel{width:min(440px,100%);max-width:min(440px,100vw - 24px);padding:0}#ccDxtp #toolBar code section.adobe-search-panel figure{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:12px 20px 15px;opacity:1;transform:none;animation:adobeFigureRise .26s ease forwards}#ccDxtp #toolBar code section.adobe-search-panel figure:nth-of-type(1){animation-delay:.04s}#ccDxtp #toolBar code section.adobe-search-panel figure:nth-of-type(2){animation-delay:.1s}#ccDxtp #toolBar code section.adobe-search-panel figure:nth-of-type(3){animation-delay:.16s}#ccDxtp #toolBar code section.adobe-search-panel figure:nth-of-type(4){animation-delay:.22s}#ccDxtp #toolBar code section.adobe-search-panel figure:not(:last-of-type){border-bottom:1px solid hsl(var(--border))}#ccDxtp #toolBar code section.adobe-search-panel figure figcaption{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:15px}#ccDxtp #toolBar code section.adobe-search-panel figure figcaption p{color:hsl(var(--muted-foreground));font-size:70%;line-height:130%;margin:0;text-transform:uppercase;letter-spacing:.08em;font-weight:700}#ccDxtp #toolBar code section.adobe-search-panel figure figcaption a,#ccDxtp #toolBar code section.adobe-search-panel figure figcaption .filter-clear-link{color:hsl(var(--primary));font-size:85%;line-height:140%;text-decoration:none;background:none;border:none;padding:0;cursor:pointer}#ccDxtp #toolBar code section.adobe-search-panel figure figcaption .view-all-link{color:hsl(var(--muted-foreground));font-size:85%;line-height:140%;text-decoration:none;background:none;border:none;padding:0;cursor:default;opacity:.7}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type{padding:12px 0 7px}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type figcaption{padding:0 20px;margin-bottom:5px}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;list-style:none;margin:0;padding:0}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li{width:100%;opacity:1;transform:none;animation:adobeItemSlideIn .26s ease forwards}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li:nth-child(1){animation-delay:.1s}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li:nth-child(2){animation-delay:.14s}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li:nth-child(3){animation-delay:.18s}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li:nth-child(4){animation-delay:.22s}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li button{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 20px;cursor:pointer;border:none;background:transparent;text-align:left}#ccDxtp #toolBar code section.adobe-search-panel button[disabled]{opacity:.6;cursor:not-allowed}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li:hover{background-color:hsl(var(--accent)/.45)}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li svg,#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li .app-icon{width:32px;min-width:32px;height:32px;margin-right:15px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;background:hsl(var(--primary)/.12);color:hsl(var(--primary))}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li .app-icon-svg{display:inline-flex;align-items:center;justify-content:center}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li .app-icon-svg svg{width:16px;height:16px;margin:0}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li div{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:85%}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li div strong{font-size:80%;color:hsl(var(--foreground));line-height:150%;font-weight:600}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li div p{color:hsl(var(--muted-foreground));font-size:70%;line-height:130%;margin:0}#ccDxtp #toolBar code section.adobe-search-panel figure ul:is(#searchTemplatesCarousel,#searchQuickCarousel){width:100%;list-style:none;margin:0;padding:0}#ccDxtp #toolBar code section.adobe-search-panel figure ul:is(#searchTemplatesCarousel,#searchQuickCarousel) li{padding:0 5px}#ccDxtp #toolBar code section.adobe-search-panel figure ul:is(#searchTemplatesCarousel,#searchQuickCarousel) li button{width:100%;min-height:74px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:8px;border:1px solid hsl(var(--border));border-radius:8px;text-decoration:none;color:hsl(var(--foreground));background:linear-gradient(135deg,hsl(var(--background)/.9),hsl(var(--card)));overflow:hidden;cursor:pointer;transition:all .2s ease}#ccDxtp #toolBar code section.adobe-search-panel figure ul#searchQuickCarousel li button{min-height:58px;justify-content:center;flex-direction:row;align-items:center}#ccDxtp #toolBar code section.adobe-search-panel figure ul:is(#searchTemplatesCarousel,#searchQuickCarousel) li button:hover{border-color:hsl(var(--primary)/.35);background:linear-gradient(135deg,hsl(var(--primary)/.08),hsl(var(--card)))}#ccDxtp #toolBar code section.adobe-search-panel figure ul#searchTemplatesCarousel li button p{font-size:72%;color:hsl(var(--foreground));line-height:125%;margin:0}#ccDxtp #toolBar code section.adobe-search-panel figure ul#searchQuickCarousel li button i,#ccDxtp #toolBar code section.adobe-search-panel figure ul#searchQuickCarousel li button .quick-icon-svg{color:hsl(var(--primary));margin-right:8px;font-size:100%;display:inline-flex;align-items:center;justify-content:center}#ccDxtp #toolBar code section.adobe-search-panel figure ul#searchQuickCarousel li button .quick-icon-svg svg{width:15px;height:15px}#ccDxtp #toolBar code section.adobe-search-panel figure ul#searchQuickCarousel li button p{font-size:72%;color:hsl(var(--foreground));line-height:125%;margin:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#ccDxtp #toolBar code section.adobe-search-panel .filter-pill-wrap{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}#ccDxtp #toolBar code section.adobe-search-panel .filter-figure{gap:14px;padding:16px 18px 18px}#ccDxtp #toolBar code section.adobe-search-panel .filter-figure figcaption{padding:0}#ccDxtp #toolBar code section.adobe-search-panel .filter-figure-header{align-items:flex-start;gap:12px;margin-bottom:0}#ccDxtp #toolBar code section.adobe-search-panel .filter-figure-copy{min-width:0;display:flex;flex-direction:column;gap:6px}#ccDxtp #toolBar code section.adobe-search-panel .filter-figure-title{display:flex;align-items:center;gap:10px}#ccDxtp #toolBar code section.adobe-search-panel .filter-figure-title p{margin:0;font-size:.84rem;font-weight:700;letter-spacing:0;text-transform:none;color:hsl(var(--foreground))}#ccDxtp #toolBar code section.adobe-search-panel .filter-figure-title-icon{width:28px;min-width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--primary)/.18),hsl(var(--primary)/.08));color:hsl(var(--primary))}#ccDxtp #toolBar code section.adobe-search-panel .filter-figure-description{color:hsl(var(--muted-foreground));font-size:.74rem;line-height:1.45}#ccDxtp #toolBar code section.adobe-search-panel .filter-chip{--filter-accent: hsl(var(--primary));width:100%;min-height:54px;display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:16px;border:1px solid hsl(var(--border));background:linear-gradient(135deg,hsl(var(--background)),hsl(var(--card)));color:hsl(var(--foreground));text-align:left;box-shadow:0 8px 18px hsl(var(--foreground)/.03);cursor:pointer;transition:all .2s ease}#ccDxtp #toolBar code section.adobe-search-panel .filter-chip:hover{border-color:hsl(var(--primary)/.3);background:linear-gradient(135deg,hsl(var(--primary)/.08),hsl(var(--card)));transform:translateY(-1px)}#ccDxtp #toolBar code section.adobe-search-panel .filter-chip.active{border-color:var(--filter-accent);background:linear-gradient(135deg,hsl(var(--primary)/.14),hsl(var(--card)));box-shadow:0 12px 24px hsl(var(--foreground)/.08),0 0 0 1px var(--filter-accent)}#ccDxtp #toolBar code section.adobe-search-panel .filter-chip-icon{width:36px;min-width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--accent)/.12);color:var(--filter-accent);flex-shrink:0}#ccDxtp #toolBar code section.adobe-search-panel .filter-chip.active .filter-chip-icon{background:var(--filter-accent);color:hsl(var(--primary-foreground))}#ccDxtp #toolBar code section.adobe-search-panel .filter-chip-copy{min-width:0;flex:1;display:block}#ccDxtp #toolBar code section.adobe-search-panel .filter-chip-label-row{display:flex;align-items:center;justify-content:flex-start;gap:8px}#ccDxtp #toolBar code section.adobe-search-panel .filter-chip-label{color:hsl(var(--foreground));font-size:.82rem;font-weight:700;line-height:1.25}#ccDxtp #toolBar code section.adobe-search-panel .filter-chip-check{width:20px;min-width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--filter-accent);color:hsl(var(--primary-foreground));flex-shrink:0;margin-top:0}@media(prefers-reduced-motion:reduce){#ccDxtp #toolBar code section.adobe-search-panel figure,#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li{animation:none}}#ccDxtp .slick-slider{width:100%}#ccDxtp .slick-track{display:flex!important}#ccDxtp .slick-slide{height:inherit!important}#ccDxtp .slick-prev,#ccDxtp .slick-next{width:18px;height:18px;z-index:3}#ccDxtp .slick-prev{left:-13px}#ccDxtp .slick-next{right:-13px}#ccDxtp .slick-prev:before,#ccDxtp .slick-next:before{color:hsl(var(--muted-foreground));font-size:18px}@keyframes adobePanelSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes adobeFigureRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes adobeItemSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media(max-width:1080px){#ccDxtp #toolBar code{max-width:min(420px,100%)}#ccDxtp.is-open #toolBar code,#ccDxtp.is-filter-open #toolBar code,#ccDxtp #toolBar code:has(input:focus,section:hover){max-width:min(540px,100vw - 20px)}}@media(max-width:720px){#ccDxtp{min-width:0;width:100%}#ccDxtp #toolBar{padding:0}#ccDxtp #toolBar code,#ccDxtp.is-open #toolBar code,#ccDxtp.is-filter-open #toolBar code{max-width:100%}#ccDxtp #toolBar code input{min-height:42px;padding:10px 42px 10px 40px;font-size:.93rem;border-radius:14px}#ccDxtp.is-open #toolBar code input,#ccDxtp.is-filter-open #toolBar code input,#ccDxtp #toolBar code input:focus{border-radius:14px}#ccDxtp #toolBar code>i{left:14px;font-size:.95rem}#ccDxtp #toolBar code>.adobe-search-clear-btn{right:12px}#ccDxtp #toolBar code section.adobe-search-panel{position:fixed;top:calc(var(--app-mobile-header-height) + 8px);left:max(.5rem,env(safe-area-inset-left));right:max(.5rem,env(safe-area-inset-right));width:auto;max-width:none;border-radius:16px;border:1px solid hsl(var(--border));max-height:calc(100dvh - var(--app-mobile-header-height) - 5rem - env(safe-area-inset-bottom));padding-bottom:calc(8px + env(safe-area-inset-bottom));overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;z-index:1300;box-shadow:0 16px 32px #00000029}#ccDxtp #toolBar code section.adobe-search-panel figure{padding:12px 14px 14px}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type figcaption{padding:0 14px}#ccDxtp #toolBar code section.adobe-search-panel figure figcaption{margin-bottom:12px}#ccDxtp #toolBar code section.adobe-search-panel.filter-only-panel{width:auto;max-width:none}#ccDxtp #toolBar code section.adobe-search-panel .filter-figure-header{flex-direction:column;align-items:stretch}#ccDxtp #toolBar code section.adobe-search-panel .filter-pill-wrap{grid-template-columns:1fr}#ccDxtp #toolBar code section.adobe-search-panel figure figcaption p{font-size:.72rem}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li button{padding:10px 14px}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li .app-icon{width:34px;min-width:34px;height:34px;margin-right:12px;border-radius:9px}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li div{width:calc(100% - 46px)}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li div strong{font-size:.98rem;line-height:1.25}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li div p{font-size:.9rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#ccDxtp #toolBar code section.adobe-search-panel figure ul:is(#searchTemplatesCarousel,#searchQuickCarousel) li{padding:0 4px}#ccDxtp #toolBar code section.adobe-search-panel figure ul#searchTemplatesCarousel li button{min-height:84px;padding:10px}#ccDxtp #toolBar code section.adobe-search-panel figure ul#searchTemplatesCarousel li button p{font-size:.82rem;line-height:1.25}#ccDxtp #toolBar code section.adobe-search-panel figure ul#searchQuickCarousel li button{min-height:62px;justify-content:flex-start;padding:10px}#ccDxtp #toolBar code section.adobe-search-panel figure ul#searchQuickCarousel li button p{font-size:.82rem;line-height:1.25}}@media(max-width:480px){#ccDxtp #toolBar code section.adobe-search-panel{top:calc(var(--app-mobile-header-height) + 6px);left:max(.4rem,env(safe-area-inset-left));right:max(.4rem,env(safe-area-inset-right));border-radius:14px}#ccDxtp #toolBar code section.adobe-search-panel figure{padding:10px 12px 12px}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type figcaption{padding:0 12px}#ccDxtp #toolBar code section.adobe-search-panel figure:first-of-type ul li button{padding:10px 12px}}.header-fab-button{min-width:2.5rem;padding:0}.header-fab-button:hover{background-color:hsl(var(--accent))}.fab-action-sheet-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:50000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1rem 1rem 7rem!important;overflow:hidden!important;background:#0f172a38!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}.fab-action-sheet{width:min(440px,100vw - 2rem)!important;max-width:440px!important;max-height:75vh;display:flex;flex-direction:column;overflow:hidden!important;border-radius:1.35rem!important;border:1px solid var(--border-strong, var(--bs-border-color))!important;background:var(--bs-surface-bg, hsl(var(--card)))!important;box-shadow:var(--shadow-lg)!important}.fab-action-sheet-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:1rem 1.25rem!important;border-bottom:1px solid var(--border-default, var(--bs-border-color));background:var(--bs-surface-bg, hsl(var(--card)))}.fab-action-sheet-title{font-size:1rem;font-weight:800;color:var(--text-heading, hsl(var(--foreground)))}.fab-action-sheet-body{display:flex;flex:1;flex-direction:column;gap:.5rem!important;overflow-y:auto;padding:1rem!important}.fab-action-item.btn{display:flex;align-items:center;width:100%;min-height:4rem!important;height:auto;gap:.75rem;justify-content:flex-start;padding:.875rem!important;border:1px solid var(--border-default, var(--bs-border-color))!important;border-radius:.95rem!important;background:var(--surface-layer-3, hsl(var(--card)))!important;text-align:left;white-space:normal;cursor:pointer;transition:all .22s ease!important}.fab-action-item.btn:hover{background:var(--accent-bg-soft, hsla(var(--primary)/.08))!important;border-color:var(--primary-color, hsl(var(--primary)))!important}.fab-action-item.btn .btn-content{display:contents}.fab-action-icon{display:grid;width:2.5rem;height:2.5rem;flex-shrink:0;place-items:center;border:1px solid hsl(var(--primary)/.18);border-radius:.8rem;color:hsl(var(--primary));background:hsl(var(--primary)/.1)}.fab-action-item-icon{width:1.125rem;height:1.125rem}.fab-action-content{display:flex;flex:1;min-width:0;overflow:hidden;flex-direction:column;align-items:flex-start;text-align:left}.fab-action-title{margin-bottom:.25rem;font-size:.88rem;font-weight:800;color:hsl(var(--foreground))}.fab-action-subtitle{overflow:hidden;color:hsl(var(--muted-foreground));font-size:.76rem;white-space:nowrap;text-overflow:ellipsis}@media(max-width:768px){.fab-action-sheet-overlay{align-items:flex-end!important;padding:.75rem!important;padding-bottom:calc(7rem + env(safe-area-inset-bottom))!important}.fab-action-sheet{width:100%!important;max-width:none!important}}@media(max-width:420px){.fab-action-subtitle{display:none!important}}.back-button{display:none;flex-shrink:0}@media(max-width:767px){.back-button.back-button--show-mobile{display:inline-flex}}@media(min-width:768px)and (max-width:1023px){.back-button.back-button--show-tablet{display:inline-flex}}@media(min-width:1024px){.back-button.back-button--show-desktop{display:inline-flex}}.assistant-sidebar{display:flex;flex-direction:column;background:var(--bs-surface-bg);border-left:1px solid var(--bs-border-color);border-right:0;overflow:hidden}.main-layout-container:not(.mobile) .assistant-sidebar{order:3;position:relative;top:0;height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));flex-shrink:0;width:0;opacity:0;visibility:hidden;pointer-events:none;transform:none;transition:width .3s ease,opacity .3s ease;z-index:20}.main-layout-container:not(.mobile) .assistant-sidebar.open{width:var(--right-sidebar-width);min-width:300px;opacity:1;visibility:visible;pointer-events:auto}.main-layout-container.mobile .assistant-sidebar{position:fixed;top:calc(var(--header-height) + 1.1rem);right:.5rem;left:auto;bottom:.5rem;width:min(360px,100vw - 1rem);max-width:calc(100vw - 1rem);height:auto;max-height:calc(100dvh - var(--header-height) - 1.6rem);z-index:10050;border:1px solid hsl(var(--border)/.8);border-radius:1.25rem;box-shadow:var(--shadow-lg);transform:translate(110%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.main-layout-container.mobile .assistant-sidebar.open{transform:translate(0)}@media(max-width:1024px){.assistant-sidebar{width:100%;min-width:0;max-width:320px}}@media(max-width:768px){.assistant-sidebar{width:100%;max-width:100%}}@media(max-width:480px){.assistant-sidebar{width:100%;max-width:100%;border-right:none}}.assistant-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--bs-border-color);background:var(--bs-surface-bg);flex-shrink:0}@media(max-width:768px){.assistant-header{padding:1.25rem 1.25rem .875rem}}@media(max-width:480px){.assistant-header{padding:1rem 1rem .75rem}}.assistant-header .assistant-title{font-size:1.25rem;font-weight:600;color:var(--bs-heading-color);margin:0}@media(max-width:768px){.assistant-header .assistant-title{font-size:1.125rem}}@media(max-width:480px){.assistant-header .assistant-title{font-size:1rem}}.assistant-header .assistant-close-btn{min-width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px}.assistant-header .assistant-close-btn:hover{background:var(--msg-hover-bg)}.assistant-header .assistant-close-btn .assistant-icon{width:20px;height:20px}.assistant-tabs{display:flex;align-items:center;gap:.5rem;padding:.75rem .875rem;border-bottom:1px solid var(--bs-border-color);background:var(--bs-surface-bg);flex-shrink:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;justify-content:space-between;-ms-overflow-style:none}.assistant-tabs::-webkit-scrollbar{display:none}@media(max-width:768px){.assistant-tabs{padding:.75rem .875rem}}@media(max-width:480px){.assistant-tabs{padding:.625rem .75rem}}.assistant-tabs .assistant-tab-btn{flex:0 0 auto;min-width:max-content;padding:.5rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:500;transition:all .2s ease;width:auto;max-width:none;border:1px solid var(--bs-border-color);background:transparent;box-shadow:none}.assistant-tabs .assistant-tab-btn:hover{background:var(--msg-hover-bg)}.assistant-tabs .assistant-tab-btn.active{background:var(--bs-primary);color:#000;border-color:var(--bs-primary);box-shadow:none;font-weight:700}.assistant-tabs .assistant-tab-btn.active:hover{background:var(--bs-primary-hover)}.assistant-tabs .assistant-tab-btn.active .assistant-icon{color:#fff}.assistant-tabs .assistant-tab-btn .assistant-icon{width:16px;height:16px;color:var(--bs-body-color);flex-shrink:0}@media(max-width:480px){.assistant-tabs .assistant-tab-btn .assistant-icon{width:15px;height:15px}}.assistant-tabs .assistant-tab-btn .tab-text{white-space:nowrap;letter-spacing:.01em}@media(max-width:480px){.assistant-tabs .assistant-tab-btn .tab-text{display:inline}}.assistant-content{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0;padding:1.5rem}@media(max-width:768px){.assistant-content{padding:1.25rem}}@media(max-width:480px){.assistant-content{padding:1rem}}@media(max-width:768px){.assistant-sidebar .assistant-header{position:sticky;top:0;z-index:10}}@media(max-width:480px){.assistant-sidebar .assistant-tabs{top:var(--header-height)}}@media(max-height:600px)and (orientation:landscape){.assistant-sidebar .assistant-header{padding:.75rem 1rem}.assistant-sidebar .assistant-tabs{padding:.5rem 1rem}.assistant-sidebar .assistant-card-header{padding:.75rem 1rem}.assistant-sidebar .assistant-chat .assistant-chat-scroll{padding:.5rem}.assistant-sidebar .assistant-chat .assistant-chat-bubble{padding:.625rem}}@media(max-width:360px){.assistant-sidebar .assistant-tab-btn{padding:.5rem}.assistant-sidebar .assistant-chat .assistant-chat-bubble{max-width:90%;padding:.625rem}.assistant-sidebar .assistant-chat .assistant-chat-bubble .assistant-bubble-text{font-size:.75rem}}.assistant-sidebar *:focus:not(:focus-visible){outline:none}.timeline-widget{flex:1;min-height:0;overflow-y:auto;padding:0;background:var(--bs-body-bg);padding:0rem 1rem}@media(max-width:768px){.timeline-widget{padding:0}}@media(max-width:480px){.timeline-widget{padding:0}}.timeline-widget:hover{box-shadow:0 1px 2px #0000000d}.timeline-widget:first-child{animation-delay:.1s}.timeline-widget:last-child{animation-delay:.2s}.timeline-widget>*{width:100%;background:transparent;border:0;border-radius:0;box-shadow:none}.timeline-widget::-webkit-scrollbar{width:6px}.timeline-widget::-webkit-scrollbar-track{background:transparent}.timeline-widget::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--bs-border-color) 88%,transparent);border-radius:999px}.who-to-follow .section-header-title{padding:.75rem 1rem .25rem}.who-to-follow .section-header-title .section-title{font-size:1rem;font-weight:600;margin:0;color:hsl(var(--foreground))}@media(max-width:768px){.who-to-follow .section-header-title .section-title{font-size:.9375rem}}@media(max-width:480px){.who-to-follow .section-header-title .section-title{font-size:.875rem}}.who-to-follow .people-list{padding:1rem}@media(max-width:768px){.who-to-follow .people-list{padding:.875rem}}@media(max-width:480px){.who-to-follow .people-list{padding:.75rem}}.who-to-follow .people-list .person-item{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.who-to-follow .people-list .person-item:last-of-type{margin-bottom:0}@media(max-width:768px){.who-to-follow .people-list .person-item{gap:.5rem;margin-bottom:.875rem}}@media(max-width:480px){.who-to-follow .people-list .person-item{gap:.5rem;margin-bottom:.75rem}}.who-to-follow .people-list .person-item .person-avatar{flex-shrink:0}.who-to-follow .people-list .person-item .person-avatar .avatar-img,.who-to-follow .people-list .person-item .person-avatar .avatar-fallback{width:40px;height:40px;border-radius:50%;transition:transform .2s ease}.who-to-follow .people-list .person-item .person-avatar .avatar-img.avatar-story,.who-to-follow .people-list .person-item .person-avatar .avatar-fallback.avatar-story{padding:2px;border:2px solid hsl(var(--primary))}@media(max-width:768px){.who-to-follow .people-list .person-item .person-avatar .avatar-img,.who-to-follow .people-list .person-item .person-avatar .avatar-fallback{width:36px;height:36px}.who-to-follow .people-list .person-item .person-avatar .avatar-img.avatar-story,.who-to-follow .people-list .person-item .person-avatar .avatar-fallback.avatar-story{padding:1.5px;border-width:1.5px}}@media(max-width:480px){.who-to-follow .people-list .person-item .person-avatar .avatar-img,.who-to-follow .people-list .person-item .person-avatar .avatar-fallback{width:32px;height:32px}.who-to-follow .people-list .person-item .person-avatar .avatar-img.avatar-story,.who-to-follow .people-list .person-item .person-avatar .avatar-fallback.avatar-story{padding:1px;border-width:1px}}.who-to-follow .people-list .person-item .person-avatar .avatar-img{object-fit:cover}.who-to-follow .people-list .person-item .person-avatar .avatar-fallback{display:flex;align-items:center;justify-content:center;background-color:hsla(var(--primary),.12);color:hsl(var(--primary));font-size:.875rem;font-weight:700;text-transform:uppercase}.who-to-follow .people-list .person-item .person-avatar:hover .avatar-img,.who-to-follow .people-list .person-item .person-avatar:hover .avatar-fallback{transform:scale(1.05)}.who-to-follow .people-list .person-item .person-info{flex:1;overflow:hidden}.who-to-follow .people-list .person-item .person-info .person-name{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));text-decoration:none;display:block;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.who-to-follow .people-list .person-item .person-info .person-name:hover{color:hsl(var(--primary))}@media(max-width:768px){.who-to-follow .people-list .person-item .person-info .person-name{font-size:.8125rem}}@media(max-width:480px){.who-to-follow .people-list .person-item .person-info .person-name{font-size:.75rem}}.who-to-follow .people-list .person-item .person-info .person-role{font-size:.75rem;color:hsl(var(--muted-foreground));margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.who-to-follow .people-list .person-item .person-info .person-role{font-size:.6875rem}}@media(max-width:480px){.who-to-follow .people-list .person-item .person-info .person-role{font-size:.625rem}}.who-to-follow .people-list .person-item .follow-btn{width:32px;height:32px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background-color:hsla(var(--primary),.1);color:hsl(var(--primary));flex-shrink:0}.who-to-follow .people-list .person-item .follow-btn svg{width:.875rem;height:.875rem}.who-to-follow .people-list .person-item .follow-btn:hover{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));transform:scale(1.05)}.who-to-follow .people-list .person-item .follow-btn:active{transform:scale(.95)}.who-to-follow .people-list .person-item .follow-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.who-to-follow .people-list .person-item .follow-btn-following{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.who-to-follow .people-list .person-item .follow-btn-following:hover{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground));transform:scale(1.05)}@media(max-width:768px){.who-to-follow .people-list .person-item .follow-btn{width:30px;height:30px}.who-to-follow .people-list .person-item .follow-btn svg{width:.8125rem;height:.8125rem}}@media(max-width:480px){.who-to-follow .people-list .person-item .follow-btn{width:28px;height:28px}.who-to-follow .people-list .person-item .follow-btn svg{width:.75rem;height:.75rem}}.who-to-follow .people-list .who-to-follow-feedback{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;color:hsl(var(--muted-foreground));font-size:.75rem}.who-to-follow .people-list .who-to-follow-feedback p{margin:0}.who-to-follow .people-list .who-to-follow-feedback.who-to-follow-feedback-error{color:hsl(var(--foreground))}[data-theme=dark] .who-to-follow .follow-btn{background-color:hsla(var(--primary),.2)}[data-theme=dark] .who-to-follow .follow-btn-following{background-color:hsl(var(--primary))}[data-theme=dark] .who-to-follow .follow-btn-following:hover{background-color:hsl(var(--destructive))}[data-theme=dark] .who-to-follow .view-more-link{background-color:hsla(var(--primary),.2)}[data-theme=gray] .who-to-follow .follow-btn,[data-theme=grayscale] .who-to-follow .follow-btn{background-color:hsla(var(--muted-foreground),.1);color:hsl(var(--foreground))}[data-theme=gray] .who-to-follow .follow-btn:hover,[data-theme=grayscale] .who-to-follow .follow-btn:hover,[data-theme=gray] .who-to-follow .follow-btn-following,[data-theme=grayscale] .who-to-follow .follow-btn-following{background-color:hsl(var(--muted-foreground));color:hsl(var(--primary-foreground))}[data-theme=gray] .who-to-follow .follow-btn-following:hover,[data-theme=grayscale] .who-to-follow .follow-btn-following:hover{background-color:hsl(var(--destructive))}[data-theme=gray] .who-to-follow .view-more-link,[data-theme=grayscale] .who-to-follow .view-more-link{background-color:hsla(var(--muted-foreground),.1);color:hsl(var(--foreground))}[data-theme=gray] .who-to-follow .view-more-link:hover,[data-theme=grayscale] .who-to-follow .view-more-link:hover{background-color:hsl(var(--muted-foreground));color:hsl(var(--primary-foreground))}@media(max-width:992px){.who-to-follow .people-list .person-item .person-avatar .avatar-img,.who-to-follow .people-list .person-item .person-avatar .avatar-fallback{width:38px;height:38px}.who-to-follow .people-list .person-item .follow-btn{width:30px;height:30px}}@media(max-width:576px){.who-to-follow .people-list .person-item{gap:.5rem}.who-to-follow .people-list .person-item .person-avatar .avatar-img,.who-to-follow .people-list .person-item .person-avatar .avatar-fallback{width:34px;height:34px}.who-to-follow .people-list .person-item .follow-btn{width:28px;height:28px}}@media(prefers-reduced-motion:reduce){.who-to-follow .people-list .person-item .person-avatar .avatar-img,.who-to-follow .people-list .person-item .person-avatar .avatar-fallback,.who-to-follow .people-list .person-item .person-info .person-name,.who-to-follow .people-list .person-item .follow-btn{transition:none}.who-to-follow .people-list .person-item .follow-btn:hover,.who-to-follow .people-list .person-item .follow-btn:active,.who-to-follow .people-list .person-item .person-avatar:hover .avatar-img,.who-to-follow .people-list .person-item .person-avatar:hover .avatar-fallback{transform:none}}@media(prefers-contrast:high){.who-to-follow{border-width:2px}.who-to-follow .people-list .person-item .person-avatar .avatar-img.avatar-story,.who-to-follow .people-list .person-item .person-avatar .avatar-fallback.avatar-story{border-width:2px;padding:1px}.who-to-follow .people-list .person-item .follow-btn{border:1px solid currentColor}.who-to-follow .people-list .person-item .follow-btn:hover{border-color:currentColor}}@media(hover:none)and (pointer:coarse){.who-to-follow .people-list .person-item{padding:.25rem 0}.who-to-follow .people-list .person-item .follow-btn{min-width:44px;min-height:44px}}@media(hover:none)and (pointer:coarse)and (max-width:768px){.who-to-follow .people-list .person-item .follow-btn{min-width:40px;min-height:40px}}@media(hover:none)and (pointer:coarse)and (max-width:480px){.who-to-follow .people-list .person-item .follow-btn{min-width:36px;min-height:36px}}@media(max-width:768px)and (orientation:landscape){.who-to-follow .people-list{max-height:400px;overflow-y:auto}}.news-module .news-header{padding:.5rem 1rem 0}.news-module .news-title{font-size:1rem;font-weight:600;margin-bottom:0;color:hsl(var(--foreground))}.news-module .news-list{padding:1rem}.news-module .news-item{margin-bottom:1rem;border-bottom:1px solid hsl(var(--border))}.news-module .news-item:last-of-type{margin-bottom:0}.news-module .news-item-title{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.news-module .news-item-title a{color:hsl(var(--foreground));text-decoration:none}.news-module .news-item-title a:hover{color:hsl(var(--primary))}.news-module .news-item-time{font-size:.7rem;color:hsl(var(--muted-foreground))}.news-module .news-load-more{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding-top:.75rem;font-size:.75rem;color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s ease}.news-module .news-load-more:hover{color:hsl(var(--primary))}.news-module .news-spinner{display:flex;gap:.25rem}.news-module .news-spinner-dot{width:4px;height:4px;background-color:currentColor;border-radius:50%;animation:dotPulse 1.4s infinite ease-in-out}.news-module .news-spinner-dot:nth-child(1){animation-delay:-.32s}.news-module .news-spinner-dot:nth-child(2){animation-delay:-.16s}@keyframes dotPulse{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.news-title{margin-top:0}.news-item-title{font-size:.875rem;font-weight:600;margin:0;line-height:1.4}.news-item-title a{color:hsl(var(--foreground));text-decoration:none}.news-item-title a:hover{color:hsl(var(--primary))}.assistant-card{background:var(--bs-body-bg);display:flex;flex-direction:column;flex:1;overflow:hidden;animation:slideInUp .3s ease}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.assistant-card-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--bs-border-color);background:var(--muted);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}@media(max-width:768px){.assistant-card-header{padding:1rem 1.25rem}}@media(max-width:480px){.assistant-card-header{padding:.875rem 1rem}}.assistant-card-header span{font-size:1rem;font-weight:600;color:var(--bs-heading-color)}@media(max-width:480px){.assistant-card-header span{font-size:.9375rem}}.assistant-card-header .assistant-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:hsl(var(--primary));background:hsla(var(--primary)/.1);padding:.375rem .875rem;border-radius:1rem;border:1px solid hsla(var(--primary)/.2)}.assistant-card-header .assistant-badge .assistant-icon{width:16px;height:16px;color:hsl(var(--primary))}.assistant-card-header .assistant-card-subtitle{font-size:.75rem;font-weight:400;color:var(--bs-muted-color);background:none;padding:0;border:none}.assistant-chat .assistant-chat-scroll{flex:1;overflow-y:auto;padding:1.25rem;min-height:0;display:flex;flex-direction:column;gap:1rem}@media(max-width:768px){.assistant-chat .assistant-chat-scroll{padding:1rem;gap:.75rem}}@media(max-width:480px){.assistant-chat .assistant-chat-scroll{padding:.875rem;gap:.625rem}}.assistant-chat .assistant-chat-scroll::-webkit-scrollbar{width:6px}.assistant-chat .assistant-chat-scroll::-webkit-scrollbar-track{background:transparent}.assistant-chat .assistant-chat-scroll::-webkit-scrollbar-thumb{background:var(--bs-border-color);border-radius:3px}.assistant-chat .assistant-chat-scroll::-webkit-scrollbar-thumb:hover{background:var(--bs-muted-color)}.assistant-chat .assistant-chat-bubble{max-width:85%;padding:.875rem;border-radius:1rem;position:relative;animation:fadeInMessage .3s ease}@keyframes fadeInMessage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.assistant-chat .assistant-chat-bubble.me{align-self:flex-end;background:hsl(var(--primary));color:#fff;border-bottom-right-radius:.25rem}.assistant-chat .assistant-chat-bubble.me .assistant-bubble-meta{color:#ffffffe6}.assistant-chat .assistant-chat-bubble.ai{align-self:flex-start;background:var(--msg-hover-bg);color:var(--bs-body-color);border-bottom-left-radius:.25rem}.assistant-chat .assistant-chat-bubble.ai .assistant-bubble-meta{color:var(--bs-muted-color)}.assistant-chat .assistant-chat-bubble .assistant-bubble-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:600;margin-bottom:.375rem}@media(max-width:480px){.assistant-chat .assistant-chat-bubble .assistant-bubble-meta{font-size:.6875rem}}.assistant-chat .assistant-chat-bubble .bubble-timestamp{font-weight:400;opacity:.75;font-size:.6875rem}@media(max-width:480px){.assistant-chat .assistant-chat-bubble .bubble-timestamp{font-size:.625rem}}.assistant-chat .assistant-chat-bubble .assistant-bubble-text{font-size:.875rem;line-height:1.5;word-wrap:break-word}@media(max-width:768px){.assistant-chat .assistant-chat-bubble .assistant-bubble-text{font-size:.8125rem}}@media(max-width:480px){.assistant-chat .assistant-chat-bubble .assistant-bubble-text{font-size:.75rem}}.assistant-chat .assistant-chat-typing{height:24px;display:flex;align-items:center;gap:.25rem;padding:0 .875rem}.assistant-chat .assistant-chat-typing:before{content:"";width:8px;height:8px;background:var(--bs-muted-color);border-radius:50%;animation:typing 1.4s infinite ease-in-out both}.assistant-chat .assistant-chat-typing:after{content:"";width:8px;height:8px;background:var(--bs-muted-color);border-radius:50%;animation:typing 1.4s infinite ease-in-out .2s both;margin-left:-4px}.assistant-chat .assistant-chat-typing+*:before{content:"";width:8px;height:8px;background:var(--bs-muted-color);border-radius:50%;animation:typing 1.4s infinite ease-in-out .4s both;margin-left:-4px}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.assistant-chat .assistant-chat-input-wrapper{display:flex;gap:.5rem;padding:1.25rem;border-top:1px solid var(--bs-border-color);background:var(--muted);align-items:flex-end}.assistant-chat .assistant-chat-textarea{flex:1;resize:none;border:1px solid var(--bs-border-color);background:var(--input-bg);color:var(--bs-body-color);border-radius:var(--radius-sm);padding:10px 12px;font-size:.875rem;font-family:var(--font-primary);outline:none;min-height:40px;max-height:120px;overflow-y:auto;transition:all .2s ease}.assistant-chat .assistant-chat-textarea::placeholder{color:var(--bs-muted-color)}.assistant-chat .assistant-chat-textarea:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsla(var(--primary)/.15)}.assistant-chat .assistant-chat-textarea::-webkit-scrollbar{width:5px}.assistant-chat .assistant-chat-textarea::-webkit-scrollbar-thumb{background:var(--bs-border-color);border-radius:3px}.assistant-chat .assistant-chat-input-field{flex:1}.assistant-chat .assistant-chat-input-field .input-wrapper{margin:0}.assistant-chat .assistant-chat-input-field input{font-size:.875rem;padding-right:3.5rem;height:90px}@media(max-width:768px){.assistant-chat .assistant-chat-input-field input{font-size:.8125rem;height:40px}}@media(max-width:480px){.assistant-chat .assistant-chat-input-field input{font-size:.75rem;height:36px;padding-right:3rem}}.assistant-chat .assistant-send-btn{min-width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:.5rem}@media(max-width:768px){.assistant-chat .assistant-send-btn{min-width:40px;height:40px}}@media(max-width:480px){.assistant-chat .assistant-send-btn{min-width:36px;height:36px;border-radius:.375rem}}.assistant-chat .assistant-send-btn .assistant-icon{width:18px;height:18px}@media(max-width:480px){.assistant-chat .assistant-send-btn .assistant-icon{width:16px;height:16px}}.assistant-chat .assistant-send-btn:disabled{opacity:.5;cursor:not-allowed}.trending-questions{padding:1.1rem}.trending-header{padding:.25rem .25rem .85rem;border-bottom:1px solid hsl(var(--border))}.trending-title{margin:0;color:var(--bs-heading-color);font-weight:600}.trending-body{padding:.85rem .25rem .25rem}.trending-item{padding-bottom:1rem;margin-bottom:1rem}.trending-item-border{border-bottom:1px solid hsl(var(--border))}.no-margin{margin-bottom:0}.trending-question{margin-bottom:.5rem;font-weight:400}.trending-question a{color:var(--bs-body-color);text-decoration:none;line-height:1.45}.trending-question a:hover{color:hsl(var(--primary))}.trending-answers{margin:0;font-size:.875rem;color:var(--bs-muted-color);display:flex;align-items:center;gap:.25rem}.trending-icon{margin-right:.25rem}.trending-tags-header{border-bottom:none;padding:.5rem}.trending-tags-title{margin:0;color:var(--bs-heading-color);font-weight:600}.trending-tags-body{padding:.5rem}.trending-tags-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding-left:0;list-style:none}.trending-tags-item{margin:0}.trending-tags-checkbox{display:none}.trending-tags-label{display:inline-block;padding:.25rem .75rem;background-color:var(--bs-surface-bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--bs-body-color);font-size:.75rem;cursor:pointer;transition:all .2s ease}.trending-tags-label:hover{background-color:hsl(var(--primary)/.1);border-color:hsl(var(--primary));color:hsl(var(--primary))}.trending-tags-checkbox:checked+.trending-tags-label{background-color:hsl(var(--primary));border-color:hsl(var(--primary));color:#fff}.top-members{padding:1.1rem}.top-members-header{padding:.25rem .25rem .85rem;margin-bottom:.85rem;border-bottom:1px solid hsl(var(--border))}.top-members-title{margin:0;color:var(--bs-heading-color);font-weight:600}.top-members-body{padding:0 .25rem .25rem}.top-member-item{display:flex;gap:1rem;margin-bottom:1rem}.top-member-avatar{width:48px;height:48px;flex-shrink:0}.top-member-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.top-member-info{flex:1;min-width:0}.top-member-name{margin-bottom:0;font-weight:700}.top-member-name a{color:var(--bs-heading-color);text-decoration:none}.top-member-name a:hover{color:hsl(var(--primary))}.top-member-verified{margin-left:.5rem;color:hsl(var(--info));vertical-align:middle}.top-member-achievements{display:flex;gap:.5rem;padding-left:0;margin:.25rem 0;list-style:none}.top-member-badge{display:inline-flex;align-items:center;font-size:.75rem}.top-member-badge:before{content:"";width:.4rem;height:.4rem;display:inline-block;border-radius:50%;margin-right:.25rem}.top-member-gold{color:hsl(var(--warning))}.top-member-gold:before{background-color:hsl(var(--warning))}.top-member-silver{color:var(--bs-muted-color)}.top-member-silver:before{background-color:var(--bs-muted-color)}.top-member-bronze{color:hsl(var(--destructive))}.top-member-bronze:before{background-color:hsl(var(--destructive))}.top-member-stats{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.25rem}.top-member-link{color:var(--bs-muted-color);text-decoration:none;font-size:.875rem}.top-member-link:hover{color:hsl(var(--primary))}.top-member-divider{background-color:hsl(var(--border));margin:1rem 0;opacity:1}.sponsor-post{padding:1.5rem;position:relative;width:100%;box-sizing:border-box}.sponsor-post:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.sponsor-dropdown{position:absolute;top:1rem;right:1rem;flex-shrink:0;z-index:10}.sponsor-more-btn{background-color:var(--bs-surface-bg);border:1px solid hsl(var(--border));border-radius:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--bs-muted-color);transition:all .2s ease}.sponsor-more-btn:hover{background-color:hsl(var(--primary)/.1);border-color:hsl(var(--primary));color:hsl(var(--primary))}.sponsor-more-btn:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.sponsor-dropdown-menu{position:absolute;top:110%;right:0;background-color:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:var(--radius-sm);min-width:160px;padding:.5rem 0;margin:0;list-style:none;z-index:1000;box-shadow:var(--shadow-md);animation:fadeIn .15s ease}.sponsor-dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;border:none;background:none;color:var(--bs-body-color);text-decoration:none;font-size:.875rem;cursor:pointer;text-align:left;transition:all .2s ease}.sponsor-dropdown-item:hover{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary))}.sponsor-dropdown-icon{margin-right:.5rem;flex-shrink:0}.sponsor-dropdown-divider{height:1px;background-color:hsl(var(--border));margin:.5rem 0}.sponsor-title{margin-bottom:1rem;margin-right:3rem;font-size:1.125rem;line-height:1.4;overflow-wrap:break-word;word-wrap:break-word}.sponsor-title a{color:var(--bs-heading-color);text-decoration:none;transition:color .2s ease}.sponsor-title a:hover{color:hsl(var(--primary))}.sponsor-image{width:100%;height:auto;border-radius:var(--radius-sm);margin-bottom:1rem;object-fit:cover}.sponsor-description{margin-bottom:0;color:var(--bs-body-color);line-height:1.6;overflow-wrap:break-word;word-wrap:break-word}.sponsor-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;flex-wrap:wrap;gap:1rem}.sponsor-author{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.sponsor-avatar{width:40px;height:40px;flex-shrink:0}.sponsor-avatar-placeholder{width:100%;height:100%;border-radius:50%;background-color:hsl(var(--muted));display:flex;align-items:center;justify-content:center;position:relative}.sponsor-avatar-text{color:hsl(var(--primary));font-weight:700;font-size:1rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sponsor-author-info{flex:1;min-width:0}.sponsor-author-name{margin-bottom:0;font-size:.9375rem;font-weight:600;overflow-wrap:break-word;word-wrap:break-word}.sponsor-author-name a{color:var(--bs-heading-color);text-decoration:none;transition:color .2s ease}.sponsor-author-name a:hover{color:hsl(var(--primary))}.sponsor-author-label{margin:0;font-size:.75rem;color:var(--bs-muted-color)}.sponsor-apply-btn{padding:.5rem 1.25rem;background-color:hsl(var(--primary)/.1);color:hsl(var(--primary));border-radius:var(--radius-sm);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.sponsor-apply-btn:hover{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));transform:translateY(-1px)}.sponsor-apply-btn:active{transform:translateY(0)}.sidebar-ad{width:100%;position:relative}.sidebar-ad-card{background-color:transparent;width:100%}.sidebar-ad-link{position:relative;text-decoration:none;display:block;overflow:hidden;border-radius:var(--radius-md);transition:all .3s ease}.sidebar-ad-link:hover .sidebar-ad-image{transform:scale(1.05)}.sidebar-ad-link:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px;border-radius:var(--radius-md)}.sidebar-ad-image{width:100%;height:auto;transition:transform .3s ease;display:block}.sidebar-ad-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:1rem;display:flex;align-items:flex-end}.sidebar-ad-title{color:#fff;margin-bottom:0;font-size:1rem;font-weight:600;overflow-wrap:break-word;word-wrap:break-word}.sidebar-ad-credit{text-align:right;font-size:.75rem;margin-top:.5rem;color:var(--bs-muted-color)}.sidebar-ad-credit-link{color:var(--bs-muted-color);text-decoration:none;transition:color .2s ease}.sidebar-ad-credit-link:hover{color:hsl(var(--primary))}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.sponsor-post{padding:1.25rem}.sponsor-title{font-size:1rem;margin-right:2.5rem}.sponsor-footer{flex-direction:column;align-items:flex-start}.sponsor-author{width:100%}.sponsor-apply-btn{width:100%;text-align:center;white-space:normal}.sidebar-ad-overlay{padding:.75rem}.sidebar-ad-title{font-size:.875rem}}@media(max-width:576px){.sponsor-post{padding:1rem}.sponsor-dropdown{top:.75rem;right:.75rem}.sponsor-more-btn{width:28px;height:28px}.sponsor-title{font-size:.9375rem;margin-right:2rem;margin-bottom:.75rem}.sponsor-description{font-size:.875rem}.sponsor-author{gap:.5rem}.sponsor-avatar{width:32px;height:32px}.sponsor-avatar-text,.sponsor-author-name{font-size:.875rem}.sponsor-author-label{font-size:.6875rem}.sponsor-apply-btn{padding:.4rem 1rem;font-size:.8125rem}.sponsor-dropdown-menu{min-width:140px}.sponsor-dropdown-item{padding:.4rem .875rem;font-size:.8125rem}.sidebar-ad-overlay{padding:.5rem}.sidebar-ad-title{font-size:.75rem}.sidebar-ad-credit{font-size:.6875rem}}@media(max-width:375px){.sponsor-post{padding:.875rem}.sponsor-title{font-size:.875rem;margin-right:1.75rem}.sponsor-description{font-size:.8125rem}.sponsor-footer{gap:.75rem}.sponsor-author-name{font-size:.8125rem}.sponsor-apply-btn{padding:.35rem .875rem;font-size:.75rem}}.view-categories-side{display:flex;flex-direction:column}.view-categories-side-header{padding:1rem}.view-categories-side-header h3{margin:0;font-size:1.1rem;font-weight:600}.view-categories-stats-list{display:flex;flex-direction:column;gap:.75rem}.view-categories-stat-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .75rem;border-radius:.6rem;transition:background .2s ease}.view-categories-stat-row:hover{background:hsla(var(--primary)/.05)}.view-categories-stat-row span{font-size:.9rem;color:hsl(var(--muted-foreground));font-weight:500}.view-categories-stat-row strong{font-size:.95rem;font-weight:600;color:hsl(var(--foreground))}.view-categories-team-card{padding:1rem}.view-categories-team-button{display:flex;justify-content:center;align-items:center}.highest-points-header{padding:1rem 1rem .5rem}.highest-points-header h2{margin:0;color:var(--bs-heading-color);font-size:1.1rem}.highest-points-body{padding:.5rem 1rem 1rem}.highest-points-filter{margin-bottom:1rem}.highest-points-filter .custom-select{background:var(--bs-surface-bg);border-color:var(--bs-border-color)}.highest-points-list{display:grid;gap:.85rem}.highest-points-item{display:flex;align-items:center;justify-content:space-between;gap:1rem}.highest-points-person{display:flex;align-items:center;gap:.7rem;min-width:0}.highest-points-person img{width:34px;height:34px;border-radius:50%;object-fit:cover}.highest-points-person-meta{display:flex;align-items:center;gap:.3rem;min-width:0}.highest-points-person-meta a{color:var(--bs-body-color);text-decoration:none;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.highest-points-verified{color:var(--bs-info);flex-shrink:0}.highest-points-score{color:var(--bs-body-color);font-size:.9rem;white-space:nowrap}.highest-points-footer{padding:0 1rem 1rem;text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.circle-activity{display:grid;gap:1rem}.activity-card .card-header{padding:1rem 1.25rem}.activity-card .card-header h4{margin:0;color:var(--bs-heading-color);font-size:1.05rem}.activity-card .card-body{padding:1.25rem}.about-text{margin:0 0 1rem;color:var(--bs-body-color);line-height:1.65}.info-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.info-list li{display:flex;align-items:center;gap:.7rem;color:var(--bs-body-color);font-size:.9rem}.info-list li svg{color:var(--bs-muted-color);flex-shrink:0}.info-list li span{color:var(--bs-muted-color)}.info-list li strong{color:var(--bs-heading-color);font-weight:600}.mpa-card{overflow:hidden}.mpa-header{padding:1rem 1.25rem;border-bottom:1px solid hsl(var(--border))}.mpa-title{margin:0;color:hsl(var(--foreground));font-size:1.15rem}.mpa-body{display:flex;flex-direction:column;gap:1rem;padding:1.25rem}.mpa-description{margin:0;color:hsl(var(--muted-foreground));line-height:1.7}.mpa-badges{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.mpa-divider{width:1px;height:1.75rem;background:hsl(var(--border))}.mpa-badge{display:inline-flex;align-items:center;justify-content:center}.mpa-badge img{width:auto;height:1.9rem}.mpa-list{display:flex;flex-direction:column;gap:.9rem;list-style:none;margin:0;padding:0}.mpa-item{display:flex;align-items:flex-start;gap:.75rem}.mpa-icon{display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--foreground))}.mpa-item-text{color:hsl(var(--foreground));font-size:.92rem;font-weight:600;line-height:1.6}.mpa-status{display:inline-flex;align-items:center;gap:.45rem;color:hsl(var(--muted-foreground));font-size:.875rem}.mpa-status-icon{display:inline-flex;color:hsl(var(--info))}.mpp-card{overflow:hidden;background:transparent}.mpp-title{margin:0;color:hsl(var(--foreground));font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.mpp-body{display:flex;flex-direction:column;gap:.6rem;padding:.15rem 0}.mpp-user-card{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.45rem .65rem;background:hsl(var(--card));border:1px solid var(--table-border-color);border-radius:var(--radius-md, 8px);box-shadow:0 1px 3px #00000008;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.mpp-user-card:hover{border-color:hsl(var(--primary)/.4);box-shadow:0 2px 6px #0000000f}.mpp-user-info{display:flex;align-items:center;gap:.55rem;flex:1;min-width:0}.mpp-user-avatar{width:2rem;height:2rem;display:block;object-fit:cover;border-radius:50%;border:1px solid var(--table-border-color);flex-shrink:0}.mpp-user-avatar-fallback{display:flex;align-items:center;justify-content:center;background:hsl(var(--primary)/.12);color:hsl(var(--primary));font-weight:600;font-size:.8rem}.mpp-user-details{min-width:0;flex:1}.mpp-name-row{display:flex;align-items:baseline;gap:.35rem;min-width:0;flex-wrap:nowrap}.mpp-user-name{margin:0;color:hsl(var(--foreground));font-size:.82rem;font-weight:600;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mpp-user-oid{font-size:.71rem;font-weight:400;color:hsl(var(--muted-foreground));flex-shrink:0}.mpp-details-block{display:flex;align-items:center;gap:.35rem;margin-top:.1rem;font-size:.7rem;color:hsl(var(--muted-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mpp-user-action{flex-shrink:0;margin-left:.35rem}.mpp-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;border:1px solid var(--table-border-color);background:transparent;color:hsl(var(--foreground));cursor:pointer;transition:all .15s ease}.mpp-icon-btn:hover{border-color:hsl(var(--primary));color:hsl(var(--primary));background:hsl(var(--primary)/.08)}.mpp-icon-btn.is-following{background:hsl(var(--primary)/.15);color:hsl(var(--primary));border-color:hsl(var(--primary)/.35)}.mpp-icon-btn.is-following:hover{background:hsl(var(--destructive)/.15);color:hsl(var(--destructive));border-color:hsl(var(--destructive)/.35)}.mpp-empty{font-size:.85rem;color:hsl(var(--muted-foreground));margin:0;padding:.75rem .25rem}.vbel-shelf-list{display:flex;flex-direction:column;gap:.9rem;width:100%;min-width:0;max-width:100%;overflow-x:hidden}.vbel-shelf-button{position:relative;width:100%;min-width:0;max-width:100%;box-sizing:border-box;border:none;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,hsla(var(--card)/.9),hsla(var(--card)/.72));border:1px solid hsla(var(--border)/.35);color:hsl(var(--foreground));transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.vbel-shelf-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at top left,hsla(var(--primary)/.14),transparent 65%);opacity:0;transition:opacity .25s ease}.vbel-shelf-button:hover{transform:translateY(-2px);border-color:hsla(var(--primary)/.35);box-shadow:0 14px 32px #00000024,0 0 0 1px hsla(var(--primary)/.08)}.vbel-shelf-button:hover:before{opacity:1}.vbel-shelf-button span{position:relative;z-index:2;flex:1;min-width:0;max-width:100%;font-size:.95rem;font-weight:600;text-align:left;color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vbel-shelf-button em{position:relative;z-index:2;flex-shrink:0;min-width:38px;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-style:normal;font-size:.82rem;font-weight:700;color:hsl(var(--foreground));background:hsla(var(--background)/.55);border:1px solid hsla(var(--border)/.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vbel-shelf-button.is-active{background:linear-gradient(135deg,hsla(var(--primary)/.22),hsla(var(--primary)/.08));border-color:hsla(var(--primary)/.4);box-shadow:0 18px 44px hsla(var(--primary)/.14),inset 0 1px #ffffff0d}.vbel-shelf-button.is-active:before{opacity:1}.vbel-shelf-button.is-active span{color:hsl(var(--foreground))}.vbel-shelf-button.is-active em{background:hsla(var(--primary)/.18);border-color:hsla(var(--primary)/.35);color:hsl(var(--primary))}@media(max-width:768px){.vbel-shelf-button{padding:.9rem 1rem;border-radius:16px}.vbel-shelf-button span{font-size:.88rem}.vbel-shelf-button em{min-width:34px;width:34px;height:34px;font-size:.75rem}}.vbel-filter-list{display:flex;flex-direction:column;gap:.9rem;width:100%;min-width:0;max-width:100%;overflow-x:hidden}.vbel-filter-list label{position:relative;display:flex;align-items:center;gap:.9rem;width:100%;min-width:0;max-width:100%;box-sizing:border-box;padding:.95rem 1rem;border-radius:18px;cursor:pointer;background:linear-gradient(180deg,hsla(var(--card)/.92),hsla(var(--card)/.76));border:1px solid hsla(var(--border)/.35);transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}.vbel-filter-list label:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at left top,hsla(var(--primary)/.14),transparent 68%);opacity:0;transition:opacity .25s ease}.vbel-filter-list label:hover{transform:translateY(-2px);border-color:hsla(var(--primary)/.32);box-shadow:0 12px 30px #0000001f,0 0 0 1px hsla(var(--primary)/.06)}.vbel-filter-list label:hover:before{opacity:1}.vbel-filter-list input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;z-index:2;width:20px;height:20px;border-radius:7px;border:1.5px solid hsla(var(--border)/.8);background:hsla(var(--background)/.7);cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .2s ease}.vbel-filter-list input[type=checkbox]:checked{background:hsl(var(--primary));border-color:hsl(var(--primary));box-shadow:0 0 18px hsla(var(--primary)/.45)}.vbel-filter-list input[type=checkbox]:checked:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.vbel-filter-list span{position:relative;z-index:2;flex:1;min-width:0;font-size:.92rem;font-weight:500;line-height:1.4;overflow-wrap:anywhere;word-break:break-word;color:hsl(var(--foreground))}.vbel-filter-list label:has(input:checked){background:linear-gradient(135deg,hsla(var(--primary)/.2),hsla(var(--primary)/.08));border-color:hsla(var(--primary)/.38);box-shadow:0 16px 34px hsla(var(--primary)/.12),inset 0 1px #ffffff0a}.vbel-filter-list label:has(input:checked):before{opacity:1}@media(max-width:768px){.vbel-filter-list label{padding:.85rem .9rem;border-radius:16px}.vbel-filter-list span{font-size:.86rem}.vbel-filter-list input[type=checkbox]{width:18px;height:18px}}.bpt-panel{display:flex;flex-direction:column;gap:1rem;min-height:100%;padding:1rem;color:hsl(var(--card-foreground))}.bpt-header{padding-bottom:.875rem;border-bottom:1px solid hsla(var(--border)/.78)}.bpt-kicker{display:block;margin:0;font-size:.66rem;font-weight:700;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.bpt-title{margin:.35rem 0 0;font-size:1.75rem;font-weight:800;line-height:1.1;letter-spacing:0;color:hsl(var(--card-foreground))}.bpt-list{display:flex;flex-direction:column;gap:.875rem}.bpt-card{position:relative;overflow:hidden;border:1px solid hsla(var(--border)/.72);border-radius:1.25rem;background:linear-gradient(180deg,hsla(var(--sidebar-accent)/.62),hsla(var(--card)/.34));padding:1.125rem;box-shadow:inset 0 1px hsla(var(--background)/.08),0 10px 26px hsla(var(--foreground)/.08)}.bpt-quote{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid hsla(var(--primary)/.24);border-radius:50%;background:hsla(var(--primary)/.12);color:hsl(var(--primary));font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:800;line-height:1}.bpt-text{margin:.875rem 0 0;font-size:.95rem;line-height:1.7;color:hsl(var(--card-foreground))}.bpt-author{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:.875rem;border-top:1px solid hsla(var(--border)/.7)}.bpt-avatar{display:flex;align-items:center;justify-content:center;flex:0 0 2.5rem;width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;overflow:hidden;border-radius:50%;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.95rem;font-weight:800;line-height:1;text-transform:uppercase;box-sizing:border-box}.bpt-author-content{flex:1;min-width:0}.bpt-author-name{display:block;margin:0;font-size:.9rem;font-weight:800;line-height:1.25;color:hsl(var(--card-foreground));overflow-wrap:anywhere}.bpt-author-role{display:block;margin-top:.2rem;font-size:.78rem;line-height:1.35;color:hsl(var(--muted-foreground));overflow-wrap:anywhere}@media(max-width:640px){.bpt-panel{padding:.875rem}.bpt-title{font-size:1.5rem}.bpt-card{padding:1rem}.bpt-avatar{flex-basis:2.25rem;width:2.25rem;height:2.25rem;min-width:2.25rem;min-height:2.25rem;font-size:.875rem}.bpt-author-name{font-size:.85rem}.bpt-author-role{font-size:.74rem}}.ayurveda-wrapper{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;position:relative;height:40px;padding:2px;border-radius:16px}.ayurveda-wrapper .ayurveda-box{display:flex;align-items:center;gap:8px;padding:2px 8px;border-radius:inherit;font-family:Pt Sans,sans-serif;font-size:12px;color:hsl(var(--foreground));height:36px}.dosha-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer}.time-info,.date-ritu-info{display:flex;flex-direction:column;line-height:1.1;min-width:0}.time-display{font-size:16px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dosha-text,.ritu-display{font-size:.625rem;color:hsl(var(--muted-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.date-display{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.separator-line{width:1px;height:20px;background-color:hsl(var(--border));margin:0 4px;flex-shrink:0}.popup{position:absolute;top:100%;left:0;margin-top:8px;padding:16px;min-width:260px;border-radius:8px;background:hsl(var(--background));border:1px solid hsl(var(--border));z-index:50;display:none}.popup .title{font-weight:600;margin-bottom:4px;font-size:14px}.popup .description{font-size:12px;color:hsl(var(--foreground))}.popup .description .space-y-1>div{font-size:.625rem}.popup .dismiss-btn{margin-top:16px;text-align:right}.popup .dismiss-btn button{padding:4px 8px;border-radius:4px;background:hsl(var(--secondary));font-size:.625rem;cursor:pointer;border:none;font-family:Pt Sans,sans-serif}.popup .dismiss-btn button:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}@media(max-width:1024px){.ayurveda-wrapper{height:36px}.ayurveda-wrapper .ayurveda-box{height:50px;padding:.25rem .5rem;gap:.375rem}.dosha-icon{width:40px;height:40px}.time-display,.date-display{font-size:.67rem}.dosha-text,.ritu-display{font-size:.5rem}.separator-line{height:16px;margin:0 .25rem}}@media(max-width:768px){.ayurveda-wrapper{height:36px}.ayurveda-wrapper .ayurveda-box{height:36px;padding:.125rem .375rem;gap:.25rem}.dosha-icon{width:40px;height:40px}.time-display,.date-display{font-size:.66rem}.dosha-text,.ritu-display{font-size:.5rem}.separator-line{height:14px;margin:0 .125rem}}@media(max-width:640px){.ayurveda-wrapper{height:36px}.ayurveda-wrapper .ayurveda-box{height:36px;padding:.125rem .25rem;gap:.125rem}.dosha-icon{width:38px;height:38px}.time-display,.date-display{font-size:.65rem}.dosha-text,.ritu-display{font-size:.525rem}.separator-line{height:14px;margin:0 .125rem}}@media(max-width:480px){.ayurveda-wrapper{display:flex!important;height:36px;width:100%;min-width:0}.ayurveda-wrapper .ayurveda-box{height:36px;padding:0 .25rem;gap:.2rem;width:100%;min-width:0}.dosha-icon{width:36px;height:36px}.time-display,.date-display{font-size:.65rem;font-weight:600}.dosha-text,.ritu-display{font-size:.525rem}.separator-line{height:14px;margin:0 .15rem}}.clock-skeleton{width:180px;height:40px;border-radius:16px}@media(max-width:1024px){.clock-skeleton{width:160px;height:36px}}@media(max-width:768px){.clock-skeleton{width:140px;height:32px}}@media(max-width:640px){.clock-skeleton{width:120px;height:28px}}.sidebar-clinic-header .ayurveda-box{color:var(--opdo-sidebar-text)!important}.sidebar-clinic-header .time-display,.sidebar-clinic-header .date-display{color:var(--opdo-sidebar-text)!important;font-weight:600}.sidebar-clinic-header .dosha-text,.sidebar-clinic-header .ritu-display{color:var(--opdo-sidebar-muted)!important;font-weight:500}.sidebar-clinic-header .separator-line{background-color:var(--opdo-sidebar-border)!important}.panchang-modal{max-width:860px}.panchang-modal__shell{gap:0;padding:0}.panchang-modal__body{display:flex;flex-direction:column;gap:1rem;padding:.5rem 1rem 1rem}.panchang-modal__headline{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.panchang-modal__headline-copy{min-width:0}.panchang-modal__headline-title,.panchang-modal__headline-subtitle,.panchang-modal__section-kicker,.panchang-modal__section-heading h3,.panchang-modal__detail-label,.panchang-modal__detail-value,.panchang-modal__detail-meta,.panchang-modal__festival-item strong,.panchang-modal__festival-item p,.panchang-modal__festival-type,.panchang-modal__calendar-title,.panchang-modal__weekday,.panchang-modal__badge,.panchang-modal__nav-center-copy strong,.panchang-modal__nav-center-copy span,.panchang-modal__summary-copy strong,.panchang-modal__summary-copy span,.panchang-modal__empty-state p{margin:0}.panchang-modal__headline-title{font-size:1rem;font-weight:700;line-height:1.35;color:hsl(var(--foreground))}.panchang-modal__headline-subtitle{margin-top:.2rem;font-size:.88rem;line-height:1.45;color:hsl(var(--muted-foreground))}.panchang-modal__badge-row{display:flex;flex-wrap:wrap;gap:.5rem}.panchang-modal__badge{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .7rem;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--secondary)/.55);font-size:.75rem;color:hsl(var(--muted-foreground))}.panchang-modal__badge strong{color:hsl(var(--foreground));font-weight:700}.panchang-modal__nav{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center}.panchang-modal__nav-button,.panchang-modal__icon-button,.panchang-modal__toggle-button,.panchang-modal__calendar-day{border:1px solid hsl(var(--border));background:hsl(var(--background));transition:border-color .2s ease,background-color .2s ease,transform .2s ease,color .2s ease}.panchang-modal__nav-button,.panchang-modal__icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.75rem;color:hsl(var(--foreground));cursor:pointer}.panchang-modal__nav-button:hover,.panchang-modal__icon-button:hover{border-color:hsl(var(--primary));color:hsl(var(--primary));background:hsl(var(--primary)/.08)}.panchang-modal__nav-center{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.2rem .9rem;border:1px solid hsl(var(--border));border-radius:.9rem;background:hsl(var(--secondary)/.35);cursor:pointer;text-align:left;color:hsl(var(--foreground))}.panchang-modal__nav-center:hover{border-color:hsl(var(--primary));background:hsl(var(--primary)/.05)}.panchang-modal__nav-center-copy{min-width:0;display:flex;gap:1rem;align-items:baseline}.panchang-modal__nav-center-copy strong{font-size:.95rem;color:hsl(var(--foreground))}.panchang-modal__nav-center-copy span{font-size:.75rem;color:hsl(var(--muted-foreground))}.panchang-modal__action-row{display:flex;gap:.5rem}.panchang-modal__action-row .panchang-modal__toggle-button{border-radius:999px}.panchang-modal__calendar{display:flex;flex-direction:column;gap:.75rem;padding:.85rem;border:1px solid hsl(var(--border));border-radius:1rem;background:hsl(var(--card))}.panchang-modal__calendar-header{display:flex;align-items:center;justify-content:space-between}.panchang-modal__calendar-title{font-size:.9rem;color:hsl(var(--foreground))}.panchang-modal__calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.35rem}.panchang-modal__calendar-grid--head{margin-bottom:.2rem}.panchang-modal__weekday{text-align:center;font-size:.75rem;font-weight:700;color:hsl(var(--muted-foreground))}.panchang-modal__calendar-day{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:2.75rem;padding:.25rem;border-radius:.65rem;cursor:pointer;color:hsl(var(--foreground))}.panchang-modal__calendar-day:hover{border-color:hsl(var(--primary));background:hsl(var(--primary)/.08)}.panchang-modal__calendar-day--muted{opacity:.45}.panchang-modal__calendar-day--today{border-color:hsl(var(--primary));font-weight:700}.panchang-modal__calendar-day--selected{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.panchang-modal__calendar-day--selected .panchang-modal__calendar-day-meta{color:hsl(var(--primary-foreground)/.85)}.panchang-modal__calendar-day--special{box-shadow:inset 0 0 0 1px hsl(var(--primary)/.4)}.panchang-modal__calendar-day-number{font-size:.85rem;font-weight:600}.panchang-modal__calendar-day-meta{font-size:.625rem;color:hsl(var(--muted-foreground));white-space:nowrap}.panchang-modal__summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.panchang-modal__summary-card{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid hsl(var(--border));border-radius:1rem;background:hsl(var(--card))}.panchang-modal__summary-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:hsl(var(--primary)/.1);color:hsl(var(--primary));flex-shrink:0}.panchang-modal__summary-copy{display:flex;flex-direction:column;gap:.15rem}.panchang-modal__summary-copy strong{font-size:.95rem;color:hsl(var(--foreground))}.panchang-modal__summary-copy span{font-size:.75rem;color:hsl(var(--muted-foreground))}.panchang-modal__section{display:flex;flex-direction:column;gap:.5rem}.panchang-modal__section-heading h3{font-size:.85rem;font-weight:700;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.04em}.panchang-modal__detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.6rem}.panchang-modal__detail-grid--compact{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.panchang-modal__detail-card{display:flex;flex-direction:column;gap:.2rem;padding:.65rem .85rem;border:1px solid hsl(var(--border));border-radius:.75rem;background:hsl(var(--card))}.panchang-modal__detail-label{font-size:.725rem;color:hsl(var(--muted-foreground))}.panchang-modal__detail-value{font-size:.85rem;font-weight:600;color:hsl(var(--foreground))}.panchang-modal__detail-value--accent{color:hsl(var(--primary))}.panchang-modal__detail-meta{font-size:.7rem;color:hsl(var(--muted-foreground))}.panchang-modal__festival-list{display:flex;flex-direction:column;gap:.5rem}.panchang-modal__festival-item{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem;border:1px solid hsl(var(--border));border-radius:.75rem;background:hsl(var(--card))}.panchang-modal__festival-item strong{font-size:.85rem;color:hsl(var(--foreground))}.panchang-modal__festival-item p{font-size:.725rem;color:hsl(var(--muted-foreground))}.panchang-modal__festival-type{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.panchang-modal__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:.5rem;color:hsl(var(--muted-foreground));text-align:center}.panchang-modal__footer{padding:.75rem 1rem;border-top:1px solid hsl(var(--border))}@media(max-width:640px){.panchang-modal__summary-grid{grid-template-columns:1fr}.panchang-modal__detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.corner-copyright{position:fixed;left:7px;bottom:12px;z-index:70;display:inline-flex;align-items:center;gap:3px;max-width:calc(100vw - 32px);padding:4px 8px;border:1px solid hsla(var(--border)/.72);border-radius:6px;background:hsla(var(--background)/.82);color:hsla(var(--foreground)/.72);font-size:11px;font-weight:500;line-height:1.2;letter-spacing:0;white-space:nowrap;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:auto}.corner-copyright a{color:inherit;font-weight:700;text-decoration:none}.corner-copyright a:hover,.corner-copyright a:focus-visible{color:hsl(var(--primary));text-decoration:underline}.corner-copyright a:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px;border-radius:3px}@media(max-width:767px){.corner-copyright{right:var(--app-mobile-gutter, 1rem);font-size:10px}}@media print{.corner-copyright{display:none}}.static-sidebar{display:flex;flex-direction:column;gap:.85rem}.static-sidebar .sidebar-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;padding:.3rem;border-radius:999px;border:1px solid var(--opdo-sidebar-border);background:var(--opdo-sidebar-tabs-bg)}.static-sidebar .sidebar-tabs .sidebar-tab{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.45rem;padding:.55rem .5rem;border:0;border-radius:999px;background:transparent;color:var(--opdo-sidebar-muted);cursor:pointer;font-size:.84rem;font-weight:700;line-height:1;transition:color .18s ease,background .18s ease,transform .18s ease}.static-sidebar .sidebar-tabs .sidebar-tab svg{flex-shrink:0}.static-sidebar .sidebar-tabs .sidebar-tab:hover{color:var(--opdo-sidebar-title);background:var(--opdo-sidebar-card-hover)}.static-sidebar .sidebar-tabs .sidebar-tab.active{color:var(--opdo-sidebar-tab-active-text);background:linear-gradient(180deg,var(--opdo-sidebar-primary-2) 0%,var(--opdo-sidebar-primary) 100%)}.static-sidebar .sidebar-menu{display:grid;gap:.2rem}.static-sidebar .sidebar-menu .sidebar-menu-group{display:flex;flex-direction:column}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-menu-item{width:100%;display:flex;align-items:center;gap:.75rem;min-height:3rem;padding:.5rem .6rem;border:0;border-radius:.85rem;background:transparent;color:var(--opdo-sidebar-text);cursor:pointer;text-align:left;font-size:.96rem;font-weight:600;line-height:1.2;transition:color .18s ease,background .18s ease}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-menu-item .sidebar-menu-item-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:.65rem;background:var(--opdo-sidebar-icon-bg);color:var(--opdo-sidebar-muted);transition:color .18s ease,background .18s ease}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-menu-item span:not(.sidebar-menu-item-icon){flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-menu-item .sidebar-menu-item-chevron{flex-shrink:0;color:var(--opdo-sidebar-muted);transition:transform .2s ease}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-menu-item .sidebar-menu-item-chevron.expanded{transform:rotate(180deg)}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-menu-item:hover{background:var(--opdo-sidebar-card-hover);color:var(--opdo-sidebar-title)}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-menu-item:hover .sidebar-menu-item-icon{color:var(--opdo-sidebar-primary)}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-menu-item.active{color:var(--opdo-sidebar-primary);font-weight:700}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-menu-item.active .sidebar-menu-item-icon{background:transparent;color:var(--opdo-sidebar-primary)}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu{display:grid;grid-template-rows:0fr;overflow:hidden;margin-left:1.25rem;padding-left:.75rem;opacity:0;transition:grid-template-rows .22s cubic-bezier(.4,0,.2,1),opacity .2s ease,border-color .2s ease}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu.expanded{grid-template-rows:1fr;opacity:1}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu .sidebar-submenu-inner{min-height:0;overflow:hidden;padding-top:.25rem;padding-bottom:.25rem;display:flex;flex-direction:column;gap:.2rem}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu .sidebar-submenu-item{width:100%;display:flex;align-items:center;gap:.65rem;min-height:2.35rem;padding:.35rem .65rem;border:0;background:transparent;color:var(--opdo-sidebar-muted, #9ca3af);cursor:pointer;text-align:left;font-size:.85rem;font-weight:500;line-height:1.2;border-radius:.5rem;position:relative;transition:color .18s ease,background .18s ease,transform .18s ease}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu .sidebar-submenu-item .sidebar-menu-item-icon{width:1.65rem;height:1.65rem;border-radius:.45rem;background:transparent}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu .sidebar-submenu-item span:not(.sidebar-menu-item-icon){flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu .sidebar-submenu-item:hover{background:var(--opdo-sidebar-card-hover, rgba(255, 255, 255, .05));color:var(--opdo-sidebar-title, #f3f4f6);transform:translate(3px)}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu .sidebar-submenu-item:hover .sidebar-menu-item-icon{color:var(--opdo-sidebar-primary, #6366f1)}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu .sidebar-submenu-item.active{color:var(--opdo-sidebar-primary, #818cf8);font-weight:700;background:var(--opdo-sidebar-card-hover, rgba(99, 102, 241, .12))}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu .sidebar-submenu-item.active .sidebar-menu-item-icon{background:transparent;color:var(--opdo-sidebar-primary, #818cf8)}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu .sidebar-submenu-item.active:before{content:"";position:absolute;left:-.75rem;top:50%;transform:translateY(-50%);width:4px;height:1.1rem;border-radius:0 4px 4px 0;background:var(--opdo-sidebar-primary, #6366f1)}@media(max-width:768px){.static-sidebar .sidebar-tabs .sidebar-tab{min-height:2.3rem;padding-inline:.4rem;font-size:.78rem}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-menu-item{min-height:2.85rem;padding:.45rem .5rem;font-size:.9rem}.static-sidebar .sidebar-menu .sidebar-menu-group .sidebar-submenu .sidebar-submenu-item{font-size:.85rem}}.sidebar-container.collapsed:not(.mobile) .static-sidebar{display:none}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;animation:fadeIn .3s ease}.sidebar-container{position:relative;left:0;bottom:0;background:var(--opdo-sidebar-bg, var(--bs-surface-bg));border-right:1px solid var(--opdo-sidebar-border, var(--bs-border-color));display:flex;flex-direction:column;z-index:9999;padding:.5rem .4rem;border-radius:1rem}.sidebar-container.collapsed:not(.mobile){width:70px}.sidebar-container.collapsed:not(.mobile) .sidebar-brand,.sidebar-container.collapsed:not(.mobile) .user-info,.sidebar-container.collapsed:not(.mobile) .sidebar-search,.sidebar-container.collapsed:not(.mobile) .section-label,.sidebar-container.collapsed:not(.mobile) .nav-label,.sidebar-container.collapsed:not(.mobile) .nav-badge,.sidebar-container.collapsed:not(.mobile) .footer-content,.sidebar-container.collapsed:not(.mobile) .sidebar-copyright,.sidebar-container.collapsed:not(.mobile) .sidebar-utility-label{display:none}.sidebar-container.collapsed:not(.mobile) .nav-item{justify-content:center;padding:.875rem}.sidebar-container.collapsed:not(.mobile) .nav-item .nav-icon{margin:0}.sidebar-container.collapsed:not(.mobile) .sidebar-utility-footer{grid-template-columns:1fr}.sidebar-container.collapsed:not(.mobile) .sidebar-utility-button{width:2.45rem;min-height:2.45rem;padding:0;border-radius:.75rem}.sidebar-container.open.mobile{transform:translate(0)}@media(max-width:480px){.sidebar-container.mobile{width:100%}}.sidebar-nav{flex:1;min-height:0;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.sidebar-clinic-header{display:flex;flex-direction:column;gap:0;flex-shrink:0}.sidebar-desktop-dosha{display:flex;align-items:center;position:sticky;top:0;z-index:10;min-width:0;width:100%;padding-bottom:.45rem;background:var(--opdo-sidebar-bg, var(--bs-surface-bg))}.sidebar-desktop-clock{min-width:0;flex:1 1 auto;display:flex;align-items:center}.sidebar-desktop-clock .ayurveda-wrapper{width:100%;min-width:0}.sidebar-mobile-dosha{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:0 .05rem .15rem}.sidebar-mobile-dosha .sidebar-mobile-dosha-shell{display:flex;width:100%;align-items:center}.sidebar-mobile-dosha .sidebar-mobile-clock{min-width:0;flex:1 1 auto}.sidebar-dosha-indicator{width:2.75rem;height:2.75rem;flex:0 0 2.75rem;margin-inline-start:0;margin-inline-end:.35rem}.sidebar-scroll-area{display:flex;flex-direction:column;gap:.45rem;min-height:0;flex:1 1 auto;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.sidebar-scroll-area::-webkit-scrollbar{width:0;height:0;display:none}.sidebar-bottom-area{display:flex;flex-direction:column;gap:.45rem;margin-top:auto;flex-shrink:0;min-height:0}.sidebar-utility-footer{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.375rem;padding:.375rem;border-radius:.95rem;border:1px solid var(--opdo-sidebar-border, var(--bs-border-color));background:var(--opdo-sidebar-card, var(--bs-surface-bg));flex-shrink:0}.sidebar-utility-footer.collapsed{grid-template-columns:1fr}.sidebar-utility-button{min-height:2.55rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.6rem .55rem;border:0;border-radius:.78rem;color:var(--opdo-sidebar-text, var(--bs-body-color));background:transparent;cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.sidebar-utility-button:hover{color:var(--opdo-sidebar-title, var(--bs-heading-color));background:var(--opdo-sidebar-card-hover, hsla(var(--primary)/.1))}.sidebar-utility-button:hover .sidebar-utility-icon{color:var(--opdo-sidebar-primary, hsl(var(--primary)))}.sidebar-utility-icon{width:1.3rem;height:1.3rem;display:grid;place-items:center;flex-shrink:0;color:var(--opdo-sidebar-muted, var(--bs-muted-color))}.sidebar-utility-icon svg{display:block}.sidebar-utility-label{display:block;font-size:.78rem;font-weight:700;line-height:1;white-space:nowrap}.lifebuoy-icon{width:1.2rem;height:1.2rem;color:currentColor;flex-shrink:0}.sidebar-copyright{display:block;min-height:1.5rem;margin:0;color:var(--opdo-sidebar-muted, var(--bs-muted-color));font-size:.58rem;font-weight:600;line-height:.9rem;text-align:left;white-space:normal}.sidebar-copyright .corner-copyright{position:static;left:auto;bottom:auto;z-index:auto;max-width:100%;padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;color:inherit;font-size:inherit}.sidebar-component-wrapper{flex:1;min-height:0;padding:0}.sidebar-component-wrapper::-webkit-scrollbar{width:6px}.sidebar-component-wrapper::-webkit-scrollbar-track{background:transparent}.sidebar-component-wrapper::-webkit-scrollbar-thumb{background:var(--opdo-sidebar-border, var(--bs-border-color));border-radius:3px}.sidebar-component-wrapper::-webkit-scrollbar-thumb:hover{background:var(--opdo-sidebar-muted, var(--bs-muted-color))}.section-label{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem .35rem;margin-bottom:.25rem;flex-shrink:0}.section-label .section-text{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--opdo-sidebar-muted, var(--bs-muted-color))}.section-label .section-count{font-size:.6875rem;font-weight:600;color:var(--opdo-sidebar-muted, var(--bs-muted-color));background:var(--opdo-sidebar-card-hover, var(--msg-hover-bg));padding:.125rem .5rem;border-radius:10px}.section-label.system-label{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--opdo-sidebar-border, var(--bs-border-color));flex-shrink:0}.nav-group{margin-bottom:.5rem;flex-shrink:0}.nav-group:last-child{margin-bottom:0}.system-actions-grid{display:grid;gap:.375rem;margin:0;flex-shrink:0}.system-actions-grid.collapsed{grid-template-columns:1fr}.system-actions-grid:not(.collapsed){grid-template-columns:repeat(4,minmax(0,1fr))}.nav-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem 1rem;border:none;border-radius:.75rem;background:transparent;color:var(--opdo-sidebar-text, var(--bs-body-color));font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;transition:background .18s ease,color .18s ease;position:relative;flex-shrink:0}.nav-item:hover{background:var(--opdo-sidebar-card-hover, rgba(0, 0, 0, .05));color:var(--opdo-sidebar-title, var(--bs-heading-color))}.nav-item:hover .nav-icon{color:var(--opdo-sidebar-primary, var(--bs-primary))}.nav-item.active{background:var(--opdo-sidebar-card-hover, hsla(var(--primary)/.12));color:var(--opdo-sidebar-primary, hsl(var(--primary)));font-weight:600}.nav-item.active .nav-icon{color:var(--opdo-sidebar-primary, hsl(var(--primary)))}.nav-item .nav-icon{width:20px;height:20px;flex-shrink:0;color:var(--opdo-sidebar-muted, var(--bs-muted-color));transition:color .18s ease}.nav-item .nav-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-item .nav-badge{font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:10px;background:var(--opdo-sidebar-primary, hsl(var(--primary)));color:var(--opdo-sidebar-tab-active-text, white);min-width:20px;text-align:center}@media(max-width:768px){.sidebar-container.mobile{width:100%}.sidebar-container.mobile .nav-item{padding:.75rem 1.25rem}.sidebar-container.mobile .section-label{padding-left:1.25rem;padding-right:1.25rem}}@media(max-width:480px){.sidebar-container.mobile .nav-item{padding:.75rem 1rem}.sidebar-container.mobile .section-label{padding-left:1rem;padding-right:1rem}}.app-layout-root{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;display:flex;flex-direction:column;background-color:hsl(var(--background));color:hsl(var(--foreground));overflow:hidden;position:relative;width:100%}.layout-header{position:sticky;top:0;z-index:10080;height:var(--header-height);flex-shrink:0;width:100%;background:transparent;border:none;box-shadow:none}@media(max-width:768px){.layout-header{--header-height: 3.8rem}}.main-layout-container{display:flex;flex:1;min-height:0;height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));width:100%;position:relative;overflow:hidden;box-sizing:border-box}.main-layout-container.desktop{padding:.5rem;gap:.5rem}.main-layout-container.desktop .layout-sidebar-left{flex-shrink:0;width:var(--left-sidebar-width);height:100%;max-height:100%;min-height:0;background:var(--bs-surface-bg);border:1px solid hsl(var(--border));border-radius:16px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;transition:width .3s cubic-bezier(.4,0,.2,1),opacity .25s ease,padding .3s ease;z-index:20}.main-layout-container.desktop .layout-sidebar-left .sidebar-container{height:100%;max-height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:none;border-radius:inherit;padding:.5rem .4rem;box-sizing:border-box}.main-layout-container.desktop.sidebar-closed .layout-sidebar-left{width:0;padding:0;opacity:0;border:none;pointer-events:none;overflow:hidden}.main-layout-container.desktop .layout-main-content{flex:1;min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.main-layout-container.desktop .layout-main{flex:1;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.main-layout-container.desktop .layout-main .main-content-wrapper{flex:1;min-height:0;height:100%;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;padding-right:.5rem}.main-layout-container.desktop .layout-main .main-content-wrapper::-webkit-scrollbar{width:6px}.main-layout-container.desktop .layout-main .main-content-wrapper::-webkit-scrollbar-track{background:transparent}.main-layout-container.desktop .layout-main .main-content-wrapper::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:999px}.main-layout-container.desktop .layout-main .main-content-wrapper::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.4)}.main-layout-container.desktop .layout-sidebar-right{position:fixed;top:var(--header-height);right:0;bottom:0;width:0;height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));opacity:0;visibility:hidden;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.main-layout-container.desktop .layout-sidebar-right.open,.main-layout-container.desktop.assistant-open .layout-sidebar-right{width:var(--right-sidebar-width);opacity:1;visibility:visible}.main-layout-container.mobile{padding:0}.main-layout-container.mobile .layout-sidebar-left{position:fixed;top:calc(var(--header-height) + 1.1rem);bottom:.5rem;left:.5rem;z-index:10050;width:min(320px,100vw - 1rem);height:auto;max-height:calc(100dvh - var(--header-height) - 1.6rem);background:var(--bs-surface-bg);border:1px solid hsl(var(--border)/.8);border-radius:1.25rem;box-shadow:var(--shadow-lg);transform:translate(-110%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.main-layout-container.mobile .layout-sidebar-left.open{transform:translate(0)}.main-layout-container.mobile .layout-sidebar-left .sidebar-container{height:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:inherit}.main-layout-container.mobile .layout-main-content{flex:1;width:100%;height:100%;min-height:0;display:flex;flex-direction:column;min-width:0;overflow:hidden}.main-layout-container.mobile .layout-main{flex:1;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.main-layout-container.mobile .layout-main .main-content-wrapper{flex:1;min-height:0;height:100%;overflow-y:auto;overflow-x:hidden;padding:.5rem .5rem 1rem;box-sizing:border-box}.main-layout-container.mobile .layout-sidebar-right,.main-layout-container.mobile .assistant-sidebar{position:fixed;top:calc(var(--header-height) + 1.1rem);bottom:.5rem;right:.5rem;left:auto;z-index:10050;width:min(360px,100vw - 1rem);height:auto;max-height:calc(100dvh - var(--header-height) - 1.6rem);background:var(--bs-surface-bg);border:1px solid hsl(var(--border)/.8);border-radius:1.25rem;box-shadow:var(--shadow-lg);transform:translate(110%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.main-layout-container.mobile .layout-sidebar-right.open,.main-layout-container.mobile .assistant-sidebar.open{transform:translate(0)}.mobile-sidebar-overlay{position:fixed;top:calc(var(--header-height) + .5rem);left:0;right:0;bottom:0;background:#0006;z-index:10040;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Inter;font-style:normal;font-weight:100;src:local(""),url(/assets/inter-v12-latin-100-BQDzDElq.woff2) format("woff2"),url(/assets/inter-v12-latin-100-46Mq0mOp.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:200;src:local(""),url(/assets/inter-v12-latin-200-BxfrU12A.woff2) format("woff2"),url(/assets/inter-v12-latin-200-DXfqWPZg.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:local(""),url(/assets/inter-v12-latin-300-DEbyFmpd.woff2) format("woff2"),url(/assets/inter-v12-latin-300-f7r92Nkj.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local(""),url(/assets/inter-v12-latin-regular-YtgfLPRn.woff2) format("woff2"),url(/assets/inter-v12-latin-regular-CahmJf_6.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local(""),url(/assets/inter-v12-latin-500-DfX5FI9E.woff2) format("woff2"),url(/assets/inter-v12-latin-500-BQ2gQN_M.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local(""),url(/assets/inter-v12-latin-600-BvOeHRLc.woff2) format("woff2"),url(/assets/inter-v12-latin-600-D01NXWOK.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:local(""),url(/assets/inter-v12-latin-700-Bj1B9WKG.woff2) format("woff2"),url(/assets/inter-v12-latin-700-B5TOIllR.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:800;src:local(""),url(/assets/inter-v12-latin-800-Bdy4lAMa.woff2) format("woff2"),url(/assets/inter-v12-latin-800-DFVvDWwT.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:local(""),url(/assets/inter-v12-latin-900-CMga-52B.woff2) format("woff2"),url(/assets/inter-v12-latin-900-ORHAl5ZU.woff) format("woff")}.m_d57069b5{--scrollarea-scrollbar-size: 12px;position:relative;overflow:hidden}.m_d57069b5:where([data-autosize]) .m_b1336c6{min-width:min-content}.m_c0783ff9{scrollbar-width:none;overscroll-behavior:var(--scrollarea-over-scroll-behavior);-ms-overflow-style:none;-webkit-overflow-scrolling:touch;width:100%;height:100%}.m_c0783ff9::-webkit-scrollbar{display:none}.m_c0783ff9:where([data-scrollbars=xy],[data-scrollbars=y]):where([data-offset-scrollbars=xy],[data-offset-scrollbars=y],[data-offset-scrollbars=present]):where([data-vertical-hidden]){padding-inline-end:0;padding-inline-start:0}.m_c0783ff9:where([data-scrollbars=xy],[data-scrollbars=y]):where([data-offset-scrollbars=xy],[data-offset-scrollbars=y],[data-offset-scrollbars=present]):not([data-vertical-hidden]){padding-inline-end:var(--scrollarea-scrollbar-size);padding-inline-start:unset}.m_c0783ff9:where([data-scrollbars=xy],[data-scrollbars=x]):where([data-offset-scrollbars=xy],[data-offset-scrollbars=x],[data-offset-scrollbars=present]):where([data-horizontal-hidden]){padding-bottom:0}.m_c0783ff9:where([data-scrollbars=xy],[data-scrollbars=x]):where([data-offset-scrollbars=xy],[data-offset-scrollbars=x],[data-offset-scrollbars=present]):not([data-horizontal-hidden]){padding-bottom:var(--scrollarea-scrollbar-size)}.m_f8f631dd{min-width:100%;display:table}.m_c44ba933{-webkit-user-select:none;user-select:none;touch-action:none;box-sizing:border-box;transition:background-color .15s ease,opacity .15s ease;padding:calc(var(--scrollarea-scrollbar-size) / 5);display:flex;background-color:transparent;flex-direction:row}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_c44ba933:hover{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=light]) .m_c44ba933:hover>.m_d8b5e363{background-color:#00000080}:where([data-mantine-color-scheme=dark]) .m_c44ba933:hover{background-color:var(--mantine-color-dark-8)}:where([data-mantine-color-scheme=dark]) .m_c44ba933:hover>.m_d8b5e363{background-color:#ffffff80}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_c44ba933:active{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=light]) .m_c44ba933:active>.m_d8b5e363{background-color:#00000080}:where([data-mantine-color-scheme=dark]) .m_c44ba933:active{background-color:var(--mantine-color-dark-8)}:where([data-mantine-color-scheme=dark]) .m_c44ba933:active>.m_d8b5e363{background-color:#ffffff80}}.m_c44ba933:where([data-hidden],[data-state=hidden]){display:none}.m_c44ba933:where([data-orientation=vertical]){width:var(--scrollarea-scrollbar-size);top:0;bottom:var(--sa-corner-width);inset-inline-end:0}.m_c44ba933:where([data-orientation=horizontal]){height:var(--scrollarea-scrollbar-size);flex-direction:column;bottom:0;inset-inline-start:0;inset-inline-end:var(--sa-corner-width)}.m_d8b5e363{flex:1;border-radius:var(--scrollarea-scrollbar-size);position:relative;transition:background-color .15s ease;overflow:hidden;opacity:var(--thumb-opacity)}.m_d8b5e363:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;min-width:44px;min-height:44px}:where([data-mantine-color-scheme=light]) .m_d8b5e363{background-color:#0006}:where([data-mantine-color-scheme=dark]) .m_d8b5e363{background-color:#fff6}.m_21657268{position:absolute;opacity:0;transition:opacity .15s ease;display:block;inset-inline-end:0;bottom:0}:where([data-mantine-color-scheme=light]) .m_21657268{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_21657268{background-color:var(--mantine-color-dark-8)}.m_21657268:where([data-hovered]){opacity:1}.m_21657268:where([data-hidden]){display:none}.m_b1336c6{min-width:100%}.m_87cf2631{background-color:transparent;cursor:pointer;border:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:var(--mantine-font-size-md);text-align:left;text-decoration:none;color:inherit;touch-action:manipulation;-webkit-tap-highlight-color:transparent}:where([dir=rtl]) .m_87cf2631{text-align:right}.m_515a97f8{border:0;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap}.m_1b7284a3{--paper-radius: var(--mantine-radius-default);outline:0;-webkit-tap-highlight-color:transparent;display:block;touch-action:manipulation;text-decoration:none;border-radius:var(--paper-radius);box-shadow:var(--paper-shadow);background-color:var(--mantine-color-body)}[data-mantine-color-scheme=light] .m_1b7284a3{--paper-border-color: var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark] .m_1b7284a3{--paper-border-color: var(--mantine-color-dark-4)}.m_1b7284a3:where([data-with-border]){border:calc(.0625rem * var(--mantine-scale)) solid var(--paper-border-color)}.m_38a85659{position:absolute;border:1px solid var(--popover-border-color);padding:var(--mantine-spacing-sm) var(--mantine-spacing-md);box-shadow:var(--popover-shadow, none);border-radius:var(--popover-radius, var(--mantine-radius-default))}.m_38a85659:where([data-fixed]){position:fixed}.m_38a85659:focus{outline:none}:where([data-mantine-color-scheme=light]) .m_38a85659{--popover-border-color: var(--mantine-color-gray-2);background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_38a85659{--popover-border-color: var(--mantine-color-dark-4);background-color:var(--mantine-color-dark-6)}.m_a31dc6c1{background-color:inherit;border:1px solid var(--popover-border-color);z-index:1}.m_3d7bc908{position:fixed;top:0;right:0;bottom:0;left:0}.m_86a44da5{--cb-size-xs: 18px;--cb-size-sm: 22px;--cb-size-md: 28px;--cb-size-lg: 34px;--cb-size-xl: 44px;--cb-size: var(--cb-size-md);--cb-icon-size: 70%;--cb-radius: var(--mantine-radius-default);line-height:1;display:inline-flex;align-items:center;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;width:var(--cb-size);height:var(--cb-size);min-width:var(--cb-size);min-height:var(--cb-size);border-radius:var(--cb-radius)}:where([data-mantine-color-scheme=light]) .m_86a44da5{color:var(--mantine-color-gray-7)}:where([data-mantine-color-scheme=dark]) .m_86a44da5{color:var(--mantine-color-dark-1)}.m_86a44da5[data-disabled],.m_86a44da5:disabled{cursor:not-allowed;opacity:.6}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_220c80f2:where(:not([data-disabled],:disabled)):hover{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_220c80f2:where(:not([data-disabled],:disabled)):hover{background-color:var(--mantine-color-dark-6)}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_220c80f2:where(:not([data-disabled],:disabled)):active{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_220c80f2:where(:not([data-disabled],:disabled)):active{background-color:var(--mantine-color-dark-6)}}.m_4081bf90{display:flex;flex-direction:row;flex-wrap:var(--group-wrap, wrap);justify-content:var(--group-justify, flex-start);align-items:var(--group-align, center);gap:var(--group-gap, var(--mantine-spacing-md))}.m_4081bf90:where([data-grow])>*{flex-grow:1;max-width:var(--group-child-width)}.m_5ae2e3c{--loader-size-xs: 18px;--loader-size-sm: 22px;--loader-size-md: 36px;--loader-size-lg: 44px;--loader-size-xl: 58px;--loader-size: var(--loader-size-md);--loader-color: var(--mantine-primary-color-filled)}@keyframes m_5d2b3b9d{0%{transform:scale(.6);opacity:0}50%,to{transform:scale(1)}}.m_7a2bd4cd{position:relative;width:var(--loader-size);height:var(--loader-size);display:flex;gap:calc(var(--loader-size) / 5)}.m_870bb79{flex:1;background:var(--loader-color);animation:m_5d2b3b9d 1.2s cubic-bezier(0,.5,.5,1) infinite;border-radius:2px}.m_870bb79:nth-of-type(1){animation-delay:-.24s}.m_870bb79:nth-of-type(2){animation-delay:-.12s}.m_870bb79:nth-of-type(3){animation-delay:0}@keyframes m_aac34a1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.6);opacity:.5}}.m_4e3f22d7{display:flex;justify-content:center;align-items:center;gap:calc(var(--loader-size) / 10);position:relative;width:var(--loader-size);height:var(--loader-size)}.m_870c4af{width:calc(var(--loader-size) / 3 - var(--loader-size) / 15);height:calc(var(--loader-size) / 3 - var(--loader-size) / 15);border-radius:50%;background:var(--loader-color);animation:m_aac34a1 .8s infinite linear}.m_870c4af:nth-child(2){animation-delay:.4s}@keyframes m_f8e89c4b{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.m_b34414df{display:inline-block;width:var(--loader-size);height:var(--loader-size)}.m_b34414df:after{content:"";display:block;width:var(--loader-size);height:var(--loader-size);border-radius:10000px;border-width:calc(var(--loader-size) / 8);border-style:solid;border-color:var(--loader-color) var(--loader-color) var(--loader-color) transparent;animation:m_f8e89c4b 1.2s linear infinite}.m_9814e45f{top:0;right:0;bottom:0;left:0;position:absolute;background:var(--overlay-bg, rgba(0, 0, 0, .6));-webkit-backdrop-filter:var(--overlay-filter);backdrop-filter:var(--overlay-filter);border-radius:var(--overlay-radius, 0);z-index:var(--overlay-z-index)}.m_9814e45f:where([data-fixed]){position:fixed}.m_9814e45f:where([data-center]){display:flex;align-items:center;justify-content:center}.m_615af6c9{line-height:1;padding:0;margin:0;font-weight:400;font-size:var(--mantine-font-size-md)}.m_b5489c3c{display:flex;justify-content:space-between;align-items:center;padding:var(--mb-padding, var(--mantine-spacing-md));padding-inline-end:calc(var(--mb-padding, var(--mantine-spacing-md)) - calc(.3125rem * var(--mantine-scale)));position:sticky;top:0;background-color:var(--mantine-color-body);z-index:1000;min-height:60px;transition:padding-inline-end .1s}.m_60c222c7{position:fixed;width:100%;top:0;bottom:0;z-index:var(--mb-z-index);pointer-events:none}.m_fd1ab0aa{pointer-events:all;box-shadow:var(--mb-shadow, var(--mantine-shadow-xl))}.m_fd1ab0aa [data-mantine-scrollbar]{z-index:1001}[data-offset-scrollbars] .m_fd1ab0aa:has([data-mantine-scrollbar]) .m_b5489c3c{padding-inline-end:calc(var(--mb-padding, var(--mantine-spacing-md)) + calc(.3125rem * var(--mantine-scale)))}.m_606cb269{margin-inline-start:auto}.m_5df29311{padding:var(--mb-padding, var(--mantine-spacing-md));padding-top:var(--mb-padding, var(--mantine-spacing-md))}.m_5df29311:where(:not(:only-child)){padding-top:0}.m_6c018570{position:relative;margin-top:var(--input-margin-top, 0rem);margin-bottom:var(--input-margin-bottom, 0rem);--input-height-xs: 30px;--input-height-sm: 36px;--input-height-md: 42px;--input-height-lg: 50px;--input-height-xl: 60px;--input-padding-y-xs: 5px;--input-padding-y-sm: 6px;--input-padding-y-md: 8px;--input-padding-y-lg: 10px;--input-padding-y-xl: 13px;--input-height: var(--input-height-sm);--input-radius: var(--mantine-radius-default);--input-cursor: text;--input-text-align: left;--input-line-height: calc(var(--input-height) - calc(.125rem * var(--mantine-scale)));--input-padding: calc(var(--input-height) / 3);--input-padding-inline-start: var(--input-padding);--input-padding-inline-end: var(--input-padding);--input-placeholder-color: var(--mantine-color-placeholder);--input-color: var(--mantine-color-text);--input-disabled-bg: var(--mantine-color-disabled);--input-disabled-color: var(--mantine-color-disabled-color);--input-left-section-size: var(--input-left-section-width, calc(var(--input-height) - calc(.125rem * var(--mantine-scale))));--input-right-section-size: var( --input-right-section-width, calc(var(--input-height) - calc(.125rem * var(--mantine-scale))) );--input-size: var(--input-height);--section-y: 1px;--left-section-start: 1px;--left-section-border-radius: var(--input-radius) 0 0 var(--input-radius);--right-section-end: 1px;--right-section-border-radius: 0 var(--input-radius) var(--input-radius) 0}.m_6c018570[data-variant=unstyled]{--input-padding: 0;--input-padding-y: 0;--input-padding-inline-start: 0;--input-padding-inline-end: 0}.m_6c018570[data-pointer]{--input-cursor: pointer}.m_6c018570[data-multiline]{--input-padding-y-xs: 4.5px;--input-padding-y-sm: 5.5px;--input-padding-y-md: 7px;--input-padding-y-lg: 9.5px;--input-padding-y-xl: 13px;--input-size: auto;--input-line-height: var(--mantine-line-height)}.m_6c018570[data-with-left-section]{--input-padding-inline-start: var(--input-left-section-size)}.m_6c018570[data-with-right-section]{--input-padding-inline-end: var(--input-right-section-size)}.m_6c018570[data-size=xs] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]){--input-padding-inline-end: 41px}.m_6c018570[data-size=sm] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]){--input-padding-inline-end: 50px}.m_6c018570[data-size=md] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]){--input-padding-inline-end: 60px}.m_6c018570[data-size=lg] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]){--input-padding-inline-end: 72px}.m_6c018570[data-size=xl] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]){--input-padding-inline-end: 89px}[data-mantine-color-scheme=light] .m_6c018570[data-variant=default]{--input-bd: var(--mantine-color-gray-4);--input-bg: var(--mantine-color-white);--input-bd-focus: var(--mantine-primary-color-filled)}[data-mantine-color-scheme=light] .m_6c018570[data-variant=filled]{--input-bd: transparent;--input-bg: var(--mantine-color-gray-1);--input-bd-focus: var(--mantine-primary-color-filled)}[data-mantine-color-scheme=light] .m_6c018570[data-variant=unstyled]{--input-bd: transparent;--input-bg: transparent;--input-bd-focus: transparent}[data-mantine-color-scheme=dark] .m_6c018570[data-variant=default]{--input-bd: var(--mantine-color-dark-4);--input-bg: var(--mantine-color-dark-6);--input-bd-focus: var(--mantine-primary-color-filled)}[data-mantine-color-scheme=dark] .m_6c018570[data-variant=filled]{--input-bd: transparent;--input-bg: var(--mantine-color-dark-5);--input-bd-focus: var(--mantine-primary-color-filled)}[data-mantine-color-scheme=dark] .m_6c018570[data-variant=unstyled]{--input-bd: transparent;--input-bg: transparent;--input-bd-focus: transparent}[data-mantine-color-scheme] .m_6c018570[data-error]:not([data-variant=unstyled]){--input-bd: var(--mantine-color-error)}[data-mantine-color-scheme] .m_6c018570[data-error]{--input-color: var(--mantine-color-error);--input-placeholder-color: var(--mantine-color-error);--input-section-color: var(--mantine-color-error)}:where([dir=rtl]) .m_6c018570{--input-text-align: right;--left-section-border-radius: 0 var(--input-radius) var(--input-radius) 0;--right-section-border-radius: var(--input-radius) 0 0 var(--input-radius)}.m_8fb7ebe7{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:var(--input-resize, none);display:block;width:100%;transition:border-color .1s ease;text-align:var(--input-text-align);color:var(--input-color);border:calc(.0625rem * var(--mantine-scale)) solid var(--input-bd);background-color:var(--input-bg);font-family:var(--input-font-family, var(--mantine-font-family));height:var(--input-size);min-height:var(--input-height);line-height:var(--input-line-height);font-size:var(--_input-fz, var(--input-fz, var(--mantine-font-size-md)));border-radius:var(--input-radius);padding-inline-start:var(--input-padding-inline-start);padding-inline-end:var(--input-padding-inline-end);padding-top:var(--input-padding-y, 0rem);padding-bottom:var(--input-padding-y, 0rem);cursor:var(--input-cursor);overflow:var(--input-overflow)}.m_8fb7ebe7[data-no-overflow]{--input-overflow: hidden}.m_8fb7ebe7[data-monospace]{--input-font-family: var(--mantine-font-family-monospace);--_input-fz: calc(var(--input-fz) - calc(.125rem * var(--mantine-scale)))}.m_8fb7ebe7:focus,.m_8fb7ebe7:focus-within{outline:none;--input-bd: var(--input-bd-focus)}[data-error] .m_8fb7ebe7:focus,[data-error] .m_8fb7ebe7:focus-within{--input-bd: var(--mantine-color-error)}.m_8fb7ebe7::placeholder{color:var(--input-placeholder-color);opacity:1}.m_8fb7ebe7::-webkit-inner-spin-button,.m_8fb7ebe7::-webkit-outer-spin-button,.m_8fb7ebe7::-webkit-search-decoration,.m_8fb7ebe7::-webkit-search-cancel-button,.m_8fb7ebe7::-webkit-search-results-button,.m_8fb7ebe7::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}.m_8fb7ebe7[type=number]{-moz-appearance:textfield}.m_8fb7ebe7:disabled,.m_8fb7ebe7[data-disabled]{cursor:not-allowed;opacity:.6;background-color:var(--input-disabled-bg);color:var(--input-disabled-color)}.m_8fb7ebe7:has(input:disabled){cursor:not-allowed;opacity:.6;background-color:var(--input-disabled-bg);color:var(--input-disabled-color)}.m_8fb7ebe7[readonly]{caret-color:transparent}.m_82577fc2{pointer-events:var(--section-pointer-events);position:absolute;z-index:1;inset-inline-start:var(--section-start);inset-inline-end:var(--section-end);bottom:var(--section-y);top:var(--section-y);display:flex;align-items:center;justify-content:center;width:var(--section-size);border-radius:var(--section-border-radius);color:var(--input-section-color, var(--mantine-color-dimmed))}.m_82577fc2[data-position=right]{--section-pointer-events: var(--input-right-section-pointer-events);--section-end: var(--right-section-end);--section-size: var(--input-right-section-size);--section-border-radius: var(--right-section-border-radius)}.m_6c018570[data-size=xs] .m_82577fc2[data-position=right]:has([data-combined-clear-section]){--section-size: 41px}.m_6c018570[data-size=sm] .m_82577fc2[data-position=right]:has([data-combined-clear-section]){--section-size: 50px}.m_6c018570[data-size=md] .m_82577fc2[data-position=right]:has([data-combined-clear-section]){--section-size: 60px}.m_6c018570[data-size=lg] .m_82577fc2[data-position=right]:has([data-combined-clear-section]){--section-size: 72px}.m_6c018570[data-size=xl] .m_82577fc2[data-position=right]:has([data-combined-clear-section]){--section-size: 89px}.m_82577fc2[data-position=left]{--section-pointer-events: var(--input-left-section-pointer-events);--section-start: var(--left-section-start);--section-size: var(--input-left-section-size);--section-border-radius: var(--left-section-border-radius)}.m_88bacfd0{color:var(--input-placeholder-color, var(--mantine-color-placeholder))}[data-error] .m_88bacfd0{--input-placeholder-color: var(--input-color, var(--mantine-color-placeholder))}.m_46b77525{line-height:var(--mantine-line-height)}.m_8fdc1311{display:inline-block;font-weight:500;overflow-wrap:break-word;cursor:default;-webkit-tap-highlight-color:transparent;font-size:var(--input-label-size, var(--mantine-font-size-sm))}.m_78a94662{color:var(--input-asterisk-color, var(--mantine-color-error))}.m_8f816625,.m_fe47ce59{word-wrap:break-word;line-height:1.2;display:block;margin:0;padding:0}.m_8f816625{color:var(--mantine-color-error);font-size:var(--input-error-size, calc(var(--mantine-font-size-sm) - calc(.125rem * var(--mantine-scale))))}.m_fe47ce59{color:var(--mantine-color-dimmed);font-size:var(--input-description-size, calc(var(--mantine-font-size-sm) - calc(.125rem * var(--mantine-scale))))}.m_8bffd616{display:flex}.m_9bdbb667{--accordion-radius: var(--mantine-radius-default)}.m_df78851f{overflow-wrap:break-word}.m_4ba554d4{padding:var(--mantine-spacing-md);padding-top:calc(var(--mantine-spacing-xs) / 2)}.m_8fa820a0{margin:0;padding:0}.m_4ba585b8{width:100%;display:flex;align-items:center;flex-direction:row-reverse;padding-inline:var(--mantine-spacing-md);opacity:1;cursor:pointer;background-color:transparent;color:var(--mantine-color-bright)}.m_4ba585b8:where([data-chevron-position=left]){flex-direction:row;padding-inline-start:0}.m_4ba585b8:where(:disabled,[data-disabled]){opacity:.4;cursor:not-allowed}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_6939a5e9:where(:not(:disabled,[data-disabled])):hover,:where([data-mantine-color-scheme=light]) .m_4271d21b:where(:not(:disabled,[data-disabled])):hover{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_6939a5e9:where(:not(:disabled,[data-disabled])):hover,:where([data-mantine-color-scheme=dark]) .m_4271d21b:where(:not(:disabled,[data-disabled])):hover{background-color:var(--mantine-color-dark-6)}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_6939a5e9:where(:not(:disabled,[data-disabled])):active,:where([data-mantine-color-scheme=light]) .m_4271d21b:where(:not(:disabled,[data-disabled])):active{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_6939a5e9:where(:not(:disabled,[data-disabled])):active,:where([data-mantine-color-scheme=dark]) .m_4271d21b:where(:not(:disabled,[data-disabled])):active{background-color:var(--mantine-color-dark-6)}}.m_df3ffa0f{color:inherit;font-weight:400;flex:1;overflow:hidden;text-overflow:ellipsis;padding-top:var(--mantine-spacing-sm);padding-bottom:var(--mantine-spacing-sm)}.m_3f35ae96{display:flex;align-items:center;justify-content:flex-start;transition:transform var(--accordion-transition-duration, .2s) ease;width:var(--accordion-chevron-size, calc(.9375rem * var(--mantine-scale)));min-width:var(--accordion-chevron-size, calc(.9375rem * var(--mantine-scale)));transform:rotate(0)}.m_3f35ae96:where([data-rotate]){transform:rotate(180deg)}.m_3f35ae96:where([data-position=left]){margin-inline-end:var(--mantine-spacing-md);margin-inline-start:var(--mantine-spacing-md)}.m_9bd771fe{display:flex;align-items:center;justify-content:center;margin-inline-end:var(--mantine-spacing-sm)}.m_9bd771fe:where([data-chevron-position=left]){margin-inline-end:0;margin-inline-start:var(--mantine-spacing-lg)}:where([data-mantine-color-scheme=light]) .m_9bd7b098{--item-border-color: var(--mantine-color-gray-3);--item-filled-color: var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_9bd7b098{--item-border-color: var(--mantine-color-dark-4);--item-filled-color: var(--mantine-color-dark-6)}.m_fe19b709{border-bottom:1px solid var(--item-border-color)}.m_1f921b3b{border:1px solid var(--item-border-color);transition:background-color .15s ease}.m_1f921b3b:where([data-active]){background-color:var(--item-filled-color)}.m_1f921b3b:first-of-type{border-start-start-radius:var(--accordion-radius);border-start-end-radius:var(--accordion-radius)}.m_1f921b3b:first-of-type>[data-accordion-control]{border-start-start-radius:var(--accordion-radius);border-start-end-radius:var(--accordion-radius)}.m_1f921b3b:last-of-type{border-end-start-radius:var(--accordion-radius);border-end-end-radius:var(--accordion-radius)}.m_1f921b3b:last-of-type>[data-accordion-control]{border-end-start-radius:var(--accordion-radius);border-end-end-radius:var(--accordion-radius)}.m_1f921b3b+.m_1f921b3b{border-top:0}.m_2cdf939a{border-radius:var(--accordion-radius)}.m_2cdf939a:where([data-active]){background-color:var(--item-filled-color)}.m_9f59b069{background-color:var(--item-filled-color);border-radius:var(--accordion-radius);border:1px solid transparent;transition:background-color .15s ease}.m_9f59b069[data-active]{border-color:var(--item-border-color)}:where([data-mantine-color-scheme=light]) .m_9f59b069[data-active]{background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_9f59b069[data-active]{background-color:var(--mantine-color-dark-7)}.m_9f59b069+.m_9f59b069{margin-top:var(--mantine-spacing-md)}.m_8d3f4000{--ai-size-xs: 18px;--ai-size-sm: 22px;--ai-size-md: 28px;--ai-size-lg: 34px;--ai-size-xl: 44px;--ai-size-input-xs: 30px;--ai-size-input-sm: 36px;--ai-size-input-md: 42px;--ai-size-input-lg: 50px;--ai-size-input-xl: 60px;--ai-size: var(--ai-size-md);--ai-color: var(--mantine-color-white);line-height:1;display:inline-flex;align-items:center;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden;width:var(--ai-size);height:var(--ai-size);min-width:var(--ai-size);min-height:var(--ai-size);border-radius:var(--ai-radius, var(--mantine-radius-default));background:var(--ai-bg, var(--mantine-primary-color-filled));color:var(--ai-color, var(--mantine-color-white));border:var(--ai-bd, calc(.0625rem * var(--mantine-scale)) solid transparent);cursor:pointer}@media(hover:hover){.m_8d3f4000:hover:where(:not([data-loading],:disabled,[data-disabled])){background-color:var(--ai-hover, var(--mantine-primary-color-filled-hover));color:var(--ai-hover-color, var(--ai-color))}}@media(hover:none){.m_8d3f4000:active:where(:not([data-loading],:disabled,[data-disabled])){background-color:var(--ai-hover, var(--mantine-primary-color-filled-hover));color:var(--ai-hover-color, var(--ai-color))}}.m_8d3f4000[data-loading]{cursor:not-allowed}.m_8d3f4000[data-loading] .m_8d3afb97{opacity:0;transform:translateY(100%)}.m_8d3f4000:where(:disabled:not([data-loading]),[data-disabled]:not([data-loading])){cursor:not-allowed;border:1px solid transparent;color:var(--mantine-color-disabled-color);background:var(--mantine-color-disabled)}.m_8d3f4000:where(:disabled:not([data-loading]),[data-disabled]:not([data-loading])):active{transform:none}.m_302b9fb1{top:-1px;right:-1px;bottom:-1px;left:-1px;position:absolute;border-radius:var(--ai-radius, var(--mantine-radius-default));display:flex;align-items:center;justify-content:center}:where([data-mantine-color-scheme=light]) .m_302b9fb1{background-color:#ffffff26}:where([data-mantine-color-scheme=dark]) .m_302b9fb1{background-color:#00000026}.m_1a0f1b21{--ai-border-width: 1px;display:flex}.m_1a0f1b21 :where(*):focus{position:relative;z-index:1}.m_1a0f1b21[data-orientation=horizontal]{flex-direction:row}.m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):first-child,.m_1a0f1b21[data-orientation=horizontal] .m_437b6484:not(:only-child):first-child{border-end-end-radius:0;border-start-end-radius:0;border-inline-end-width:calc(var(--ai-border-width) / 2)}.m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):last-child,.m_1a0f1b21[data-orientation=horizontal] .m_437b6484:not(:only-child):last-child{border-end-start-radius:0;border-start-start-radius:0;border-inline-start-width:calc(var(--ai-border-width) / 2)}.m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child),.m_1a0f1b21[data-orientation=horizontal] .m_437b6484:not(:only-child):not(:first-child):not(:last-child){border-radius:0;border-inline-width:calc(var(--ai-border-width) / 2)}.m_1a0f1b21[data-orientation=vertical]{flex-direction:column}.m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):first-child,.m_1a0f1b21[data-orientation=vertical] .m_437b6484:not(:only-child):first-child{border-end-start-radius:0;border-end-end-radius:0;border-bottom-width:calc(var(--ai-border-width) / 2)}.m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):last-child,.m_1a0f1b21[data-orientation=vertical] .m_437b6484:not(:only-child):last-child{border-start-start-radius:0;border-start-end-radius:0;border-top-width:calc(var(--ai-border-width) / 2)}.m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child),.m_1a0f1b21[data-orientation=vertical] .m_437b6484:not(:only-child):not(:first-child):not(:last-child){border-radius:0;border-bottom-width:calc(var(--ai-border-width) / 2);border-top-width:calc(var(--ai-border-width) / 2)}.m_8d3afb97{display:flex;align-items:center;justify-content:center;transition:transform .15s ease,opacity .1s ease;width:100%;height:100%}.m_437b6484{--section-height-xs: 18px;--section-height-sm: 22px;--section-height-md: 28px;--section-height-lg: 34px;--section-height-xl: 44px;--section-height-input-xs: 30px;--section-height-input-sm: 36px;--section-height-input-md: 42px;--section-height-input-lg: 50px;--section-height-input-xl: 60px;--section-padding-x-xs: 6px;--section-padding-x-sm: 8px;--section-padding-x-md: 10px;--section-padding-x-lg: 12px;--section-padding-x-xl: 16px;--section-height: var(--section-height-sm);--section-padding-x: var(--section-padding-x-sm);--section-color: var(--mantine-color-white);font-weight:600;width:auto;border-radius:var(--section-radius, var(--mantine-radius-default));font-size:var(--section-fz, var(--mantine-font-size-sm));background:var(--section-bg, var(--mantine-primary-color-filled));border:var(--section-bd, calc(.0625rem * var(--mantine-scale)) solid transparent);color:var(--section-color, var(--mantine-color-white));height:var(--section-height, var(--section-height-sm));padding-inline:var(--section-padding-x, var(--section-padding-x-sm));vertical-align:middle;line-height:1;display:inline-flex;align-items:center;justify-content:center}.m_7f854edf{position:fixed;z-index:var(--affix-z-index);inset-inline-start:var(--affix-left);inset-inline-end:var(--affix-right);top:var(--affix-top);bottom:var(--affix-bottom)}.m_66836ed3{--alert-radius: var(--mantine-radius-default);--alert-bg: var(--mantine-primary-color-light);--alert-bd: 1px solid transparent;--alert-color: var(--mantine-primary-color-light-color);padding:var(--mantine-spacing-md) var(--mantine-spacing-md);border-radius:var(--alert-radius);position:relative;overflow:hidden;background-color:var(--alert-bg);border:var(--alert-bd);color:var(--alert-color)}.m_a5d60502{display:flex}.m_667c2793{flex:1;display:flex;flex-direction:column;gap:var(--mantine-spacing-xs)}.m_6a03f287{display:flex;align-items:center;justify-content:space-between;font-size:var(--mantine-font-size-sm);font-weight:700}.m_6a03f287:where([data-with-close-button]){padding-inline-end:var(--mantine-spacing-md)}.m_698f4f23{display:block;overflow:hidden;text-overflow:ellipsis}.m_667f2a6a{line-height:1;width:20px;height:20px;display:flex;align-items:center;justify-content:flex-start;margin-inline-end:var(--mantine-spacing-md);margin-top:1px}.m_7fa78076{text-overflow:ellipsis;overflow:hidden;font-size:var(--mantine-font-size-sm)}:where([data-mantine-color-scheme=light]) .m_7fa78076{color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_7fa78076{color:var(--mantine-color-white)}.m_7fa78076:where([data-variant=filled]){color:var(--alert-color)}.m_7fa78076:where([data-variant=white]){color:var(--mantine-color-black)}.m_87f54839{width:20px;height:20px;color:var(--alert-color)}.m_849cf0da{color:var(--mantine-color-anchor);text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;display:inline;padding:0;margin:0;background-color:transparent;cursor:pointer}@media(hover:hover){.m_849cf0da:where([data-underline=hover]):hover{text-decoration:underline}}@media(hover:none){.m_849cf0da:where([data-underline=hover]):active{text-decoration:underline}}.m_849cf0da:where([data-underline=not-hover]){text-decoration:underline}@media(hover:hover){.m_849cf0da:where([data-underline=not-hover]):hover{text-decoration:none}}@media(hover:none){.m_849cf0da:where([data-underline=not-hover]):active{text-decoration:none}}.m_849cf0da:where([data-underline=always]){text-decoration:underline}.m_849cf0da:where([data-variant=gradient]),.m_849cf0da:where([data-variant=gradient]):hover{text-decoration:none}.m_849cf0da:where([data-line-clamp]){display:-webkit-box}.m_71ac47fc{--ar-ratio: 1;max-width:100%}.m_71ac47fc>:where(*:not(style)){aspect-ratio:var(--ar-ratio);width:100%}.m_71ac47fc>:where(img,video){object-fit:cover}.m_89ab340[data-resizing]{--app-shell-transition-duration: 0ms !important}.m_89ab340[data-disabled]{--app-shell-header-offset: 0rem !important;--app-shell-navbar-offset: 0rem !important;--app-shell-aside-offset: 0rem !important;--app-shell-footer-offset: 0rem !important}.m_89ab340[data-mode=static]{display:grid;grid-template-columns:var(--app-shell-navbar-width, 0) 1fr var(--app-shell-aside-width, 0);grid-template-rows:auto 1fr auto;position:relative;height:100%;overflow:auto}[data-mantine-color-scheme=light] .m_89ab340{--app-shell-border-color: var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark] .m_89ab340{--app-shell-border-color: var(--mantine-color-dark-4)}.m_45252eee,.m_9cdde9a,.m_3b16f56b,.m_8983817,.m_3840c879{transition-duration:var(--app-shell-transition-duration);transition-timing-function:var(--app-shell-transition-timing-function)}.m_45252eee,.m_9cdde9a{position:fixed;display:flex;flex-direction:column;top:var(--app-shell-header-offset, 0rem);height:calc(100dvh - var(--app-shell-header-offset, 0rem) - var(--app-shell-footer-offset, 0rem));background-color:var(--mantine-color-body);transition-property:transform,top,height}:where([data-mode=static]) .m_45252eee,:where([data-mode=static]) .m_9cdde9a{position:var(--app-shell-navbar-position, fixed);grid-row:var(--app-shell-navbar-grid-row, auto);height:100%}:where([data-layout=alt]) .m_45252eee,:where([data-layout=alt]) .m_9cdde9a{top:0rem;height:100dvh}:where([data-mode=static][data-layout=alt]) .m_45252eee,:where([data-mode=static][data-layout=alt]) .m_9cdde9a{grid-row:1 / -1;height:100%}.m_45252eee{inset-inline-start:0;width:var(--app-shell-navbar-width);transition-property:transform,top,height;transform:var(--app-shell-navbar-transform);z-index:var(--app-shell-navbar-z-index)}:where([data-mode=static]) .m_45252eee{grid-column:var(--app-shell-navbar-grid-column, auto);display:var(--app-shell-navbar-display, flex)}:where([dir=rtl]) .m_45252eee{transform:var(--app-shell-navbar-transform-rtl)}.m_45252eee:where([data-with-border]){border-inline-end:1px solid var(--app-shell-border-color)}.m_9cdde9a{inset-inline-end:0;width:var(--app-shell-aside-width);transform:var(--app-shell-aside-transform);z-index:var(--app-shell-aside-z-index)}:where([data-mode=static]) .m_9cdde9a{position:var(--app-shell-aside-position, fixed);grid-column:var(--app-shell-aside-grid-column, auto);grid-row:var(--app-shell-aside-grid-row, auto);display:var(--app-shell-aside-display, flex)}:where([dir=rtl]) .m_9cdde9a{transform:var(--app-shell-aside-transform-rtl)}.m_9cdde9a:where([data-with-border]){border-inline-start:1px solid var(--app-shell-border-color)}:where([data-mode=static][data-layout=alt]) .m_9cdde9a{grid-row:1 / -1}:where([data-scroll-locked]) .m_9cdde9a{visibility:var(--app-shell-aside-scroll-locked-visibility)}.m_8983817{padding-inline-start:calc(var(--app-shell-navbar-offset, 0rem) + var(--app-shell-padding));padding-inline-end:calc(var(--app-shell-aside-offset, 0rem) + var(--app-shell-padding));padding-top:calc(var(--app-shell-header-offset, 0rem) + var(--app-shell-padding));padding-bottom:calc(var(--app-shell-footer-offset, 0rem) + var(--app-shell-padding));min-height:100dvh;transition-property:padding}:where([data-mode=static]) .m_8983817{padding-inline-start:var(--app-shell-padding);padding-inline-end:var(--app-shell-padding);padding-top:var(--app-shell-padding);padding-bottom:var(--app-shell-padding);min-height:auto;grid-column:var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1);grid-row:var(--app-shell-main-grid-row, 2)}.m_3b16f56b,.m_3840c879{position:fixed;inset-inline:0;transition-property:transform,margin-inline-start,margin-inline-end;background-color:var(--mantine-color-body)}:where([data-mode=static]) .m_3b16f56b,:where([data-mode=static]) .m_3840c879{position:var(--app-shell-header-position, fixed);grid-column:var(--app-shell-header-grid-column, auto)}:where([data-layout=alt]) .m_3b16f56b,:where([data-layout=alt]) .m_3840c879{margin-inline-start:var(--app-shell-navbar-offset, 0rem);margin-inline-end:var(--app-shell-aside-offset, 0rem)}:where([data-mode=static][data-layout=alt]) .m_3b16f56b,:where([data-mode=static][data-layout=alt]) .m_3840c879{grid-column:var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1);margin-inline-start:0rem;margin-inline-end:0rem}.m_3b16f56b{top:0;height:var(--app-shell-header-height);background-color:var(--mantine-color-body);transform:var(--app-shell-header-transform);z-index:var(--app-shell-header-z-index)}:where([data-mode=static]) .m_3b16f56b{grid-row:var(--app-shell-header-grid-row, auto)}.m_3b16f56b:where([data-with-border]){border-bottom:1px solid var(--app-shell-border-color)}.m_3840c879{bottom:0;height:calc(var(--app-shell-footer-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);transform:var(--app-shell-footer-transform);z-index:var(--app-shell-footer-z-index)}:where([data-mode=static]) .m_3840c879{position:var(--app-shell-footer-position, fixed);grid-column:var(--app-shell-footer-grid-column, auto);grid-row:var(--app-shell-footer-grid-row, auto)}:where([data-mode=static][data-layout=alt]) .m_3840c879{grid-column:var(--app-shell-main-column-start, 1) / var(--app-shell-main-column-end, -1)}.m_3840c879:where([data-with-border]){border-top:1px solid var(--app-shell-border-color)}.m_6dcfc7c7{flex-grow:0}.m_6dcfc7c7:where([data-grow]){flex-grow:1}.m_11def92b{--ag-spacing: var(--mantine-spacing-sm);--ag-offset: calc(var(--ag-spacing) * -1);display:flex;padding-inline-start:var(--ag-spacing)}.m_f85678b6{--avatar-size-xs: 16px;--avatar-size-sm: 26px;--avatar-size-md: 38px;--avatar-size-lg: 56px;--avatar-size-xl: 84px;--avatar-size: var(--avatar-size-md);--avatar-radius: 1000px;--avatar-bg: var(--mantine-color-gray-light);--avatar-bd: 1px solid transparent;--avatar-color: var(--mantine-color-gray-light-color);--avatar-placeholder-fz: calc(var(--avatar-size) / 2.5);-webkit-tap-highlight-color:transparent;position:relative;display:block;-webkit-user-select:none;user-select:none;overflow:hidden;border-radius:var(--avatar-radius);text-decoration:none;padding:0;width:var(--avatar-size);height:var(--avatar-size);min-width:var(--avatar-size)}.m_f85678b6:where([data-within-group]){margin-inline-start:var(--ag-offset);border:2px solid var(--mantine-color-body);background:var(--mantine-color-body)}.m_11f8ac07{object-fit:cover;width:100%;height:100%;display:block}.m_104cd71f{font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;height:100%;-webkit-user-select:none;user-select:none;border-radius:var(--avatar-radius);font-size:var(--avatar-placeholder-fz);background:var(--avatar-bg);border:var(--avatar-bd);color:var(--avatar-color)}.m_104cd71f>[data-avatar-placeholder-icon]{width:70%;height:70%}.m_347db0ec{--badge-height-xs: 16px;--badge-height-sm: 18px;--badge-height-md: 20px;--badge-height-lg: 26px;--badge-height-xl: 32px;--badge-fz-xs: 9px;--badge-fz-sm: 10px;--badge-fz-md: 11px;--badge-fz-lg: 13px;--badge-fz-xl: 16px;--badge-padding-x-xs: 6px;--badge-padding-x-sm: 8px;--badge-padding-x-md: 10px;--badge-padding-x-lg: 12px;--badge-padding-x-xl: 16px;--badge-height: var(--badge-height-md);--badge-fz: var(--badge-fz-md);--badge-padding-x: var(--badge-padding-x-md);--badge-radius: 1000px;--badge-lh: calc(var(--badge-height) - calc(.125rem * var(--mantine-scale)));--badge-color: var(--mantine-color-white);--badge-bg: var(--mantine-primary-color-filled);--badge-border-width: 1px;--badge-bd: var(--badge-border-width) solid transparent;-webkit-tap-highlight-color:transparent;font-size:var(--badge-fz);border-radius:var(--badge-radius);height:var(--badge-height);line-height:var(--badge-lh);text-decoration:none;padding:0 var(--badge-padding-x);display:inline-grid;align-items:center;justify-content:center;width:fit-content;text-transform:uppercase;font-weight:700;letter-spacing:.25px;cursor:default;text-overflow:ellipsis;overflow:hidden;color:var(--badge-color);background:var(--badge-bg);border:var(--badge-bd)}.m_347db0ec:where([data-with-left-section],[data-variant=dot]){grid-template-columns:auto 1fr}.m_347db0ec:where([data-with-right-section]){grid-template-columns:1fr auto}.m_347db0ec:where([data-with-left-section][data-with-right-section],[data-variant=dot][data-with-right-section]){grid-template-columns:auto 1fr auto}.m_347db0ec:where([data-block]){display:flex;width:100%}.m_347db0ec:where([data-circle]){padding-inline:2px;display:flex;width:var(--badge-height)}.m_fbd81e3d{--badge-dot-size: calc(var(--badge-height) / 3.4)}:where([data-mantine-color-scheme=light]) .m_fbd81e3d{background-color:var(--mantine-color-white);border-color:var(--mantine-color-gray-4);color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_fbd81e3d{background-color:var(--mantine-color-dark-5);border-color:var(--mantine-color-dark-5);color:var(--mantine-color-white)}.m_fbd81e3d:before{content:"";display:block;width:var(--badge-dot-size);height:var(--badge-dot-size);border-radius:var(--badge-dot-size);background-color:var(--badge-dot-color);margin-inline-end:var(--badge-dot-size)}.m_5add502a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;cursor:inherit}.m_91fdda9b{--badge-section-margin: calc(var(--mantine-spacing-xs) / 2);display:inline-flex;justify-content:center;align-items:center;max-height:calc(var(--badge-height) - var(--badge-border-width) * 2)}.m_91fdda9b:where([data-position=left]){margin-inline-end:var(--badge-section-margin)}.m_91fdda9b:where([data-position=right]){margin-inline-start:var(--badge-section-margin)}.m_2ce0de02{background-size:cover;background-position:center;display:block;width:100%;border:0;text-decoration:none;border-radius:var(--bi-radius, 0)}.m_ddec01c0{--blockquote-border: 3px solid var(--bq-bd);position:relative;margin:0;border-inline-start:var(--blockquote-border);border-start-end-radius:var(--bq-radius);border-end-end-radius:var(--bq-radius);padding:var(--mantine-spacing-xl) calc(2.375rem * var(--mantine-scale))}:where([data-mantine-color-scheme=light]) .m_ddec01c0{background-color:var(--bq-bg-light)}:where([data-mantine-color-scheme=dark]) .m_ddec01c0{background-color:var(--bq-bg-dark)}.m_dde7bd57{--blockquote-icon-offset: calc(var(--bq-icon-size) / -2);position:absolute;color:var(--bq-bd);background-color:var(--mantine-color-body);display:flex;align-items:center;justify-content:center;top:var(--blockquote-icon-offset);inset-inline-start:var(--blockquote-icon-offset);width:var(--bq-icon-size);height:var(--bq-icon-size);border-radius:var(--bq-icon-size)}.m_dde51a35{display:block;margin-top:var(--mantine-spacing-md);opacity:.6;font-size:85%}.m_8b3717df{display:flex;align-items:center;flex-wrap:wrap}.m_f678d540{line-height:1;white-space:nowrap;-webkit-tap-highlight-color:transparent}.m_3b8f2208{margin-inline:var(--bc-separator-margin, var(--mantine-spacing-xs));line-height:1;display:flex;align-items:center;justify-content:center}:where([data-mantine-color-scheme=light]) .m_3b8f2208{color:var(--mantine-color-gray-7)}:where([data-mantine-color-scheme=dark]) .m_3b8f2208{color:var(--mantine-color-dark-2)}.m_77c9d27d{--button-height-xs: 30px;--button-height-sm: 36px;--button-height-md: 42px;--button-height-lg: 50px;--button-height-xl: 60px;--button-height-compact-xs: 22px;--button-height-compact-sm: 26px;--button-height-compact-md: 30px;--button-height-compact-lg: 34px;--button-height-compact-xl: 40px;--button-padding-x-xs: 14px;--button-padding-x-sm: 18px;--button-padding-x-md: 22px;--button-padding-x-lg: 26px;--button-padding-x-xl: 32px;--button-padding-x-compact-xs: 7px;--button-padding-x-compact-sm: 8px;--button-padding-x-compact-md: 10px;--button-padding-x-compact-lg: 12px;--button-padding-x-compact-xl: 14px;--button-height: var(--button-height-sm);--button-padding-x: var(--button-padding-x-sm);--button-color: var(--mantine-color-white);-webkit-user-select:none;user-select:none;font-weight:600;position:relative;line-height:1;text-align:center;overflow:hidden;width:auto;cursor:pointer;display:inline-block;border-radius:var(--button-radius, var(--mantine-radius-default));font-size:var(--button-fz, var(--mantine-font-size-sm));background:var(--button-bg, var(--mantine-primary-color-filled));border:var(--button-bd, calc(.0625rem * var(--mantine-scale)) solid transparent);color:var(--button-color, var(--mantine-color-white));height:var(--button-height, var(--button-height-sm));padding-inline:var(--button-padding-x, var(--button-padding-x-sm));vertical-align:middle}.m_77c9d27d:where([data-block]){display:block;width:100%}.m_77c9d27d:where([data-with-left-section]){padding-inline-start:calc(var(--button-padding-x) / 1.5)}.m_77c9d27d:where([data-with-right-section]){padding-inline-end:calc(var(--button-padding-x) / 1.5)}.m_77c9d27d:where(:disabled:not([data-loading]),[data-disabled]:not([data-loading])){cursor:not-allowed;border:1px solid transparent;transform:none;color:var(--mantine-color-disabled-color);background:var(--mantine-color-disabled)}.m_77c9d27d:before{content:"";pointer-events:none;position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:var(--button-radius, var(--mantine-radius-default));transform:translateY(-100%);opacity:0;filter:blur(12px);transition:transform .15s ease,opacity .1s ease}:where([data-mantine-color-scheme=light]) .m_77c9d27d:before{background-color:#ffffff26}:where([data-mantine-color-scheme=dark]) .m_77c9d27d:before{background-color:#00000026}.m_77c9d27d:where([data-loading]){cursor:not-allowed;transform:none}.m_77c9d27d:where([data-loading]):before{transform:translateY(0);opacity:1}.m_77c9d27d:where([data-loading]) .m_80f1301b{opacity:0;transform:translateY(100%)}@media(hover:hover){.m_77c9d27d:hover:where(:not([data-loading],:disabled,[data-disabled])){background-color:var(--button-hover, var(--mantine-primary-color-filled-hover));color:var(--button-hover-color, var(--button-color))}}@media(hover:none){.m_77c9d27d:active:where(:not([data-loading],:disabled,[data-disabled])){background-color:var(--button-hover, var(--mantine-primary-color-filled-hover));color:var(--button-hover-color, var(--button-color))}}.m_80f1301b{display:flex;align-items:center;justify-content:var(--button-justify, center);height:100%;overflow:visible;transition:transform .15s ease,opacity .1s ease}.m_811560b9{white-space:nowrap;height:100%;overflow:hidden;display:flex;align-items:center;opacity:1}.m_811560b9:where([data-loading]){opacity:.2}.m_a74036a{display:flex;align-items:center}.m_a74036a:where([data-position=left]){margin-inline-end:var(--mantine-spacing-xs)}.m_a74036a:where([data-position=right]){margin-inline-start:var(--mantine-spacing-xs)}.m_a25b86ee{position:absolute;left:50%;top:50%}.m_80d6d844{--button-border-width: 1px;display:flex}.m_80d6d844 :where(.m_77c9d27d):focus{position:relative;z-index:1}.m_80d6d844[data-orientation=horizontal]{flex-direction:row}.m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):first-child,.m_80d6d844[data-orientation=horizontal] .m_70be2a01:not(:only-child):first-child{border-end-end-radius:0;border-start-end-radius:0;border-inline-end-width:calc(var(--button-border-width) / 2)}.m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):last-child,.m_80d6d844[data-orientation=horizontal] .m_70be2a01:not(:only-child):last-child{border-end-start-radius:0;border-start-start-radius:0;border-inline-start-width:calc(var(--button-border-width) / 2)}.m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child),.m_80d6d844[data-orientation=horizontal] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child){border-radius:0;border-inline-width:calc(var(--button-border-width) / 2)}.m_80d6d844[data-orientation=vertical]{flex-direction:column}.m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):first-child,.m_80d6d844[data-orientation=vertical] .m_70be2a01:not(:only-child):first-child{border-end-start-radius:0;border-end-end-radius:0;border-bottom-width:calc(var(--button-border-width) / 2)}.m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):last-child,.m_80d6d844[data-orientation=vertical] .m_70be2a01:not(:only-child):last-child{border-start-start-radius:0;border-start-end-radius:0;border-top-width:calc(var(--button-border-width) / 2)}.m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child),.m_80d6d844[data-orientation=vertical] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child){border-radius:0;border-bottom-width:calc(var(--button-border-width) / 2);border-top-width:calc(var(--button-border-width) / 2)}.m_70be2a01{--section-height-xs: 30px;--section-height-sm: 36px;--section-height-md: 42px;--section-height-lg: 50px;--section-height-xl: 60px;--section-height-compact-xs: 22px;--section-height-compact-sm: 26px;--section-height-compact-md: 30px;--section-height-compact-lg: 34px;--section-height-compact-xl: 40px;--section-padding-x-xs: 14px;--section-padding-x-sm: 18px;--section-padding-x-md: 22px;--section-padding-x-lg: 26px;--section-padding-x-xl: 32px;--section-padding-x-compact-xs: 7px;--section-padding-x-compact-sm: 8px;--section-padding-x-compact-md: 10px;--section-padding-x-compact-lg: 12px;--section-padding-x-compact-xl: 14px;--section-height: var(--section-height-sm);--section-padding-x: var(--section-padding-x-sm);--section-color: var(--mantine-color-white);font-weight:600;width:auto;border-radius:var(--section-radius, var(--mantine-radius-default));font-size:var(--section-fz, var(--mantine-font-size-sm));background:var(--section-bg, var(--mantine-primary-color-filled));border:var(--section-bd, calc(.0625rem * var(--mantine-scale)) solid transparent);color:var(--section-color, var(--mantine-color-white));height:var(--section-height, var(--section-height-sm));padding-inline:var(--section-padding-x, var(--section-padding-x-sm));vertical-align:middle;line-height:1;display:inline-flex;align-items:center;justify-content:center}.m_fea6bf1a{--burger-size-xs: 12px;--burger-size-sm: 18px;--burger-size-md: 24px;--burger-size-lg: 34px;--burger-size-xl: 42px;--burger-size: var(--burger-size-md);--burger-line-size: calc(var(--burger-size) / 12);width:calc(var(--burger-size) + var(--mantine-spacing-xs));height:calc(var(--burger-size) + var(--mantine-spacing-xs));padding:calc(var(--mantine-spacing-xs) / 2);cursor:pointer}:where([data-mantine-color-scheme=light]) .m_fea6bf1a{--burger-color: var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_fea6bf1a{--burger-color: var(--mantine-color-white)}.m_d4fb9cad{position:relative;-webkit-user-select:none;user-select:none}.m_d4fb9cad,.m_d4fb9cad:before,.m_d4fb9cad:after{display:block;width:var(--burger-size);height:var(--burger-line-size);background-color:var(--burger-color);outline:1px solid transparent;transition-property:background-color,transform;transition-duration:var(--burger-transition-duration, .3s);transition-timing-function:var(--burger-transition-timing-function, ease)}.m_d4fb9cad:before,.m_d4fb9cad:after{position:absolute;content:"";inset-inline-start:0}.m_d4fb9cad:before{top:calc(var(--burger-size) / -3)}.m_d4fb9cad:after{top:calc(var(--burger-size) / 3)}.m_d4fb9cad[data-opened]{background-color:transparent}.m_d4fb9cad[data-opened]:before{transform:translateY(calc(var(--burger-size) / 3)) rotate(45deg)}.m_d4fb9cad[data-opened]:after{transform:translateY(calc(var(--burger-size) / -3)) rotate(-45deg)}.m_e615b15f{--card-padding: var(--mantine-spacing-md);position:relative;overflow:hidden;display:flex;flex-direction:column;padding:var(--card-padding);color:var(--mantine-color-text)}:where([data-mantine-color-scheme=light]) .m_e615b15f{background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_e615b15f{background-color:var(--mantine-color-dark-6)}.m_599a2148{display:block;margin-inline:calc(var(--card-padding) * -1)}.m_599a2148:where(:first-child){margin-top:calc(var(--card-padding) * -1);border-top:none!important}.m_599a2148:where(:last-child){margin-bottom:calc(var(--card-padding) * -1);border-bottom:none!important}.m_599a2148:where([data-inherit-padding]){padding-inline:var(--card-padding)}.m_599a2148:where([data-with-border]){border-top:1px solid;border-bottom:1px solid}:where([data-mantine-color-scheme=light]) .m_599a2148{border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_599a2148{border-color:var(--mantine-color-dark-4)}.m_599a2148+.m_599a2148{border-top:none!important}.m_4451eb3a{display:flex;align-items:center;justify-content:center}.m_4451eb3a:where([data-inline]){display:inline-flex}.m_bf2d988c{--checkbox-size-xs: 16px;--checkbox-size-sm: 20px;--checkbox-size-md: 24px;--checkbox-size-lg: 30px;--checkbox-size-xl: 36px;--checkbox-size: var(--checkbox-size-sm);--checkbox-color: var(--mantine-primary-color-filled)}.m_bf2d988c:where([data-variant=filled]){--checkbox-icon-color: var(--mantine-color-white)}.m_bf2d988c:where([data-variant=outline]){--checkbox-icon-color: var(--checkbox-color)}.m_26062bec{position:relative;width:var(--checkbox-size);height:var(--checkbox-size);order:1}.m_26062bec:where([data-label-position=left]){order:2}.m_26063560{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;width:var(--checkbox-size);height:var(--checkbox-size);border-radius:var(--checkbox-radius, var(--mantine-radius-default));padding:0;display:block;margin:0;transition:border-color .1s ease,background-color .1s ease;cursor:var(--mantine-cursor-type);-webkit-tap-highlight-color:transparent}:where([data-mantine-color-scheme=light]) .m_26063560{background-color:var(--mantine-color-white);border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_26063560{background-color:var(--mantine-color-dark-6);border-color:var(--mantine-color-dark-4)}.m_26063560:where([data-error]){border-color:var(--mantine-color-error)}.m_26063560[data-indeterminate],.m_26063560:checked{background-color:var(--checkbox-color);border-color:var(--checkbox-color)}.m_26063560[data-indeterminate]+.m_bf295423,.m_26063560:checked+.m_bf295423{opacity:1;transform:none}.m_26063560:disabled{cursor:not-allowed;border-color:var(--mantine-color-disabled-border);background-color:var(--mantine-color-disabled)}.m_26063560:disabled+.m_bf295423{color:var(--mantine-color-disabled-color)}.m_215c4542+.m_bf295423{color:var(--checkbox-color)}.m_215c4542[data-indeterminate]:not(:disabled),.m_215c4542:checked:not(:disabled){background-color:transparent;border-color:var(--checkbox-color)}.m_215c4542[data-indeterminate]:not(:disabled)+.m_bf295423,.m_215c4542:checked:not(:disabled)+.m_bf295423{color:var(--checkbox-icon-color);opacity:1;transform:none}.m_bf295423{position:absolute;top:0;right:0;bottom:0;left:0;width:60%;margin:auto;color:var(--checkbox-icon-color);pointer-events:none;transform:translateY(calc(.3125rem * var(--mantine-scale))) scale(.5);opacity:0;transition:transform .1s ease,opacity .1s ease}.m_f59ffda3{--chip-size-xs: 23px;--chip-size-sm: 28px;--chip-size-md: 32px;--chip-size-lg: 36px;--chip-size-xl: 40px;--chip-icon-size-xs: 9px;--chip-icon-size-sm: 12px;--chip-icon-size-md: 14px;--chip-icon-size-lg: 16px;--chip-icon-size-xl: 18px;--chip-padding-xs: 16px;--chip-padding-sm: 20px;--chip-padding-md: 24px;--chip-padding-lg: 28px;--chip-padding-xl: 32px;--chip-checked-padding-xs: 8.2px;--chip-checked-padding-sm: 10px;--chip-checked-padding-md: 11.7px;--chip-checked-padding-lg: 13.5px;--chip-checked-padding-xl: 15.7px;--chip-spacing-xs: 10px;--chip-spacing-sm: 12px;--chip-spacing-md: 16px;--chip-spacing-lg: 20px;--chip-spacing-xl: 22px;--chip-size: var(--chip-size-sm);--chip-icon-size: var(--chip-icon-size-sm);--chip-padding: var(--chip-padding-sm);--chip-spacing: var(--chip-spacing-sm);--chip-checked-padding: var(--chip-checked-padding-sm);--chip-bg: var(--mantine-primary-color-filled);--chip-hover: var(--mantine-primary-color-filled-hover);--chip-color: var(--mantine-color-white);--chip-bd: 1px solid transparent}.m_be049a53{display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none;border-radius:var(--chip-radius, 1000rem);height:var(--chip-size);font-size:var(--chip-fz, var(--mantine-font-size-sm));line-height:calc(var(--chip-size) - calc(.125rem * var(--mantine-scale)));padding-inline:var(--chip-padding);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;border:1px solid transparent;color:var(--mantine-color-text)}.m_be049a53:where([data-checked]){padding-inline:var(--chip-checked-padding)}.m_be049a53:where([data-disabled]){cursor:not-allowed;background-color:var(--mantine-color-disabled);color:var(--mantine-color-disabled-color)}:where([data-mantine-color-scheme=light]) .m_3904c1af:not([data-disabled]){background-color:var(--mantine-color-white);border:1px solid var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_3904c1af:not([data-disabled]){background-color:var(--mantine-color-dark-6);border:1px solid var(--mantine-color-dark-4)}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_3904c1af:not([data-disabled]):hover{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_3904c1af:not([data-disabled]):hover{background-color:var(--mantine-color-dark-5)}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_3904c1af:not([data-disabled]):active{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_3904c1af:not([data-disabled]):active{background-color:var(--mantine-color-dark-5)}}.m_3904c1af:not([data-disabled]):where([data-checked]){--chip-icon-color: var(--chip-color);border:var(--chip-bd)}@media(hover:hover){.m_3904c1af:not([data-disabled]):where([data-checked]):hover{background-color:var(--chip-hover)}}@media(hover:none){.m_3904c1af:not([data-disabled]):where([data-checked]):active{background-color:var(--chip-hover)}}.m_fa109255:not([data-disabled]),.m_f7e165c3:not([data-disabled]){border:1px solid transparent;color:var(--mantine-color-text)}:where([data-mantine-color-scheme=light]) .m_fa109255:not([data-disabled]),:where([data-mantine-color-scheme=light]) .m_f7e165c3:not([data-disabled]){background-color:var(--mantine-color-gray-1)}:where([data-mantine-color-scheme=dark]) .m_fa109255:not([data-disabled]),:where([data-mantine-color-scheme=dark]) .m_f7e165c3:not([data-disabled]){background-color:var(--mantine-color-dark-5)}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_fa109255:not([data-disabled]):hover,:where([data-mantine-color-scheme=light]) .m_f7e165c3:not([data-disabled]):hover{background-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_fa109255:not([data-disabled]):hover,:where([data-mantine-color-scheme=dark]) .m_f7e165c3:not([data-disabled]):hover{background-color:var(--mantine-color-dark-4)}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_fa109255:not([data-disabled]):active,:where([data-mantine-color-scheme=light]) .m_f7e165c3:not([data-disabled]):active{background-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_fa109255:not([data-disabled]):active,:where([data-mantine-color-scheme=dark]) .m_f7e165c3:not([data-disabled]):active{background-color:var(--mantine-color-dark-4)}}.m_fa109255:not([data-disabled]):where([data-checked]),.m_f7e165c3:not([data-disabled]):where([data-checked]){--chip-icon-color: var(--chip-color);color:var(--chip-color);background-color:var(--chip-bg)}@media(hover:hover){.m_fa109255:not([data-disabled]):where([data-checked]):hover,.m_f7e165c3:not([data-disabled]):where([data-checked]):hover{background-color:var(--chip-hover)}}@media(hover:none){.m_fa109255:not([data-disabled]):where([data-checked]):active,.m_f7e165c3:not([data-disabled]):where([data-checked]):active{background-color:var(--chip-hover)}}.m_9ac86df9{width:calc(var(--chip-icon-size) + (var(--chip-spacing) / 1.5));max-width:calc(var(--chip-icon-size) + (var(--chip-spacing) / 1.5));height:var(--chip-icon-size);display:flex;align-items:center;overflow:hidden}.m_d6d72580{width:var(--chip-icon-size);height:var(--chip-icon-size);display:block;color:var(--chip-icon-color, inherit)}.m_bde07329{width:0;height:0;padding:0;opacity:0;margin:0}.m_bde07329:focus-visible+.m_be049a53{outline:2px solid var(--mantine-primary-color-filled);outline-offset:2px}.m_b183c0a2{font-family:var(--mantine-font-family-monospace);line-height:var(--mantine-line-height);padding:2px calc(var(--mantine-spacing-xs) / 2);border-radius:var(--mantine-radius-sm);font-size:var(--mantine-font-size-xs);margin:0;overflow:auto}:where([data-mantine-color-scheme=light]) .m_b183c0a2{background-color:var(--code-bg, var(--mantine-color-gray-0))}:where([data-mantine-color-scheme=dark]) .m_b183c0a2{background-color:var(--code-bg, var(--mantine-color-dark-6))}.m_b183c0a2[data-block]{padding:var(--mantine-spacing-xs)}.m_b077c2bc{--ci-eye-dropper-icon-size-xs: 14px;--ci-eye-dropper-icon-size-sm: 16px;--ci-eye-dropper-icon-size-md: 18px;--ci-eye-dropper-icon-size-lg: 20px;--ci-eye-dropper-icon-size-xl: 22px;--ci-eye-dropper-icon-size: var(--ci-eye-dropper-icon-size-sm)}.m_66a028b5{--ci-button-size-xs: 22px;--ci-button-size-sm: 26px;--ci-button-size-md: 28px;--ci-button-size-lg: 32px;--ci-button-size-xl: 40px;--ci-button-size: var(--ci-button-size-sm);width:var(--ci-button-size);height:var(--ci-button-size);min-width:var(--ci-button-size);min-height:var(--ci-button-size)}.m_c5ccdcab{--ci-preview-size-xs: 16px;--ci-preview-size-sm: 18px;--ci-preview-size-md: 22px;--ci-preview-size-lg: 28px;--ci-preview-size-xl: 36px;--ci-preview-size: var(--ci-preview-size-sm)}.m_5ece2cd7{padding:8px}.m_fee9c77{--cp-width-xs: 180px;--cp-width-sm: 200px;--cp-width-md: 240px;--cp-width-lg: 280px;--cp-width-xl: 320px;--cp-preview-size-xs: 26px;--cp-preview-size-sm: 34px;--cp-preview-size-md: 42px;--cp-preview-size-lg: 50px;--cp-preview-size-xl: 54px;--cp-thumb-size-xs: 8px;--cp-thumb-size-sm: 12px;--cp-thumb-size-md: 16px;--cp-thumb-size-lg: 20px;--cp-thumb-size-xl: 22px;--cp-saturation-height-xs: 100px;--cp-saturation-height-sm: 110px;--cp-saturation-height-md: 120px;--cp-saturation-height-lg: 140px;--cp-saturation-height-xl: 160px;--cp-preview-size: var(--cp-preview-size-sm);--cp-thumb-size: var(--cp-thumb-size-sm);--cp-saturation-height: var(--cp-saturation-height-sm);--cp-width: var(--cp-width-sm);--cp-body-spacing: var(--mantine-spacing-sm);width:var(--cp-width);padding:1px}.m_fee9c77:where([data-full-width]){width:100%}.m_9dddfbac{width:var(--cp-preview-size);height:var(--cp-preview-size)}.m_bffecc3e{display:flex;padding-top:calc(var(--cp-body-spacing) / 2)}.m_3283bb96{flex:1}.m_3283bb96:not(:only-child){margin-inline-end:var(--mantine-spacing-xs)}.m_40d572ba{overflow:hidden;position:absolute;box-shadow:0 0 1px #0009;border:2px solid var(--mantine-color-white);width:var(--cp-thumb-size);height:var(--cp-thumb-size);border-radius:var(--cp-thumb-size);left:calc(var(--thumb-x-offset) - var(--cp-thumb-size) / 2);top:calc(var(--thumb-y-offset) - var(--cp-thumb-size) / 2)}.m_d8ee6fd8{height:unset!important;width:unset!important;min-width:0!important;min-height:0!important;margin:2px;cursor:pointer;padding-bottom:calc(var(--cp-swatch-size) - calc(.25rem * var(--mantine-scale)));flex:0 0 calc(var(--cp-swatch-size) - calc(.25rem * var(--mantine-scale)))}.m_5711e686{margin-top:5px;margin-inline:-2px;display:flex;flex-wrap:wrap}.m_5711e686:only-child{margin-top:0}.m_202a296e{--cp-thumb-size-xs: 8px;--cp-thumb-size-sm: 12px;--cp-thumb-size-md: 16px;--cp-thumb-size-lg: 20px;--cp-thumb-size-xl: 22px;-webkit-tap-highlight-color:transparent;position:relative;height:var(--cp-saturation-height);border-radius:var(--mantine-radius-sm);margin:calc(var(--cp-thumb-size) / 2)}.m_202a296e:where([data-focus-ring=auto]):focus:focus-visible .m_40d572ba{outline:2px solid var(--mantine-color-blue-filled)}.m_202a296e:where([data-focus-ring=always]):focus .m_40d572ba{outline:2px solid var(--mantine-color-blue-filled)}.m_11b3db02{position:absolute;border-radius:var(--mantine-radius-sm);inset:calc(var(--cp-thumb-size) * -1 / 2 - calc(.0625rem * var(--mantine-scale)))}.m_d856d47d{--cp-thumb-size-xs: 8px;--cp-thumb-size-sm: 12px;--cp-thumb-size-md: 16px;--cp-thumb-size-lg: 20px;--cp-thumb-size-xl: 22px;--cp-thumb-size: var(--cp-thumb-size, calc(.75rem * var(--mantine-scale)));position:relative;height:calc(var(--cp-thumb-size) + calc(.125rem * var(--mantine-scale)));margin-inline:calc(var(--cp-thumb-size) / 2);outline:none}.m_d856d47d+.m_d856d47d{margin-top:6px}.m_d856d47d:where([data-focus-ring=auto]):focus:focus-visible .m_40d572ba{outline:2px solid var(--mantine-color-blue-filled)}.m_d856d47d:where([data-focus-ring=always]):focus .m_40d572ba{outline:2px solid var(--mantine-color-blue-filled)}:where([data-mantine-color-scheme=light]) .m_d856d47d{--slider-checkers: var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_d856d47d{--slider-checkers: var(--mantine-color-dark-4)}.m_8f327113{position:absolute;top:0;bottom:0;inset-inline:calc(var(--cp-thumb-size) * -1 / 2 - calc(.0625rem * var(--mantine-scale)));border-radius:10000rem}.m_de3d2490{--cs-size: 28px;--cs-radius: 1000px;-webkit-tap-highlight-color:transparent;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;line-height:1;position:relative;width:var(--cs-size);height:var(--cs-size);min-width:var(--cs-size);min-height:var(--cs-size);border-radius:var(--cs-radius);color:inherit;text-decoration:none}[data-mantine-color-scheme=light] .m_de3d2490{--alpha-overlay-color: var(--mantine-color-gray-3);--alpha-overlay-bg: var(--mantine-color-white)}[data-mantine-color-scheme=dark] .m_de3d2490{--alpha-overlay-color: var(--mantine-color-dark-4);--alpha-overlay-bg: var(--mantine-color-dark-7)}.m_862f3d1b{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--cs-radius)}.m_98ae7f22{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--cs-radius);z-index:1;box-shadow:#0000001a 0 0 0 calc(.0625rem * var(--mantine-scale)) inset,#00000026 0 0 calc(.25rem * var(--mantine-scale)) inset}.m_95709ac0{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--cs-radius);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0;background-image:linear-gradient(45deg,var(--alpha-overlay-color) 25%,transparent 25%),linear-gradient(-45deg,var(--alpha-overlay-color) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--alpha-overlay-color) 75%),linear-gradient(-45deg,var(--alpha-overlay-bg) 75%,var(--alpha-overlay-color) 75%)}.m_93e74e3{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--cs-radius);z-index:2;display:flex;align-items:center;justify-content:center}.m_88b62a41{--combobox-padding: 4px;padding:var(--combobox-padding)}.m_88b62a41:has([data-mantine-scrollbar]) .m_985517d8{max-width:calc(100% + var(--combobox-padding))}.m_88b62a41[data-composed]{padding-inline-end:0}.m_88b62a41[data-hidden]{display:none}.m_88b62a41,.m_b2821a6e{--combobox-option-padding-xs: 4px 8px;--combobox-option-padding-sm: 6px 10px;--combobox-option-padding-md: 8px 12px;--combobox-option-padding-lg: 10px 16px;--combobox-option-padding-xl: 14px 20px;--combobox-option-padding: var(--combobox-option-padding-sm)}.m_92253aa5{padding:var(--combobox-option-padding);font-size:var(--combobox-option-fz, var(--mantine-font-size-sm));border-radius:var(--mantine-radius-default);background-color:transparent;color:inherit;cursor:pointer;overflow-wrap:break-word}.m_92253aa5:where([data-combobox-selected]){background-color:var(--mantine-primary-color-filled);color:var(--mantine-color-white)}.m_92253aa5:where([data-combobox-disabled]){cursor:not-allowed;opacity:.35}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_92253aa5:hover:where(:not([data-combobox-selected],[data-combobox-disabled])){background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_92253aa5:hover:where(:not([data-combobox-selected],[data-combobox-disabled])){background-color:var(--mantine-color-dark-7)}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_92253aa5:active:where(:not([data-combobox-selected],[data-combobox-disabled])){background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_92253aa5:active:where(:not([data-combobox-selected],[data-combobox-disabled])){background-color:var(--mantine-color-dark-7)}}.m_985517d8{margin-inline:calc(var(--combobox-padding) * -1);margin-top:calc(var(--combobox-padding) * -1);width:calc(100% + var(--combobox-padding) * 2);border-top-width:0;border-inline-width:0;border-end-start-radius:0;border-end-end-radius:0;margin-bottom:var(--combobox-padding);position:relative}:where([data-mantine-color-scheme=light]) .m_985517d8,:where([data-mantine-color-scheme=light]) .m_985517d8:focus{border-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_985517d8,:where([data-mantine-color-scheme=dark]) .m_985517d8:focus{border-color:var(--mantine-color-dark-4)}:where([data-mantine-color-scheme=light]) .m_985517d8{background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_985517d8{background-color:var(--mantine-color-dark-7)}.m_2530cd1d{font-size:var(--combobox-option-fz, var(--mantine-font-size-sm));text-align:center;padding:var(--combobox-option-padding);color:var(--mantine-color-dimmed)}.m_858f94bd,.m_82b967cb{font-size:var(--combobox-option-fz, var(--mantine-font-size-sm));border:0 solid transparent;margin-inline:calc(var(--combobox-padding) * -1);padding:var(--combobox-option-padding)}:where([data-mantine-color-scheme=light]) .m_858f94bd,:where([data-mantine-color-scheme=light]) .m_82b967cb{border-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_858f94bd,:where([data-mantine-color-scheme=dark]) .m_82b967cb{border-color:var(--mantine-color-dark-4)}.m_82b967cb{border-top-width:1px;margin-top:var(--combobox-padding);margin-bottom:calc(var(--combobox-padding) * -1)}.m_858f94bd{border-bottom-width:1px;margin-bottom:var(--combobox-padding);margin-top:calc(var(--combobox-padding) * -1)}.m_254f3e4f:has(.m_2bb2e9e5:only-child){display:none}.m_2bb2e9e5{color:var(--mantine-color-dimmed);font-size:calc(var(--combobox-option-fz, var(--mantine-font-size-sm)) * .85);padding:var(--combobox-option-padding);font-weight:500;position:relative;display:flex;align-items:center}.m_2bb2e9e5:after{content:"";flex:1;inset-inline:0;height:1px;margin-inline-start:var(--mantine-spacing-xs)}:where([data-mantine-color-scheme=light]) .m_2bb2e9e5:after{background-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_2bb2e9e5:after{background-color:var(--mantine-color-dark-4)}.m_2bb2e9e5:only-child{display:none}.m_2943220b{--combobox-chevron-size-xs: 14px;--combobox-chevron-size-sm: 18px;--combobox-chevron-size-md: 20px;--combobox-chevron-size-lg: 24px;--combobox-chevron-size-xl: 28px;--combobox-chevron-size: var(--combobox-chevron-size-sm)}:where([data-mantine-color-scheme=light]) .m_2943220b{--_combobox-chevron-color: var(--combobox-chevron-color, var(--mantine-color-gray-6))}:where([data-mantine-color-scheme=dark]) .m_2943220b{--_combobox-chevron-color: var(--combobox-chevron-color, var(--mantine-color-dark-3))}.m_2943220b{width:var(--combobox-chevron-size);height:var(--combobox-chevron-size);color:var(--_combobox-chevron-color)}.m_2943220b:where([data-error]){color:var(--combobox-chevron-color, var(--mantine-color-error))}.m_390b5f4{display:flex;align-items:center;gap:8px}.m_390b5f4:where([data-reverse]){justify-content:space-between}.m_8ee53fc2{opacity:.4;width:.8em;min-width:.8em;height:.8em}:where([data-combobox-selected]) .m_8ee53fc2{opacity:1}.m_a530ee0a{width:.8em;min-width:.8em;height:.8em}.m_7485cace{--container-size-xs: 540px;--container-size-sm: 720px;--container-size-md: 960px;--container-size-lg: 1140px;--container-size-xl: 1320px;--container-size: var(--container-size-md)}.m_7485cace:where([data-strategy=block]){max-width:var(--container-size);padding-inline:var(--mantine-spacing-md);margin-inline:auto}.m_7485cace:where([data-strategy=block]):where([data-fluid]){max-width:100%}.m_7485cace:where([data-strategy=grid]){display:grid;grid-template-columns:1fr min(100%,var(--container-size)) 1fr;margin-inline:auto}.m_7485cace:where([data-strategy=grid])>*{grid-column:2}.m_7485cace:where([data-strategy=grid])>[data-breakout]{grid-column:1 / -1}.m_7485cace:where([data-strategy=grid])>[data-breakout]>[data-container]{max-width:var(--container-size);margin-inline:auto}.m_e2125a27{--dialog-size-xs: 160px;--dialog-size-sm: 200px;--dialog-size-md: 340px;--dialog-size-lg: 400px;--dialog-size-xl: 500px;--dialog-size: var(--dialog-size-md);position:relative;width:var(--dialog-size);max-width:calc(100vw - var(--mantine-spacing-xl) * 2);min-height:50px}.m_5abab665{position:absolute;top:calc(var(--mantine-spacing-md) / 2);inset-inline-end:calc(var(--mantine-spacing-md) / 2)}.m_3eebeb36{--divider-size-xs: 1px;--divider-size-sm: 2px;--divider-size-md: 3px;--divider-size-lg: 4px;--divider-size-xl: 5px;--divider-size: var(--divider-size-xs)}:where([data-mantine-color-scheme=light]) .m_3eebeb36{--divider-color: var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_3eebeb36{--divider-color: var(--mantine-color-dark-4)}.m_3eebeb36:where([data-orientation=horizontal]){border-top:var(--divider-size) var(--divider-border-style, solid) var(--divider-color)}.m_3eebeb36:where([data-orientation=vertical]){border-inline-start:var(--divider-size) var(--divider-border-style, solid) var(--divider-color);height:auto;align-self:stretch}.m_3eebeb36:where([data-with-label]){border:0}.m_9e365f20{display:flex;align-items:center;font-size:var(--mantine-font-size-xs);color:var(--mantine-color-dimmed);white-space:nowrap}.m_9e365f20:where([data-position=left]):before{display:none}.m_9e365f20:where([data-position=right]):after{display:none}.m_9e365f20:before{content:"";flex:1;height:1px;border-top:var(--divider-size) var(--divider-border-style, solid) var(--divider-color);margin-inline-end:var(--mantine-spacing-xs)}.m_9e365f20:after{content:"";flex:1;height:1px;border-top:var(--divider-size) var(--divider-border-style, solid) var(--divider-color);margin-inline-start:var(--mantine-spacing-xs)}.m_f11b401e{--drawer-size-xs: 320px;--drawer-size-sm: 380px;--drawer-size-md: 440px;--drawer-size-lg: 620px;--drawer-size-xl: 780px;--drawer-size: var(--drawer-size-md);--drawer-offset: 0rem}.m_5a7c2c9{z-index:1000}.m_b8a05bbd{flex:var(--drawer-flex, 0 0 var(--drawer-size));height:var(--drawer-height, calc(100% - var(--drawer-offset) * 2));margin:var(--drawer-offset);max-width:calc(100% - var(--drawer-offset) * 2);max-height:calc(100% - var(--drawer-offset) * 2);overflow-y:auto}.m_b8a05bbd[data-hidden]{opacity:0!important;pointer-events:none}.m_31cd769a{display:flex;justify-content:var(--drawer-justify, flex-start);align-items:var(--drawer-align, flex-start)}.m_e9408a47{padding:var(--mantine-spacing-lg);padding-top:var(--mantine-spacing-xs);border-radius:var(--fieldset-radius, var(--mantine-radius-default));min-inline-size:auto}.m_84c9523a{border:1px solid}:where([data-mantine-color-scheme=light]) .m_84c9523a{border-color:var(--mantine-color-gray-3);background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_84c9523a{border-color:var(--mantine-color-dark-4);background-color:var(--mantine-color-dark-7)}.m_ef274e49{border:1px solid}:where([data-mantine-color-scheme=light]) .m_ef274e49{border-color:var(--mantine-color-gray-3);background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_ef274e49{border-color:var(--mantine-color-dark-4);background-color:var(--mantine-color-dark-6)}.m_eda993d3{padding:0;border:0;border-radius:0}.m_90794832{font-size:var(--mantine-font-size-sm)}.m_74ca27fe{padding:0;margin-bottom:var(--mantine-spacing-sm)}.m_8478a6da{container:mantine-grid / inline-size}.m_410352e9{--grid-overflow: visible;--grid-margin: calc(var(--grid-gutter) / -2);--grid-col-padding: calc(var(--grid-gutter) / 2);overflow:var(--grid-overflow)}.m_dee7bd2f{width:calc(100% + var(--grid-gutter));display:flex;flex-wrap:wrap;justify-content:var(--grid-justify);align-items:var(--grid-align);margin:var(--grid-margin)}.m_96bdd299{--col-flex-grow: 0;--col-offset: 0rem;flex-shrink:0;order:var(--col-order);flex-basis:var(--col-flex-basis);width:var(--col-width);max-width:var(--col-max-width);flex-grow:var(--col-flex-grow);margin-inline-start:var(--col-offset);padding:var(--grid-col-padding)}.m_9e117634{display:block;object-fit:var(--image-object-fit, cover);width:100%;border-radius:var(--image-radius, 0)}@keyframes m_885901b1{0%{opacity:.6;transform:scale(0)}to{opacity:0;transform:scale(2.8)}}.m_e5262200{--indicator-size: 10px;--indicator-color: var(--mantine-primary-color-filled);position:relative;display:block}.m_e5262200:where([data-inline]){display:inline-block}.m_760d1fb1{position:absolute;top:var(--indicator-top);left:var(--indicator-left);right:var(--indicator-right);bottom:var(--indicator-bottom);transform:translate(var(--indicator-translate-x),var(--indicator-translate-y));min-width:var(--indicator-size);height:var(--indicator-size);border-radius:var(--indicator-radius, 1000rem);z-index:var(--indicator-z-index, 200);display:flex;align-items:center;justify-content:center;font-size:var(--mantine-font-size-xs);background-color:var(--indicator-color);color:var(--indicator-text-color, var(--mantine-color-white));white-space:nowrap}.m_760d1fb1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--indicator-color);border-radius:var(--indicator-radius, 1000rem);z-index:-1}.m_760d1fb1:where([data-with-label]){padding-inline:calc(var(--mantine-spacing-xs) / 2)}.m_760d1fb1:where([data-with-border]){border:2px solid var(--mantine-color-body)}.m_760d1fb1[data-processing]:before{animation:m_885901b1 1s linear infinite}.m_5f75b09e{--label-lh-xs: 16px;--label-lh-sm: 20px;--label-lh-md: 24px;--label-lh-lg: 30px;--label-lh-xl: 36px;--label-lh: var(--label-lh-sm)}.m_5f75b09e[data-label-position=left]{--label-order: 1;--label-offset-end: var(--mantine-spacing-sm);--label-offset-start: 0}.m_5f75b09e[data-label-position=right]{--label-order: 2;--label-offset-end: 0;--label-offset-start: var(--mantine-spacing-sm)}.m_5f6e695e{-webkit-tap-highlight-color:transparent;display:flex}.m_d3ea56bb{--label-cursor: var(--mantine-cursor-type);-webkit-tap-highlight-color:transparent;display:inline-flex;flex-direction:column;font-size:var(--label-fz, var(--mantine-font-size-sm));line-height:var(--label-lh);cursor:var(--label-cursor);order:var(--label-order)}fieldset:disabled .m_d3ea56bb,.m_d3ea56bb[data-disabled]{--label-cursor: not-allowed}.m_8ee546b8{cursor:var(--label-cursor);color:inherit;padding-inline-start:var(--label-offset-start);padding-inline-end:var(--label-offset-end)}fieldset:disabled .m_8ee546b8,.m_8ee546b8:where([data-disabled]){color:var(--mantine-color-disabled-color)}.m_328f68c0{margin-top:calc(var(--mantine-spacing-xs) / 2);padding-inline-start:var(--label-offset-start);padding-inline-end:var(--label-offset-end);cursor:default}.m_8e8a99cc{margin-top:calc(var(--mantine-spacing-xs) / 2);padding-inline-start:var(--label-offset-start);padding-inline-end:var(--label-offset-end)}.m_dc6f14e2{--kbd-fz-xs: 10px;--kbd-fz-sm: 12px;--kbd-fz-md: 14px;--kbd-fz-lg: 16px;--kbd-fz-xl: 20px;--kbd-fz: var(--kbd-fz-sm);font-family:var(--mantine-font-family-monospace);line-height:var(--mantine-line-height);font-weight:700;font-size:var(--kbd-fz);border-radius:var(--mantine-radius-sm);border:1px solid;border-bottom-width:3px;unicode-bidi:embed;text-align:center;padding:.12em .45em}:where([data-mantine-color-scheme=light]) .m_dc6f14e2{border-color:var(--mantine-color-gray-3);color:var(--mantine-color-gray-7);background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_dc6f14e2{border-color:var(--mantine-color-dark-4);color:var(--mantine-color-dark-0);background-color:var(--mantine-color-dark-6)}.m_abbac491{--list-fz: var(--mantine-font-size-md);--list-lh: var(--mantine-line-height-md);--list-marker-gap: var(--mantine-spacing-lg);list-style-position:outside;font-size:var(--list-fz);line-height:var(--list-lh);margin:0;padding:0;padding-inline-start:var(--list-marker-gap)}.m_abbac491[data-type=none]{--list-marker-gap: 0}.m_abbac491:where([data-with-padding]){padding-inline-start:calc(var(--list-marker-gap) + var(--mantine-spacing-md))}.m_abb6bec2{white-space:normal;line-height:var(--list-lh)}.m_abb6bec2:where([data-with-icon]){list-style:none}.m_abb6bec2:where([data-with-icon]) .m_75cd9f71{--li-direction: row;--li-align: center}.m_abb6bec2:where(:not(:first-of-type)){margin-top:var(--list-spacing, 0)}.m_abb6bec2:where([data-centered]){line-height:1}.m_75cd9f71{display:inline-flex;flex-direction:var(--li-direction, column);align-items:var(--li-align, flex-start);white-space:normal}.m_60f83e5b{display:inline-block;vertical-align:middle;margin-inline-end:var(--mantine-spacing-sm)}.m_6e45937b{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:var(--lo-z-index)}.m_e8eb006c{position:relative;z-index:calc(var(--lo-z-index) + 1)}.m_df587f17{z-index:var(--lo-z-index)}.m_bcb3f3c2{color:var(--mantine-color-black)}:where([data-mantine-color-scheme=light]) .m_bcb3f3c2{background-color:var(--mark-bg-light)}:where([data-mantine-color-scheme=dark]) .m_bcb3f3c2{background-color:var(--mark-bg-dark)}.m_dc9b7c9f{padding:4px}.m_9bfac126{color:var(--mantine-color-dimmed);font-weight:500;font-size:var(--mantine-font-size-xs);padding:calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-sm);cursor:default}.m_efdf90cb{margin-top:4px;margin-bottom:4px;border-top:1px solid}:where([data-mantine-color-scheme=light]) .m_efdf90cb{border-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_efdf90cb{border-color:var(--mantine-color-dark-4)}.m_99ac2aa1{font-size:var(--mantine-font-size-sm);width:100%;padding:calc(var(--mantine-spacing-xs) / 1.5) var(--mantine-spacing-sm);border-radius:var(--popover-radius, var(--mantine-radius-default));color:var(--menu-item-color, var(--mantine-color-text));display:flex;align-items:center;-webkit-user-select:none;user-select:none}.m_99ac2aa1:where([data-disabled],:disabled){color:var(--mantine-color-disabled-color);opacity:.6;cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_99ac2aa1:where(:hover,:focus):where(:not(:disabled,[data-disabled])){background-color:var(--menu-item-hover, var(--mantine-color-gray-1))}:where([data-mantine-color-scheme=dark]) .m_99ac2aa1:where(:hover,:focus):where(:not(:disabled,[data-disabled])){background-color:var(--menu-item-hover, var(--mantine-color-dark-4))}.m_99ac2aa1:where([data-sub-menu-item]){padding-inline-end:5px}.m_5476e0d3{flex:1}.m_8b75e504{display:flex;justify-content:center;align-items:center}.m_8b75e504:where([data-position=left]){margin-inline-end:var(--mantine-spacing-xs)}.m_8b75e504:where([data-position=right]){margin-inline-start:var(--mantine-spacing-xs)}.m_b85b0bed{transform:rotate(-90deg)}:where([dir=rtl]) .m_b85b0bed{transform:rotate(90deg)}.m_9df02822{--modal-size-xs: 320px;--modal-size-sm: 380px;--modal-size-md: 440px;--modal-size-lg: 620px;--modal-size-xl: 780px;--modal-size: var(--modal-size-md);--modal-y-offset: 5dvh;--modal-x-offset: 5vw}.m_9df02822[data-full-screen]{--modal-border-radius: 0 !important}.m_9df02822[data-full-screen] .m_54c44539{--modal-content-flex: 0 0 100%;--modal-content-max-height: auto;--modal-content-height: 100dvh}.m_9df02822[data-full-screen] .m_1f958f16{--modal-inner-y-offset: 0;--modal-inner-x-offset: 0}.m_9df02822[data-centered] .m_1f958f16{--modal-inner-align: center}.m_d0e2b9cd{border-start-start-radius:var(--modal-radius, var(--mantine-radius-default));border-start-end-radius:var(--modal-radius, var(--mantine-radius-default))}.m_54c44539{flex:var(--modal-content-flex, 0 0 var(--modal-size));max-width:100%;max-height:var(--modal-content-max-height, calc(100dvh - var(--modal-y-offset) * 2));height:var(--modal-content-height, auto);overflow-y:auto}.m_54c44539[data-full-screen]{border-radius:0}.m_54c44539[data-hidden]{opacity:0!important;pointer-events:none}.m_1f958f16{display:flex;justify-content:center;align-items:var(--modal-inner-align, flex-start);padding-top:var(--modal-inner-y-offset, var(--modal-y-offset));padding-bottom:var(--modal-inner-y-offset, var(--modal-y-offset));padding-inline:var(--modal-inner-x-offset, var(--modal-x-offset))}.m_f0824112{--nl-bg: var(--mantine-primary-color-light);--nl-hover: var(--mantine-primary-color-light-hover);--nl-color: var(--mantine-primary-color-light-color);display:flex;align-items:center;width:100%;padding:8px var(--mantine-spacing-sm);-webkit-user-select:none;user-select:none}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_f0824112:hover{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_f0824112:hover{background-color:var(--mantine-color-dark-6)}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_f0824112:active{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_f0824112:active{background-color:var(--mantine-color-dark-6)}}.m_f0824112:where([data-disabled]){opacity:.4;pointer-events:none}.m_f0824112:where([data-active],[aria-current=page]){background-color:var(--nl-bg);color:var(--nl-color)}@media(hover:hover){.m_f0824112:where([data-active],[aria-current=page]):hover{background-color:var(--nl-hover)}}@media(hover:none){.m_f0824112:where([data-active],[aria-current=page]):active{background-color:var(--nl-hover)}}.m_f0824112:where([data-active],[aria-current=page]) .m_57492dcc{--description-opacity: .9;--description-color: var(--nl-color)}.m_690090b5{display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.m_690090b5>svg{display:block}.m_690090b5:where([data-position=left]){margin-inline-end:var(--mantine-spacing-sm)}.m_690090b5:where([data-position=right]){margin-inline-start:var(--mantine-spacing-sm)}.m_690090b5:where([data-rotate]){transform:rotate(90deg)}.m_1f6ac4c4{font-size:var(--mantine-font-size-sm)}.m_f07af9d2{flex:1;overflow:hidden;text-overflow:ellipsis}.m_f07af9d2:where([data-no-wrap]){white-space:nowrap}.m_57492dcc{display:block;font-size:var(--mantine-font-size-xs);opacity:var(--description-opacity, 1);color:var(--description-color, var(--mantine-color-dimmed));overflow:hidden;text-overflow:ellipsis}:where([data-no-wrap]) .m_57492dcc{white-space:nowrap}.m_e17b862f{padding-inline-start:var(--nl-offset, var(--mantine-spacing-lg))}.m_1fd8a00b{transform:rotate(-90deg)}.m_a513464{--notification-radius: var(--mantine-radius-default);--notification-color: var(--mantine-primary-color-filled);overflow:hidden;box-sizing:border-box;position:relative;display:flex;align-items:center;padding-inline-start:22px;padding-inline-end:var(--mantine-spacing-xs);padding-top:var(--mantine-spacing-xs);padding-bottom:var(--mantine-spacing-xs);border-radius:var(--notification-radius);box-shadow:var(--mantine-shadow-lg)}.m_a513464:before{content:"";display:block;position:absolute;width:6px;top:var(--notification-radius);bottom:var(--notification-radius);inset-inline-start:4px;border-radius:var(--notification-radius);background-color:var(--notification-color)}:where([data-mantine-color-scheme=light]) .m_a513464{background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_a513464{background-color:var(--mantine-color-dark-6)}.m_a513464:where([data-with-icon]):before{display:none}:where([data-mantine-color-scheme=light]) .m_a513464:where([data-with-border]){border:1px solid var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_a513464:where([data-with-border]){border:1px solid var(--mantine-color-dark-4)}.m_a4ceffb{box-sizing:border-box;margin-inline-end:var(--mantine-spacing-md);width:28px;height:28px;border-radius:28px;display:flex;align-items:center;justify-content:center;background-color:var(--notification-color);color:var(--mantine-color-white)}.m_b0920b15{margin-inline-end:var(--mantine-spacing-md)}.m_a49ed24{flex:1;overflow:hidden;margin-inline-end:var(--mantine-spacing-xs)}.m_3feedf16{margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;font-size:var(--mantine-font-size-sm);line-height:var(--mantine-line-height-sm);font-weight:500}:where([data-mantine-color-scheme=light]) .m_3feedf16{color:var(--mantine-color-gray-9)}:where([data-mantine-color-scheme=dark]) .m_3feedf16{color:var(--mantine-color-white)}.m_3d733a3a{font-size:var(--mantine-font-size-sm);line-height:var(--mantine-line-height-sm);overflow:hidden;text-overflow:ellipsis}:where([data-mantine-color-scheme=light]) .m_3d733a3a{color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_3d733a3a{color:var(--mantine-color-dark-0)}:where([data-mantine-color-scheme=light]) .m_3d733a3a:where([data-with-title]){color:var(--mantine-color-gray-6)}:where([data-mantine-color-scheme=dark]) .m_3d733a3a:where([data-with-title]){color:var(--mantine-color-dark-2)}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_919a4d88:hover{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_919a4d88:hover{background-color:var(--mantine-color-dark-8)}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_919a4d88:active{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_919a4d88:active{background-color:var(--mantine-color-dark-8)}}.m_e2f5cd4e{--ni-right-section-width-xs: 17px;--ni-right-section-width-sm: 24px;--ni-right-section-width-md: 27px;--ni-right-section-width-lg: 31px;--ni-right-section-width-xl: 34px}.m_95e17d22{--ni-chevron-size-xs: 10px;--ni-chevron-size-sm: 14px;--ni-chevron-size-md: 16px;--ni-chevron-size-lg: 18px;--ni-chevron-size-xl: 20px;--ni-chevron-size: var(--ni-chevron-size-sm);display:flex;flex-direction:column;width:100%;height:calc(var(--input-height) - calc(.125rem * var(--mantine-scale)));max-width:calc(var(--ni-chevron-size) * 1.7);margin-inline-start:auto}.m_80b4b171{--control-border: 1px solid var(--input-bd);--control-radius: calc(var(--input-radius) - calc(.0625rem * var(--mantine-scale)));flex:0 0 50%;width:100%;padding:0;height:calc(var(--input-height) / 2 - calc(.0625rem * var(--mantine-scale)));border-inline-start:var(--control-border);display:flex;align-items:center;justify-content:center;color:var(--mantine-color-text);background-color:transparent;cursor:pointer}.m_80b4b171:where(:disabled){background-color:transparent;cursor:not-allowed;opacity:.6;color:var(--mantine-color-disabled-color)}.m_e2f5cd4e[data-error] :where(.m_80b4b171){color:var(--mantine-color-error)}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_80b4b171:hover{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_80b4b171:hover{background-color:var(--mantine-color-dark-4)}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_80b4b171:active{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_80b4b171:active{background-color:var(--mantine-color-dark-4)}}.m_80b4b171:where(:first-of-type){border-radius:0;border-start-end-radius:var(--control-radius)}.m_80b4b171:last-of-type{border-radius:0;border-end-end-radius:var(--control-radius)}.m_4addd315{--pagination-control-size-xs: 22px;--pagination-control-size-sm: 26px;--pagination-control-size-md: 32px;--pagination-control-size-lg: 38px;--pagination-control-size-xl: 44px;--pagination-control-size: var(--pagination-control-size-md);--pagination-control-fz: var(--mantine-font-size-md);--pagination-active-bg: var(--mantine-primary-color-filled)}.m_326d024a{display:flex;align-items:center;justify-content:center;border:1px solid;cursor:pointer;color:var(--mantine-color-text);height:var(--pagination-control-size);min-width:var(--pagination-control-size);font-size:var(--pagination-control-fz);line-height:1;border-radius:var(--pagination-control-radius, var(--mantine-radius-default))}.m_326d024a:where([data-with-padding]){padding:calc(var(--pagination-control-size) / 4)}.m_326d024a:where(:disabled,[data-disabled]){cursor:not-allowed;opacity:.4}:where([data-mantine-color-scheme=light]) .m_326d024a{border-color:var(--mantine-color-gray-4);background-color:var(--mantine-color-white)}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_326d024a:hover:where(:not(:disabled,[data-disabled])){background-color:var(--mantine-color-gray-0)}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_326d024a:active:where(:not(:disabled,[data-disabled])){background-color:var(--mantine-color-gray-0)}}:where([data-mantine-color-scheme=dark]) .m_326d024a{border-color:var(--mantine-color-dark-4);background-color:var(--mantine-color-dark-6)}@media(hover:hover){:where([data-mantine-color-scheme=dark]) .m_326d024a:hover:where(:not(:disabled,[data-disabled])){background-color:var(--mantine-color-dark-5)}}@media(hover:none){:where([data-mantine-color-scheme=dark]) .m_326d024a:active:where(:not(:disabled,[data-disabled])){background-color:var(--mantine-color-dark-5)}}.m_326d024a:where([data-active]){background-color:var(--pagination-active-bg);border-color:var(--pagination-active-bg);color:var(--pagination-active-color, var(--mantine-color-white))}@media(hover:hover){.m_326d024a:where([data-active]):hover{background-color:var(--pagination-active-bg)}}@media(hover:none){.m_326d024a:where([data-active]):active{background-color:var(--pagination-active-bg)}}.m_4ad7767d{height:var(--pagination-control-size);min-width:var(--pagination-control-size);display:flex;align-items:center;justify-content:center;pointer-events:none}.m_7cda1cd6{--pill-fz-xs: 10px;--pill-fz-sm: 12px;--pill-fz-md: 14px;--pill-fz-lg: 16px;--pill-fz-xl: 18px;--pill-height-xs: 18px;--pill-height-sm: 22px;--pill-height-md: 25px;--pill-height-lg: 28px;--pill-height-xl: 32px;--pill-fz: var(--pill-fz-sm);--pill-height: var(--pill-height-sm);font-size:var(--pill-fz);flex:0;height:var(--pill-height);padding-inline:.8em;display:inline-flex;align-items:center;border-radius:var(--pill-radius, 1000rem);line-height:1;white-space:nowrap;user-select:none;-webkit-user-select:none;max-width:100%}:where([data-mantine-color-scheme=dark]) .m_7cda1cd6{background-color:var(--mantine-color-dark-7);color:var(--mantine-color-dark-0)}:where([data-mantine-color-scheme=light]) .m_7cda1cd6{color:var(--mantine-color-black)}.m_7cda1cd6:where([data-with-remove]:not(:has(button:disabled))){padding-inline-end:0}.m_7cda1cd6:where([data-disabled],:has(button:disabled)){cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_44da308b{background-color:var(--mantine-color-gray-1)}:where([data-mantine-color-scheme=light]) .m_44da308b:where([data-disabled],:has(button:disabled)){background-color:var(--mantine-color-disabled)}:where([data-mantine-color-scheme=light]) .m_e3a01f8{background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=light]) .m_e3a01f8:where([data-disabled],:has(button:disabled)){background-color:var(--mantine-color-disabled)}.m_1e0e6180{cursor:inherit;overflow:hidden;height:100%;line-height:var(--pill-height);text-overflow:ellipsis}.m_ae386778{color:inherit;font-size:inherit;height:100%;min-height:unset;min-width:2em;width:unset;border-radius:0;padding-inline-start:.1em;padding-inline-end:.3em;flex:0;border-end-end-radius:var(--pill-radius, 50%);border-start-end-radius:var(--pill-radius, 50%)}.m_7cda1cd6[data-disabled]>.m_ae386778,.m_ae386778:disabled{display:none;background-color:transparent;width:.8em;min-width:.8em;padding:0;cursor:not-allowed}.m_7cda1cd6[data-disabled]>.m_ae386778>svg,.m_ae386778:disabled>svg{display:none}.m_ae386778>svg{pointer-events:none}.m_1dcfd90b{--pg-gap-xs: 6px;--pg-gap-sm: 8px;--pg-gap-md: 10px;--pg-gap-lg: 12px;--pg-gap-xl: 12px;--pg-gap: var(--pg-gap-sm);display:flex;align-items:center;gap:var(--pg-gap);flex-wrap:wrap}.m_f61ca620{--psi-button-size-xs: 22px;--psi-button-size-sm: 26px;--psi-button-size-md: 28px;--psi-button-size-lg: 32px;--psi-button-size-xl: 40px;--psi-icon-size-xs: 12px;--psi-icon-size-sm: 15px;--psi-icon-size-md: 17px;--psi-icon-size-lg: 19px;--psi-icon-size-xl: 21px;--psi-button-size: var(--psi-button-size-sm);--psi-icon-size: var(--psi-icon-size-sm)}.m_ccf8da4c{position:relative;overflow:hidden}.m_f2d85dd2{font-family:var(--mantine-font-family);background-color:transparent;border:0;padding-inline-end:var(--input-padding-inline-end);padding-inline-start:var(--input-padding-inline-start);position:absolute;top:0;right:0;bottom:0;left:0;outline:0;font-size:inherit;line-height:var(--mantine-line-height);height:100%;width:100%;color:inherit}.m_ccf8da4c[data-disabled] .m_f2d85dd2,.m_f2d85dd2:disabled{cursor:not-allowed}.m_f2d85dd2::placeholder{color:var(--input-placeholder-color);opacity:1}.m_f2d85dd2::-ms-reveal{display:none}.m_b1072d44{width:var(--psi-button-size);height:var(--psi-button-size);min-width:var(--psi-button-size);min-height:var(--psi-button-size)}.m_b1072d44:disabled{display:none}.m_45c4369d{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:100px;flex:1;border:0;font-size:inherit;height:1.6em;color:inherit;padding:0}.m_45c4369d::placeholder{color:var(--input-placeholder-color);opacity:1}.m_45c4369d:where([data-type=hidden],[data-type=auto]){height:1px;width:1px;top:0;left:0;pointer-events:none;position:absolute;opacity:0}.m_45c4369d:focus{outline:none}.m_45c4369d:where([data-type=auto]:focus){height:1.6em;visibility:visible;opacity:1;position:static}.m_45c4369d:where([data-pointer]:not([data-disabled],:disabled)){cursor:pointer}.m_45c4369d:where([data-disabled],:disabled){cursor:not-allowed}.m_f1cb205a{--pin-input-size-xs: 30px;--pin-input-size-sm: 36px;--pin-input-size-md: 42px;--pin-input-size-lg: 50px;--pin-input-size-xl: 60px;--pin-input-size: var(--pin-input-size-sm)}.m_cb288ead{width:var(--pin-input-size);height:var(--pin-input-size)}@keyframes m_81a374bd{0%{background-position:0 0}to{background-position:40px 0}}@keyframes m_e0fb7a86{0%{background-position:0 0}to{background-position:0 40px}}.m_db6d6462{--progress-radius: var(--mantine-radius-default);--progress-size: var(--progress-size-md);--progress-size-xs: 3px;--progress-size-sm: 5px;--progress-size-md: 8px;--progress-size-lg: 12px;--progress-size-xl: 16px;position:relative;height:var(--progress-size);border-radius:var(--progress-radius);overflow:hidden;display:flex}:where([data-mantine-color-scheme=light]) .m_db6d6462{background-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_db6d6462{background-color:var(--mantine-color-dark-4)}.m_db6d6462:where([data-orientation=vertical]){height:auto;width:var(--progress-size);flex-direction:column-reverse}.m_2242eb65{background-color:var(--progress-section-color);height:100%;width:var(--progress-section-size);display:flex;align-items:center;justify-content:center;overflow:hidden;background-size:20px 20px;transition:width var(--progress-transition-duration, .1s) ease}.m_2242eb65:where([data-striped]){background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.m_2242eb65:where([data-animated]){animation:m_81a374bd 1s linear infinite}.m_2242eb65:where(:last-of-type){border-radius:0;border-start-end-radius:var(--progress-radius);border-end-end-radius:var(--progress-radius)}.m_2242eb65:where(:first-of-type){border-radius:0;border-start-start-radius:var(--progress-radius);border-end-start-radius:var(--progress-radius)}.m_db6d6462:where([data-orientation=vertical]) .m_2242eb65{width:100%;height:var(--progress-section-size);transition:height var(--progress-transition-duration, .1s) ease}.m_db6d6462:where([data-orientation=vertical]) .m_2242eb65:where([data-striped]){background-image:linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.m_db6d6462:where([data-orientation=vertical]) .m_2242eb65:where([data-animated]){animation:m_e0fb7a86 1s linear infinite}.m_db6d6462:where([data-orientation=vertical]) .m_2242eb65:where(:last-of-type){border-radius:0;border-start-start-radius:var(--progress-radius);border-start-end-radius:var(--progress-radius)}.m_db6d6462:where([data-orientation=vertical]) .m_2242eb65:where(:first-of-type){border-radius:0;border-end-start-radius:var(--progress-radius);border-end-end-radius:var(--progress-radius)}.m_91e40b74{color:var(--progress-label-color, var(--mantine-color-white));font-weight:700;-webkit-user-select:none;user-select:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:min(calc(var(--progress-size) * .65),calc(1.125rem * var(--mantine-scale)));line-height:1;padding-inline:4px}.m_db6d6462:where([data-orientation=vertical]) .m_91e40b74{writing-mode:vertical-rl}.m_f3f1af94{--radio-size-xs: 16px;--radio-size-sm: 20px;--radio-size-md: 24px;--radio-size-lg: 30px;--radio-size-xl: 36px;--radio-size: var(--radio-size-sm);--radio-icon-size-xs: 6px;--radio-icon-size-sm: 8px;--radio-icon-size-md: 10px;--radio-icon-size-lg: 14px;--radio-icon-size-xl: 16px;--radio-icon-size: var(--radio-icon-size-sm);--radio-icon-color: var(--mantine-color-white)}.m_89c4f5e4{position:relative;width:var(--radio-size);height:var(--radio-size);order:1}.m_89c4f5e4:where([data-label-position=left]){order:2}.m_f3ed6b2b{color:var(--radio-icon-color);opacity:var(--radio-icon-opacity, 0);transform:var(--radio-icon-transform, scale(.2) translateY(calc(.625rem * var(--mantine-scale))));transition:opacity .1s ease,transform .2s ease;pointer-events:none;width:var(--radio-icon-size);height:var(--radio-icon-size);position:absolute;top:calc(50% - var(--radio-icon-size) / 2);left:calc(50% - var(--radio-icon-size) / 2)}.m_8a3dbb89{border:1px solid;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--radio-size);height:var(--radio-size);border-radius:var(--radio-radius, var(--radio-size));margin:0;display:flex;align-items:center;justify-content:center;transition-property:background-color,border-color;transition-timing-function:ease;transition-duration:.1s;cursor:var(--mantine-cursor-type);-webkit-tap-highlight-color:transparent}:where([data-mantine-color-scheme=light]) .m_8a3dbb89{background-color:var(--mantine-color-white);border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_8a3dbb89{background-color:var(--mantine-color-dark-6);border-color:var(--mantine-color-dark-4)}.m_8a3dbb89:checked{background-color:var(--radio-color, var(--mantine-primary-color-filled));border-color:var(--radio-color, var(--mantine-primary-color-filled))}.m_8a3dbb89:checked+.m_f3ed6b2b{--radio-icon-opacity: 1;--radio-icon-transform: scale(1)}.m_8a3dbb89:disabled{cursor:not-allowed;background-color:var(--mantine-color-disabled);border-color:var(--mantine-color-disabled-border)}.m_8a3dbb89:disabled+.m_f3ed6b2b{--radio-icon-color: var(--mantine-color-disabled-color)}.m_8a3dbb89:where([data-error]){border-color:var(--mantine-color-error)}.m_1bfe9d39+.m_f3ed6b2b{--radio-icon-color: var(--radio-color)}.m_1bfe9d39:checked:not(:disabled){background-color:transparent;border-color:var(--radio-color)}.m_1bfe9d39:checked:not(:disabled)+.m_f3ed6b2b{--radio-icon-color: var(--radio-color);--radio-icon-opacity: 1;--radio-icon-transform: none}.m_f8d312f2{--rating-size-xs: 14px;--rating-size-sm: 18px;--rating-size-md: 20px;--rating-size-lg: 28px;--rating-size-xl: 32px;display:flex;width:max-content}.m_f8d312f2:where(:has(input:disabled)){pointer-events:none}.m_61734bb7{position:relative;transition:transform .1s ease}.m_61734bb7:where([data-active]){z-index:1;transform:scale(1.1)}.m_5662a89a{width:var(--rating-size);height:var(--rating-size);display:block}:where([data-mantine-color-scheme=light]) .m_5662a89a{fill:var(--mantine-color-gray-3);stroke:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_5662a89a{fill:var(--mantine-color-dark-3);stroke:var(--mantine-color-dark-3)}.m_5662a89a:where([data-filled]){fill:var(--rating-color);stroke:var(--rating-color)}.m_211007ba{height:0;width:0;position:absolute;overflow:hidden;white-space:nowrap;opacity:0;-webkit-tap-highlight-color:transparent}.m_211007ba:focus-visible+label{outline:2px solid var(--mantine-primary-color-filled);outline-offset:2px}.m_21342ee4{display:block;cursor:pointer;position:absolute;top:0;left:0;z-index:var(--rating-item-z-index, 0);-webkit-tap-highlight-color:transparent}.m_21342ee4:where([data-read-only]){cursor:default}.m_21342ee4:where(:last-of-type){position:relative}.m_fae05d6a{clip-path:var(--rating-symbol-clip-path)}.m_b32e4812{position:relative;width:var(--rp-size);height:var(--rp-size);min-width:var(--rp-size);min-height:var(--rp-size);--rp-transition-duration: 0ms}.m_d43b5134{width:var(--rp-size);height:var(--rp-size);min-width:var(--rp-size);min-height:var(--rp-size);transform:rotate(-90deg)}.m_b1ca1fbf{stroke:var(--curve-color, var(--rp-curve-root-color));transition:stroke-dashoffset var(--rp-transition-duration) ease,stroke-dasharray var(--rp-transition-duration) ease,stroke var(--rp-transition-duration)}[data-mantine-color-scheme=light] .m_b1ca1fbf{--rp-curve-root-color: var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .m_b1ca1fbf{--rp-curve-root-color: var(--mantine-color-dark-4)}.m_b23f9dc4{position:absolute;top:50%;transform:translateY(-50%);inset-inline:var(--rp-label-offset)}.m_cf365364{--sc-padding-xs: 2px 6px;--sc-padding-sm: 3px 10px;--sc-padding-md: 4px 14px;--sc-padding-lg: 7px 16px;--sc-padding-xl: 10px 20px;--sc-transition-duration: .2s;--sc-padding: var(--sc-padding-sm);--sc-transition-timing-function: ease;--sc-font-size: var(--mantine-font-size-sm);position:relative;display:inline-flex;flex-direction:row;width:auto;border-radius:var(--sc-radius, var(--mantine-radius-default));overflow:hidden;padding:4px}.m_cf365364:where([data-full-width]){display:flex}.m_cf365364:where([data-orientation=vertical]){display:flex;flex-direction:column;width:max-content}.m_cf365364:where([data-orientation=vertical]):where([data-full-width]){width:auto}:where([data-mantine-color-scheme=light]) .m_cf365364{background-color:var(--mantine-color-gray-1)}:where([data-mantine-color-scheme=dark]) .m_cf365364{background-color:var(--mantine-color-dark-8)}.m_9e182ccd{position:absolute;display:block;z-index:1;border-radius:var(--sc-radius, var(--mantine-radius-default))}:where([data-mantine-color-scheme=light]) .m_9e182ccd{box-shadow:var(--sc-shadow, none);background-color:var(--sc-color, var(--mantine-color-white))}:where([data-mantine-color-scheme=dark]) .m_9e182ccd{box-shadow:none;background-color:var(--sc-color, var(--mantine-color-dark-5))}.m_1738fcb2{-webkit-tap-highlight-color:transparent;font-weight:500;display:block;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;border-radius:var(--sc-radius, var(--mantine-radius-default));font-size:var(--sc-font-size);padding:var(--sc-padding);transition:color var(--sc-transition-duration) var(--sc-transition-timing-function);cursor:pointer;outline:var(--segmented-control-outline, none)}:where([data-mantine-color-scheme=light]) .m_1738fcb2{color:var(--mantine-color-gray-7)}:where([data-mantine-color-scheme=dark]) .m_1738fcb2{color:var(--mantine-color-dark-1)}.m_1738fcb2:where([data-read-only]){cursor:default}fieldset:disabled .m_1738fcb2,.m_1738fcb2:where([data-disabled]){cursor:not-allowed;color:var(--mantine-color-disabled-color)}:where([data-mantine-color-scheme=light]) .m_1738fcb2:where([data-active]){color:var(--sc-label-color, var(--mantine-color-black))}:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where([data-active]){color:var(--sc-label-color, var(--mantine-color-white))}.m_cf365364:where([data-initialized]) .m_1738fcb2:where([data-active]):before{display:none}.m_1738fcb2:where([data-active]):before{content:"";top:0;right:0;bottom:0;left:0;z-index:0;position:absolute;border-radius:var(--sc-radius, var(--mantine-radius-default))}:where([data-mantine-color-scheme=light]) .m_1738fcb2:where([data-active]):before{box-shadow:var(--sc-shadow, none);background-color:var(--sc-color, var(--mantine-color-white))}:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where([data-active]):before{box-shadow:none;background-color:var(--sc-color, var(--mantine-color-dark-5))}@media(hover:hover){:where([data-mantine-color-scheme=light]) .m_1738fcb2:where(:not([data-disabled],[data-active],[data-read-only])):hover{color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where(:not([data-disabled],[data-active],[data-read-only])):hover{color:var(--mantine-color-white)}}@media(hover:none){:where([data-mantine-color-scheme=light]) .m_1738fcb2:where(:not([data-disabled],[data-active],[data-read-only])):active{color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where(:not([data-disabled],[data-active],[data-read-only])):active{color:var(--mantine-color-white)}}@media(hover:hover){fieldset:disabled .m_1738fcb2:hover{color:var(--mantine-color-disabled-color)!important}}@media(hover:none){fieldset:disabled .m_1738fcb2:active{color:var(--mantine-color-disabled-color)!important}}.m_1714d588{height:0;width:0;position:absolute;overflow:hidden;white-space:nowrap;opacity:0}.m_1714d588[data-focus-ring=auto]:focus:focus-visible+.m_1738fcb2{--segmented-control-outline: 2px solid var(--mantine-primary-color-filled)}.m_1714d588[data-focus-ring=always]:focus+.m_1738fcb2{--segmented-control-outline: 2px solid var(--mantine-primary-color-filled)}.m_69686b9b{position:relative;flex:1;z-index:2;transition:border-color var(--sc-transition-duration) var(--sc-transition-timing-function)}.m_cf365364[data-with-items-borders] :where(.m_69686b9b):before{content:"";position:absolute;top:0;bottom:0;inset-inline-start:0;background-color:var(--separator-color);width:1px;transition:background-color var(--sc-transition-duration) var(--sc-transition-timing-function)}.m_69686b9b[data-orientation=vertical]:before{top:0;inset-inline:0;bottom:auto;height:1px;width:auto}:where([data-mantine-color-scheme=light]) .m_69686b9b{--separator-color: var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_69686b9b{--separator-color: var(--mantine-color-dark-4)}.m_69686b9b:first-of-type:before{--separator-color: transparent}[data-mantine-color-scheme] .m_69686b9b[data-active]:before,[data-mantine-color-scheme] .m_69686b9b[data-active]+.m_69686b9b:before{--separator-color: transparent}.m_78882f40{position:relative;z-index:2}.m_925c2d2c{container:simple-grid / inline-size}.m_2415a157{display:grid;grid-template-columns:repeat(var(--sg-cols),minmax(0,1fr));gap:var(--sg-spacing-y) var(--sg-spacing-x)}@keyframes m_299c329c{0%,to{opacity:.4}50%{opacity:1}}.m_18320242{height:var(--skeleton-height, auto);width:var(--skeleton-width, 100%);border-radius:var(--skeleton-radius, var(--mantine-radius-default));position:relative;transform:translateZ(0);-webkit-transform:translateZ(0)}.m_18320242:where([data-animate]):after{animation:m_299c329c 1.5s linear infinite}.m_18320242:where([data-visible]){overflow:hidden}.m_18320242:where([data-visible]):before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;z-index:10;background-color:var(--mantine-color-body)}.m_18320242:where([data-visible]):after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;z-index:11}:where([data-mantine-color-scheme=light]) .m_18320242:where([data-visible]):after{background-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_18320242:where([data-visible]):after{background-color:var(--mantine-color-dark-4)}.m_dd36362e{--slider-size-xs: 4px;--slider-size-sm: 6px;--slider-size-md: 8px;--slider-size-lg: 10px;--slider-size-xl: 12px;--slider-size: var(--slider-size-md);--slider-radius: 1000px;--slider-color: var(--mantine-primary-color-filled);--slider-track-disabled-bg: var(--mantine-color-disabled);-webkit-tap-highlight-color:transparent;outline:none;height:calc(var(--slider-size) * 2);padding-inline:var(--slider-size);display:flex;flex-direction:column;align-items:center;touch-action:none;position:relative}[data-mantine-color-scheme=light] .m_dd36362e{--slider-track-bg: var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .m_dd36362e{--slider-track-bg: var(--mantine-color-dark-4)}.m_c9357328{position:absolute;top:-36px;font-size:var(--mantine-font-size-xs);color:var(--mantine-color-white);padding:calc(var(--mantine-spacing-xs) / 2);border-radius:var(--mantine-radius-sm);white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;touch-action:none}:where([data-mantine-color-scheme=light]) .m_c9357328{background-color:var(--mantine-color-gray-9)}:where([data-mantine-color-scheme=dark]) .m_c9357328{background-color:var(--mantine-color-dark-4)}.m_c9a9a60a{position:absolute;display:flex;height:var(--slider-thumb-size);width:var(--slider-thumb-size);border:4px solid;transform:translate(-50%,-50%);top:50%;cursor:pointer;border-radius:var(--slider-radius);align-items:center;justify-content:center;transition:box-shadow .1s ease,transform .1s ease;z-index:3;-webkit-user-select:none;user-select:none;touch-action:none;outline-offset:2px;left:var(--slider-thumb-offset)}:where([dir=rtl]) .m_c9a9a60a{left:auto;right:calc(var(--slider-thumb-offset) - var(--slider-thumb-size))}fieldset:disabled .m_c9a9a60a,.m_c9a9a60a:where([data-disabled]){display:none}.m_c9a9a60a:where([data-dragging]){transform:translate(-50%,-50%) scale(1.05);box-shadow:var(--mantine-shadow-sm)}:where([data-mantine-color-scheme=light]) .m_c9a9a60a{color:var(--slider-color);border-color:var(--slider-color);background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_c9a9a60a{color:var(--mantine-color-white);border-color:var(--mantine-color-white);background-color:var(--slider-color)}.m_a8645c2{display:flex;align-items:center;width:100%;height:calc(var(--slider-size) * 2);cursor:pointer}fieldset:disabled .m_a8645c2,.m_a8645c2:where([data-disabled]){cursor:not-allowed}.m_c9ade57f{position:relative;width:100%;height:var(--slider-size)}.m_c9ade57f:where([data-inverted]:not([data-disabled])){--track-bg: var(--slider-color)}fieldset:disabled .m_c9ade57f:where([data-inverted]),.m_c9ade57f:where([data-inverted][data-disabled]){--track-bg: var(--slider-track-disabled-bg)}.m_c9ade57f:before{content:"";position:absolute;top:0;bottom:0;border-radius:var(--slider-radius);inset-inline:calc(var(--slider-size) * -1);background-color:var(--track-bg, var(--slider-track-bg));z-index:0}.m_38aeed47{position:absolute;z-index:1;top:0;bottom:0;background-color:var(--slider-color);border-radius:var(--slider-radius);width:var(--slider-bar-width);inset-inline-start:var(--slider-bar-offset)}.m_38aeed47:where([data-inverted]){background-color:var(--slider-track-bg)}fieldset:disabled .m_38aeed47:where(:not([data-inverted])),.m_38aeed47:where([data-disabled]:not([data-inverted])){background-color:var(--mantine-color-disabled-color)}.m_b7b0423a{position:absolute;inset-inline-start:calc(var(--mark-offset) - var(--slider-size) / 2);top:0;z-index:2;height:0;pointer-events:none}.m_dd33bc19{border:2px solid;height:var(--slider-size);width:var(--slider-size);border-radius:1000px;background-color:var(--mantine-color-white);pointer-events:none}:where([data-mantine-color-scheme=light]) .m_dd33bc19{border-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_dd33bc19{border-color:var(--mantine-color-dark-4)}.m_dd33bc19:where([data-filled]){border-color:var(--slider-color)}.m_dd33bc19:where([data-filled]):where([data-disabled]){border-color:var(--mantine-color-disabled-border)}.m_68c77a5b{transform:translate(calc(-50% + var(--slider-size) / 2),calc(var(--mantine-spacing-xs) / 2));font-size:var(--mantine-font-size-sm);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}:where([data-mantine-color-scheme=light]) .m_68c77a5b{color:var(--mantine-color-gray-6)}:where([data-mantine-color-scheme=dark]) .m_68c77a5b{color:var(--mantine-color-dark-2)}.m_559cce2d{position:relative}.m_559cce2d:where([data-has-spoiler]){margin-bottom:24px}.m_b912df4e{display:flex;flex-direction:column;overflow:hidden;transition:max-height var(--spoiler-transition-duration, .2s) ease}.m_b9131032{position:absolute;inset-inline-start:0;top:100%;height:24px}.m_6d731127{display:flex;flex-direction:column;align-items:var(--stack-align, stretch);justify-content:var(--stack-justify, flex-start);gap:var(--stack-gap, var(--mantine-spacing-md))}.m_cbb4ea7e{--stepper-icon-size-xs: 34px;--stepper-icon-size-sm: 36px;--stepper-icon-size-md: 42px;--stepper-icon-size-lg: 48px;--stepper-icon-size-xl: 52px;--stepper-icon-size: var(--stepper-icon-size-md);--stepper-color: var(--mantine-primary-color-filled);--stepper-content-padding: var(--mantine-spacing-md);--stepper-spacing: var(--mantine-spacing-md);--stepper-radius: 1000px;--stepper-fz: var(--mantine-font-size-md);--stepper-outline-thickness: 2px}[data-mantine-color-scheme=light] .m_cbb4ea7e{--stepper-outline-color: var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .m_cbb4ea7e{--stepper-outline-color: var(--mantine-color-dark-5)}.m_aaf89d0b{display:flex;flex-wrap:nowrap;align-items:center}.m_aaf89d0b:where([data-wrap]){flex-wrap:wrap;gap:var(--mantine-spacing-md) 0}.m_aaf89d0b:where([data-orientation=vertical]){flex-direction:column}.m_aaf89d0b:where([data-orientation=vertical]):where([data-icon-position=left]){align-items:flex-start}.m_aaf89d0b:where([data-orientation=vertical]):where([data-icon-position=right]){align-items:flex-end}.m_aaf89d0b:where([data-orientation=horizontal]){flex-direction:row}.m_2a371ac9{transition:background-color .15s ease;flex:1;height:var(--stepper-outline-thickness);margin-inline:var(--mantine-spacing-md);background-color:var(--stepper-outline-color)}.m_2a371ac9:where([data-active]){background-color:var(--stepper-color)}.m_78da155d{padding-top:var(--stepper-content-padding)}.m_cbb57068{--step-color: var(--stepper-color);display:flex;cursor:default}.m_cbb57068:where([data-allow-click]){cursor:pointer}.m_cbb57068:where([data-icon-position=left]){flex-direction:row}.m_cbb57068:where([data-icon-position=right]){flex-direction:row-reverse}.m_f56b1e2c{align-items:center}.m_833edb7e{--separator-spacing: calc(var(--mantine-spacing-xs) / 2);justify-content:flex-start;min-height:calc(var(--stepper-icon-size) + var(--mantine-spacing-xl) + var(--separator-spacing));margin-top:var(--separator-spacing);overflow:hidden}.m_833edb7e:where(:first-of-type){margin-top:0}.m_833edb7e:where(:last-of-type){min-height:auto}.m_833edb7e:where(:last-of-type) .m_6496b3f3{display:none}.m_818e70b{position:relative}.m_6496b3f3{top:calc(var(--stepper-icon-size) + var(--separator-spacing));inset-inline-start:calc(var(--stepper-icon-size) / 2);height:100vh;position:absolute;border-inline-start:var(--stepper-outline-thickness) solid var(--stepper-outline-color)}.m_6496b3f3:where([data-active]){border-color:var(--stepper-color)}.m_1959ad01{height:var(--stepper-icon-size);width:var(--stepper-icon-size);min-height:var(--stepper-icon-size);min-width:var(--stepper-icon-size);border-radius:var(--stepper-radius);font-size:var(--stepper-fz);display:flex;align-items:center;justify-content:center;position:relative;font-weight:700;transition:background-color .15s ease,border-color .15s ease;border:var(--stepper-outline-thickness) solid var(--stepper-outline-color);background-color:var(--stepper-outline-color)}:where([data-mantine-color-scheme=light]) .m_1959ad01{color:var(--mantine-color-gray-7)}:where([data-mantine-color-scheme=dark]) .m_1959ad01{color:var(--mantine-color-dark-1)}.m_1959ad01:where([data-progress]){border-color:var(--step-color)}.m_1959ad01:where([data-completed]){color:var(--stepper-icon-color, var(--mantine-color-white));background-color:var(--step-color);border-color:var(--step-color)}.m_a79331dc{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--stepper-icon-color, var(--mantine-color-white))}.m_1956aa2a{display:flex;flex-direction:column}.m_1956aa2a:where([data-icon-position=left]){margin-inline-start:var(--mantine-spacing-sm)}.m_1956aa2a:where([data-icon-position=right]){text-align:right;margin-inline-end:var(--mantine-spacing-sm)}:where([dir=rtl]) .m_1956aa2a:where([data-icon-position=right]){text-align:left}.m_12051f6c{font-weight:500;font-size:var(--stepper-fz);line-height:1}.m_164eea74{margin-top:calc(var(--stepper-spacing) / 3);margin-bottom:calc(var(--stepper-spacing) / 3);font-size:calc(var(--stepper-fz) - calc(.125rem * var(--mantine-scale)));line-height:1;color:var(--mantine-color-dimmed)}.m_5f93f3bb{--switch-height-xs: 16px;--switch-height-sm: 20px;--switch-height-md: 24px;--switch-height-lg: 30px;--switch-height-xl: 36px;--switch-width-xs: 32px;--switch-width-sm: 38px;--switch-width-md: 46px;--switch-width-lg: 56px;--switch-width-xl: 72px;--switch-thumb-size-xs: 12px;--switch-thumb-size-sm: 14px;--switch-thumb-size-md: 18px;--switch-thumb-size-lg: 22px;--switch-thumb-size-xl: 28px;--switch-label-font-size-xs: 5px;--switch-label-font-size-sm: 6px;--switch-label-font-size-md: 7px;--switch-label-font-size-lg: 9px;--switch-label-font-size-xl: 11px;--switch-track-label-padding-xs: 2px;--switch-track-label-padding-sm: 2.5px;--switch-track-label-padding-md: 3px;--switch-track-label-padding-lg: 3px;--switch-track-label-padding-xl: 3.5px;--switch-height: var(--switch-height-sm);--switch-width: var(--switch-width-sm);--switch-thumb-size: var(--switch-thumb-size-sm);--switch-label-font-size: var(--switch-label-font-size-sm);--switch-track-label-padding: var(--switch-track-label-padding-sm);--switch-radius: 1000px;--switch-color: var(--mantine-primary-color-filled);--switch-disabled-color: var(--mantine-color-disabled);position:relative}.m_926b4011{height:100%;width:100%;opacity:0;margin:0;padding:0;position:absolute;overflow:hidden;white-space:nowrap}.m_9307d992{-webkit-tap-highlight-color:transparent;cursor:var(--switch-cursor, var(--mantine-cursor-type));overflow:hidden;position:relative;border-radius:var(--switch-radius);background-color:var(--switch-bg);height:var(--switch-height);min-width:var(--switch-width);margin:0;transition:background-color .15s ease,border-color .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;font-size:var(--switch-label-font-size);font-weight:600;order:var(--switch-order, 1);-webkit-user-select:none;user-select:none;z-index:0;line-height:0;color:var(--switch-text-color)}.m_9307d992:where([data-without-labels]){width:var(--switch-width)}.m_926b4011:focus-visible+.m_9307d992{outline:2px solid var(--mantine-primary-color-filled);outline-offset:2px}.m_926b4011:checked+.m_9307d992{--switch-bg: var(--switch-color);--switch-text-color: var(--mantine-color-white)}.m_926b4011:disabled+.m_9307d992,.m_926b4011[data-disabled]+.m_9307d992{--switch-bg: var(--switch-disabled-color);--switch-cursor: not-allowed}[data-mantine-color-scheme=light] .m_9307d992{--switch-bg: var(--mantine-color-gray-3);--switch-text-color: var(--mantine-color-gray-6)}[data-mantine-color-scheme=dark] .m_9307d992{--switch-bg: var(--mantine-color-dark-5);--switch-text-color: var(--mantine-color-dark-1)}.m_9307d992[data-label-position=left]{--switch-order: 2}.m_93039a1d{position:absolute;z-index:1;border-radius:var(--switch-radius);display:flex;background-color:var(--switch-thumb-bg, var(--mantine-color-white));height:var(--switch-thumb-size);width:var(--switch-thumb-size);inset-inline-start:var(--switch-thumb-start, var(--switch-track-label-padding));transition:inset-inline-start .15s ease}.m_93039a1d:where([data-with-thumb-indicator]):before{content:"";width:40%;height:40%;background-color:var(--switch-bg);position:absolute;border-radius:var(--switch-radius);top:50%;left:50%;transform:translate(-50%,-50%)}.m_93039a1d>*{margin:auto}.m_926b4011:checked+*>.m_93039a1d{--switch-thumb-start: calc(100% - var(--switch-thumb-size) - var(--switch-track-label-padding))}.m_926b4011:disabled+*>.m_93039a1d,.m_926b4011[data-disabled]+*>.m_93039a1d{--switch-thumb-bg: var(--switch-thumb-bg-disabled)}[data-mantine-color-scheme=light] .m_93039a1d{--switch-thumb-bg-disabled: var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .m_93039a1d{--switch-thumb-bg-disabled: var(--mantine-color-dark-3)}.m_8277e082{height:100%;display:grid;place-content:center;min-width:calc(var(--switch-width) - var(--switch-thumb-size));padding-inline:var(--switch-track-label-padding);margin-inline-start:calc(var(--switch-thumb-size) + var(--switch-track-label-padding));transition:margin .15s ease}.m_926b4011:checked+*>.m_8277e082{margin-inline-end:calc(var(--switch-thumb-size) + var(--switch-track-label-padding));margin-inline-start:0}.m_b23fa0ef{width:100%;border-collapse:collapse;border-spacing:0;line-height:var(--mantine-line-height);font-size:var(--mantine-font-size-sm);table-layout:var(--table-layout, auto);caption-side:var(--table-caption-side, bottom);border:none}:where([data-mantine-color-scheme=light]) .m_b23fa0ef{--table-hover-color: var(--mantine-color-gray-1);--table-striped-color: var(--mantine-color-gray-0);--table-border-color: var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_b23fa0ef{--table-hover-color: var(--mantine-color-dark-5);--table-striped-color: var(--mantine-color-dark-6);--table-border-color: var(--mantine-color-dark-4)}.m_b23fa0ef:where([data-with-table-border]){border:calc(.0625rem * var(--mantine-scale)) solid var(--table-border-color)}.m_b23fa0ef:where([data-tabular-nums]){font-variant-numeric:tabular-nums}.m_b23fa0ef:where([data-variant=vertical]) :where(.m_4e7aa4f3){font-weight:500}:where([data-mantine-color-scheme=light]) .m_b23fa0ef:where([data-variant=vertical]) :where(.m_4e7aa4f3){background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_b23fa0ef:where([data-variant=vertical]) :where(.m_4e7aa4f3){background-color:var(--mantine-color-dark-6)}.m_4e7aa4f3{text-align:left}:where([dir=rtl]) .m_4e7aa4f3{text-align:right}.m_4e7aa4fd{border-bottom:none;background-color:transparent}@media(hover:hover){.m_4e7aa4fd:hover:where([data-hover]){background-color:var(--tr-hover-bg)}}@media(hover:none){.m_4e7aa4fd:active:where([data-hover]){background-color:var(--tr-hover-bg)}}.m_4e7aa4fd:where([data-with-row-border]){border-bottom:calc(.0625rem * var(--mantine-scale)) solid var(--table-border-color)}.m_4e7aa4ef,.m_4e7aa4f3{padding:var(--table-vertical-spacing) var(--table-horizontal-spacing, var(--mantine-spacing-xs))}.m_4e7aa4ef:where([data-with-column-border]:not(:first-child)),.m_4e7aa4f3:where([data-with-column-border]:not(:first-child)){border-inline-start:calc(.0625rem * var(--mantine-scale)) solid var(--table-border-color)}.m_4e7aa4ef:where([data-with-column-border]:not(:last-child)),.m_4e7aa4f3:where([data-with-column-border]:not(:last-child)){border-inline-end:calc(.0625rem * var(--mantine-scale)) solid var(--table-border-color)}.m_b2404537>:where(tr):where([data-with-row-border]:last-of-type){border-bottom:none}.m_b2404537>:where(tr):where([data-striped=odd]:nth-of-type(odd)){background-color:var(--table-striped-color)}.m_b2404537>:where(tr):where([data-striped=even]:nth-of-type(2n)){background-color:var(--table-striped-color)}.m_b2404537>:where(tr)[data-hover]{--tr-hover-bg: var(--table-highlight-on-hover-color, var(--table-hover-color))}.m_b242d975{top:var(--table-sticky-header-offset, 0);z-index:3}.m_b242d975:where([data-sticky]){position:sticky}.m_b242d975:where([data-sticky]) :where(.m_4e7aa4f3){position:sticky;top:var(--table-sticky-header-offset, 0);background-color:var(--mantine-color-body)}:where([data-with-table-border]) .m_b242d975[data-sticky]{position:sticky;top:var(--table-sticky-header-offset, 0);z-index:4;border-top:none}:where([data-with-table-border]) .m_b242d975[data-sticky]:before{content:"";display:block;position:absolute;left:0;top:-.5px;width:100%;height:1px;background-color:var(--table-border-color);z-index:5}:where([data-with-table-border]) .m_b242d975[data-sticky] .m_4e7aa4f3:first-child{border-top:none}.m_9e5a3ac7{color:var(--mantine-color-dimmed)}.m_9e5a3ac7:where([data-side=top]){margin-bottom:var(--mantine-spacing-xs)}.m_9e5a3ac7:where([data-side=bottom]){margin-top:var(--mantine-spacing-xs)}.m_a100c15{overflow-x:var(--table-overflow)}.m_62259741{min-width:var(--table-min-width);max-height:var(--table-max-height)}[data-mantine-color-scheme=light] .m_89d60db1{--tab-border-color: var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark] .m_89d60db1{--tab-border-color: var(--mantine-color-dark-4)}.m_89d60db1{display:var(--tabs-display);flex-direction:var(--tabs-flex-direction);--tabs-list-direction: row;--tabs-panel-grow: unset;--tabs-display: block;--tabs-flex-direction: row;--tabs-list-border-width: 0;--tabs-list-border-size: 0 0 var(--tabs-list-border-width) 0;--tabs-list-gap: unset;--tabs-list-line-bottom: 0;--tabs-list-line-top: unset;--tabs-list-line-start: 0;--tabs-list-line-end: 0;--tab-radius: var(--tabs-radius) var(--tabs-radius) 0 0;--tab-border-width: 0 0 var(--tabs-list-border-width) 0}.m_89d60db1[data-inverted]{--tabs-list-line-bottom: unset;--tabs-list-line-top: 0;--tab-radius: 0 0 var(--tabs-radius) var(--tabs-radius);--tab-border-width: var(--tabs-list-border-width) 0 0 0}.m_89d60db1[data-inverted] .m_576c9d4:before{top:0;bottom:unset}.m_89d60db1[data-orientation=vertical]{--tabs-list-line-start: unset;--tabs-list-line-end: 0;--tabs-list-line-top: 0;--tabs-list-line-bottom: 0;--tabs-list-border-size: 0 var(--tabs-list-border-width) 0 0;--tab-border-width: 0 var(--tabs-list-border-width) 0 0;--tab-radius: var(--tabs-radius) 0 0 var(--tabs-radius);--tabs-list-direction: column;--tabs-panel-grow: 1;--tabs-display: flex}[dir=rtl] .m_89d60db1[data-orientation=vertical]{--tabs-list-border-size: 0 0 0 var(--tabs-list-border-width);--tab-border-width: 0 0 0 var(--tabs-list-border-width);--tab-radius: 0 var(--tabs-radius) var(--tabs-radius) 0}.m_89d60db1[data-orientation=vertical][data-placement=right]{--tabs-flex-direction: row-reverse;--tabs-list-line-start: 0;--tabs-list-line-end: unset;--tabs-list-border-size: 0 0 0 var(--tabs-list-border-width);--tab-border-width: 0 0 0 var(--tabs-list-border-width);--tab-radius: 0 var(--tabs-radius) var(--tabs-radius) 0}[dir=rtl] .m_89d60db1[data-orientation=vertical][data-placement=right]{--tabs-list-border-size: 0 var(--tabs-list-border-width) 0 0;--tab-border-width: 0 var(--tabs-list-border-width) 0 0;--tab-radius: var(--tabs-radius) 0 0 var(--tabs-radius)}.m_89d60db1[data-variant=default]{--tabs-list-border-width: 2px}[data-mantine-color-scheme=light] .m_89d60db1[data-variant=default]{--tab-hover-color: var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .m_89d60db1[data-variant=default]{--tab-hover-color: var(--mantine-color-dark-6)}.m_89d60db1[data-variant=outline]{--tabs-list-border-width: 1px}.m_89d60db1[data-variant=pills]{--tabs-list-gap: calc(var(--mantine-spacing-sm) / 2)}[data-mantine-color-scheme=light] .m_89d60db1[data-variant=pills]{--tab-hover-color: var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .m_89d60db1[data-variant=pills]{--tab-hover-color: var(--mantine-color-dark-6)}.m_89d33d6d{display:flex;flex-wrap:wrap;justify-content:var(--tabs-justify, flex-start);flex-direction:var(--tabs-list-direction);gap:var(--tabs-list-gap)}.m_89d33d6d:where([data-grow]) .m_4ec4dce6{flex:1}.m_b0c91715{flex-grow:var(--tabs-panel-grow)}.m_4ec4dce6{position:relative;padding:var(--mantine-spacing-xs) var(--mantine-spacing-md);font-size:var(--mantine-font-size-sm);white-space:nowrap;z-index:0;display:flex;align-items:center;line-height:1;-webkit-user-select:none;user-select:none}.m_4ec4dce6:where(:disabled,[data-disabled]){opacity:.5;cursor:not-allowed}.m_4ec4dce6:focus{z-index:1}.m_fc420b1f{display:flex;align-items:center;justify-content:center}.m_fc420b1f:where([data-position=left]:not(:only-child)){margin-inline-end:var(--mantine-spacing-xs)}.m_fc420b1f:where([data-position=right]:not(:only-child)){margin-inline-start:var(--mantine-spacing-xs)}.m_42bbd1ae{flex:1;text-align:center}.m_576c9d4{position:relative}.m_576c9d4:before{content:"";position:absolute;border:1px solid var(--tab-border-color);bottom:var(--tabs-list-line-bottom);inset-inline-start:var(--tabs-list-line-start);inset-inline-end:var(--tabs-list-line-end);top:var(--tabs-list-line-top)}.m_539e827b{border-radius:var(--tab-radius);border-width:var(--tab-border-width);border-style:solid;border-color:transparent;background-color:transparent}.m_539e827b:where([data-active]){border-color:var(--tabs-color)}@media(hover:hover){.m_539e827b:hover{background-color:var(--tab-hover-color)}.m_539e827b:hover:where(:not([data-active])){border-color:var(--tab-border-color)}}@media(hover:none){.m_539e827b:active{background-color:var(--tab-hover-color)}.m_539e827b:active:where(:not([data-active])){border-color:var(--tab-border-color)}}@media(hover:hover){.m_539e827b:disabled:hover,.m_539e827b[data-disabled]:hover{background-color:transparent}}@media(hover:none){.m_539e827b:disabled:active,.m_539e827b[data-disabled]:active{background-color:transparent}}.m_6772fbd5{position:relative}.m_6772fbd5:before{content:"";position:absolute;border-color:var(--tab-border-color);border-width:var(--tabs-list-border-size);border-style:solid;bottom:var(--tabs-list-line-bottom);inset-inline-start:var(--tabs-list-line-start);inset-inline-end:var(--tabs-list-line-end);top:var(--tabs-list-line-top)}.m_b59ab47c{border-top:1px solid transparent;border-bottom:1px solid transparent;border-right:1px solid transparent;border-left:1px solid transparent;border-top-color:var(--tab-border-top-color);border-bottom-color:var(--tab-border-bottom-color);border-radius:var(--tab-radius);position:relative;--tab-border-bottom-color: transparent;--tab-border-top-color: transparent;--tab-border-inline-end-color: transparent;--tab-border-inline-start-color: transparent}.m_b59ab47c:where([data-active]):before{content:"";position:absolute;background-color:var(--tab-border-color);bottom:var(--tab-before-bottom, calc(-.0625rem * var(--mantine-scale)));left:var(--tab-before-left, calc(-.0625rem * var(--mantine-scale)));right:var(--tab-before-right, auto);top:var(--tab-before-top, auto);width:1px;height:1px}.m_b59ab47c:where([data-active]):after{content:"";position:absolute;background-color:var(--tab-border-color);bottom:var(--tab-after-bottom, calc(-.0625rem * var(--mantine-scale)));right:var(--tab-after-right, calc(-.0625rem * var(--mantine-scale)));left:var(--tab-after-left, auto);top:var(--tab-after-top, auto);width:1px;height:1px}.m_b59ab47c:where([data-active]){border-top-color:var(--tab-border-top-color);border-bottom-color:var(--tab-border-bottom-color);border-inline-start-color:var(--tab-border-inline-start-color);border-inline-end-color:var(--tab-border-inline-end-color);--tab-border-top-color: var(--tab-border-color);--tab-border-inline-start-color: var(--tab-border-color);--tab-border-inline-end-color: var(--tab-border-color);--tab-border-bottom-color: var(--mantine-color-body)}.m_b59ab47c:where([data-active])[data-inverted]{--tab-border-bottom-color: var(--tab-border-color);--tab-border-top-color: var(--mantine-color-body);--tab-before-bottom: auto;--tab-before-top: -1px;--tab-after-bottom: auto;--tab-after-top: -1px}.m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=left]{--tab-border-inline-end-color: var(--mantine-color-body);--tab-border-inline-start-color: var(--tab-border-color);--tab-border-bottom-color: var(--tab-border-color);--tab-before-right: -1px;--tab-before-left: auto;--tab-before-bottom: auto;--tab-before-top: -1px;--tab-after-left: auto;--tab-after-right: -1px}[dir=rtl] .m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=left]{--tab-before-right: auto;--tab-before-left: -1px;--tab-after-left: -1px;--tab-after-right: auto}.m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=right]{--tab-border-inline-start-color: var(--mantine-color-body);--tab-border-inline-end-color: var(--tab-border-color);--tab-border-bottom-color: var(--tab-border-color);--tab-before-left: -1px;--tab-before-right: auto;--tab-before-bottom: auto;--tab-before-top: -1px;--tab-after-right: auto;--tab-after-left: -1px}[dir=rtl] .m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=right]{--tab-before-left: auto;--tab-before-right: -1px;--tab-after-right: -1px;--tab-after-left: auto}.m_c3381914{border-radius:var(--tabs-radius);background-color:var(--tab-bg);color:var(--tab-color);--tab-bg: transparent;--tab-color: inherit}@media(hover:hover){.m_c3381914:not([data-disabled]):hover{--tab-bg: var(--tab-hover-color)}}@media(hover:none){.m_c3381914:not([data-disabled]):active{--tab-bg: var(--tab-hover-color)}}.m_c3381914[data-active][data-active]{--tab-bg: var(--tabs-color);--tab-color: var(--tabs-text-color, var(--mantine-color-white))}@media(hover:hover){.m_c3381914[data-active][data-active]:hover{--tab-bg: var(--tabs-color)}}@media(hover:none){.m_c3381914[data-active][data-active]:active{--tab-bg: var(--tabs-color)}}.m_b6d8b162{-webkit-tap-highlight-color:transparent;text-decoration:none;font-size:var(--text-fz, var(--mantine-font-size-md));line-height:var(--text-lh, var(--mantine-line-height-md));font-weight:400;margin:0;padding:0;color:var(--text-color)}.m_b6d8b162:where([data-truncate]){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m_b6d8b162:where([data-truncate=start]){direction:rtl;text-align:right}:where([dir=rtl]) .m_b6d8b162:where([data-truncate=start]){direction:ltr;text-align:left}.m_b6d8b162:where([data-variant=gradient]){background-image:var(--text-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.m_b6d8b162:where([data-line-clamp]){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:var(--text-line-clamp);-webkit-box-orient:vertical}.m_b6d8b162:where([data-inherit]){line-height:inherit;font-weight:inherit;font-size:inherit}.m_b6d8b162:where([data-inline]){line-height:1}.m_7341320d{--ti-size-xs: 18px;--ti-size-sm: 22px;--ti-size-md: 28px;--ti-size-lg: 34px;--ti-size-xl: 44px;--ti-size: var(--ti-size-md);line-height:1;display:inline-flex;align-items:center;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;width:var(--ti-size);height:var(--ti-size);min-width:var(--ti-size);min-height:var(--ti-size);border-radius:var(--ti-radius, var(--mantine-radius-default));background:var(--ti-bg, var(--mantine-primary-color-filled));color:var(--ti-color, var(--mantine-color-white));border:var(--ti-bd, 1px solid transparent)}.m_43657ece{--offset: calc(var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2);--tl-bullet-size: 20px;--tl-line-width: 4px;--tl-radius: 1000px;--tl-color: var(--mantine-primary-color-filled)}.m_43657ece:where([data-align=left]){padding-inline-start:var(--offset)}.m_43657ece:where([data-align=right]){padding-inline-end:var(--offset)}.m_2ebe8099{font-weight:500;line-height:1;margin-bottom:calc(var(--mantine-spacing-xs) / 2)}.m_436178ff{--item-border: var(--tl-line-width) var(--tli-border-style, solid) var(--item-border-color);position:relative;color:var(--mantine-color-text)}.m_436178ff:before{content:"";pointer-events:none;position:absolute;top:0;left:var(--timeline-line-left, 0);right:var(--timeline-line-right, 0);bottom:calc(var(--mantine-spacing-xl) * -1);border-inline-start:var(--item-border);display:var(--timeline-line-display, none)}.m_43657ece[data-align=left] .m_436178ff:before{--timeline-line-left: calc(var(--tl-line-width) * -1);--timeline-line-right: auto}[dir=rtl] .m_43657ece[data-align=left] .m_436178ff:before{--timeline-line-left: auto;--timeline-line-right: calc(var(--tl-line-width) * -1)}.m_43657ece[data-align=right] .m_436178ff:before{--timeline-line-left: auto;--timeline-line-right: calc(var(--tl-line-width) * -1)}[dir=rtl] .m_43657ece[data-align=right] .m_436178ff:before{--timeline-line-left: calc(var(--tl-line-width) * -1);--timeline-line-right: auto}.m_43657ece:where([data-align=left]) .m_436178ff{padding-inline-start:var(--offset);text-align:left}.m_43657ece:where([data-align=right]) .m_436178ff{padding-inline-end:var(--offset);text-align:right}:where([data-mantine-color-scheme=light]) .m_436178ff{--item-border-color: var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_436178ff{--item-border-color: var(--mantine-color-dark-4)}.m_436178ff:where([data-line-active]):before{border-color:var(--tli-color, var(--tl-color))}.m_436178ff:where(:not(:last-of-type)){--timeline-line-display: block}.m_436178ff:where(:not(:first-of-type)){margin-top:var(--mantine-spacing-xl)}.m_8affcee1{width:var(--tl-bullet-size);height:var(--tl-bullet-size);border-radius:var(--tli-radius, var(--tl-radius));border:var(--tl-line-width) solid;background-color:var(--mantine-color-body);position:absolute;top:0;display:flex;align-items:center;justify-content:center;color:var(--mantine-color-text)}:where([data-mantine-color-scheme=light]) .m_8affcee1{border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_8affcee1{border-color:var(--mantine-color-dark-4)}.m_43657ece:where([data-align=left]) .m_8affcee1{left:calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);right:auto}:where([dir=rtl]) .m_43657ece:where([data-align=left]) .m_8affcee1{left:auto;right:calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1)}.m_43657ece:where([data-align=right]) .m_8affcee1{left:auto;right:calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1)}:where([dir=rtl]) .m_43657ece:where([data-align=right]) .m_8affcee1{left:calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);right:auto}.m_8affcee1:where([data-with-child]){border-width:var(--tl-line-width)}:where([data-mantine-color-scheme=light]) .m_8affcee1:where([data-with-child]){background-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_8affcee1:where([data-with-child]){background-color:var(--mantine-color-dark-4)}.m_8affcee1:where([data-active]){border-color:var(--tli-color, var(--tl-color));background-color:var(--mantine-color-white);color:var(--tl-icon-color, var(--mantine-color-white))}.m_8affcee1:where([data-active]):where([data-with-child]){background-color:var(--tli-color, var(--tl-color));color:var(--tl-icon-color, var(--mantine-color-white))}.m_43657ece:where([data-align=left]) .m_540e8f41{padding-inline-start:var(--offset);text-align:left}:where([dir=rtl]) .m_43657ece:where([data-align=left]) .m_540e8f41{text-align:right}.m_43657ece:where([data-align=right]) .m_540e8f41{padding-inline-end:var(--offset);text-align:right}:where([dir=rtl]) .m_43657ece:where([data-align=right]) .m_540e8f41{text-align:left}.m_8a5d1357{margin:0;font-weight:var(--title-fw);font-size:var(--title-fz);line-height:var(--title-lh);font-family:var(--mantine-font-family-headings);text-wrap:var(--title-text-wrap, var(--mantine-heading-text-wrap))}.m_8a5d1357:where([data-line-clamp]){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:var(--title-line-clamp);-webkit-box-orient:vertical}.m_1b3c8819{--tooltip-radius: var(--mantine-radius-default);position:absolute;padding:calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-xs);pointer-events:none;font-size:var(--mantine-font-size-sm);white-space:nowrap;border-radius:var(--tooltip-radius)}:where([data-mantine-color-scheme=light]) .m_1b3c8819{background-color:var(--tooltip-bg, var(--mantine-color-gray-9));color:var(--tooltip-color, var(--mantine-color-white))}:where([data-mantine-color-scheme=dark]) .m_1b3c8819{background-color:var(--tooltip-bg, var(--mantine-color-gray-2));color:var(--tooltip-color, var(--mantine-color-black))}.m_1b3c8819:where([data-multiline]){white-space:normal}.m_1b3c8819:where([data-fixed]){position:fixed}.m_f898399f{background-color:inherit;border:0;z-index:1}.m_d08caa0 :first-child{margin-top:0}.m_d08caa0 :last-child{margin-bottom:0}.m_d08caa0 :where(h1,h2,h3,h4,h5,h6){margin-bottom:var(--mantine-spacing-xs);text-wrap:var(--mantine-heading-text-wrap);font-family:var(--mantine-font-family-headings)}.m_d08caa0 :where(h1){margin-top:calc(1.5 * var(--mantine-spacing-xl));font-size:var(--mantine-h1-font-size);line-height:var(--mantine-h1-line-height);font-weight:var(--mantine-h1-font-weight)}.m_d08caa0 :where(h2){margin-top:var(--mantine-spacing-xl);font-size:var(--mantine-h2-font-size);line-height:var(--mantine-h2-line-height);font-weight:var(--mantine-h2-font-weight)}.m_d08caa0 :where(h3){margin-top:calc(.8 * var(--mantine-spacing-xl));font-size:var(--mantine-h3-font-size);line-height:var(--mantine-h3-line-height);font-weight:var(--mantine-h3-font-weight)}.m_d08caa0 :where(h4){margin-top:calc(.8 * var(--mantine-spacing-xl));font-size:var(--mantine-h4-font-size);line-height:var(--mantine-h4-line-height);font-weight:var(--mantine-h4-font-weight)}.m_d08caa0 :where(h5){margin-top:calc(.5 * var(--mantine-spacing-xl));font-size:var(--mantine-h5-font-size);line-height:var(--mantine-h5-line-height);font-weight:var(--mantine-h5-font-weight)}.m_d08caa0 :where(h6){margin-top:calc(.5 * var(--mantine-spacing-xl));font-size:var(--mantine-h6-font-size);line-height:var(--mantine-h6-line-height);font-weight:var(--mantine-h6-font-weight)}.m_d08caa0 :where(img){max-width:100%;margin-bottom:var(--mantine-spacing-xs)}.m_d08caa0 :where(p){margin-top:0;margin-bottom:var(--mantine-spacing-lg)}:where([data-mantine-color-scheme=light]) .m_d08caa0 :where(mark){background-color:var(--mantine-color-yellow-2);color:inherit}:where([data-mantine-color-scheme=dark]) .m_d08caa0 :where(mark){background-color:var(--mantine-color-yellow-5);color:var(--mantine-color-black)}.m_d08caa0 :where(a){color:var(--mantine-color-anchor);text-decoration:none}@media(hover:hover){.m_d08caa0 :where(a):hover{text-decoration:underline}}@media(hover:none){.m_d08caa0 :where(a):active{text-decoration:underline}}.m_d08caa0 :where(hr){margin-top:var(--mantine-spacing-md);margin-bottom:var(--mantine-spacing-md);border:0;border-top:1px solid}:where([data-mantine-color-scheme=light]) .m_d08caa0 :where(hr){border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_d08caa0 :where(hr){border-color:var(--mantine-color-dark-3)}.m_d08caa0 :where(pre){padding:var(--mantine-spacing-xs);line-height:var(--mantine-line-height);margin:0;margin-top:var(--mantine-spacing-md);margin-bottom:var(--mantine-spacing-md);overflow-x:auto;font-family:var(--mantine-font-family-monospace);font-size:var(--mantine-font-size-xs);border-radius:var(--mantine-radius-sm)}:where([data-mantine-color-scheme=light]) .m_d08caa0 :where(pre){background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_d08caa0 :where(pre){background-color:var(--mantine-color-dark-8)}.m_d08caa0 :where(pre) :where(code){background-color:transparent;padding:0;border-radius:0;color:inherit;border:0}.m_d08caa0 :where(kbd){--kbd-fz: 12px;--kbd-padding: 3px 5px;font-family:var(--mantine-font-family-monospace);line-height:var(--mantine-line-height);font-weight:700;padding:var(--kbd-padding);font-size:var(--kbd-fz);border-radius:var(--mantine-radius-sm);border:1px solid;border-bottom-width:3px}:where([data-mantine-color-scheme=light]) .m_d08caa0 :where(kbd){border-color:var(--mantine-color-gray-3);color:var(--mantine-color-gray-7);background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_d08caa0 :where(kbd){border-color:var(--mantine-color-dark-3);color:var(--mantine-color-dark-0);background-color:var(--mantine-color-dark-5)}.m_d08caa0 :where(code){line-height:var(--mantine-line-height);padding:1px 5px;border-radius:var(--mantine-radius-sm);font-family:var(--mantine-font-family-monospace);font-size:var(--mantine-font-size-xs)}:where([data-mantine-color-scheme=light]) .m_d08caa0 :where(code){background-color:var(--mantine-color-gray-0);color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_d08caa0 :where(code){background-color:var(--mantine-color-dark-5);color:var(--mantine-color-white)}.m_d08caa0 :where(ul,ol):not([data-type=taskList]){margin-bottom:var(--mantine-spacing-md);padding-inline-start:var(--mantine-spacing-xl);list-style-position:outside}.m_d08caa0 :where(table){width:100%;border-collapse:collapse;caption-side:bottom;margin-bottom:var(--mantine-spacing-md)}:where([data-mantine-color-scheme=light]) .m_d08caa0 :where(table){--table-border-color: var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_d08caa0 :where(table){--table-border-color: var(--mantine-color-dark-4)}.m_d08caa0 :where(table) :where(caption){margin-top:var(--mantine-spacing-xs);font-size:var(--mantine-font-size-sm);color:var(--mantine-color-dimmed)}.m_d08caa0 :where(table) :where(th){text-align:left;font-weight:700;font-size:var(--mantine-font-size-sm);padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm)}.m_d08caa0 :where(table) :where(thead th){border-bottom:1px solid;border-color:var(--table-border-color)}.m_d08caa0 :where(table) :where(tfoot th){border-top:1px solid;border-color:var(--table-border-color)}.m_d08caa0 :where(table) :where(td){padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm);border-bottom:1px solid;border-color:var(--table-border-color);font-size:var(--mantine-font-size-sm)}.m_d08caa0 :where(table) :where(tr:last-of-type td){border-bottom:0}.m_d08caa0 :where(blockquote){font-size:var(--mantine-font-size-lg);line-height:var(--mantine-line-height);margin:var(--mantine-spacing-md) 0;border-radius:var(--mantine-radius-sm);padding:var(--mantine-spacing-md) var(--mantine-spacing-lg)}:where([data-mantine-color-scheme=light]) .m_d08caa0 :where(blockquote){background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_d08caa0 :where(blockquote){background-color:var(--mantine-color-dark-8)}.bn-mantine{color-scheme:var(--mantine-color-scheme)}.bn-mantine *,.bn-mantine *:before,.bn-mantine *:after{box-sizing:border-box}.bn-mantine button,.bn-mantine select{text-transform:none}.bn-mantine{-webkit-font-smoothing:var(--mantine-webkit-font-smoothing);-moz-osx-font-smoothing:var(--mantine-moz-font-smoothing)}@media screen and (max-device-width:500px){.bn-mantine{-webkit-text-size-adjust:100%}}.bn-mantine{--mantine-z-index-app: 100;--mantine-z-index-modal: 200;--mantine-z-index-popover: 300;--mantine-z-index-overlay: 400;--mantine-z-index-max: 9999;--mantine-scale: 1;--mantine-cursor-type: default;--mantine-webkit-font-smoothing: antialiased;--mantine-moz-font-smoothing: grayscale;--mantine-color-white: #fff;--mantine-color-black: #000;--mantine-line-height: 1.55;--mantine-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;--mantine-font-family-monospace: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;--mantine-font-family-headings: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;--mantine-heading-font-weight: 700;--mantine-heading-text-wrap: wrap;--mantine-radius-default: calc(.25rem * var(--mantine-scale));--mantine-primary-color-filled: var(--mantine-color-blue-filled);--mantine-primary-color-filled-hover: var(--mantine-color-blue-filled-hover);--mantine-primary-color-light: var(--mantine-color-blue-light);--mantine-primary-color-light-hover: var(--mantine-color-blue-light-hover);--mantine-primary-color-light-color: var(--mantine-color-blue-light-color);--mantine-breakpoint-xs: 36em;--mantine-breakpoint-sm: 48em;--mantine-breakpoint-md: 62em;--mantine-breakpoint-lg: 75em;--mantine-breakpoint-xl: 88em;--mantine-spacing-xs: calc(.625rem * var(--mantine-scale));--mantine-spacing-sm: calc(.75rem * var(--mantine-scale));--mantine-spacing-md: calc(1rem * var(--mantine-scale));--mantine-spacing-lg: calc(1.25rem * var(--mantine-scale));--mantine-spacing-xl: calc(2rem * var(--mantine-scale));--mantine-font-size-xs: calc(.75rem * var(--mantine-scale));--mantine-font-size-sm: calc(.875rem * var(--mantine-scale));--mantine-font-size-md: calc(1rem * var(--mantine-scale));--mantine-font-size-lg: calc(1.125rem * var(--mantine-scale));--mantine-font-size-xl: calc(1.25rem * var(--mantine-scale));--mantine-line-height-xs: 1.4;--mantine-line-height-sm: 1.45;--mantine-line-height-md: 1.55;--mantine-line-height-lg: 1.6;--mantine-line-height-xl: 1.65;--mantine-shadow-xs: 0 calc(.0625rem * var(--mantine-scale)) calc(.1875rem * var(--mantine-scale)) rgba(0, 0, 0, .05), 0 calc(.0625rem * var(--mantine-scale)) calc(.125rem * var(--mantine-scale)) rgba(0, 0, 0, .1);--mantine-shadow-sm: 0 calc(.0625rem * var(--mantine-scale)) calc(.1875rem * var(--mantine-scale)) rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) 0 calc(.625rem * var(--mantine-scale)) calc(.9375rem * var(--mantine-scale)) calc(-.3125rem * var(--mantine-scale)), rgba(0, 0, 0, .04) 0 calc(.4375rem * var(--mantine-scale)) calc(.4375rem * var(--mantine-scale)) calc(-.3125rem * var(--mantine-scale));--mantine-shadow-md: 0 calc(.0625rem * var(--mantine-scale)) calc(.1875rem * var(--mantine-scale)) rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) 0 calc(1.25rem * var(--mantine-scale)) calc(1.5625rem * var(--mantine-scale)) calc(-.3125rem * var(--mantine-scale)), rgba(0, 0, 0, .04) 0 calc(.625rem * var(--mantine-scale)) calc(.625rem * var(--mantine-scale)) calc(-.3125rem * var(--mantine-scale));--mantine-shadow-lg: 0 calc(.0625rem * var(--mantine-scale)) calc(.1875rem * var(--mantine-scale)) rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) 0 calc(1.75rem * var(--mantine-scale)) calc(1.4375rem * var(--mantine-scale)) calc(-.4375rem * var(--mantine-scale)), rgba(0, 0, 0, .04) 0 calc(.75rem * var(--mantine-scale)) calc(.75rem * var(--mantine-scale)) calc(-.4375rem * var(--mantine-scale));--mantine-shadow-xl: 0 calc(.0625rem * var(--mantine-scale)) calc(.1875rem * var(--mantine-scale)) rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) 0 calc(2.25rem * var(--mantine-scale)) calc(1.75rem * var(--mantine-scale)) calc(-.4375rem * var(--mantine-scale)), rgba(0, 0, 0, .04) 0 calc(1.0625rem * var(--mantine-scale)) calc(1.0625rem * var(--mantine-scale)) calc(-.4375rem * var(--mantine-scale));--mantine-radius-xs: calc(.125rem * var(--mantine-scale));--mantine-radius-sm: calc(.25rem * var(--mantine-scale));--mantine-radius-md: calc(.5rem * var(--mantine-scale));--mantine-radius-lg: calc(1rem * var(--mantine-scale));--mantine-radius-xl: calc(2rem * var(--mantine-scale));--mantine-primary-color-0: var(--mantine-color-blue-0);--mantine-primary-color-1: var(--mantine-color-blue-1);--mantine-primary-color-2: var(--mantine-color-blue-2);--mantine-primary-color-3: var(--mantine-color-blue-3);--mantine-primary-color-4: var(--mantine-color-blue-4);--mantine-primary-color-5: var(--mantine-color-blue-5);--mantine-primary-color-6: var(--mantine-color-blue-6);--mantine-primary-color-7: var(--mantine-color-blue-7);--mantine-primary-color-8: var(--mantine-color-blue-8);--mantine-primary-color-9: var(--mantine-color-blue-9);--mantine-color-dark-0: #c9c9c9;--mantine-color-dark-1: #b8b8b8;--mantine-color-dark-2: #828282;--mantine-color-dark-3: #696969;--mantine-color-dark-4: #424242;--mantine-color-dark-5: #3b3b3b;--mantine-color-dark-6: #2e2e2e;--mantine-color-dark-7: #242424;--mantine-color-dark-8: #1f1f1f;--mantine-color-dark-9: #141414;--mantine-color-gray-0: #f8f9fa;--mantine-color-gray-1: #f1f3f5;--mantine-color-gray-2: #e9ecef;--mantine-color-gray-3: #dee2e6;--mantine-color-gray-4: #ced4da;--mantine-color-gray-5: #adb5bd;--mantine-color-gray-6: #868e96;--mantine-color-gray-7: #495057;--mantine-color-gray-8: #343a40;--mantine-color-gray-9: #212529;--mantine-color-red-0: #fff5f5;--mantine-color-red-1: #ffe3e3;--mantine-color-red-2: #ffc9c9;--mantine-color-red-3: #ffa8a8;--mantine-color-red-4: #ff8787;--mantine-color-red-5: #ff6b6b;--mantine-color-red-6: #fa5252;--mantine-color-red-7: #f03e3e;--mantine-color-red-8: #e03131;--mantine-color-red-9: #c92a2a;--mantine-color-pink-0: #fff0f6;--mantine-color-pink-1: #ffdeeb;--mantine-color-pink-2: #fcc2d7;--mantine-color-pink-3: #faa2c1;--mantine-color-pink-4: #f783ac;--mantine-color-pink-5: #f06595;--mantine-color-pink-6: #e64980;--mantine-color-pink-7: #d6336c;--mantine-color-pink-8: #c2255c;--mantine-color-pink-9: #a61e4d;--mantine-color-grape-0: #f8f0fc;--mantine-color-grape-1: #f3d9fa;--mantine-color-grape-2: #eebefa;--mantine-color-grape-3: #e599f7;--mantine-color-grape-4: #da77f2;--mantine-color-grape-5: #cc5de8;--mantine-color-grape-6: #be4bdb;--mantine-color-grape-7: #ae3ec9;--mantine-color-grape-8: #9c36b5;--mantine-color-grape-9: #862e9c;--mantine-color-violet-0: #f3f0ff;--mantine-color-violet-1: #e5dbff;--mantine-color-violet-2: #d0bfff;--mantine-color-violet-3: #b197fc;--mantine-color-violet-4: #9775fa;--mantine-color-violet-5: #845ef7;--mantine-color-violet-6: #7950f2;--mantine-color-violet-7: #7048e8;--mantine-color-violet-8: #6741d9;--mantine-color-violet-9: #5f3dc4;--mantine-color-indigo-0: #edf2ff;--mantine-color-indigo-1: #dbe4ff;--mantine-color-indigo-2: #bac8ff;--mantine-color-indigo-3: #91a7ff;--mantine-color-indigo-4: #748ffc;--mantine-color-indigo-5: #5c7cfa;--mantine-color-indigo-6: #4c6ef5;--mantine-color-indigo-7: #4263eb;--mantine-color-indigo-8: #3b5bdb;--mantine-color-indigo-9: #364fc7;--mantine-color-blue-0: #e7f5ff;--mantine-color-blue-1: #d0ebff;--mantine-color-blue-2: #a5d8ff;--mantine-color-blue-3: #74c0fc;--mantine-color-blue-4: #4dabf7;--mantine-color-blue-5: #339af0;--mantine-color-blue-6: #228be6;--mantine-color-blue-7: #1c7ed6;--mantine-color-blue-8: #1971c2;--mantine-color-blue-9: #1864ab;--mantine-color-cyan-0: #e3fafc;--mantine-color-cyan-1: #c5f6fa;--mantine-color-cyan-2: #99e9f2;--mantine-color-cyan-3: #66d9e8;--mantine-color-cyan-4: #3bc9db;--mantine-color-cyan-5: #22b8cf;--mantine-color-cyan-6: #15aabf;--mantine-color-cyan-7: #1098ad;--mantine-color-cyan-8: #0c8599;--mantine-color-cyan-9: #0b7285;--mantine-color-teal-0: #e6fcf5;--mantine-color-teal-1: #c3fae8;--mantine-color-teal-2: #96f2d7;--mantine-color-teal-3: #63e6be;--mantine-color-teal-4: #38d9a9;--mantine-color-teal-5: #20c997;--mantine-color-teal-6: #12b886;--mantine-color-teal-7: #0ca678;--mantine-color-teal-8: #099268;--mantine-color-teal-9: #087f5b;--mantine-color-green-0: #ebfbee;--mantine-color-green-1: #d3f9d8;--mantine-color-green-2: #b2f2bb;--mantine-color-green-3: #8ce99a;--mantine-color-green-4: #69db7c;--mantine-color-green-5: #51cf66;--mantine-color-green-6: #40c057;--mantine-color-green-7: #37b24d;--mantine-color-green-8: #2f9e44;--mantine-color-green-9: #2b8a3e;--mantine-color-lime-0: #f4fce3;--mantine-color-lime-1: #e9fac8;--mantine-color-lime-2: #d8f5a2;--mantine-color-lime-3: #c0eb75;--mantine-color-lime-4: #a9e34b;--mantine-color-lime-5: #94d82d;--mantine-color-lime-6: #82c91e;--mantine-color-lime-7: #74b816;--mantine-color-lime-8: #66a80f;--mantine-color-lime-9: #5c940d;--mantine-color-yellow-0: #fff9db;--mantine-color-yellow-1: #fff3bf;--mantine-color-yellow-2: #ffec99;--mantine-color-yellow-3: #ffe066;--mantine-color-yellow-4: #ffd43b;--mantine-color-yellow-5: #fcc419;--mantine-color-yellow-6: #fab005;--mantine-color-yellow-7: #f59f00;--mantine-color-yellow-8: #f08c00;--mantine-color-yellow-9: #e67700;--mantine-color-orange-0: #fff4e6;--mantine-color-orange-1: #ffe8cc;--mantine-color-orange-2: #ffd8a8;--mantine-color-orange-3: #ffc078;--mantine-color-orange-4: #ffa94d;--mantine-color-orange-5: #ff922b;--mantine-color-orange-6: #fd7e14;--mantine-color-orange-7: #f76707;--mantine-color-orange-8: #e8590c;--mantine-color-orange-9: #d9480f;--mantine-h1-font-size: calc(2.125rem * var(--mantine-scale));--mantine-h1-line-height: 1.3;--mantine-h1-font-weight: 700;--mantine-h2-font-size: calc(1.625rem * var(--mantine-scale));--mantine-h2-line-height: 1.35;--mantine-h2-font-weight: 700;--mantine-h3-font-size: calc(1.375rem * var(--mantine-scale));--mantine-h3-line-height: 1.4;--mantine-h3-font-weight: 700;--mantine-h4-font-size: calc(1.125rem * var(--mantine-scale));--mantine-h4-line-height: 1.45;--mantine-h4-font-weight: 700;--mantine-h5-font-size: calc(1rem * var(--mantine-scale));--mantine-h5-line-height: 1.5;--mantine-h5-font-weight: 700;--mantine-h6-font-size: calc(.875rem * var(--mantine-scale));--mantine-h6-line-height: 1.5;--mantine-h6-font-weight: 700}.bn-mantine[data-mantine-color-scheme=dark]{--mantine-color-scheme: dark;--mantine-primary-color-contrast: var(--mantine-color-white);--mantine-color-bright: var(--mantine-color-white);--mantine-color-text: var(--mantine-color-dark-0);--mantine-color-body: var(--mantine-color-dark-7);--mantine-color-error: var(--mantine-color-red-8);--mantine-color-placeholder: var(--mantine-color-dark-3);--mantine-color-anchor: var(--mantine-color-blue-4);--mantine-color-default: var(--mantine-color-dark-6);--mantine-color-default-hover: var(--mantine-color-dark-5);--mantine-color-default-color: var(--mantine-color-white);--mantine-color-default-border: var(--mantine-color-dark-4);--mantine-color-dimmed: var(--mantine-color-dark-2);--mantine-color-disabled: var(--mantine-color-dark-6);--mantine-color-disabled-color: var(--mantine-color-dark-3);--mantine-color-disabled-border: var(--mantine-color-dark-4);--mantine-color-dark-text: var(--mantine-color-dark-4);--mantine-color-dark-filled: var(--mantine-color-dark-8);--mantine-color-dark-filled-hover: var(--mantine-color-dark-9);--mantine-color-dark-light: rgba(46, 46, 46, .15);--mantine-color-dark-light-hover: rgba(46, 46, 46, .2);--mantine-color-dark-light-color: var(--mantine-color-dark-3);--mantine-color-dark-outline: var(--mantine-color-dark-4);--mantine-color-dark-outline-hover: rgba(66, 66, 66, .05);--mantine-color-gray-text: var(--mantine-color-gray-4);--mantine-color-gray-filled: var(--mantine-color-gray-8);--mantine-color-gray-filled-hover: var(--mantine-color-gray-9);--mantine-color-gray-light: rgba(134, 142, 150, .15);--mantine-color-gray-light-hover: rgba(134, 142, 150, .2);--mantine-color-gray-light-color: var(--mantine-color-gray-3);--mantine-color-gray-outline: var(--mantine-color-gray-4);--mantine-color-gray-outline-hover: rgba(206, 212, 218, .05);--mantine-color-red-text: var(--mantine-color-red-4);--mantine-color-red-filled: var(--mantine-color-red-8);--mantine-color-red-filled-hover: var(--mantine-color-red-9);--mantine-color-red-light: rgba(250, 82, 82, .15);--mantine-color-red-light-hover: rgba(250, 82, 82, .2);--mantine-color-red-light-color: var(--mantine-color-red-3);--mantine-color-red-outline: var(--mantine-color-red-4);--mantine-color-red-outline-hover: rgba(255, 135, 135, .05);--mantine-color-pink-text: var(--mantine-color-pink-4);--mantine-color-pink-filled: var(--mantine-color-pink-8);--mantine-color-pink-filled-hover: var(--mantine-color-pink-9);--mantine-color-pink-light: rgba(230, 73, 128, .15);--mantine-color-pink-light-hover: rgba(230, 73, 128, .2);--mantine-color-pink-light-color: var(--mantine-color-pink-3);--mantine-color-pink-outline: var(--mantine-color-pink-4);--mantine-color-pink-outline-hover: rgba(247, 131, 172, .05);--mantine-color-grape-text: var(--mantine-color-grape-4);--mantine-color-grape-filled: var(--mantine-color-grape-8);--mantine-color-grape-filled-hover: var(--mantine-color-grape-9);--mantine-color-grape-light: rgba(190, 75, 219, .15);--mantine-color-grape-light-hover: rgba(190, 75, 219, .2);--mantine-color-grape-light-color: var(--mantine-color-grape-3);--mantine-color-grape-outline: var(--mantine-color-grape-4);--mantine-color-grape-outline-hover: rgba(218, 119, 242, .05);--mantine-color-violet-text: var(--mantine-color-violet-4);--mantine-color-violet-filled: var(--mantine-color-violet-8);--mantine-color-violet-filled-hover: var(--mantine-color-violet-9);--mantine-color-violet-light: rgba(121, 80, 242, .15);--mantine-color-violet-light-hover: rgba(121, 80, 242, .2);--mantine-color-violet-light-color: var(--mantine-color-violet-3);--mantine-color-violet-outline: var(--mantine-color-violet-4);--mantine-color-violet-outline-hover: rgba(151, 117, 250, .05);--mantine-color-indigo-text: var(--mantine-color-indigo-4);--mantine-color-indigo-filled: var(--mantine-color-indigo-8);--mantine-color-indigo-filled-hover: var(--mantine-color-indigo-9);--mantine-color-indigo-light: rgba(76, 110, 245, .15);--mantine-color-indigo-light-hover: rgba(76, 110, 245, .2);--mantine-color-indigo-light-color: var(--mantine-color-indigo-3);--mantine-color-indigo-outline: var(--mantine-color-indigo-4);--mantine-color-indigo-outline-hover: rgba(116, 143, 252, .05);--mantine-color-blue-text: var(--mantine-color-blue-4);--mantine-color-blue-filled: var(--mantine-color-blue-8);--mantine-color-blue-filled-hover: var(--mantine-color-blue-9);--mantine-color-blue-light: rgba(34, 139, 230, .15);--mantine-color-blue-light-hover: rgba(34, 139, 230, .2);--mantine-color-blue-light-color: var(--mantine-color-blue-3);--mantine-color-blue-outline: var(--mantine-color-blue-4);--mantine-color-blue-outline-hover: rgba(77, 171, 247, .05);--mantine-color-cyan-text: var(--mantine-color-cyan-4);--mantine-color-cyan-filled: var(--mantine-color-cyan-8);--mantine-color-cyan-filled-hover: var(--mantine-color-cyan-9);--mantine-color-cyan-light: rgba(21, 170, 191, .15);--mantine-color-cyan-light-hover: rgba(21, 170, 191, .2);--mantine-color-cyan-light-color: var(--mantine-color-cyan-3);--mantine-color-cyan-outline: var(--mantine-color-cyan-4);--mantine-color-cyan-outline-hover: rgba(59, 201, 219, .05);--mantine-color-teal-text: var(--mantine-color-teal-4);--mantine-color-teal-filled: var(--mantine-color-teal-8);--mantine-color-teal-filled-hover: var(--mantine-color-teal-9);--mantine-color-teal-light: rgba(18, 184, 134, .15);--mantine-color-teal-light-hover: rgba(18, 184, 134, .2);--mantine-color-teal-light-color: var(--mantine-color-teal-3);--mantine-color-teal-outline: var(--mantine-color-teal-4);--mantine-color-teal-outline-hover: rgba(56, 217, 169, .05);--mantine-color-green-text: var(--mantine-color-green-4);--mantine-color-green-filled: var(--mantine-color-green-8);--mantine-color-green-filled-hover: var(--mantine-color-green-9);--mantine-color-green-light: rgba(64, 192, 87, .15);--mantine-color-green-light-hover: rgba(64, 192, 87, .2);--mantine-color-green-light-color: var(--mantine-color-green-3);--mantine-color-green-outline: var(--mantine-color-green-4);--mantine-color-green-outline-hover: rgba(105, 219, 124, .05);--mantine-color-lime-text: var(--mantine-color-lime-4);--mantine-color-lime-filled: var(--mantine-color-lime-8);--mantine-color-lime-filled-hover: var(--mantine-color-lime-9);--mantine-color-lime-light: rgba(130, 201, 30, .15);--mantine-color-lime-light-hover: rgba(130, 201, 30, .2);--mantine-color-lime-light-color: var(--mantine-color-lime-3);--mantine-color-lime-outline: var(--mantine-color-lime-4);--mantine-color-lime-outline-hover: rgba(169, 227, 75, .05);--mantine-color-yellow-text: var(--mantine-color-yellow-4);--mantine-color-yellow-filled: var(--mantine-color-yellow-8);--mantine-color-yellow-filled-hover: var(--mantine-color-yellow-9);--mantine-color-yellow-light: rgba(250, 176, 5, .15);--mantine-color-yellow-light-hover: rgba(250, 176, 5, .2);--mantine-color-yellow-light-color: var(--mantine-color-yellow-3);--mantine-color-yellow-outline: var(--mantine-color-yellow-4);--mantine-color-yellow-outline-hover: rgba(255, 212, 59, .05);--mantine-color-orange-text: var(--mantine-color-orange-4);--mantine-color-orange-filled: var(--mantine-color-orange-8);--mantine-color-orange-filled-hover: var(--mantine-color-orange-9);--mantine-color-orange-light: rgba(253, 126, 20, .15);--mantine-color-orange-light-hover: rgba(253, 126, 20, .2);--mantine-color-orange-light-color: var(--mantine-color-orange-3);--mantine-color-orange-outline: var(--mantine-color-orange-4);--mantine-color-orange-outline-hover: rgba(255, 169, 77, .05)}.bn-mantine[data-mantine-color-scheme=light]{--mantine-color-scheme: light;--mantine-primary-color-contrast: var(--mantine-color-white);--mantine-color-bright: var(--mantine-color-black);--mantine-color-text: #000;--mantine-color-body: #fff;--mantine-color-error: var(--mantine-color-red-6);--mantine-color-placeholder: var(--mantine-color-gray-5);--mantine-color-anchor: var(--mantine-color-blue-6);--mantine-color-default: var(--mantine-color-white);--mantine-color-default-hover: var(--mantine-color-gray-0);--mantine-color-default-color: var(--mantine-color-black);--mantine-color-default-border: var(--mantine-color-gray-4);--mantine-color-dimmed: var(--mantine-color-gray-6);--mantine-color-disabled: var(--mantine-color-gray-2);--mantine-color-disabled-color: var(--mantine-color-gray-5);--mantine-color-disabled-border: var(--mantine-color-gray-3);--mantine-color-dark-text: var(--mantine-color-dark-filled);--mantine-color-dark-filled: var(--mantine-color-dark-6);--mantine-color-dark-filled-hover: var(--mantine-color-dark-7);--mantine-color-dark-light: rgba(46, 46, 46, .1);--mantine-color-dark-light-hover: rgba(46, 46, 46, .12);--mantine-color-dark-light-color: var(--mantine-color-dark-6);--mantine-color-dark-outline: var(--mantine-color-dark-6);--mantine-color-dark-outline-hover: rgba(46, 46, 46, .05);--mantine-color-gray-text: var(--mantine-color-gray-filled);--mantine-color-gray-filled: var(--mantine-color-gray-6);--mantine-color-gray-filled-hover: var(--mantine-color-gray-7);--mantine-color-gray-light: rgba(134, 142, 150, .1);--mantine-color-gray-light-hover: rgba(134, 142, 150, .12);--mantine-color-gray-light-color: var(--mantine-color-gray-6);--mantine-color-gray-outline: var(--mantine-color-gray-6);--mantine-color-gray-outline-hover: rgba(134, 142, 150, .05);--mantine-color-red-text: var(--mantine-color-red-filled);--mantine-color-red-filled: var(--mantine-color-red-6);--mantine-color-red-filled-hover: var(--mantine-color-red-7);--mantine-color-red-light: rgba(250, 82, 82, .1);--mantine-color-red-light-hover: rgba(250, 82, 82, .12);--mantine-color-red-light-color: var(--mantine-color-red-6);--mantine-color-red-outline: var(--mantine-color-red-6);--mantine-color-red-outline-hover: rgba(250, 82, 82, .05);--mantine-color-pink-text: var(--mantine-color-pink-filled);--mantine-color-pink-filled: var(--mantine-color-pink-6);--mantine-color-pink-filled-hover: var(--mantine-color-pink-7);--mantine-color-pink-light: rgba(230, 73, 128, .1);--mantine-color-pink-light-hover: rgba(230, 73, 128, .12);--mantine-color-pink-light-color: var(--mantine-color-pink-6);--mantine-color-pink-outline: var(--mantine-color-pink-6);--mantine-color-pink-outline-hover: rgba(230, 73, 128, .05);--mantine-color-grape-text: var(--mantine-color-grape-filled);--mantine-color-grape-filled: var(--mantine-color-grape-6);--mantine-color-grape-filled-hover: var(--mantine-color-grape-7);--mantine-color-grape-light: rgba(190, 75, 219, .1);--mantine-color-grape-light-hover: rgba(190, 75, 219, .12);--mantine-color-grape-light-color: var(--mantine-color-grape-6);--mantine-color-grape-outline: var(--mantine-color-grape-6);--mantine-color-grape-outline-hover: rgba(190, 75, 219, .05);--mantine-color-violet-text: var(--mantine-color-violet-filled);--mantine-color-violet-filled: var(--mantine-color-violet-6);--mantine-color-violet-filled-hover: var(--mantine-color-violet-7);--mantine-color-violet-light: rgba(121, 80, 242, .1);--mantine-color-violet-light-hover: rgba(121, 80, 242, .12);--mantine-color-violet-light-color: var(--mantine-color-violet-6);--mantine-color-violet-outline: var(--mantine-color-violet-6);--mantine-color-violet-outline-hover: rgba(121, 80, 242, .05);--mantine-color-indigo-text: var(--mantine-color-indigo-filled);--mantine-color-indigo-filled: var(--mantine-color-indigo-6);--mantine-color-indigo-filled-hover: var(--mantine-color-indigo-7);--mantine-color-indigo-light: rgba(76, 110, 245, .1);--mantine-color-indigo-light-hover: rgba(76, 110, 245, .12);--mantine-color-indigo-light-color: var(--mantine-color-indigo-6);--mantine-color-indigo-outline: var(--mantine-color-indigo-6);--mantine-color-indigo-outline-hover: rgba(76, 110, 245, .05);--mantine-color-blue-text: var(--mantine-color-blue-filled);--mantine-color-blue-filled: var(--mantine-color-blue-6);--mantine-color-blue-filled-hover: var(--mantine-color-blue-7);--mantine-color-blue-light: rgba(34, 139, 230, .1);--mantine-color-blue-light-hover: rgba(34, 139, 230, .12);--mantine-color-blue-light-color: var(--mantine-color-blue-6);--mantine-color-blue-outline: var(--mantine-color-blue-6);--mantine-color-blue-outline-hover: rgba(34, 139, 230, .05);--mantine-color-cyan-text: var(--mantine-color-cyan-filled);--mantine-color-cyan-filled: var(--mantine-color-cyan-6);--mantine-color-cyan-filled-hover: var(--mantine-color-cyan-7);--mantine-color-cyan-light: rgba(21, 170, 191, .1);--mantine-color-cyan-light-hover: rgba(21, 170, 191, .12);--mantine-color-cyan-light-color: var(--mantine-color-cyan-6);--mantine-color-cyan-outline: var(--mantine-color-cyan-6);--mantine-color-cyan-outline-hover: rgba(21, 170, 191, .05);--mantine-color-teal-text: var(--mantine-color-teal-filled);--mantine-color-teal-filled: var(--mantine-color-teal-6);--mantine-color-teal-filled-hover: var(--mantine-color-teal-7);--mantine-color-teal-light: rgba(18, 184, 134, .1);--mantine-color-teal-light-hover: rgba(18, 184, 134, .12);--mantine-color-teal-light-color: var(--mantine-color-teal-6);--mantine-color-teal-outline: var(--mantine-color-teal-6);--mantine-color-teal-outline-hover: rgba(18, 184, 134, .05);--mantine-color-green-text: var(--mantine-color-green-filled);--mantine-color-green-filled: var(--mantine-color-green-6);--mantine-color-green-filled-hover: var(--mantine-color-green-7);--mantine-color-green-light: rgba(64, 192, 87, .1);--mantine-color-green-light-hover: rgba(64, 192, 87, .12);--mantine-color-green-light-color: var(--mantine-color-green-6);--mantine-color-green-outline: var(--mantine-color-green-6);--mantine-color-green-outline-hover: rgba(64, 192, 87, .05);--mantine-color-lime-text: var(--mantine-color-lime-filled);--mantine-color-lime-filled: var(--mantine-color-lime-6);--mantine-color-lime-filled-hover: var(--mantine-color-lime-7);--mantine-color-lime-light: rgba(130, 201, 30, .1);--mantine-color-lime-light-hover: rgba(130, 201, 30, .12);--mantine-color-lime-light-color: var(--mantine-color-lime-6);--mantine-color-lime-outline: var(--mantine-color-lime-6);--mantine-color-lime-outline-hover: rgba(130, 201, 30, .05);--mantine-color-yellow-text: var(--mantine-color-yellow-filled);--mantine-color-yellow-filled: var(--mantine-color-yellow-6);--mantine-color-yellow-filled-hover: var(--mantine-color-yellow-7);--mantine-color-yellow-light: rgba(250, 176, 5, .1);--mantine-color-yellow-light-hover: rgba(250, 176, 5, .12);--mantine-color-yellow-light-color: var(--mantine-color-yellow-6);--mantine-color-yellow-outline: var(--mantine-color-yellow-6);--mantine-color-yellow-outline-hover: rgba(250, 176, 5, .05);--mantine-color-orange-text: var(--mantine-color-orange-filled);--mantine-color-orange-filled: var(--mantine-color-orange-6);--mantine-color-orange-filled-hover: var(--mantine-color-orange-7);--mantine-color-orange-light: rgba(253, 126, 20, .1);--mantine-color-orange-light-hover: rgba(253, 126, 20, .12);--mantine-color-orange-light-color: var(--mantine-color-orange-6);--mantine-color-orange-outline: var(--mantine-color-orange-6);--mantine-color-orange-outline-hover: rgba(253, 126, 20, .05)}.bn-block-outer{line-height:1.5;transition:margin .2s}.bn-block{display:flex;flex-direction:column}.bn-block-content{padding:3px 0;display:flex;transition:font-size .2s;width:100%}.bn-block-content.ProseMirror-selectednode>*,.ProseMirror-selectednode>.bn-block-content>*{border-radius:4px;outline:4px solid rgb(100,160,255)}.bn-block-content:before{content:"";margin-right:0;transition:all .2s;height:0;overflow:visible}.bn-inline-content{width:100%}.bn-block-group .bn-block-group{margin-left:24px}.bn-block-group .bn-block-group>.bn-block-outer{position:relative}.bn-block-group .bn-block-group>.bn-block-outer:not([data-prev-depth-changed]):before{content:" ";display:inline;position:absolute;left:-20px;height:100%;transition:all .2s .1s}.bn-block-group .bn-block-group>.bn-block-outer[data-prev-depth-change="-2"]:before{height:0}.bn-inline-content code{font-family:monospace}[data-prev-depth-change="1"]{--x: 1}[data-prev-depth-change="2"]{--x: 2}[data-prev-depth-change="3"]{--x: 3}[data-prev-depth-change="4"]{--x: 4}[data-prev-depth-change="5"]{--x: 5}[data-prev-depth-change="-1"]{--x: -1}[data-prev-depth-change="-2"]{--x: -2}[data-prev-depth-change="-3"]{--x: -3}[data-prev-depth-change="-4"]{--x: -4}[data-prev-depth-change="-5"]{--x: -5}.bn-block-outer[data-prev-depth-change]{margin-left:calc(10px * var(--x))}.bn-block-outer[data-prev-depth-change] .bn-block-outer[data-prev-depth-change]{margin-left:0}[data-content-type=heading]{--level: 3em}[data-content-type=heading][data-level="2"]{--level: 2em}[data-content-type=heading][data-level="3"]{--level: 1.3em}[data-content-type=heading][data-level="4"]{--level: 1em}[data-content-type=heading][data-level="5"]{--level: .9em}[data-content-type=heading][data-level="6"]{--level: .8em}[data-prev-level="1"]{--prev-level: 3em}[data-prev-level="2"]{--prev-level: 2em}[data-prev-level="3"]{--prev-level: 1.3em}[data-prev-level="4"]{--prev-level: 1em}[data-prev-level="5"]{--prev-level: .9em}[data-prev-level="6"]{--prev-level: .8em}.bn-block-outer[data-prev-type=heading]>.bn-block>.bn-block-content{font-size:var(--prev-level);font-weight:700}.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=heading],.bn-block-outer:not([data-prev-type])>.bn-block>div[data-type=modification]>div[data-type=modification]>.bn-block-content[data-content-type=heading]{font-size:var(--level);font-weight:700}[data-content-type=quote] blockquote{border-left:2px solid rgb(125,121,122);color:#7d797a;margin:0;padding-left:1em}[data-content-type=divider] hr{border:none;border-top:1px solid rgb(125,121,122);margin:.5em 0;flex:1}.bn-block-content:before{margin-right:0;content:""}.bn-block-content[data-content-type=numberedListItem]:before{display:flex;justify-content:center;min-width:24px;padding-right:4px}[data-content-type=numberedListItem]{--index: attr(data-index)}[data-prev-type=numberedListItem]{--prev-index: attr(data-prev-index)}.bn-block-outer[data-prev-type=numberedListItem]:not([data-prev-index=none])>.bn-block>.bn-block-content:before{content:var(--prev-index) "."}.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=numberedListItem]:before,.bn-block-outer:not([data-prev-type])>.bn-block>div[data-type=modification]>.bn-block-content[data-content-type=numberedListItem]:before{content:var(--index) "."}.bn-block-content[data-content-type=bulletListItem]:before{display:flex;justify-content:center;min-width:24px;padding-right:4px}.bn-block-content[data-content-type=checkListItem]>div:has(>input){height:24px}.bn-block-content[data-content-type=checkListItem]>div>input{cursor:pointer;height:24px;margin-left:4px;margin-right:8px;margin-block:0;width:12px}.bn-block-content[data-content-type=checkListItem][data-checked=true] .bn-inline-content{text-decoration:line-through}.bn-block-content[data-text-alignment=center]{justify-content:center}.bn-block-content[data-text-alignment=right]{justify-content:flex-end}.bn-block:has(>.bn-block-content>div>.bn-toggle-wrapper[data-show-children=false])>.bn-block-group,.bn-block:has(>.react-renderer>.bn-block-content>div>.bn-toggle-wrapper[data-show-children=false])>.bn-block-group{display:none}.bn-toggle-wrapper{display:flex;align-items:center}.bn-toggle-button{color:var(--bn-colors-editor-text);padding:3px}.bn-toggle-button>svg{width:18px;height:18px}.bn-toggle-wrapper[data-show-children=true] .bn-toggle-button{transform:rotate(90deg)}.bn-toggle-add-block-button{font-size:16px;color:var(--bn-colors-side-menu);font-weight:400;margin-left:22px;padding-inline:2px;width:fit-content}.bn-toggle-button,.bn-toggle-add-block-button{background:none;border:none;border-radius:var(--bn-border-radius-small);cursor:pointer;display:flex;-webkit-user-select:none;user-select:none}.bn-toggle-button:hover,.bn-toggle-add-block-button:hover{background-color:var(--bn-colors-hovered-background)}.bn-block-outer[data-prev-type=bulletListItem]>.bn-block>.bn-block-content:before{content:"•"}.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=bulletListItem]:before,.bn-block-outer:not([data-prev-type])>.bn-block>div[data-type=modification]>.bn-block-content[data-content-type=bulletListItem]:before{content:"•"}[data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer[data-prev-type=bulletListItem]>.bn-block>.bn-block-content:before{content:"◦"}[data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=bulletListItem]:before,[data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer:not([data-prev-type])>.bn-block>div[data-type=modification]>.bn-block-content[data-content-type=bulletListItem]:before{content:"◦"}[data-content-type=bulletListItem]~.bn-block-group [data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer[data-prev-type=bulletListItem]>.bn-block>.bn-block-content:before{content:"▪"}[data-content-type=bulletListItem]~.bn-block-group [data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer:not([data-prev-type])>.bn-block>.bn-block-content[data-content-type=bulletListItem]:before,[data-content-type=bulletListItem]~.bn-block-group [data-content-type=bulletListItem]~.bn-block-group>.bn-block-outer:not([data-prev-type])>.bn-block>div[data-type=modification]>.bn-block-content[data-content-type=bulletListItem]:before{content:"▪"}.bn-block-content[data-content-type=codeBlock]{position:relative;background-color:#161616;color:#fff;border-radius:8px}.bn-block-content[data-content-type=codeBlock]>pre{white-space:pre;overflow-x:auto;margin:0;width:100%;-moz-tab-size:2;tab-size:2;padding:24px}.bn-block-content[data-content-type=codeBlock]>div{outline:none!important}.bn-block-content[data-content-type=codeBlock]>div>select{outline:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;user-select:none;border:none;cursor:pointer;background-color:transparent;position:absolute;top:8px;left:18px;font-size:.8em;color:#fff;opacity:0;transition:opacity .3s;transition-delay:1s}.bn-block-content[data-content-type=codeBlock]>div>select>option{color:#000}.bn-block-content[data-content-type=codeBlock]:hover>div>select,.bn-block-content[data-content-type=codeBlock]>div>select:focus{opacity:.5;transition-delay:.1s}.bn-block-content[data-content-type=pageBreak]>div{width:100%;height:0;border-top:dotted rgb(125,121,122) 2px;margin-block:11px}@media print{.bn-block-content[data-content-type=pageBreak]>div{page-break-after:always}}[data-file-block] .bn-file-block-content-wrapper{cursor:pointer;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}[data-file-block] .bn-file-block-content-wrapper:has(.bn-add-file-button),[data-file-block] .bn-file-block-content-wrapper:has(.bn-file-name-with-icon){width:100%}[data-file-block] .bn-add-file-button{align-items:center;background-color:#f2f1ee;border-radius:4px;color:#7d797a;display:flex;gap:10px;padding:12px}.bn-editor[contenteditable=true] [data-file-block] .bn-add-file-button:hover,[data-file-block] .bn-file-name-with-icon:hover,.ProseMirror-selectednode .bn-file-name-with-icon{background-color:#e1e1e1}[data-file-block] .bn-add-file-button-icon,[data-file-block] .bn-file-icon{width:24px;height:24px}[data-file-block] .bn-add-file-button-text{font-size:.9rem}[data-file-block] .bn-file-name-with-icon{border-radius:4px;display:flex;gap:4px;padding:4px}[data-file-block] .bn-file-caption{font-size:.8em;padding-block:4px;word-break:break-word}[data-file-block] .bn-file-caption:empty{padding-block:0}[data-file-block] .bn-resize-handle{position:absolute;width:8px;height:30px;background-color:#000;border:1px solid white;border-radius:4px;cursor:ew-resize}[data-file-block] .bn-visual-media-wrapper{display:flex;align-items:center;position:relative;max-width:100%}[data-file-block] .bn-visual-media{border-radius:4px;width:100%}[data-content-type=audio]>.bn-file-block-content-wrapper,.bn-audio{width:100%}.bn-inline-content:has(>.ProseMirror-trailingBreak:only-child):before{pointer-events:none;height:0;position:absolute;font-style:italic}[data-style-type=textColor][data-value=gray],[data-text-color=gray],.bn-block:has(>.bn-block-content[data-text-color=gray]){color:#9b9a97}[data-style-type=textColor][data-value=brown],[data-text-color=brown],.bn-block:has(>.bn-block-content[data-text-color=brown]){color:#64473a}[data-style-type=textColor][data-value=red],[data-text-color=red],.bn-block:has(>.bn-block-content[data-text-color=red]){color:#e03e3e}[data-style-type=textColor][data-value=orange],[data-text-color=orange],.bn-block:has(>.bn-block-content[data-text-color=orange]){color:#d9730d}[data-style-type=textColor][data-value=yellow],[data-text-color=yellow],.bn-block:has(>.bn-block-content[data-text-color=yellow]){color:#dfab01}[data-style-type=textColor][data-value=green],[data-text-color=green],.bn-block:has(>.bn-block-content[data-text-color=green]){color:#4d6461}[data-style-type=textColor][data-value=blue],[data-text-color=blue],.bn-block:has(>.bn-block-content[data-text-color=blue]){color:#0b6e99}[data-style-type=textColor][data-value=purple],[data-text-color=purple],.bn-block:has(>.bn-block-content[data-text-color=purple]){color:#6940a5}[data-style-type=textColor][data-value=pink],[data-text-color=pink],.bn-block:has(>.bn-block-content[data-text-color=pink]){color:#ad1a72}[data-style-type=backgroundColor][data-value=gray],[data-background-color=gray],.bn-block:has(>.bn-block-content[data-background-color=gray]){background-color:#ebeced}[data-style-type=backgroundColor][data-value=brown],[data-background-color=brown],.bn-block:has(>.bn-block-content[data-background-color=brown]){background-color:#e9e5e3}[data-style-type=backgroundColor][data-value=red],[data-background-color=red],.bn-block:has(>.bn-block-content[data-background-color=red]){background-color:#fbe4e4}[data-style-type=backgroundColor][data-value=orange],[data-background-color=orange],.bn-block:has(>.bn-block-content[data-background-color=orange]){background-color:#f6e9d9}[data-style-type=backgroundColor][data-value=yellow],[data-background-color=yellow],.bn-block:has(>.bn-block-content[data-background-color=yellow]){background-color:#fbf3db}[data-style-type=backgroundColor][data-value=green],[data-background-color=green],.bn-block:has(>.bn-block-content[data-background-color=green]){background-color:#ddedea}[data-style-type=backgroundColor][data-value=blue],[data-background-color=blue],.bn-block:has(>.bn-block-content[data-background-color=blue]){background-color:#ddebf1}[data-style-type=backgroundColor][data-value=purple],[data-background-color=purple],.bn-block:has(>.bn-block-content[data-background-color=purple]){background-color:#eae4f2}[data-style-type=backgroundColor][data-value=pink],[data-background-color=pink],.bn-block:has(>.bn-block-content[data-background-color=pink]){background-color:#f4dfeb}[data-text-alignment=left]{justify-content:flex-start!important;text-align:left!important}[data-text-alignment=center]{justify-content:center!important;text-align:center!important}[data-text-alignment=right]{justify-content:flex-end!important;text-align:right!important}[data-text-alignment=justify]{justify-content:flex-start!important;text-align:justify!important}.bn-block-column-list{display:flex;flex-direction:row}.bn-block-column{flex:1;padding:12px 20px;overflow-x:auto}.bn-block-column:first-child{padding-left:0}.bn-block-column:last-child{padding-right:0}.bn-thread-mark:not([data-orphan=true]){background:#ffc80026}.bn-thread-mark .bn-thread-mark-selected{background:#ffc80040}.ProseMirror .tableWrapper{overflow-x:auto}.ProseMirror table{border-collapse:collapse;table-layout:fixed;width:100%;overflow:hidden}.ProseMirror td,.ProseMirror th{vertical-align:top;box-sizing:border-box;position:relative}.ProseMirror td:not([data-colwidth]):not(.column-resize-dragging),.ProseMirror th:not([data-colwidth]):not(.column-resize-dragging){min-width:var(--default-cell-min-width)}.ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;z-index:20;background-color:#adf;pointer-events:none}.ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.ProseMirror .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#c8c8ff66;pointer-events:none}.bn-editor{outline:none;padding-inline:54px;font-synthesis:style weight;--N800: #172b4d;--N40: #dfe1e6}.bn-comment-editor{width:100%;padding:0}.bn-comment-editor .bn-editor{padding:0}.bn-root{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bn-root *,.bn-root *:before,.bn-root *:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.bn-default-styles p,.bn-default-styles h1,.bn-default-styles h2,.bn-default-styles h3,.bn-default-styles h4,.bn-default-styles h5,.bn-default-styles h6,.bn-default-styles li{margin:0;padding:0;font-size:inherit;min-width:2px!important}.bn-default-styles{font-size:16px;font-weight:400;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Open Sans,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bn-table-drop-cursor{position:absolute;z-index:20;background-color:#adf;pointer-events:none}.bn-drag-preview{position:absolute;top:0;left:0;padding:10px;opacity:.001}.bn-editor .bn-collaboration-cursor__base{position:relative}.bn-editor .bn-collaboration-cursor__base .bn-collaboration-cursor__caret{position:absolute;width:2px;top:1px;bottom:-2px;left:-1px}.bn-editor .bn-collaboration-cursor__base .bn-collaboration-cursor__label{pointer-events:none;border-radius:0 1.5px 1.5px 0;font-size:12px;font-style:normal;font-weight:600;line-height:normal;left:0;overflow:hidden;position:absolute;white-space:nowrap;-webkit-user-select:none;user-select:none;color:transparent;max-height:5px;max-width:4px;padding:0;top:-1px;transition:all .2s}.bn-editor .bn-collaboration-cursor__base[data-active] .bn-collaboration-cursor__label{color:#0d0d0d;max-height:1.1rem;max-width:20rem;padding:.1rem .3rem;top:-17px;left:0;border-radius:3px 3px 3px 0;transition:all .2s}.bn-editor [data-content-type=table] .tableWrapper{--bn-table-widget-size: 22px;--bn-table-handle-size: 9px ;overflow-y:hidden;padding:var(--bn-table-handle-size) var(--bn-table-widget-size) var(--bn-table-widget-size) var(--bn-table-handle-size);position:relative;width:100%}.bn-editor [data-content-type=table] table{width:auto!important;word-break:break-word}.bn-editor [data-content-type=table] th,.bn-editor [data-content-type=table] td{border:1px solid #ddd;padding:5px 10px}.bn-editor [data-content-type=table] th{font-weight:700;text-align:left}.bn-editor [data-content-type=table] th>p,.bn-editor [data-content-type=table] td>p{min-height:1.5rem}.ProseMirror td,.ProseMirror th{min-width:auto!important}.ProseMirror td:not([colwidth]):not(.column-resize-dragging),.ProseMirror th:not([colwidth]):not(.column-resize-dragging){min-width:var(--default-cell-min-width)!important}.prosemirror-dropcursor-block{transition-property:top,bottom;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.prosemirror-dropcursor-vertical{transition-property:left,right}[data-show-selection]{background-color:highlight;padding:2px 0}.bn-container{--bn-colors-editor-text: #3f3f3f;--bn-colors-editor-background: #ffffff;--bn-colors-menu-text: #3f3f3f;--bn-colors-menu-background: #ffffff;--bn-colors-tooltip-text: #3f3f3f;--bn-colors-tooltip-background: #efefef;--bn-colors-hovered-text: #3f3f3f;--bn-colors-hovered-background: #efefef;--bn-colors-selected-text: #ffffff;--bn-colors-selected-background: #3f3f3f;--bn-colors-disabled-text: #afafaf;--bn-colors-disabled-background: #efefef;--bn-colors-shadow: #cfcfcf;--bn-colors-border: #efefef;--bn-colors-side-menu: #cfcfcf;--bn-colors-highlights-gray-text: #9b9a97;--bn-colors-highlights-gray-background: #ebeced;--bn-colors-highlights-brown-text: #64473a;--bn-colors-highlights-brown-background: #e9e5e3;--bn-colors-highlights-red-text: #e03e3e;--bn-colors-highlights-red-background: #fbe4e4;--bn-colors-highlights-orange-text: #d9730d;--bn-colors-highlights-orange-background: #f6e9d9;--bn-colors-highlights-yellow-text: #dfab01;--bn-colors-highlights-yellow-background: #fbf3db;--bn-colors-highlights-green-text: #4d6461;--bn-colors-highlights-green-background: #ddedea;--bn-colors-highlights-blue-text: #0b6e99;--bn-colors-highlights-blue-background: #ddebf1;--bn-colors-highlights-purple-text: #6940a5;--bn-colors-highlights-purple-background: #eae4f2;--bn-colors-highlights-pink-text: #ad1a72;--bn-colors-highlights-pink-background: #f4dfeb;--bn-font-family: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--bn-border-radius: 6px;--bn-shadow-medium: 0 4px 12px var(--bn-colors-shadow);--bn-shadow-light: 0 2px 6px var(--bn-colors-border);--bn-border: 1px solid var(--bn-colors-border);--bn-border-radius-small: max(var(--bn-border-radius) - 2px, 1px);--bn-border-radius-medium: var(--bn-border-radius);--bn-border-radius-large: max(var(--bn-border-radius) + 2px, 1px)}.bn-container[data-color-scheme=dark]{--bn-colors-editor-text: #cfcfcf;--bn-colors-editor-background: #1f1f1f;--bn-colors-menu-text: #cfcfcf;--bn-colors-menu-background: #1f1f1f;--bn-colors-tooltip-text: #cfcfcf;--bn-colors-tooltip-background: #161616;--bn-colors-hovered-text: #cfcfcf;--bn-colors-hovered-background: #161616;--bn-colors-selected-text: #cfcfcf;--bn-colors-selected-background: #0f0f0f;--bn-colors-disabled-text: #3f3f3f;--bn-colors-disabled-background: #161616;--bn-colors-shadow: #0f0f0f;--bn-colors-border: #161616;--bn-colors-side-menu: #7f7f7f;--bn-colors-highlights-gray-text: #bebdb8;--bn-colors-highlights-gray-background: #9b9a97;--bn-colors-highlights-brown-text: #8e6552;--bn-colors-highlights-brown-background: #64473a;--bn-colors-highlights-red-text: #ec4040;--bn-colors-highlights-red-background: #be3434;--bn-colors-highlights-orange-text: #e3790d;--bn-colors-highlights-orange-background: #b7600a;--bn-colors-highlights-yellow-text: #dfab01;--bn-colors-highlights-yellow-background: #b58b00;--bn-colors-highlights-green-text: #6b8b87;--bn-colors-highlights-green-background: #4d6461;--bn-colors-highlights-blue-text: #0e87bc;--bn-colors-highlights-blue-background: #0b6e99;--bn-colors-highlights-purple-text: #8552d7;--bn-colors-highlights-purple-background: #6940a5;--bn-colors-highlights-pink-text: #da208f;--bn-colors-highlights-pink-background: #ad1a72}.bn-container{font-family:var(--bn-font-family)}.bn-editor{background-color:var(--bn-colors-editor-background);border-radius:var(--bn-border-radius-large);color:var(--bn-colors-editor-text)}.bn-react-node-view-renderer{display:flex;flex-direction:column;width:100%}.bn-block-group .bn-block:not(:has(.bn-toggle-wrapper)) .bn-block-group .bn-block-outer:not([data-prev-depth-changed]):before{border-left:1px solid var(--bn-colors-side-menu)}.bn-inline-content:has(>.ProseMirror-trailingBreak):before{color:var(--bn-colors-side-menu)}.bn-container .bn-color-icon{align-items:center;border:var(--bn-border);border-radius:var(--bn-border-radius-small);display:flex;justify-content:center}.bn-error-text{color:red;font-size:12px}[data-style-type=textColor][data-value=gray],[data-text-color=gray]{color:var(--bn-colors-highlights-gray-text)}[data-style-type=textColor][data-value=brown],[data-text-color=brown]{color:var(--bn-colors-highlights-brown-text)}[data-style-type=textColor][data-value=red],[data-text-color=red]{color:var(--bn-colors-highlights-red-text)}[data-style-type=textColor][data-value=orange],[data-text-color=orange]{color:var(--bn-colors-highlights-orange-text)}[data-style-type=textColor][data-value=yellow],[data-text-color=yellow]{color:var(--bn-colors-highlights-yellow-text)}[data-style-type=textColor][data-value=green],[data-text-color=green]{color:var(--bn-colors-highlights-green-text)}[data-style-type=textColor][data-value=blue],[data-text-color=blue]{color:var(--bn-colors-highlights-blue-text)}[data-style-type=textColor][data-value=purple],[data-text-color=purple]{color:var(--bn-colors-highlights-purple-text)}[data-style-type=textColor][data-value=pink],[data-text-color=pink]{color:var(--bn-colors-highlights-pink-text)}[data-style-type=backgroundColor][data-value=gray],[data-background-color=gray]{background-color:var(--bn-colors-highlights-gray-background)}[data-style-type=backgroundColor][data-value=brown],[data-background-color=brown]{background-color:var(--bn-colors-highlights-brown-background)}[data-style-type=backgroundColor][data-value=red],[data-background-color=red]{background-color:var(--bn-colors-highlights-red-background)}[data-style-type=backgroundColor][data-value=orange],[data-background-color=orange]{background-color:var(--bn-colors-highlights-orange-background)}[data-style-type=backgroundColor][data-value=yellow],[data-background-color=yellow]{background-color:var(--bn-colors-highlights-yellow-background)}[data-style-type=backgroundColor][data-value=green],[data-background-color=green]{background-color:var(--bn-colors-highlights-green-background)}[data-style-type=backgroundColor][data-value=blue],[data-background-color=blue]{background-color:var(--bn-colors-highlights-blue-background)}[data-style-type=backgroundColor][data-value=purple],[data-background-color=purple]{background-color:var(--bn-colors-highlights-purple-background)}[data-style-type=backgroundColor][data-value=pink],[data-background-color=pink]{background-color:var(--bn-colors-highlights-pink-background)}.bn-container{--bn-ui-base-z-index: 0}.bn-side-menu{height:30px}.bn-side-menu[data-block-type=heading][data-level="1"]{height:78px}.bn-side-menu[data-block-type=heading][data-level="2"]{height:54px}.bn-side-menu[data-block-type=heading][data-level="3"]{height:37px}.bn-side-menu[data-block-type=file]{height:38px}.bn-side-menu[data-block-type=audio]{height:60px}.bn-side-menu[data-url=false]{height:54px}.bn-threads-sidebar{border-radius:var(--bn-border-radius-medium);display:flex;flex-direction:column;gap:10px;overflow:auto}.bn-thread-expand-prompt .mantine-Text-root,.bn-thread .bn-header-text{color:var(--bn-colors-menu-text)}.bn-threads-sidebar .bn-thread .bn-editor{background-color:transparent}.bn-threads-sidebar .bn-thread.selected{background-color:#f5f9fd;border:2px solid #c2dcf8}.dark .bn-threads-sidebar .bn-thread.selected{background-color:#20242a;border:2px solid #23405b}em-emoji-picker{max-height:100%;z-index:11000}.bn-mantine .mantine-active:active{transform:none}.bn-mantine .mantine-Badge-root{background-color:var(--bn-colors-tooltip-background);color:var(--bn-colors-tooltip-text)}.bn-mantine .mantine-FileInput-input{align-items:center;background-color:var(--bn-colors-menu-background);border:none;border-radius:4px;color:var(--bn-colors-menu-text);display:flex;flex-direction:row;font-family:var(--bn-font-family);justify-content:center}.bn-mantine .mantine-FileInput-input:hover{background-color:var(--bn-colors-hovered-background)}.bn-mantine .mantine-FileInput-wrapper{border:solid var(--bn-colors-border) 1px;border-radius:4px}.bn-mantine .mantine-InputPlaceholder-placeholder{color:var(--bn-colors-menu-text);font-family:var(--bn-font-family);font-weight:600}.bn-mantine .mantine-Menu-dropdown,.bn-mantine .bn-menu-dropdown{background-color:var(--bn-colors-menu-background);border:var(--bn-border);border-radius:var(--bn-border-radius-medium);box-shadow:var(--bn-shadow-medium);box-sizing:border-box;color:var(--bn-colors-menu-text);padding:2px;overflow:auto}.bn-mantine .mantine-Menu-label{background-color:var(--bn-colors-menu-background);color:var(--bn-colors-menu-text)}.bn-mantine .mantine-Menu-item{background-color:var(--bn-colors-menu-background);border:none;border-radius:var(--bn-border-radius-small);color:var(--bn-colors-menu-text)}.bn-mantine .mantine-Menu-item[aria-selected=true],.bn-mantine .mantine-Menu-item:hover{background-color:var(--bn-colors-hovered-background);border:none;color:var(--bn-colors-hovered-text)}.bn-mantine .bn-panel-popover,.bn-mantine .bn-emoji-picker-popover{background-color:transparent;border:none;border-radius:0;box-shadow:none;display:flex;padding:0}.bn-mantine .mantine-Tabs-root{width:100%;background-color:var(--bn-colors-menu-background)}.bn-mantine .mantine-Tabs-list:before{border-color:var(--bn-colors-hovered-background)}.bn-mantine .mantine-Tabs-tab{color:var(--bn-colors-menu-text);border-color:var(--bn-colors-hovered-background)}.bn-mantine .mantine-Tabs-tab:hover{background-color:var(--bn-colors-hovered-background);border-color:var(--bn-colors-hovered-background);color:var(--bn-colors-hovered-text)}.bn-mantine .mantine-Tabs-tab[data-active],.bn-mantine .mantine-Tabs-tab[data-active]:hover{border-color:var(--bn-colors-menu-text);color:var(--bn-colors-menu-text)}.bn-mantine .mantine-Tabs-panel{padding:8px}.bn-mantine .mantine-TextInput-input{background-color:var(--bn-colors-menu-background);border:solid var(--bn-colors-border) 1px;border-radius:4px;color:var(--bn-colors-menu-text);font-family:var(--bn-font-family);height:32px}.bn-mantine .bn-mt-input-large .mantine-TextInput-input{border:none;font-size:14px;height:52px}.bn-mantine .mantine-Tooltip-tooltip{background-color:transparent;border:none;border-radius:0;box-shadow:none;padding:0}.bn-mantine .mantine-Tooltip-tooltip p:last-child{white-space:pre-wrap}.bn-mantine .mantine-Tooltip-tooltip p:first-child{white-space:unset}.bn-mantine .bn-select{overflow:auto}.bn-mantine .mantine-Button-root[aria-controls*=dropdown]{min-width:fit-content}.bn-mantine .bn-toolbar{background-color:var(--bn-colors-menu-background);border:var(--bn-border);border-radius:var(--bn-border-radius-medium);box-shadow:var(--bn-shadow-medium);flex-wrap:nowrap;gap:2px;padding:2px;width:fit-content;overflow-x:auto;max-width:100vw}.bn-mantine .bn-toolbar:empty{display:none}.bn-toolbar .mantine-Button-root,.bn-toolbar .mantine-ActionIcon-root{background-color:var(--bn-colors-menu-background);border:none;border-radius:var(--bn-border-radius-small);color:var(--bn-colors-menu-text)}.bn-toolbar .mantine-Button-root:hover,.bn-toolbar .mantine-ActionIcon-root:hover{background-color:var(--bn-colors-hovered-background);border:none;color:var(--bn-colors-hovered-text)}.bn-toolbar .mantine-Button-root[data-selected],.bn-toolbar .mantine-ActionIcon-root[data-selected]{background-color:var(--bn-colors-selected-background);border:none;color:var(--bn-colors-selected-text)}.bn-toolbar .mantine-Button-root[data-disabled],.bn-toolbar .mantine-ActionIcon-root[data-disabled]{background-color:var(--bn-colors-disabled-background);border:none;color:var(--bn-colors-disabled-text)}.bn-toolbar .mantine-Menu-item{font-size:12px;height:30px}.bn-toolbar .mantine-Menu-item:hover{background-color:var(--bn-colors-hovered-background)}.bn-mantine .bn-form-popover{background-color:var(--bn-colors-menu-background);border:var(--bn-border);border-radius:var(--bn-border-radius-medium);box-shadow:var(--bn-shadow-medium);color:var(--bn-colors-menu-text);gap:4px;min-width:145px;padding:2px}.bn-form-popover .mantine-TextInput-root,.bn-form-popover .mantine-FileInput-root{width:300px}.bn-form-popover .mantine-TextInput-wrapper,.bn-form-popover .mantine-FileInput-wrapper{padding:0;border-radius:4px}.bn-form-popover .mantine-TextInput-wrapper:hover{background-color:var(--bn-colors-hovered-background)}.bn-form-popover .mantine-TextInput-input,.bn-form-popover .mantine-FileInput-input{border:none;font-size:12px}.bn-form-popover .mantine-FileInput-input:hover{background-color:var(--bn-colors-hovered-background)}.bn-form-popover .mantine-FileInput-section[data-position=left],.bn-form-popover .mantine-FileInput-placeholder{color:var(--bn-colors-menu-text)}.bn-mantine .bn-suggestion-menu{max-height:100%;position:relative;box-shadow:var(--mantine-shadow-md);border:calc(.0625rem * var(--mantine-scale)) solid var(--mantine-color-gray-2);border-radius:var(--mantine-radius-default);padding:4px}.bn-mantine .bn-suggestion-menu-label{color:var(--mantine-color-dimmed);font-weight:500;font-size:var(--mantine-font-size-xs);padding:calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-sm);cursor:default}.bn-mantine .bn-suggestion-menu-item{font-size:var(--mantine-font-size-sm);width:100%;padding:calc(var(--mantine-spacing-xs) / 1.5) var(--mantine-spacing-sm);border-radius:var(--popover-radius, var(--mantine-radius-default));color:var(--menu-item-color, var(--mantine-color-text));display:flex;align-items:center;-webkit-user-select:none;user-select:none}.bn-mantine .bn-suggestion-menu-item:where([data-disabled],:disabled){color:var(--mantine-color-dimmed);opacity:.6;pointer-events:none}.bn-mt-suggestion-menu-item-body{flex:1}.bn-mt-suggestion-menu-item-section{display:flex;justify-content:center;align-items:center}.bn-mt-suggestion-menu-item-section:where([data-position=left]){margin-inline-end:var(--mantine-spacing-xs)}.bn-mt-suggestion-menu-item-section:where([data-position=right]){margin-inline-start:var(--mantine-spacing-xs)}.bn-mantine .bn-suggestion-menu{background-color:var(--bn-colors-menu-background);border:var(--bn-border);border-radius:var(--bn-border-radius-medium);box-shadow:var(--bn-shadow-medium);box-sizing:border-box;color:var(--bn-colors-menu-text);height:fit-content;max-height:inherit;overflow-y:auto;padding:2px}.bn-mantine .bn-suggestion-menu-item{cursor:pointer;height:52px}.bn-mantine .bn-suggestion-menu-item-small{height:fit-content;padding:calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-sm)}.bn-mantine .bn-suggestion-menu-item[aria-selected=true],.bn-mantine .bn-suggestion-menu-item:hover{background-color:var(--bn-colors-hovered-background)}.bn-mt-suggestion-menu-item-section{color:var(--bn-colors-tooltip-text)}.bn-mt-suggestion-menu-item-section[data-position=left]{background-color:var(--bn-colors-tooltip-background);border-radius:var(--bn-border-radius-small);padding:8px}.bn-suggestion-menu-item-small .bn-mt-suggestion-menu-item-section[data-position=left]{background-color:transparent;padding:0}.bn-suggestion-menu-item-small .bn-mt-suggestion-menu-item-section[data-position=left] svg{height:14px;width:14px}.bn-mt-suggestion-menu-item-body{align-items:stretch;display:flex;flex:1;flex-direction:column;justify-content:flex-start;padding-right:16px}.bn-mt-suggestion-menu-item-title{color:var(--bn-colors-menu-text);line-height:20px;font-weight:500;font-size:14px;margin:0;padding:0}.bn-suggestion-menu-item-small .bn-mt-suggestion-menu-item-title{font-size:12px}.bn-mt-suggestion-menu-item-subtitle{color:var(--bn-colors-menu-text);line-height:16px;font-size:10px;margin:0;padding:0}.bn-suggestion-menu-item-small .bn-mt-suggestion-menu-item-subtitle{display:none}.bn-mantine .bn-suggestion-menu-label{color:var(--bn-colors-hovered-text)}.bn-mantine .bn-suggestion-menu-loader{height:20px;width:100%}.bn-mantine .bn-suggestion-menu-loader span{background-color:var(--bn-colors-side-menu)}.bn-mantine .bn-grid-suggestion-menu{background:var(--bn-colors-menu-background);border-radius:var(--bn-border-radius-large);box-shadow:var(--bn-shadow-medium);display:grid;gap:7px;height:fit-content;justify-items:center;max-height:inherit;overflow-y:auto;padding:20px}.bn-mantine .bn-grid-suggestion-menu-item{align-items:center;border-radius:var(--bn-border-radius-large);cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;margin:2px;padding:4px;width:32px}.bn-mantine .bn-grid-suggestion-menu-item[aria-selected=true],.bn-mantine .bn-grid-suggestion-menu-item:hover{background-color:var(--bn-colors-hovered-background)}.bn-mantine .bn-grid-suggestion-menu-empty-item,.bn-mantine .bn-grid-suggestion-menu-loader{align-items:center;color:var(--bn-colors-menu-text);display:flex;font-size:14px;font-weight:500;height:32px;justify-content:center}.bn-mantine .bn-grid-suggestion-menu-loader span{background-color:var(--bn-colors-side-menu)}.bn-mantine .bn-side-menu{background-color:transparent;overflow:visible}.bn-side-menu .mantine-Menu-item,.bn-table-handle-menu .mantine-Menu-item{font-size:12px;height:30px}.bn-side-menu .mantine-UnstyledButton-root:not(.mantine-Menu-item){background-color:transparent}.bn-side-menu .mantine-UnstyledButton-root:hover{background-color:var(--bn-colors-hovered-background)}.bn-side-menu .mantine-UnstyledButton-root:not(.mantine-Menu-item) svg{background-color:transparent;color:var(--bn-colors-side-menu);height:22px;width:22px}.bn-mantine .bn-side-menu>[draggable=true]{display:flex}.bn-side-menu .mantine-Menu-dropdown{min-width:100px;padding:2px;position:absolute}.bn-mantine .bn-panel{background-color:var(--bn-colors-menu-background);border:var(--bn-border);border-radius:var(--bn-border-radius-medium);box-shadow:var(--bn-shadow-medium);padding:2px;width:500px;max-width:100vw}.bn-mantine .bn-panel .bn-tab-panel{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}.bn-panel .mantine-TextInput-root,.bn-panel .mantine-FileInput-root{width:100%}.bn-panel .mantine-Button-root{background-color:var(--bn-colors-menu-background);border:solid var(--bn-colors-border) 1px;border-radius:var(--bn-border-radius-small);color:var(--bn-colors-menu-text);height:32px;width:60%}.bn-panel .mantine-Button-root:hover{background-color:var(--bn-colors-hovered-background)}.bn-panel .mantine-Text-root{text-align:center}.bn-mantine .bn-table-handle,.bn-mantine .bn-extend-button,.bn-mantine .bn-table-cell-handle{align-items:center;background-color:var(--bn-colors-menu-background);border:var(--bn-border);border-radius:var(--bn-border-radius-small);box-shadow:var(--bn-shadow-light);color:var(--bn-colors-side-menu);cursor:grab;display:flex;height:fit-content;justify-content:center;overflow:visible;padding:0}.bn-mantine .bn-table-cell-handle{padding:0 4px}.bn-mantine .bn-table-handle svg{margin-inline:-4px}.bn-mantine .bn-table-handle-not-draggable{cursor:pointer}.bn-mantine .bn-table-handle:hover,.bn-mantine .bn-table-handle-dragging,.bn-mantine .bn-extend-button:hover,.bn-mantine .bn-extend-button-editing,.bn-mantine .bn-table-cell-handle:hover{background-color:var(--bn-colors-hovered-background)}.bn-mantine .bn-extend-button-add-remove-columns{height:100%;width:18px;margin-left:4px;cursor:col-resize}.bn-mantine .bn-extend-button-add-remove-rows{height:18px;width:100%;margin-top:4px;cursor:row-resize}.bn-mantine .bn-drag-handle-menu,.bn-mantine .bn-table-handle-menu{overflow:visible}.bn-mantine .bn-tooltip{background-color:var(--bn-colors-tooltip-background);border:var(--bn-border);border-radius:var(--bn-border-radius-medium);box-shadow:var(--bn-shadow-medium);color:var(--bn-colors-tooltip-text);padding:4px 10px;text-align:center}.bn-mantine .bn-tick-space{padding:0;width:20px}.bn-mantine .bn-thread{background-color:var(--bn-colors-menu-background);border:var(--bn-border);border-radius:var(--bn-border-radius-medium);box-shadow:var(--bn-shadow-medium);color:var(--bn-colors-menu-text);display:flex;flex-direction:column;gap:16px;min-width:350px;overflow:visible}.bn-mantine .bn-threads-sidebar .bn-thread{box-shadow:none}.bn-mantine .bn-thread-comments,.bn-mantine .bn-thread-composer{display:flex;flex-direction:column;margin:0;padding:0}.bn-mantine .bn-thread-comments{gap:1rem}.bn-mantine .bn-thread-comment{align-items:flex-start;flex-direction:column;gap:.25rem}.bn-mantine .bn-thread-comment>.mantine-Group-root{gap:12px}.bn-mantine .bn-thread-comment p{color:var(--bn-colors-menu-text)}.bn-mantine .bn-thread .bn-header-text,.bn-mantine .bn-thread-comment .bn-resolved-text{font-size:.8rem;font-style:italic}.bn-mantine .bn-comment-actions-wrapper{width:100%;display:flex;justify-content:flex-end}.bn-mantine .bn-action-toolbar{align-self:flex-end;background-color:var(--bn-colors-menu-background);border:var(--bn-border);border-radius:var(--bn-border-radius-medium);gap:0;padding:2px}.bn-action-toolbar .mantine-Button-root,.bn-action-toolbar .mantine-ActionIcon-root{background-color:var(--bn-colors-menu-background);border:none;border-radius:var(--bn-border-radius-small);color:var(--bn-colors-menu-text)}.bn-action-toolbar .mantine-Button-root:hover,.bn-action-toolbar .mantine-ActionIcon-root:hover{background-color:var(--bn-colors-hovered-background);border:none;color:var(--bn-colors-hovered-text)}.bn-action-toolbar .mantine-Button-root[data-selected],.bn-action-toolbar .mantine-ActionIcon-root[data-selected]{background-color:var(--bn-colors-selected-background);border:none;color:var(--bn-colors-selected-text)}.bn-action-toolbar .mantine-Button-root[data-disabled],.bn-action-toolbar .mantine-ActionIcon-root[data-disabled]{background-color:var(--bn-colors-disabled-background);border:none;color:var(--bn-colors-disabled-text)}.bn-mantine .bn-action-toolbar .mantine-Menu-itemLabel{font-size:12px}.bn-mantine .bn-badge-group{display:flex;gap:4px;justify-content:flex-start;width:100%}.bn-mantine .bn-badge{flex-grow:0}.bn-mantine .bn-badge .mantine-Chip-label{padding:0 8px}.bn-mantine .bn-badge .mantine-Chip-label:not([data-checked=true]){background-color:var(--bn-colors-menu-background);border:var(--bn-border);color:var(--bn-colors-menu-text)}.bn-mantine .bn-badge .mantine-Chip-label:hover{border:1px solid var(--mantine-primary-color-filled-hover);color:var(--mantine-primary-color-filled-hover)}.bn-mantine .bn-badge .mantine-Chip-label>span:not(.mantine-Chip-iconWrapper){display:inline-flex;gap:4px}.bn-mantine .bn-badge .mantine-Chip-label>span:not(.mantine-Chip-iconWrapper)>span{align-items:center;display:inline-flex;justify-content:center}.bn-mantine .bn-combobox-input,.bn-mantine .bn-combobox-items:not(:empty){background-color:var(--bn-colors-menu-background);border:var(--bn-border);border-radius:var(--bn-border-radius-medium);box-shadow:var(--bn-shadow-medium);color:var(--bn-colors-menu-text);gap:4px;min-width:145px;padding:2px}.bn-mantine .bn-combobox-input .bn-combobox-icon,.bn-mantine .bn-combobox-input .bn-combobox-right-section{align-items:center;display:flex;justify-content:center}.bn-mantine .bn-combobox-input .bn-combobox-error{color:var(--bn-colors-highlights-red-background)}.bn-mantine .bn-badge .mantine-Chip-iconWrapper{display:none}:root{--surface-layer-1: #D8DFE8;--surface-layer-2: #E2E8F0;--surface-layer-3: #FFFFFF;--surface-layer-4: #D1D9E6;--surface-layer-5: #FFFFFF;--bg-primary: var(--surface-layer-1);--bg-secondary: var(--surface-layer-2);--bg-tertiary: var(--surface-layer-3);--bs-body-bg: var(--surface-layer-1);--bs-surface-bg: var(--surface-layer-3);--color-bg-light: var(--surface-layer-4);--surface-light: #f8fbf9;--surface-hover: #edf5f0;--border-subtle: rgba(15, 23, 42, .14);--border-default: rgba(15, 23, 42, .28);--border-strong: rgba(15, 23, 42, .45);--table-divider: rgba(15, 23, 42, .2);--input-border: rgba(15, 23, 42, .32);--hover-border: rgba(15, 23, 42, .55);--border-color: var(--border-default);--bs-border-color: var(--border-default);--table-border-color: var(--table-divider);--primary-color: #1D9B6C;--primary-hover: #157954;--accent-bg-soft: rgba(29, 155, 108, .14);--focus-ring: rgba(29, 155, 108, .28);--secondary-color: #475569;--success-color: #1D9B6C;--danger-color: #D84661;--warning-color: #CC8A17;--info-color: #348FD4;--bs-primary: var(--primary-color);--bs-primary-hover: var(--primary-hover);--bs-secondary: #475569;--bs-success: #1D9B6C;--bs-danger: #D84661;--bs-warning: #CC8A17;--bs-info: #348FD4;--bs-link-color: var(--bs-primary);--bs-btn-color: #ffffff;--text-primary: #0F172A;--text-heading: #020617;--text-secondary: #334155;--text-muted: #475569;--text-disabled: #94A3B8;--bs-body-color: var(--text-primary);--bs-heading-color: var(--text-heading);--bs-muted-color: var(--text-secondary);--font-base: "Inter", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-devanagari: "Adhishila", "Noto Sans Devanagari", "Nirmala UI", serif;--font-primary: "Inter", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm: 0 2px 6px rgba(15, 23, 42, .08);--shadow-md: 0 6px 18px rgba(15, 23, 42, .12);--shadow-lg: 0 14px 36px rgba(15, 23, 42, .16);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius: 12px;--background: 215 28% 88%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 157 68% 36%;--primary-foreground: 0 0% 100%;--icon-invert: 0;--secondary: 218 29% 88%;--secondary-foreground: 222 33% 15%;--muted: 216 28% 90%;--muted-foreground: 222 15% 38%;--accent: 157 68% 36%;--accent-foreground: 0 0% 100%;--destructive: 348 66% 56%;--destructive-foreground: 0 0% 98%;--success: 157 68% 36%;--success-foreground: 0 0% 100%;--info: 203 61% 52%;--border: 215 20% 72%;--input: 215 20% 75%;--ring: 157 68% 36%;--card-bg: linear-gradient(135deg, #f0f9f6 0%, #dceef5 50%, #e8f5ee 100%);--card-bg-hover: linear-gradient(135deg, #e8f5ee 0%, #cde8e0 50%, #dceef5 100%);--card-border: rgba(29, 155, 108, .15);--card-shadow: 0 2px 12px rgba(29, 155, 108, .08);--card-shadow-hover: 0 4px 20px rgba(29, 155, 108, .15);--card-title: #0a1a14;--card-text: #1a3a2e;--card-muted: #3d6b58;--card-label: #2a5a46;--card-username: #1a4a3a;--card-handle: #4a7a68;--usercard-min-width: 240px;--usercard-preferred-width: 260px;--usercard-max-width: 340px;--usercard-bg: var(--surface-layer-3);--usercard-bg-hover: var(--surface-layer-4);--usercard-gradient-bg: linear-gradient(145deg, #fcf9f2 0%, #f4ebd9 100%);--usercard-gradient-hover: linear-gradient(145deg, #f7f1e6 0%, #ebe0cb 100%);--usercard-border: rgba(180, 140, 90, .25);--usercard-border-hover: var(--border-default);--usercard-shadow: var(--shadow-sm);--usercard-shadow-hover: var(--shadow-md);--usercard-radius: var(--radius-md);--usercard-title: var(--text-heading);--usercard-subtitle: var(--text-secondary);--usercard-muted: var(--text-muted);--usercard-stat: var(--text-secondary);--usercard-handle-bg: rgba(99, 102, 241, .08);--usercard-handle-text: #4f46e5;--usercard-handle-border: rgba(99, 102, 241, .22);--usercard-avatar-border: var(--border-subtle);--usercard-avatar-border-hover: var(--primary-color);--usercard-avatar-bg: var(--bg-secondary);--usercard-stat-followers: var(--primary-color);--usercard-stat-following: var(--text-muted);--usercard-divider: var(--border-subtle);--usercard-status-active: var(--success-color);--usercard-status-inactive: var(--danger-color);--usercard-badge-owner-bg: rgba(5, 150, 105, .12);--usercard-badge-owner-text: #047857;--usercard-badge-owner-border: rgba(5, 150, 105, .25);--usercard-badge-role-bg: rgba(29, 155, 108, .12);--usercard-badge-role-text: #157954;--usercard-badge-role-border: rgba(29, 155, 108, .25);--usercard-badge-verified-bg: rgba(16, 185, 129, .12);--usercard-badge-verified-text: #065f46;--usercard-badge-verified-border: rgba(16, 185, 129, .25);--usercard-badge-pending-bg: rgba(245, 158, 11, .12);--usercard-badge-pending-text: #92400e;--usercard-badge-pending-border: rgba(245, 158, 11, .28);--usercard-badge-notverified-bg: rgba(29, 155, 108, .1);--usercard-badge-notverified-text: #115e41;--usercard-badge-notverified-border: rgba(29, 155, 108, .22);--badge-owner-bg: var(--usercard-badge-owner-bg);--badge-owner-text: var(--usercard-badge-owner-text);--badge-role-bg: var(--usercard-badge-role-bg);--badge-role-text: var(--usercard-badge-role-text);--badge-verified-bg: var(--usercard-badge-verified-bg);--badge-verified-text: var(--usercard-badge-verified-text);--badge-verified-border: var(--usercard-badge-verified-border);--badge-pending-bg: var(--usercard-badge-pending-bg);--badge-pending-text: var(--usercard-badge-pending-text);--badge-pending-border: var(--usercard-badge-pending-border);--badge-not-verified-bg: var(--usercard-badge-notverified-bg);--badge-not-verified-text: var(--usercard-badge-notverified-text);--badge-not-verified-border: var(--usercard-badge-notverified-border);--usercard-action-bg: rgba(29, 155, 108, .12);--usercard-action-text: var(--primary-color);--usercard-action-hover-bg: rgba(29, 155, 108, .22);--action-approve-bg: var(--accent-bg-soft);--action-approve-text: var(--primary-color);--action-approve-border: rgba(29, 155, 108, .3);--action-approve-hover-bg: var(--primary-color);--action-approve-hover-text: #ffffff;--action-reject-bg: rgba(216, 70, 97, .1);--action-reject-text: var(--danger-color);--action-reject-border: rgba(216, 70, 97, .28);--action-reject-hover-bg: var(--danger-color);--action-reject-hover-text: #ffffff;--usercard-btn-follow-bg: var(--primary-color);--usercard-btn-follow-text: #ffffff;--usercard-btn-follow-hover: var(--primary-hover);--empty-state-bg: var(--surface-layer-3);--empty-state-border: var(--border-subtle);--empty-state-icon-bg: var(--accent-bg-soft);--empty-state-icon-color: var(--primary-color);--empty-state-halo-border: rgba(29, 155, 108, .35);--view-toggle-bg: var(--surface-layer-3);--view-toggle-border: var(--border-subtle);--view-toggle-btn-color: var(--text-muted);--view-toggle-btn-hover: var(--text-heading);--view-toggle-active-bg: var(--accent-bg-soft);--view-toggle-active-text: var(--primary-color);--view-toggle-active-border: rgba(29, 155, 108, .35);--usercard-btn-unfollow-bg: rgba(29, 155, 108, .08);--usercard-btn-unfollow-text: var(--primary-color);--usercard-btn-unfollow-border: rgba(29, 155, 108, .3);--usercard-btn-unfollow-hover-bg: var(--primary-color);--usercard-btn-unfollow-hover-text: #ffffff;--follow-btn-bg: var(--usercard-btn-follow-bg);--follow-btn-text: var(--usercard-btn-follow-text);--follow-btn-hover: var(--usercard-btn-follow-hover);--follow-btn-outline-bg: var(--usercard-btn-unfollow-bg);--follow-btn-outline-border: var(--usercard-btn-unfollow-border);--follow-btn-outline-text: var(--usercard-btn-unfollow-text);--follow-btn-outline-hover: var(--usercard-btn-unfollow-hover-bg);--follow-btn-outline-hover-text: var(--usercard-btn-unfollow-hover-text);--contact-icon-color: var(--text-muted);--contact-text-color: var(--text-secondary);--crown-bg: rgba(245, 158, 11, .18);--crown-icon: #d97706;--left-sidebar-width: 280px;--left-sidebar-collapsed-width: 70px;--right-sidebar-width: 320px;--header-height: 72px;--footer-height: 60px;--opdo-nav-h: 86px;--opdo-menu-pad: 10px;--opdo-item-pad-y: 8px;--opdo-item-pad-x: 10px;--floating-nav-bg: #FFFFFF;--floating-nav-border: rgba(15, 23, 42, .28);--floating-nav-text: #0F172A;--floating-nav-shadow: 0 14px 40px rgba(15, 23, 42, .16);--submenu-bg: #FFFFFF;--submenu-border: var(--border-default);--submenu-shadow: var(--shadow-md);--submenu-title: var(--text-primary);--submenu-subtitle: var(--text-secondary);--clinic-chip-bg: #D1D9E6;--clinic-chip-border: var(--border-default);--clinic-chip-text: var(--text-primary);--clinic-chip-appointments-active-bg: var(--accent-bg-soft);--clinic-chip-appointments-active-border: var(--primary-color);--clinic-chip-appointments-active-text: var(--primary-color);--opdo-sidebar-bg: #FFFFFF;--opdo-sidebar-bg-strong: #FAFAFC;--opdo-sidebar-card: #FFFFFF;--opdo-sidebar-card-hover: #EBF5F0;--opdo-sidebar-tabs-bg: #D1D9E6;--opdo-sidebar-border: var(--border-default);--opdo-sidebar-ring: rgba(29, 155, 108, .24);--opdo-sidebar-text: #0F172A;--opdo-sidebar-muted: #334155;--opdo-sidebar-soft: #475569;--opdo-sidebar-title: #020617;--opdo-sidebar-inner: #FAFAFC;--opdo-sidebar-icon-bg: #D1D9E6;--opdo-sidebar-primary: #1D9B6C;--opdo-sidebar-primary-2: #22C55E;--opdo-sidebar-tab-active-text: #FFFFFF;--opdo-sidebar-shadow: var(--shadow-md);--opdo-sidebar-danger: #D84661;--opdo-sidebar-success: #1D9B6C}[data-theme=dark]{--surface-layer-1: #161514;--surface-layer-2: #1D1C1A;--surface-layer-3: #23211F;--surface-layer-4: #292724;--surface-layer-5: #302D2A;--bg-primary: var(--surface-layer-1);--bg-secondary: var(--surface-layer-2);--bg-tertiary: var(--surface-layer-3);--bs-body-bg: var(--surface-layer-1);--bs-surface-bg: var(--surface-layer-3);--color-bg-light: var(--surface-layer-4);--surface-light: #1a1a1a;--surface-hover: #242424;--border-subtle: #383431;--border-default: #48433F;--border-strong: #5A544E;--table-divider: #403B37;--input-border: #514B45;--hover-border: #6A645E;--border-color: var(--border-default);--bs-border-color: var(--border-default);--table-border-color: var(--table-divider);--primary-color: #C89A63;--primary-hover: #B88A54;--accent-bg-soft: rgba(200, 154, 99, .12);--focus-ring: rgba(200, 154, 99, .22);--secondary-color: #E2DCD5;--success-color: #3FA66B;--danger-color: #D96464;--warning-color: #D1A448;--info-color: #67A7D9;--bs-primary: var(--primary-color);--bs-primary-hover: var(--primary-hover);--bs-secondary: #E2DCD5;--bs-success: #3FA66B;--bs-danger: #D96464;--bs-warning: #D1A448;--bs-info: #67A7D9;--bs-link-color: #E5C396;--bs-btn-color: #161514;--text-primary: #F6F4EF;--text-heading: #FFFFFF;--text-secondary: #E2DCD5;--text-muted: #B3ABA2;--text-disabled: #8A847D;--bs-body-color: var(--text-primary);--bs-heading-color: var(--text-heading);--bs-muted-color: var(--text-secondary);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .22);--shadow-md: 0 8px 24px rgba(0, 0, 0, .28);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .35);--background: 24 6% 8%;--foreground: 36 15% 95%;--card: 24 5% 13%;--card-foreground: 36 15% 95%;--popover: 24 5% 15%;--popover-foreground: 36 15% 95%;--primary: 33 48% 58%;--primary-foreground: 24 6% 8%;--icon-invert: 1;--secondary: 24 6% 16%;--secondary-foreground: 36 15% 95%;--muted: 24 6% 16%;--muted-foreground: 30 10% 67%;--accent: 33 48% 58%;--accent-foreground: 24 6% 8%;--destructive: 0 62% 62%;--destructive-foreground: 0 0% 98%;--success: 145 45% 45%;--success-foreground: 0 0% 100%;--info: 205 60% 63%;--border: 24 7% 26%;--input: 24 8% 29%;--ring: 33 48% 58%;--card-bg: var(--surface-layer-3);--card-bg-hover: var(--surface-layer-4);--card-border: var(--border-subtle);--card-shadow: var(--shadow-sm);--card-shadow-hover: var(--shadow-md);--card-title: var(--text-heading);--card-text: var(--text-primary);--card-muted: var(--text-muted);--card-label: var(--text-secondary);--card-username: var(--text-primary);--card-handle: var(--text-muted);--usercard-min-width: 240px;--usercard-preferred-width: 260px;--usercard-max-width: 340px;--usercard-bg: var(--surface-layer-3);--usercard-bg-hover: var(--surface-layer-4);--usercard-gradient-bg: linear-gradient(145deg, #1d2229 0%, #161a20 100%);--usercard-gradient-hover: linear-gradient(145deg, #242a33 0%, #1a1f26 100%);--usercard-border: var(--border-subtle);--usercard-border-hover: var(--border-default);--usercard-shadow: var(--shadow-sm);--usercard-shadow-hover: var(--shadow-md);--usercard-title: var(--text-heading);--usercard-subtitle: var(--text-secondary);--usercard-muted: var(--text-muted);--usercard-stat: var(--text-secondary);--usercard-stat-followers: var(--primary-color);--usercard-stat-following: var(--text-muted);--usercard-handle-bg: rgba(129, 140, 248, .14);--usercard-handle-text: #a5b4fc;--usercard-handle-border: rgba(129, 140, 248, .28);--usercard-badge-owner-bg: rgba(63, 166, 107, .16);--usercard-badge-owner-text: #4ade80;--usercard-badge-owner-border: rgba(63, 166, 107, .3);--usercard-badge-role-bg: rgba(200, 154, 99, .16);--usercard-badge-role-text: #e5c396;--usercard-badge-role-border: rgba(200, 154, 99, .3);--usercard-badge-verified-bg: rgba(63, 166, 107, .16);--usercard-badge-verified-text: #4ade80;--usercard-badge-verified-border: rgba(63, 166, 107, .3);--usercard-badge-pending-bg: rgba(209, 164, 72, .16);--usercard-badge-pending-text: #fde047;--usercard-badge-pending-border: rgba(209, 164, 72, .3);--usercard-badge-notverified-bg: rgba(179, 171, 162, .12);--usercard-badge-notverified-text: #e2dcd5;--usercard-badge-notverified-border: rgba(179, 171, 162, .25);--badge-owner-bg: var(--usercard-badge-owner-bg);--badge-owner-text: var(--usercard-badge-owner-text);--badge-role-bg: var(--usercard-badge-role-bg);--badge-role-text: var(--usercard-badge-role-text);--badge-verified-bg: var(--usercard-badge-verified-bg);--badge-verified-text: var(--usercard-badge-verified-text);--badge-verified-border: var(--usercard-badge-verified-border);--badge-pending-bg: var(--usercard-badge-pending-bg);--badge-pending-text: var(--usercard-badge-pending-text);--badge-pending-border: var(--usercard-badge-pending-border);--badge-not-verified-bg: var(--usercard-badge-notverified-bg);--badge-not-verified-text: var(--usercard-badge-notverified-text);--badge-not-verified-border: var(--usercard-badge-notverified-border);--usercard-action-bg: rgba(200, 154, 99, .14);--usercard-action-text: var(--primary-color);--usercard-action-hover-bg: rgba(200, 154, 99, .25);--usercard-btn-follow-bg: var(--primary-color);--usercard-btn-follow-text: #161514;--usercard-btn-follow-hover: var(--primary-hover);--usercard-btn-unfollow-bg: rgba(200, 154, 99, .1);--usercard-btn-unfollow-text: var(--primary-color);--usercard-btn-unfollow-border: rgba(200, 154, 99, .35);--usercard-btn-unfollow-hover-bg: var(--primary-color);--usercard-btn-unfollow-hover-text: #161514;--action-approve-bg: rgba(63, 166, 107, .16);--action-approve-text: #4ade80;--action-approve-border: rgba(63, 166, 107, .35);--action-approve-hover-bg: var(--success-color);--action-approve-hover-text: #161514;--action-reject-bg: rgba(217, 100, 100, .14);--action-reject-text: #f87171;--action-reject-border: rgba(217, 100, 100, .35);--action-reject-hover-bg: var(--danger-color);--action-reject-hover-text: #ffffff;--follow-btn-bg: var(--usercard-btn-follow-bg);--follow-btn-text: var(--usercard-btn-follow-text);--follow-btn-hover: var(--usercard-btn-follow-hover);--follow-btn-outline-bg: var(--usercard-btn-unfollow-bg);--follow-btn-outline-border: var(--usercard-btn-unfollow-border);--follow-btn-outline-text: var(--usercard-btn-unfollow-text);--follow-btn-outline-hover: var(--usercard-btn-unfollow-hover-bg);--follow-btn-outline-hover-text: var(--usercard-btn-unfollow-hover-text);--empty-state-bg: var(--surface-layer-3);--empty-state-border: var(--border-subtle);--empty-state-icon-bg: rgba(200, 154, 99, .16);--empty-state-icon-color: var(--primary-color);--empty-state-halo-border: rgba(200, 154, 99, .35);--view-toggle-bg: var(--surface-layer-3);--view-toggle-border: var(--border-subtle);--view-toggle-btn-color: var(--text-muted);--view-toggle-btn-hover: var(--text-heading);--view-toggle-active-bg: rgba(200, 154, 99, .22);--view-toggle-active-text: var(--primary-color);--view-toggle-active-border: rgba(200, 154, 99, .45);--contact-icon-color: var(--text-muted);--contact-text-color: var(--text-secondary);--crown-bg: rgba(209, 164, 72, .2);--crown-icon: #fde047;--floating-nav-bg: var(--surface-layer-5);--floating-nav-border: var(--border-default);--floating-nav-text: var(--text-primary);--floating-nav-shadow: var(--shadow-md);--submenu-bg: var(--surface-layer-4);--submenu-border: var(--border-default);--submenu-shadow: var(--shadow-md);--submenu-title: var(--text-heading);--submenu-subtitle: var(--text-secondary);--clinic-chip-bg: var(--surface-layer-3);--clinic-chip-border: var(--border-default);--clinic-chip-text: var(--text-primary);--clinic-chip-appointments-active-bg: var(--accent-bg-soft);--clinic-chip-appointments-active-border: var(--primary-color);--clinic-chip-appointments-active-text: var(--primary-color);--opdo-sidebar-bg: #1D1C1A;--opdo-sidebar-bg-strong: #23211F;--opdo-sidebar-card: #23211F;--opdo-sidebar-card-hover: #2B2825;--opdo-sidebar-tabs-bg: #161514;--opdo-sidebar-border: var(--border-default);--opdo-sidebar-ring: rgba(200, 154, 99, .2);--opdo-sidebar-text: #FFFFFF;--opdo-sidebar-muted: #E2DCD5;--opdo-sidebar-soft: #B8B2AA;--opdo-sidebar-title: #FFFFFF;--opdo-sidebar-inner: #161514;--opdo-sidebar-icon-bg: #2B2825;--opdo-sidebar-primary: #C89A63;--opdo-sidebar-primary-2: #E5C396;--opdo-sidebar-tab-active-text: #161514;--opdo-sidebar-shadow: rgba(0, 0, 0, .4);--opdo-sidebar-danger: #D96464;--opdo-sidebar-success: #3FA66B}[data-theme=gray],[data-theme=grayscale]{--surface-layer-1: #D5D9E0;--surface-layer-2: #DFE3E8;--surface-layer-3: #FFFFFF;--surface-layer-4: #CED3DC;--surface-layer-5: #FFFFFF;--bg-primary: var(--surface-layer-1);--bg-secondary: var(--surface-layer-2);--bg-tertiary: var(--surface-layer-3);--bs-body-bg: var(--surface-layer-1);--bs-surface-bg: var(--surface-layer-3);--color-bg-light: var(--surface-layer-4);--surface-light: #f5f5f5;--surface-hover: #e8e8e8;--border-subtle: rgba(30, 35, 42, .16);--border-default: rgba(30, 35, 42, .32);--border-strong: rgba(30, 35, 42, .48);--table-divider: rgba(30, 35, 42, .22);--input-border: rgba(30, 35, 42, .32);--hover-border: rgba(30, 35, 42, .55);--border-color: var(--border-default);--bs-border-color: var(--border-default);--table-border-color: var(--table-divider);--bs-primary: #3A414A;--bs-secondary: #555E68;--text-primary: #111418;--text-heading: #050709;--text-secondary: #3A414A;--text-muted: #555E68;--text-disabled: #858E98;--bs-body-color: var(--text-primary);--bs-heading-color: var(--text-heading);--bs-muted-color: var(--text-secondary);--background: 218 15% 85%;--foreground: 220 20% 10%;--card: 0 0% 100%;--card-foreground: 220 20% 10%;--popover: 0 0% 100%;--popover-foreground: 220 20% 10%;--border: 215 15% 68%;--input: 215 15% 72%;--card-bg: linear-gradient(145deg, #f0f0f0 0%, #e8e8e8 50%, #f0f0f0 100%);--card-bg-hover: linear-gradient(145deg, #e8e8e8 0%, #dcdcdc 50%, #e8e8e8 100%);--card-border: rgba(100, 100, 100, .15);--card-shadow: 0 2px 12px rgba(0, 0, 0, .06);--card-shadow-hover: 0 4px 20px rgba(0, 0, 0, .1);--card-title: #1a1d23;--card-text: #2d323a;--card-muted: #5a626e;--card-label: #3d444e;--card-username: #2d323a;--card-handle: #5a626e;--usercard-min-width: 240px;--usercard-preferred-width: 260px;--usercard-max-width: 340px;--usercard-bg: var(--surface-layer-3);--usercard-bg-hover: var(--surface-layer-4);--usercard-gradient-bg: linear-gradient(145deg, #ffffff 0%, #e9ecef 100%);--usercard-gradient-hover: linear-gradient(145deg, #f8f9fa 0%, #dee2e6 100%);--usercard-border: var(--border-subtle);--usercard-border-hover: var(--border-default);--usercard-title: var(--text-heading);--usercard-subtitle: var(--text-secondary);--usercard-muted: var(--text-muted);--usercard-stat: var(--text-secondary);--usercard-stat-followers: var(--bs-primary);--usercard-stat-following: var(--text-muted);--usercard-handle-bg: rgba(99, 102, 241, .1);--usercard-handle-text: #4338ca;--usercard-handle-border: rgba(99, 102, 241, .25);--usercard-badge-owner-bg: rgba(58, 65, 74, .14);--usercard-badge-owner-text: #111418;--usercard-badge-owner-border: rgba(58, 65, 74, .28);--usercard-badge-role-bg: rgba(58, 65, 74, .14);--usercard-badge-role-text: #111418;--usercard-badge-role-border: rgba(58, 65, 74, .28);--usercard-badge-verified-bg: rgba(75, 85, 99, .14);--usercard-badge-verified-text: #1f2937;--usercard-badge-verified-border: rgba(75, 85, 99, .28);--usercard-badge-pending-bg: rgba(156, 163, 175, .14);--usercard-badge-pending-text: #111418;--usercard-badge-pending-border: rgba(156, 163, 175, .28);--usercard-badge-notverified-bg: rgba(229, 231, 235, .2);--usercard-badge-notverified-text: #374151;--usercard-badge-notverified-border: rgba(209, 213, 219, .4);--badge-owner-bg: var(--usercard-badge-owner-bg);--badge-owner-text: var(--usercard-badge-owner-text);--badge-role-bg: var(--usercard-badge-role-bg);--badge-role-text: var(--usercard-badge-role-text);--badge-verified-bg: var(--usercard-badge-verified-bg);--badge-verified-text: var(--usercard-badge-verified-text);--badge-verified-border: var(--usercard-badge-verified-border);--badge-pending-bg: var(--usercard-badge-pending-bg);--badge-pending-text: var(--usercard-badge-pending-text);--badge-pending-border: var(--usercard-badge-pending-border);--badge-not-verified-bg: var(--usercard-badge-notverified-bg);--badge-not-verified-text: var(--usercard-badge-notverified-text);--badge-not-verified-border: var(--usercard-badge-notverified-border);--usercard-action-bg: rgba(58, 65, 74, .12);--usercard-action-text: #3A414A;--usercard-action-hover-bg: rgba(58, 65, 74, .22);--usercard-btn-follow-bg: #3A414A;--usercard-btn-follow-text: #ffffff;--usercard-btn-follow-hover: #2d323a;--usercard-btn-unfollow-bg: rgba(58, 65, 74, .08);--usercard-btn-unfollow-text: #3A414A;--usercard-btn-unfollow-border: rgba(58, 65, 74, .3);--usercard-btn-unfollow-hover-bg: #3A414A;--usercard-btn-unfollow-hover-text: #ffffff;--action-approve-bg: rgba(58, 65, 74, .12);--action-approve-text: #1f2937;--action-approve-border: rgba(58, 65, 74, .3);--action-approve-hover-bg: #3A414A;--action-approve-hover-text: #ffffff;--action-reject-bg: rgba(107, 114, 128, .12);--action-reject-text: #4b5563;--action-reject-border: rgba(107, 114, 128, .3);--action-reject-hover-bg: #4b5563;--action-reject-hover-text: #ffffff;--follow-btn-bg: var(--usercard-btn-follow-bg);--follow-btn-text: var(--usercard-btn-follow-text);--follow-btn-hover: var(--usercard-btn-follow-hover);--follow-btn-outline-bg: var(--usercard-btn-unfollow-bg);--follow-btn-outline-border: var(--usercard-btn-unfollow-border);--follow-btn-outline-text: var(--usercard-btn-unfollow-text);--follow-btn-outline-hover: var(--usercard-btn-unfollow-hover-bg);--follow-btn-outline-hover-text: var(--usercard-btn-unfollow-hover-text);--contact-icon-color: #5a626e;--contact-text-color: #5a626e;--crown-bg: #fbbf24;--crown-icon: #ffffff;--floating-nav-bg: #FFFFFF;--floating-nav-border: rgba(30, 35, 42, .35);--floating-nav-text: #111418;--floating-nav-shadow: 0 14px 40px rgba(0, 0, 0, .16);--opdo-sidebar-bg: #FFFFFF;--opdo-sidebar-bg-strong: #F4F4F5;--opdo-sidebar-card: #FFFFFF;--opdo-sidebar-card-hover: #E4E4E7;--opdo-sidebar-tabs-bg: #CED3DC;--opdo-sidebar-border: rgba(30, 35, 42, .32);--opdo-sidebar-text: #111418;--opdo-sidebar-muted: #3A414A;--opdo-sidebar-title: #050709;--opdo-sidebar-primary: #3A414A;--opdo-sidebar-tab-active-text: #FFFFFF;filter:grayscale(100%)}.header-count-badge,.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 .5rem;border-radius:999px;background:var(--usercard-badge-role-bg, rgba(200, 154, 99, .16));border:1px solid var(--usercard-badge-role-border, rgba(200, 154, 99, .3));color:var(--usercard-badge-role-text, #e5c396);font-size:.72rem;font-weight:700;line-height:1;box-shadow:0 1px 3px #0000001f;transition:all .2s ease}.theme-light{color-scheme:light}.theme-dark{color-scheme:dark}.theme-gray{color-scheme:light;filter:grayscale(100%)}@media(max-width:768px){:root,[data-theme]{--header-height: 56px}}@media(max-width:480px){:root,[data-theme]{--header-height: 48px}}.view-toggle{display:inline-flex!important;align-items:center!important;gap:3px!important;padding:3px!important;border-radius:999px!important;background:var(--view-toggle-bg, var(--surface-layer-3))!important;border:1px solid var(--view-toggle-border, var(--border-subtle))!important;box-shadow:var(--shadow-sm)!important;box-sizing:border-box!important}.view-toggle .view-toggle-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;padding:0!important;margin:0!important;border:1px solid transparent!important;outline:none!important;border-radius:999px!important;background:transparent!important;color:var(--view-toggle-btn-color, var(--text-muted))!important;cursor:pointer!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important}.view-toggle .view-toggle-btn svg{flex-shrink:0!important}.view-toggle .view-toggle-btn:hover:not(.active){color:var(--view-toggle-btn-hover, var(--text-heading))!important;background:var(--surface-layer-4, rgba(255, 255, 255, .08))!important}.view-toggle .view-toggle-btn.active{background:var(--view-toggle-active-bg, var(--accent-bg-soft))!important;color:var(--view-toggle-active-text, var(--primary-color))!important;border-color:var(--view-toggle-active-border, var(--border-default))!important;box-shadow:var(--shadow-xs, 0 1px 3px rgba(0, 0, 0, .15))!important}.view-toggle .view-toggle-btn:focus-visible{box-shadow:0 0 0 2px var(--focus-ring)!important}@media(max-width:480px){.view-toggle{padding:2px!important;gap:2px!important}.view-toggle .view-toggle-btn{width:24px!important;height:24px!important}.view-toggle .view-toggle-btn svg{width:13px!important;height:13px!important}}html,body,#root{min-height:100%}html,body{background-color:hsl(var(--background))}body{margin:0;background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-base)}.theme-switching,.theme-switching *,.theme-switching *:before,.theme-switching *:after{transition:none!important}@font-face{font-family:Adishila;src:url(/fonts/Adishila.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Adhishila;src:url(/fonts/Adishila.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Adishila.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0900-097F,U+1CD0-1CFF,U+A8E0-A8FF}.devanagari-text,.devanagari-auto,.citation-sanskrit,.sanskrit-text,.sanskrit-content,[lang=sa],[lang=sa-IN],[lang=hi],[lang=hi-IN],[lang=mr],[lang=mr-IN],[lang=ne],[lang=ne-IN]{font-family:var(--font-devanagari)!important;font-size:22px;line-height:1.85}:lang(sa),:lang(sa-IN),:lang(hi),:lang(hi-IN),:lang(mr),:lang(mr-IN),:lang(ne),:lang(ne-IN){font-family:var(--font-devanagari)!important;font-size:22px;line-height:1.85}h1,h2,h3,h4,h5,h6{margin-top:0}
