@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap";[x-cloak]{display:none}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter,.fade-leave-to{opacity:0}.additional-categories-checkbox{position:absolute;left:6%;top:7%;border-radius:50%}:root{--navy: #0d1f3c;--blue: #1a5276;--gold: #c4a44a;--gold-light: #d9bd62;--red: #c0392b;--surface: #f4f6f8;--white: #ffffff;--border: rgba(26, 82, 118, .15);--border-light: rgba(26, 82, 118, .15);--border-medium: rgba(26, 82, 118, .18);--border-strong: rgba(26, 82, 118, .22);--muted: #5d7588;--navy-dark: #132238;--light-panel: #f1f3f6;--placeholder: #8b9aad;--alert-bg: #fff5f4}.breck-home{background:var(--surface);min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2rem 1.5rem 1.25rem;gap:1rem}.content{width:100%;max-width:420px;display:flex;flex-direction:column;gap:10px}.logo-wrap{text-align:center;margin-bottom:1rem}.logo-name{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:500;color:var(--navy);letter-spacing:.04em;line-height:1;margin-bottom:1.5px}.logo-name span{color:var(--gold);font-style:italic}.logo-sub{font-size:12px;color:var(--muted);letter-spacing:.2em;text-transform:uppercase}.gold-line{width:36px;height:.8px;background:var(--gold);margin:.75rem auto;opacity:.6}.fr-panel{background:var(--white);border:2px solid var(--red);border-radius:14px;padding:1rem 1.25rem 1.25rem;box-shadow:0 2px 12px #c0392b1f}.fr-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--red);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.2rem}.fr-pulse{width:8px;height:8px;border-radius:50%;background:var(--red);animation:blink 1.4s infinite;flex-shrink:0}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.fr-input{color:#000}.fr-desc{font-size:14px;color:var(--navy);margin-bottom:.5rem}.user-panel{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.25rem}.user-label{font-size:11px;color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-weight:500}.user-btns{display:flex;gap:8px}.btn-red-full{width:100%;background-color:var(--red);color:var(--white);border:none;border-radius:8px;padding:11px;font-size:15px;font-weight:600;cursor:pointer;letter-spacing:.04em;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .15s;text-decoration:none}.btn-red-full:hover{opacity:.88;color:var(--white)}.input-label{font-size:13px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-weight:500}.btn-outline{flex:1;background-color:var(--surface);color:var(--navy);border:1.5px solid var(--border);border-radius:8px;padding:10px;font-size:15px;font-weight:500;text-align:center;text-decoration:none;transition:background .15s}.btn-outline:hover{background:#e8edf2}.btn-navy{flex:1;background-color:var(--navy);color:var(--white);border:none;border-radius:8px;padding:10px;font-size:15px;font-weight:500;text-align:center;text-decoration:none;transition:opacity .15s}.btn-navy:hover{opacity:.88;color:var(--white)}.contact-btn{width:100%;background:var(--white);border:1px solid var(--border);border-radius:8px;padding:10px;font-size:14px;color:var(--muted);text-decoration:none;display:block;text-align:center;transition:color .15s}.contact-btn:hover{color:var(--navy)}.footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;font-size:12px;color:#8c99a6;margin-top:10px}.footer a{color:#8c99a6;text-decoration:none;transition:color .15s ease}.footer a:hover{color:var(--navy)}.footer-dot{width:3px;height:3px;border-radius:50%;background:#c5ccd3}.footer-copyright{width:100%;text-align:center;margin-top:2px;color:var(--muted)}.site-header{width:100%;height:54px;background:var(--navy);border-bottom:2px solid var(--gold);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.site-header-brand{display:flex;align-items:center;gap:9px;text-decoration:none;white-space:nowrap}.site-header-logo{width:20px;height:20px;flex-shrink:0}.site-header-brand-text{color:var(--white);font-family:Cormorant Garamond,serif;font-size:21px;font-weight:600;font-style:normal;letter-spacing:.055em;line-height:1}.site-header-brand-text span{color:var(--gold);font-style:italic}.site-header-back{color:#d8e0e8;font-size:15px;font-weight:700;text-decoration:none;transition:color .15s ease}.site-header-back:hover{color:var(--white)}@media(max-width:640px){.site-header{padding:0 1rem}.site-header-logo{width:18px;height:18px}.site-header-brand-text{font-size:18px}.site-header-back{font-size:12px}}.contact-card{background:var(--light-panel);border-radius:9px;padding:1.4rem 1.5rem}.contact-card-title{color:var(--muted);font-size:16px;font-weight:700;margin-bottom:.35rem}.contact-card-line{color:var(--muted);font-size:15px;line-height:1.6;margin-bottom:.25rem}.contact-card-line:last-child{margin-bottom:0}.contact-card-line a{color:var(--navy);font-weight:600;text-decoration:none}.contact-card-line a:hover{color:var(--blue)}.accordion-header-hover-light:hover{color:var(--white)}.auth-page{min-height:100vh;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1.8rem 1rem 1.25rem}.auth-card{width:100%;max-width:420px;background:var(--white);border:1px solid var(--border-medium);border-radius:18px;padding:1rem}.auth-logo-wrap svg{width:50px;height:50px}.auth-logo-wrap .logo-name{font-size:32px}.auth-logo-wrap{text-align:center;margin-bottom:1rem}.auth-title{font-family:Cormorant Garamond,serif;font-size:23px;font-weight:500;text-align:center;color:var(--navy);margin-bottom:.9rem}.auth-status{margin-bottom:1rem;font-size:14px;color:#16a34a;text-align:center}.auth-form{width:100%}.auth-field{margin-bottom:1.35rem}.auth-label{display:block;font-size:13px;color:var(--blue);letter-spacing:.08em;text-transform:uppercase;font-weight:500;margin-bottom:.45rem}.auth-input{width:100%;height:40px;border:1px solid var(--border-strong);border-radius:9px!important;background:#eaf2ff;color:#000;font-size:16px;padding:0 1rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-input:focus{border-color:#1a527673;box-shadow:0 0 0 3px #1a527614}.auth-password-wrap{position:relative}.auth-password-input{padding-right:3rem}.auth-eye-btn{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);color:var(--muted);background:transparent;border:0;padding:0;cursor:pointer}.auth-check-row{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:15px;margin-top:.15rem;margin-bottom:1rem}.auth-checkbox{width:17px;height:17px;border-radius:4px;border:1px solid #b6c3cf;cursor:pointer}.auth-divider{width:100%;height:1px;background:var(--border-light);margin-bottom:1rem}.auth-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.45rem}.auth-text-link,.auth-secondary-text a,.auth-back-link{color:var(--muted);text-decoration:none;font-size:14px}.auth-text-link:hover,.auth-secondary-text a:hover,.auth-back-link:hover{color:var(--navy)}.auth-submit{min-width:100px;background:var(--navy);color:var(--white);border:none;border-radius:9px;padding:5px 20px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.auth-submit:hover{opacity:.9}.auth-secondary-text{text-align:center;font-size:14px;color:var(--muted);margin-bottom:1.3rem}.auth-back-link{display:block;text-align:center}.auth-page .footer{margin-top:2rem}@media(max-width:640px){.auth-page{padding:1rem}.auth-card{padding:2rem 1.4rem}.auth-actions{align-items:stretch}.auth-submit{min-width:110px}}.auth-password-note{background:var(--light-panel);border-left:2px solid var(--gold);border-radius:5px;color:var(--muted);font-size:13px;line-height:1.55;padding:.65rem .8rem;margin:-.2rem 0 1rem}.auth-terms-row{align-items:flex-start;margin-bottom:0;line-height:1.4}.auth-terms-row a{color:var(--navy);text-decoration:none;font-weight:500}.auth-terms-row a:hover{color:var(--blue)}.auth-secondary-text-left{text-align:left;margin-bottom:0}.auth-input::-moz-placeholder{color:var(--placeholder)}.auth-input::placeholder{color:var(--placeholder)}.auth-description{text-align:center;color:var(--muted);font-size:14px;line-height:1.8;margin-bottom:1.75rem;padding:0 .5rem}.auth-back-inline{display:inline-block;text-align:left}.auth-switch-link{background:none;border:none;padding:0;cursor:pointer;text-align:left}.auth-switch-link:hover{color:var(--navy)}.auth-actions-stack{justify-content:center;margin-bottom:1.25rem}.auth-secondary-links{display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;color:var(--muted)}.auth-secondary-links button{background:none;border:none;padding:0;cursor:pointer}.legal-page{min-height:100vh;background:var(--surface);color:var(--navy);display:flex;flex-direction:column}.legal-wrap{width:100%;max-width:850px;margin:0 auto;padding:3rem 1rem 2rem;flex:1}.legal-heading{margin-bottom:2rem}.legal-heading .logo-wrap{display:none}.legal-heading h1{font-family:Cormorant Garamond,serif;color:var(--navy);font-size:42px;font-weight:500;line-height:1.1;margin-bottom:.6rem}.legal-heading p{color:var(--muted);font-size:14px}.legal-card{background:var(--white);border:1px solid var(--border-medium);border-radius:14px;padding:2.5rem}.legal-section{padding-bottom:1.8rem;margin-bottom:1.8rem;border-bottom:1px solid var(--border-light)}.legal-section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.legal-section h2{font-family:Cormorant Garamond,serif;color:var(--navy);font-size:25px;font-weight:500;margin-bottom:1rem}.legal-section p{color:var(--navy-dark);font-size:16px;line-height:1.75;margin-bottom:1rem}.legal-section ul{list-style:disc;margin:.75rem 0 0 1.3rem}.legal-section li{color:var(--navy-dark);font-size:16px;line-height:1.7;margin-bottom:.35rem}.legal-section strong{font-weight:700}.legal-section a{color:var(--blue);text-decoration:none;font-weight:600}.legal-section a:hover{color:var(--navy)}.legal-page .footer{margin:1rem 0 1.25rem}@media(max-width:640px){.legal-wrap{padding:2rem 1rem 1.5rem}.legal-heading h1{font-size:34px}.legal-card{padding:1.5rem}}.legal-section ol{margin:1rem 0 0 1.25rem;padding-left:1rem;list-style:decimal}.legal-section ol li{margin-bottom:.5rem}.faq-wrap{width:100%;max-width:880px;margin:0 auto;padding:3rem 1rem 2rem;flex:1}.faq-heading{margin-bottom:2.2rem}.faq-heading h1{font-family:Cormorant Garamond,serif;color:var(--navy);font-size:42px;font-weight:500;line-height:1.1}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--white);border:1px solid var(--border-medium);border-radius:12px;overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;color:var(--navy);font-size:16px;font-weight:600;padding:1.25rem 1.5rem;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"⌄";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:var(--muted);font-size:18px}.faq-item[open] summary{border-bottom:1px solid var(--border-light)}.faq-item[open] summary:after{content:"⌃"}.faq-answer{padding:1.4rem 1.5rem 1.5rem}.faq-answer p{color:var(--navy-dark);font-size:15px;line-height:1.8;margin-bottom:1rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer a{color:var(--blue);text-decoration:none;font-weight:600}.faq-answer a:hover{color:var(--navy)}.faq-answer ol{list-style:decimal;margin:1rem 0 1rem 1.25rem;padding-left:1rem}.faq-answer li{color:var(--navy-dark);font-size:15px;line-height:1.7;margin-bottom:.35rem}.faq-contact-panel{background:var(--navy);border-radius:14px;margin-top:2.4rem;padding:2rem 1.5rem;text-align:center}.faq-contact-panel h2{font-family:Cormorant Garamond,serif;color:var(--white);font-size:28px;font-weight:500;margin-bottom:.5rem}.faq-contact-panel p{color:#d8e0e8;font-size:15px;margin-bottom:1.4rem}.faq-contact-button{display:inline-block;background:var(--gold);color:var(--navy);border-radius:8px;padding:.8rem 2rem;font-size:14px;font-weight:600;text-decoration:none}.faq-contact-button:hover{opacity:.9}@media(max-width:640px){.faq-wrap{padding:2rem 1rem 1.5rem}.faq-heading h1{font-size:34px}.faq-item summary{padding:1rem 2.6rem 1rem 1rem;font-size:15px}.faq-answer{padding:1.2rem 1rem}}.contact-textarea{height:auto;min-height:130px;padding-top:.8rem;resize:vertical}.contact-disclosure{background:var(--light-panel);border-left:2px solid var(--gold);border-radius:6px;padding:1rem;margin-bottom:1rem}.contact-disclosure h2{color:var(--navy);font-size:15px;font-weight:700;margin-bottom:.4rem}.contact-disclosure p{color:var(--muted);font-size:14px;line-height:1.65}.contact-consent-row{align-items:flex-start;line-height:1.45}.contact-error{color:var(--red);font-size:14px;font-weight:600;margin:-.4rem 0 1rem}.contact-login-card{background:var(--light-panel);border-radius:9px;padding:1.5rem;text-align:center;margin-bottom:1rem}.contact-login-card p{color:var(--muted);font-size:16px}.contact-login-card a{color:var(--navy);font-weight:700;text-decoration:none}.contact-login-card a:hover{color:var(--blue)}.fr-view-page{min-height:100vh;background:var(--surface);color:var(--navy);display:flex;flex-direction:column}.fr-view-header{height:60px;background:var(--navy);border-bottom:2px solid var(--gold);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 1.75rem}.fr-view-brand{display:flex;align-items:center;gap:9px;white-space:nowrap}.fr-view-logo{width:20px;height:20px;flex-shrink:0}.fr-view-brand-text{color:var(--white);font-family:Cormorant Garamond,serif;font-size:21px;font-weight:600;font-style:normal;letter-spacing:.055em;line-height:1}.fr-view-brand-text span{color:var(--gold);font-style:italic}.fr-view-access-badge{border:1px solid rgba(192,57,43,.75);background:#c0392b2e;color:#ffb0a8;border-radius:999px;padding:.35rem 1.1rem;text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:.08em}.fr-view-access-badge span{display:inline-block;width:7px;height:7px;background:var(--red);border-radius:50%;margin-right:.5rem;animation:blink 1.4s infinite}.fr-view-access-time{text-align:right;color:#9fb0c3;font-size:13px}.fr-view-patient{background:var(--white);border-bottom:1px solid rgba(26,82,118,.14);display:flex;align-items:center;gap:1.4rem;padding:1.25rem 1.75rem}.fr-view-avatar{width:66px;height:66px;border-radius:50%;border:2px solid var(--border-medium);background:#f4f8fb;color:var(--navy);display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:25px;font-weight:500}.fr-view-patient h1{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:500;line-height:1;margin-bottom:.35rem}.fr-view-patient p{color:var(--muted);font-size:14px}.fr-view-content{flex:1;padding:1.3rem 1.75rem 4rem}.fr-view-alert-banner{display:flex;align-items:flex-start;gap:1rem;background:var(--alert-bg);border:1px solid rgba(192,57,43,.35);border-radius:14px;padding:1.15rem 1.35rem;margin:1rem 2rem}.fr-view-alert-icon{width:40px;height:40px;flex-shrink:0;border-radius:50%;background:var(--red);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.fr-view-alert-content{flex:1}.fr-view-alert-title{color:var(--red);text-transform:uppercase;letter-spacing:.1em;font-size:13px;font-weight:700;margin-bottom:.4rem}.fr-view-alert-item{color:var(--navy);font-size:15px;font-weight:600;margin-bottom:.35rem}.fr-view-alert-item:last-child{margin-bottom:0}.fr-view-grid{display:grid;gap:1rem;margin-bottom:1rem}.fr-view-grid-2{grid-template-columns:1fr 1fr}.fr-view-grid-3{grid-template-columns:1fr 1fr 1fr}.fr-view-card{background:var(--white);border:1px solid rgba(26,82,118,.16);border-radius:13px;overflow:hidden}.fr-view-card-header{border-bottom:1px solid rgba(26,82,118,.16);background:#f7f9fb;color:var(--muted);font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.75rem 1rem}.fr-view-card-header:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:.55rem;vertical-align:middle}.fr-view-card-header.blue:before{background:#1d8393}.fr-view-card-header.red:before{background:var(--red)}.fr-view-card-header.gold:before{background:#d28a13}.fr-view-card-header.green:before{background:#168a51}.fr-view-row{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 1rem;font-size:14px}.fr-view-row span{color:var(--muted)}.fr-view-row strong{color:var(--navy);font-weight:600;text-align:right}.fr-view-contact-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;padding:.85rem 1rem}.fr-view-small-avatar{width:36px;height:36px;background:#edf6ff;border-radius:50%;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.fr-view-contact-row strong{display:block;color:var(--navy);font-size:15px}.fr-view-contact-row span{color:var(--muted);font-size:13px}.fr-view-contact-row a{color:#007f91;font-size:14px;font-weight:600;text-decoration:none}.fr-view-list{padding:1rem}.fr-view-list li{list-style:none;margin-bottom:.75rem;color:var(--navy);font-size:14px}.fr-view-list li:before{content:"";display:inline-block;width:8px;height:8px;background:var(--red);border-radius:50%;margin-right:.5rem}.fr-view-list strong{font-weight:700}.fr-view-list span{display:block;color:var(--muted);margin:.25rem 0 0 1.1rem}.fr-view-empty{color:var(--muted);font-size:14px;padding:1rem}.fr-view-stack{display:flex;flex-direction:column;gap:1rem}.fr-view-full{margin-bottom:1rem}.fr-view-footer{position:fixed;left:0;right:0;bottom:0;height:32px;background:var(--navy);color:#8ea0b8;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 1rem;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.fr-view-footer strong{color:var(--gold);font-weight:700}.fr-view-footer span:last-child{text-align:right}.fr-view-footer-link{color:#8ea0b8;text-decoration:none;display:block;text-align:right;justify-self:end}.fr-view-footer-link:hover{color:var(--white)}@media(max-width:900px){.fr-view-header{grid-template-columns:1fr;height:auto;gap:.7rem;padding:.9rem 1rem;text-align:center}.fr-view-brand{justify-content:center}.fr-view-access-badge{width:-moz-fit-content;width:fit-content;margin:0 auto;font-size:11px;padding:.3rem .85rem}.fr-view-access-time{text-align:center;font-size:12px}.fr-view-patient{align-items:flex-start;gap:.9rem;padding:1rem}.fr-view-avatar{width:54px;height:54px;font-size:22px}.fr-view-patient h1{font-size:27px}.fr-view-patient p{font-size:13px;line-height:1.5}.fr-view-alert-banner{margin:1rem;padding:1rem;gap:.8rem;border-radius:12px}.fr-view-alert-icon{width:34px;height:34px;font-size:20px}.fr-view-alert-title{font-size:11px;line-height:1.45}.fr-view-alert-item{font-size:14px;line-height:1.45}.fr-view-content{padding:0 1rem 1.5rem}.fr-view-grid-2,.fr-view-grid-3{grid-template-columns:1fr}.fr-view-row{flex-direction:column;gap:.25rem;padding:.8rem 1rem}.fr-view-row strong{text-align:left}.fr-view-contact-row{grid-template-columns:auto 1fr}.fr-view-contact-row a{grid-column:2}.fr-view-card-header{font-size:12px;line-height:1.4}.fr-view-list li{font-size:14px;line-height:1.5}.fr-view-footer{position:static;grid-template-columns:1fr;height:auto;gap:.25rem;padding:.75rem 1rem;text-align:center;font-size:11px}.fr-view-footer span:last-child{text-align:center}.fr-view-footer-link{text-align:center;justify-self:center;display:block}}@media(max-width:420px){.fr-view-brand-text{font-size:18px}.fr-view-logo{width:18px;height:18px}.fr-view-patient h1{font-size:24px}.fr-view-alert-banner{margin:.85rem}.fr-view-content{padding:0 .85rem 1.25rem}}.btn-product{flex:1;background:#c4a44a;color:#0d1f3c;border:none;border-radius:8px;padding:10px;font-size:15px;font-weight:500;text-align:center;text-decoration:none;transition:opacity .15s}.btn-product:hover{opacity:.9}.app-shell{min-height:100vh;background:#f4f6f8}.app-topbar{height:58px;background:#0d1f3c;border-bottom:2px solid #c4a44a;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.app-brand{display:flex;align-items:center;gap:9px;text-decoration:none}.app-brand-logo{width:20px;height:20px}.app-brand-text{color:#fff;font-family:Cormorant Garamond,serif;font-size:21px;font-weight:600;letter-spacing:.055em}.app-brand-text span{color:#c4a44a;font-style:italic}.app-user-area{display:flex;align-items:center;gap:12px}.app-user-name{color:#fff;font-size:14px}.app-avatar{width:36px;height:36px;border-radius:999px;background:#c4a44a;color:#0d1f3c;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.app-logout{color:#ffffffa6;border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:7px 14px;font-size:13px}.app-logout:hover{color:#fff}.app-main{padding:28px}.profile-dashboard-page{min-height:calc(100vh - 50px);display:grid;grid-template-columns:206px 1fr;background:#f4f6f8}.profile-sidebar{background:#fff;border-right:1px solid rgba(26,82,118,.14);padding:28px 16px}.profile-sidebar-nav{position:sticky;top:72px}.profile-sidebar-group{border-bottom:1px solid rgba(26,82,118,.14);padding-bottom:14px;margin-bottom:14px}.profile-sidebar-group:last-child{border-bottom:0;margin-bottom:0}.profile-sidebar-heading{color:#5d7588;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 8px 8px}.profile-sidebar-link{width:100%;display:block;text-align:left;color:#5d7588;font-size:14px;line-height:1.25;padding:10px 8px;border-radius:0;border-right:2px solid transparent;background:transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}.profile-sidebar-link:hover{color:#0d1f3c;background:#f4f6f8}.profile-sidebar-link.active{color:#0d1f3c;background:#f4f6f8;border-right-color:#0d1f3c;font-weight:700}.profile-dashboard-content{padding:28px 26px 40px}.profile-dashboard-content>section,.profile-dashboard-content>div{margin-bottom:18px}@media(max-width:900px){.profile-dashboard-page{grid-template-columns:1fr}.profile-sidebar{border-right:0;border-bottom:1px solid rgba(26,82,118,.14)}.profile-sidebar-nav{position:static}.profile-dashboard-content{padding:20px 16px 32px}}.profile-page-section{width:100%}.profile-page-heading{margin-bottom:22px}.profile-page-name{font-family:Cormorant Garamond,serif;color:#0d1f3c;font-size:35px;font-weight:600;line-height:1.1}.profile-page-heading h1{font-family:Cormorant Garamond,serif;color:#0d1f3c;font-size:30px;font-weight:500;line-height:1.1}.profile-page-heading p{color:#49677c;font-size:14px;margin-top:6px}.profile-panel{background:#fff;border:1px solid #d5e1ea;border-radius:12px;overflow:hidden}.profile-panel-header{background:#f7f9fb;border-bottom:1px solid #d5e1ea;color:#49677c;font-size:13px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;padding:12px 18px}.profile-form{padding:22px 26px 20px}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.profile-field{display:flex;flex-direction:column}.profile-field-full{grid-column:span 2}.profile-field label{color:#486a80;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.profile-date-grid{display:grid;grid-template-columns:1fr .6fr .8fr;gap:10px}.profile-checkbox-row{display:flex;align-items:center;gap:8px;margin-top:18px;color:#0d1f3c;font-size:14px}.profile-actions{border-top:1px solid #d5e1ea;margin-top:22px;padding-top:16px;display:flex;justify-content:flex-end;gap:10px}.profile-save-button{background:#0d1f3c!important;color:#fff!important;border-radius:8px!important;padding:10px 18px!important;font-size:13px!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important}.profile-cancel-button{border-radius:8px!important}.profile-field :is(input,textarea,select),.profile-field :deep(.p-inputtext),.profile-field :deep(.p-select),.profile-field :deep(.p-dropdown){width:100%;min-height:40px;border-radius:8px!important;border:1px solid #ccdbe6!important;background:#f7f9fb!important;color:#0d1f3c!important;font-size:14px!important;box-shadow:none!important}.profile-field :is(input,textarea,select)::-moz-placeholder,.profile-field :deep(.p-inputtext::-moz-placeholder){color:#687987!important}.profile-field :is(input,textarea,select)::placeholder,.profile-field :deep(.p-inputtext::placeholder){color:#687987!important}.profile-field :deep(.p-select-label),.profile-field :deep(.p-dropdown-label){color:#0d1f3c!important;font-size:14px!important}.profile-field :deep(.p-select-dropdown),.profile-field :deep(.p-dropdown-trigger){color:#0d1f3c!important}.profile-checkbox-row :deep(.p-checkbox-box){width:16px!important;height:16px!important;background:#fff!important;border:1px solid rgba(13,31,60,.45)!important;border-radius:3px!important}.profile-checkbox-row :deep(.p-checkbox-checked .p-checkbox-box){background:#0d1f3c!important;border-color:#0d1f3c!important}@media(max-width:900px){.profile-grid{grid-template-columns:1fr}.profile-field-full{grid-column:span 1}.profile-date-grid{grid-template-columns:1fr}.profile-form{padding:18px}}.emergency-consent-box{border:1px solid #d5e1ea;border-left:4px solid #0d1f3c;border-radius:8px;padding:18px;margin-bottom:18px;background:#fff}.emergency-consent-box h3{color:#0d1f3c;font-size:16px;font-weight:700;margin-bottom:8px}.emergency-consent-box p{color:#49677c;font-size:14px;line-height:1.5}.emergency-consent-check{display:flex;align-items:center;gap:8px;margin-top:14px;color:#0d1f3c;font-size:14px;cursor:pointer}.emergency-consent-check input[type=checkbox]{width:16px;height:16px;min-width:16px;-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:checkbox!important;accent-color:#0d1f3c;cursor:pointer;opacity:1!important;position:static!important;pointer-events:auto!important}.emergency-consent-check span{color:#0d1f3c;cursor:pointer}.emergency-consent-status{display:flex;align-items:center;gap:10px;margin-bottom:18px}.emergency-consent-status span{display:inline-flex;align-items:center;border-radius:999px;background:#16a34a;color:#fff;font-size:13px;font-weight:700;padding:6px 12px}.emergency-consent-status button{border-radius:7px;background:#0d1f3c;color:#fff;font-size:13px;font-weight:700;padding:7px 12px}.emergency-contact-form{margin-bottom:22px}.profile-error{color:#dc2626;font-size:13px;margin-top:4px}.emergency-list-panel{border:1px solid #d5e1ea;border-radius:10px;overflow:hidden;background:#fff}.emergency-list-header{background:#f7f9fb;border-bottom:1px solid #d5e1ea;color:#49677c;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.emergency-add-button{width:30px;height:30px;border-radius:999px;background:#0d1f3c;color:#fff;font-size:20px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center}.emergency-table-wrap{width:100%;overflow-x:auto}.emergency-table{width:100%;border-collapse:collapse}.emergency-table th{background:#f7f9fb;color:#0d1f3c;text-align:left;font-size:13px;padding:11px 12px;white-space:nowrap}.emergency-table td{color:#0d1f3c;font-size:14px;padding:12px;border-top:1px solid #e1e9ef;white-space:nowrap}.emergency-actions{display:flex;gap:8px}.emergency-actions button{border-radius:6px;background:#eef2f6;color:#0d1f3c;font-size:12px;font-weight:700;padding:6px 10px}.emergency-actions button.danger{background:#fee2e2;color:#991b1b}.emergency-status{display:inline-flex;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700}.emergency-status.published{background:#dcfce7;color:#166534}.emergency-status.draft{background:#fee2e2;color:#991b1b}.emergency-empty{min-height:120px;display:flex;align-items:center;justify-content:center;gap:10px;color:#49677c;font-size:14px}.emergency-pagination{border-top:1px solid #d5e1ea;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.emergency-pagination button{border-radius:7px;background:#0d1f3c;color:#fff;font-size:13px;font-weight:700;padding:8px 12px}.emergency-pagination button:disabled{opacity:.45}.emergency-pagination span{color:#49677c;font-size:14px}@media(max-width:900px){.emergency-consent-status,.emergency-pagination{align-items:flex-start;flex-direction:column}}.medications-panel-header{display:flex;align-items:center;justify-content:space-between}.medications-panel-header .profile-save-button{padding:8px 14px!important;font-size:13px!important}.medication-form{margin-bottom:22px}.medication-textarea{width:100%;min-height:96px;border-radius:8px;border:1px solid #ccdbe6;background:#f7f9fb;color:#0d1f3c;font-size:14px;padding:10px 12px;outline:none;box-shadow:none}.medication-textarea::-moz-placeholder{color:#687987}.medication-textarea::placeholder{color:#687987}.medication-rating{display:flex;gap:4px;margin-top:4px}.medication-star{width:26px;height:26px;color:#9ca3af;cursor:pointer;transition:color .15s ease}.medication-star.active{color:#d4af37}.medication-rating-text,.medication-help-text{color:#49677c;font-size:13px;margin-top:6px}.medication-document-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.medication-document-button,.medication-document-remove{border-radius:7px;font-size:13px;font-weight:700;padding:8px 12px}.medication-document-button{background:#0d1f3c;color:#fff}.medication-document-remove{border:1px solid #f3c7c7;background:#fff5f5;color:#c0392b}.medication-document-name{color:#49677c;font-size:13px}.medication-card-list{display:flex;flex-direction:column}.medication-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:14px;padding:18px 12px;border-top:1px solid #d5e1ea}.medication-row:first-child{border-top:0}.medication-dot{width:8px;height:8px;border-radius:999px;background:#c0392b}.medication-name{color:#0d1f3c;font-size:15px;font-weight:700;line-height:1.2}.medication-meta{color:#49677c;font-size:13px;margin-top:3px}.medication-notes{color:#49677c;font-size:13px;margin-top:6px}.medication-tags{display:flex;align-items:center;gap:8px;margin-top:8px}.medication-tags a{color:#0d1f3c;font-size:13px;font-weight:700;text-decoration:underline}.medication-status{display:inline-flex;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700}.medication-status.visible{background:#dcfce7;color:#166534}.medication-status.hidden-status{background:#fee2e2;color:#991b1b}.medication-row-actions{display:flex;align-items:center;gap:8px}.medication-row-actions button{border:1px solid #d5e1ea;border-radius:7px;background:#f7f9fb;color:#0d1f3c;font-size:13px;font-weight:600;padding:8px 14px}.medication-row-actions button.danger{background:#fff5f5;border-color:#f3c7c7;color:#c0392b}.medication-empty{min-height:120px;display:flex;align-items:center;justify-content:center;color:#49677c;font-size:14px;border-top:1px solid #d5e1ea}.medication-pagination{border-top:1px solid #d5e1ea;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.medication-pagination button{border-radius:7px;background:#0d1f3c;color:#fff;font-size:13px;font-weight:700;padding:8px 12px}.medication-pagination button:disabled{opacity:.45}.medication-pagination span{color:#49677c;font-size:14px}@media(max-width:900px){.medication-row{grid-template-columns:10px 1fr}.medication-row-actions{grid-column:2;margin-top:10px}.medication-pagination{align-items:flex-start;flex-direction:column;gap:10px}}.physicians-panel-header{display:flex;align-items:center;justify-content:space-between}.physicians-panel-header .profile-save-button{padding:8px 14px!important;font-size:13px!important}.physician-form{margin-bottom:22px}.physician-phone-grid{display:grid;grid-template-columns:120px 1fr;gap:10px}.physician-textarea{width:100%;min-height:96px;border-radius:8px;border:1px solid #ccdbe6;background:#f7f9fb;color:#0d1f3c;font-size:14px;padding:10px 12px;outline:none;box-shadow:none}.p-multiselect{border:1px solid #ccdbe6!important;background:#f7f9fb!important;color:#0d1f3c!important}.physician-textarea::-moz-placeholder{color:#687987}.physician-textarea::placeholder{color:#687987}.physician-rating{display:flex;gap:4px;margin-top:4px}.physician-star{width:26px;height:26px;color:#9ca3af;cursor:pointer}.physician-star.active{color:#d4af37}.physician-help-text{color:#49677c;font-size:13px;margin-top:6px}.physician-toggle-label{display:inline-flex!important;align-items:center;gap:10px;color:#0d1f3c!important;font-size:14px!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer}.physician-toggle-input{position:absolute;opacity:0;pointer-events:none}.physician-toggle{width:44px;height:24px;border-radius:999px;background:#d1d5db;position:relative;transition:background .15s ease}.physician-toggle:after{content:"";width:20px;height:20px;border-radius:999px;background:#fff;position:absolute;top:2px;left:2px;transition:transform .15s ease}.physician-toggle-input:checked+.physician-toggle{background:#0d1f3c}.physician-toggle-input:checked+.physician-toggle:after{transform:translate(20px)}.physician-document-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.physician-document-button,.physician-document-remove{border-radius:7px;font-size:13px;font-weight:700;padding:8px 12px}.physician-document-button{background:#0d1f3c;color:#fff}.physician-document-remove{border:1px solid #f3c7c7;background:#fff5f5;color:#c0392b}.physician-document-name{color:#49677c;font-size:13px}.physician-card-list{display:flex;flex-direction:column}.physician-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:14px;padding:18px 12px;border-top:1px solid #d5e1ea}.physician-row:first-child{border-top:0}.physician-dot{width:8px;height:8px;border-radius:999px;background:#c0392b}.physician-name{color:#0d1f3c;font-size:15px;font-weight:700;line-height:1.2}.physician-meta{color:#49677c;font-size:13px;margin-top:3px}.physician-tags{display:flex;align-items:center;gap:8px;margin-top:8px}.physician-tags a{color:#0d1f3c;font-size:13px;font-weight:700;text-decoration:underline}.physician-status{display:inline-flex;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700}.physician-status.visible{background:#dcfce7;color:#166534}.physician-status.hidden-status{background:#fee2e2;color:#991b1b}.physician-row-actions{display:flex;align-items:center;gap:8px}.physician-row-actions button{border:1px solid #d5e1ea;border-radius:7px;background:#f7f9fb;color:#0d1f3c;font-size:13px;font-weight:600;padding:8px 14px}.physician-row-actions button.danger{background:#fff5f5;border-color:#f3c7c7;color:#c0392b}.physician-empty{min-height:120px;display:flex;align-items:center;justify-content:center;color:#49677c;font-size:14px;border-top:1px solid #d5e1ea}.physician-pagination{border-top:1px solid #d5e1ea;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.physician-pagination button{border-radius:7px;background:#0d1f3c;color:#fff;font-size:13px;font-weight:700;padding:8px 12px}.physician-pagination button:disabled{opacity:.45}.physician-pagination span{color:#49677c;font-size:14px}@media(max-width:900px){.physician-phone-grid{grid-template-columns:1fr}.physician-row{grid-template-columns:10px 1fr}.physician-row-actions{grid-column:2;margin-top:10px}.physician-pagination{align-items:flex-start;flex-direction:column;gap:10px}}.pharmacies-panel-header{display:flex;align-items:center;justify-content:space-between}.pharmacies-panel-header .profile-save-button{padding:8px 14px!important;font-size:13px!important}.pharmacy-form{margin-bottom:22px}.pharmacy-phone-grid{display:grid;grid-template-columns:120px 1fr;gap:10px}.pharmacy-toggle-label{display:inline-flex!important;align-items:center;gap:10px;color:#0d1f3c!important;font-size:14px!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer}.pharmacy-toggle-input{position:absolute;opacity:0;pointer-events:none}.pharmacy-toggle{width:44px;height:24px;border-radius:999px;background:#d1d5db;position:relative;transition:background .15s ease}.pharmacy-toggle:after{content:"";width:20px;height:20px;border-radius:999px;background:#fff;position:absolute;top:2px;left:2px;transition:transform .15s ease}.pharmacy-toggle-input:checked+.pharmacy-toggle{background:#0d1f3c}.pharmacy-toggle-input:checked+.pharmacy-toggle:after{transform:translate(20px)}.pharmacy-document-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.pharmacy-document-button,.pharmacy-document-remove{border-radius:7px;font-size:13px;font-weight:700;padding:8px 12px}.pharmacy-document-button{background:#0d1f3c;color:#fff}.pharmacy-document-remove{border:1px solid #f3c7c7;background:#fff5f5;color:#c0392b}.pharmacy-document-name,.pharmacy-help-text{color:#49677c;font-size:13px}.pharmacy-help-text{margin-top:6px}.pharmacy-card-list{display:flex;flex-direction:column}.pharmacy-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:14px;padding:18px 12px;border-top:1px solid #d5e1ea}.pharmacy-row:first-child{border-top:0}.pharmacy-dot{width:8px;height:8px;border-radius:999px;background:#c0392b}.pharmacy-name{color:#0d1f3c;font-size:15px;font-weight:700;line-height:1.2}.pharmacy-meta{color:#49677c;font-size:13px;margin-top:3px}.pharmacy-tags{display:flex;align-items:center;gap:8px;margin-top:8px}.pharmacy-tags a{color:#0d1f3c;font-size:13px;font-weight:700;text-decoration:underline}.pharmacy-status{display:inline-flex;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700}.pharmacy-status.visible{background:#dcfce7;color:#166534}.pharmacy-status.hidden-status{background:#fee2e2;color:#991b1b}.pharmacy-row-actions{display:flex;align-items:center;gap:8px}.pharmacy-row-actions button{border:1px solid #d5e1ea;border-radius:7px;background:#f7f9fb;color:#0d1f3c;font-size:13px;font-weight:600;padding:8px 14px}.pharmacy-row-actions button.danger{background:#fff5f5;border-color:#f3c7c7;color:#c0392b}.pharmacy-empty{min-height:120px;display:flex;align-items:center;justify-content:center;color:#49677c;font-size:14px;border-top:1px solid #d5e1ea}.pharmacy-pagination{border-top:1px solid #d5e1ea;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.pharmacy-pagination button{border-radius:7px;background:#0d1f3c;color:#fff;font-size:13px;font-weight:700;padding:8px 12px}.pharmacy-pagination button:disabled{opacity:.45}.pharmacy-pagination span{color:#49677c;font-size:14px}@media(max-width:900px){.pharmacy-phone-grid{grid-template-columns:1fr}.pharmacy-row{grid-template-columns:10px 1fr}.pharmacy-row-actions{grid-column:2;margin-top:10px}.pharmacy-pagination{align-items:flex-start;flex-direction:column;gap:10px}}.other-information-panel-header{display:flex;align-items:center;justify-content:space-between}.other-information-panel-header .profile-save-button{padding:8px 14px!important;font-size:13px!important}.other-information-form{margin-bottom:22px}.other-information-textarea{width:100%;min-height:96px;border-radius:8px;border:1px solid #ccdbe6;background:#f7f9fb;color:#0d1f3c;font-size:14px;padding:10px 12px;outline:none}.other-information-toggle-label{display:inline-flex!important;align-items:center;gap:10px;color:#0d1f3c!important;font-size:14px!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer}.other-information-toggle-input{position:absolute;opacity:0}.other-information-toggle{width:44px;height:24px;border-radius:999px;background:#d1d5db;position:relative}.other-information-toggle:after{content:"";width:20px;height:20px;background:#fff;border-radius:999px;position:absolute;top:2px;left:2px;transition:transform .15s ease}.other-information-toggle-input:checked+.other-information-toggle{background:#0d1f3c}.other-information-toggle-input:checked+.other-information-toggle:after{transform:translate(20px)}.other-information-card-list{display:flex;flex-direction:column}.other-information-row{display:grid;grid-template-columns:10px 1fr auto;gap:14px;align-items:center;padding:18px 12px;border-top:1px solid #d5e1ea}.other-information-row:first-child{border-top:0}.other-information-dot{width:8px;height:8px;border-radius:999px;background:#c0392b}.other-information-name{color:#0d1f3c;font-size:15px;font-weight:700}.other-information-notes{color:#49677c;font-size:13px;margin-top:4px}.other-information-tags{margin-top:8px}.other-information-status{display:inline-flex;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700}.other-information-status.visible{background:#dcfce7;color:#166534}.other-information-status.hidden-status{background:#fee2e2;color:#991b1b}.other-information-row-actions{display:flex;gap:8px}.other-information-row-actions button{border:1px solid #d5e1ea;border-radius:7px;background:#f7f9fb;color:#0d1f3c;font-size:13px;font-weight:600;padding:8px 14px}.other-information-row-actions button.danger{background:#fff5f5;border-color:#f3c7c7;color:#c0392b}.other-information-empty{min-height:120px;display:flex;align-items:center;justify-content:center;color:#49677c;font-size:14px;border-top:1px solid #d5e1ea}@media(max-width:900px){.other-information-row{grid-template-columns:10px 1fr}.other-information-row-actions{grid-column:2;margin-top:10px}}.vital-panel-header{display:flex;align-items:center;justify-content:space-between}.vital-panel-header .profile-save-button{padding:8px 14px!important;font-size:13px!important}.vital-form{margin-bottom:22px}.vital-textarea{width:100%;min-height:96px;border-radius:8px;border:1px solid #ccdbe6;background:#f7f9fb;color:#0d1f3c;font-size:14px;padding:10px 12px;outline:none;box-shadow:none}.vital-textarea::-moz-placeholder{color:#687987}.vital-textarea::placeholder{color:#687987}.vital-document-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.vital-document-button,.vital-document-remove{border-radius:7px;font-size:13px;font-weight:700;padding:8px 12px}.vital-document-button{background:#0d1f3c;color:#fff}.vital-document-remove{border:1px solid #f3c7c7;background:#fff5f5;color:#c0392b}.vital-document-name,.vital-help-text{color:#49677c;font-size:13px}.vital-help-text{margin-top:6px}.vital-card-list{display:flex;flex-direction:column}.vital-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:14px;padding:18px 12px;border-top:1px solid #d5e1ea}.vital-row:first-child{border-top:0}.vital-dot{width:8px;height:8px;border-radius:999px;background:#c0392b}.vital-name{color:#0d1f3c;font-size:15px;font-weight:700;line-height:1.2}.vital-meta{color:#49677c;font-size:13px;margin-top:3px}.vital-notes{color:#49677c;font-size:13px;margin-top:6px}.vital-tags{display:flex;align-items:center;gap:8px;margin-top:8px}.vital-tags a{color:#0d1f3c;font-size:13px;font-weight:700;text-decoration:underline}.vital-status{display:inline-flex;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700}.vital-status.visible{background:#dcfce7;color:#166534}.vital-status.hidden-status{background:#fee2e2;color:#991b1b}.vital-row-actions{display:flex;align-items:center;gap:8px}.vital-row-actions button{border:1px solid #d5e1ea;border-radius:7px;background:#f7f9fb;color:#0d1f3c;font-size:13px;font-weight:600;padding:8px 14px}.vital-row-actions button.danger{background:#fff5f5;border-color:#f3c7c7;color:#c0392b}.vital-empty{min-height:120px;display:flex;align-items:center;justify-content:center;color:#49677c;font-size:14px;border-top:1px solid #d5e1ea}.vital-pagination{border-top:1px solid #d5e1ea;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.vital-pagination button{border-radius:7px;background:#0d1f3c;color:#fff;font-size:13px;font-weight:700;padding:8px 12px}.vital-pagination button:disabled{opacity:.45}.vital-pagination span{color:#49677c;font-size:14px}@media(max-width:900px){.vital-row{grid-template-columns:10px 1fr}.vital-row-actions{grid-column:2;margin-top:10px}.vital-pagination{align-items:flex-start;flex-direction:column;gap:10px}}.activity-page{width:100%;padding:28px 26px 40px}.activity-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:24px}.activity-user-name{color:#49677c;font-size:15px;font-weight:700;margin-bottom:4px}.activity-title{font-family:Cormorant Garamond,serif;color:#0d1f3c;font-size:clamp(26px,5vw,30px);font-weight:500;line-height:1.1}.activity-subtitle{color:#49677c;font-size:14px;margin-top:6px}.activity-back-button{display:inline-flex;align-items:center;justify-content:center;background:#15284b;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:9px 16px;font-size:13px;font-weight:500;text-decoration:none;white-space:nowrap;transition:all .2s ease}.activity-mobile-note{display:none;color:#0d1f3c;font-size:13px;font-weight:700;margin-bottom:10px}.activity-panel{background:#fff;border:1px solid #d5e1ea;border-radius:12px;overflow:hidden}.activity-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.activity-table{width:100%;min-width:980px;border-collapse:collapse}.activity-table th{background:#f7f9fb;border-bottom:1px solid #d5e1ea;color:#49677c;font-size:12px;font-weight:700;letter-spacing:.08em;text-align:left;text-transform:uppercase;padding:14px 16px;white-space:nowrap}.activity-table td{border-bottom:1px solid #edf2f7;color:#0d1f3c;font-size:14px;padding:14px 16px;white-space:nowrap}.activity-table tbody tr:hover{background:#f8fafc}.activity-table a{color:#0d1f3c;font-weight:700;text-decoration:underline}.activity-mobile-cards{display:none}.activity-pagination{border-top:1px solid #d5e1ea;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.activity-pagination button{border-radius:7px;background:#0d1f3c;color:#fff;font-size:13px;font-weight:700;padding:8px 12px}.activity-pagination button:disabled{opacity:.45}.activity-pagination span{color:#49677c;font-size:14px}.activity-empty{background:#fff;border:1px solid #d5e1ea;border-radius:12px;min-height:160px;display:flex;align-items:center;justify-content:center;color:#49677c;font-size:14px}@media(max-width:900px){.activity-page{padding:20px 16px 32px}.activity-header{flex-direction:column;align-items:flex-start;gap:14px}.activity-back-button{width:100%}.activity-mobile-note{display:block}.activity-pagination{align-items:stretch;flex-direction:column;gap:10px}.activity-pagination button{width:100%}}@media(max-width:700px){.activity-mobile-note,.activity-table-wrap{display:none}.activity-panel{overflow:visible;border:0;background:transparent}.activity-mobile-cards{display:flex;flex-direction:column;gap:12px}.activity-mobile-card{border:1px solid #d5e1ea;border-radius:12px;background:#fff;padding:14px}.activity-mobile-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.activity-mobile-card__top strong{color:#0d1f3c;font-size:15px}.activity-mobile-card__top span{color:#49677c;font-size:12px;text-align:right}.activity-mobile-description{margin-top:10px;color:#0d1f3c;font-size:14px;line-height:1.45}.activity-mobile-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}.activity-mobile-grid div{border-radius:8px;background:#f7f9fb;padding:9px 10px}.activity-mobile-grid small{display:block;color:#49677c;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px}.activity-mobile-grid span{color:#0d1f3c;font-size:13px;overflow-wrap:anywhere}.activity-mobile-map{display:inline-flex;margin-top:12px;color:#0d1f3c;font-size:13px;font-weight:700;text-decoration:underline}}.account-settings-main-container{width:100%}.account-settings-header,.account-settings-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.account-settings-header h1{font-family:Cormorant Garamond,serif;color:#0d1f3c;font-size:30px;font-weight:500;line-height:1.1}.account-settings-header p{color:#49677c;font-size:14px;margin-top:6px}.account-settings-main-container .profile-panel{background:#fff;border:1px solid #d5e1ea;border-radius:12px;overflow:hidden}.account-settings-main-container .profile-panel-header{background:#f7f9fb;border-bottom:1px solid #d5e1ea;color:#49677c;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:12px 18px}.account-settings-main-container .profile-form{padding:22px 26px 20px}.account-settings-main-container .profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.account-settings-main-container .profile-field{display:flex;flex-direction:column}.account-settings-main-container .profile-field-full{grid-column:span 2}.account-settings-main-container .profile-field label{color:#486a80;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.activity-back-button{display:inline-flex;align-items:center;justify-content:center;background:#15284b;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:8px 15px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s ease}.activity-back-button:hover{background:#1b335f;color:#fff}.account-photo-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.account-photo-preview,.account-photo-image{width:80px;height:80px}.account-photo-image{display:block;border-radius:999px;-o-object-fit:cover;object-fit:cover;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#e6eef8}.account-photo-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.account-input,.account-settings-main-container input[type=text],.account-settings-main-container input[type=email]{width:100%;min-height:40px;border-radius:8px;border:1px solid #ccdbe6;background:#f7f9fb;color:#0d1f3c;font-size:14px;padding:8px 12px;outline:none;box-shadow:none}.account-input:focus,.account-settings-main-container input[type=text]:focus,.account-settings-main-container input[type=email]:focus{border-color:#0d1f3c}.account-settings-main-container .profile-actions{border-top:1px solid #d5e1ea;margin-top:22px;padding-top:16px;display:flex;justify-content:flex-end;align-items:center;gap:10px}.account-settings-main-container .profile-save-button{background:#0d1f3c!important;color:#fff!important;border-radius:8px!important;padding:10px 18px!important;font-size:13px!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important}.account-settings-main-container button[type=button]{border-radius:8px}.account-verification{margin-top:10px;color:#49677c;font-size:13px;line-height:1.5}.account-verification-link{color:#0d1f3c;font-weight:700;text-decoration:underline}.account-success,.account-saved{color:#166534;font-size:13px;font-weight:700}.account-success{margin-top:8px}@media(max-width:900px){.account-settings-main-container{padding:20px 16px 32px}.account-settings-header,.account-settings-topbar{flex-direction:column;align-items:flex-start;gap:14px}.account-settings-main-container .profile-grid{grid-template-columns:1fr}.account-settings-main-container .profile-field-full{grid-column:span 1}.account-settings-main-container .profile-form{padding:18px}.account-settings-main-container .profile-actions{align-items:flex-start;flex-direction:column}}.link-product-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0d1f3c94;display:flex;align-items:center;justify-content:center;padding:18px}.link-product-modal{width:min(980px,98vw);max-height:92vh;overflow-y:auto;background:#fff;border:1px solid #d5e1ea;border-radius:12px;box-shadow:0 20px 55px #0d1f3c38}.link-product-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 24px;border-bottom:1px solid #d5e1ea;background:#f7f9fb}.link-product-header h2{font-family:Cormorant Garamond,serif;color:#0d1f3c;font-size:30px;font-weight:500;line-height:1.1}.link-product-header p{color:#49677c;font-size:14px;margin-top:6px}.link-product-close{width:34px;height:34px;border-radius:999px;background:#0d1f3c;color:#fff;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.link-product-close:hover{background:#15284b}.link-product-message{margin:18px 24px 0;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:700}.link-product-message-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.link-product-message-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.link-product-body{padding:22px 24px 24px;display:flex;flex-direction:column;gap:22px}.link-product-panel{background:#fff;border:1px solid #d5e1ea;border-radius:12px;overflow:hidden}.link-product-panel-header{background:#f7f9fb;border-bottom:1px solid #d5e1ea;color:#49677c;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:12px 18px}.link-product-form{padding:22px 26px 20px}.link-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 18px}.link-product-field{display:flex;flex-direction:column}.link-product-field label{color:#486a80;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.link-product-field input,.link-product-field .p-inputtext{width:100%;min-height:40px;border-radius:8px;border:1px solid #ccdbe6;background:#f7f9fb;color:#0d1f3c;font-size:14px;padding:8px 12px;box-shadow:none}.link-product-field input:disabled,.link-product-field .p-inputtext:disabled{opacity:.65;cursor:not-allowed}.link-product-field .field-error,.link-product-field .field-error input{border-color:#c0392b}.link-product-error{color:#c0392b;font-size:13px;margin-top:5px}.link-product-actions{border-top:1px solid #d5e1ea;margin-top:22px;padding-top:16px;display:flex;justify-content:flex-end;gap:10px}.link-product-list{display:flex;flex-direction:column}.link-product-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:14px;padding:18px;border-top:1px solid #d5e1ea}.link-product-row:first-child{border-top:0}.link-product-dot{width:8px;height:8px;border-radius:999px;background:#c0392b}.link-product-name{color:#0d1f3c;font-size:15px;font-weight:700;line-height:1.2}.link-product-meta{color:#49677c;font-size:13px;margin-top:3px}.link-product-row-actions{display:flex;align-items:center;gap:8px}.link-product-row-actions button{border:1px solid #d5e1ea;border-radius:7px;background:#f7f9fb;color:#0d1f3c;font-size:13px;font-weight:600;padding:8px 14px}.link-product-row-actions button.danger{background:#fff5f5;border-color:#f3c7c7;color:#c0392b}.link-product-empty{min-height:110px;display:flex;align-items:center;justify-content:center;color:#49677c;font-size:14px}.link-product-pagination{border-top:1px solid #d5e1ea;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.link-product-pagination button{border-radius:7px;background:#0d1f3c;color:#fff;font-size:13px;font-weight:700;padding:8px 12px}.link-product-pagination button:disabled{opacity:.45}.link-product-pagination span{color:#49677c;font-size:14px}@media(max-width:900px){.link-product-modal{width:98vw;max-height:96vh}.link-product-header,.link-product-body{padding:18px}.link-product-grid{grid-template-columns:1fr}.link-product-form{padding:18px}.link-product-row{grid-template-columns:10px 1fr}.link-product-row-actions{grid-column:2;margin-top:10px}.link-product-pagination{align-items:flex-start;flex-direction:column;gap:10px}}.profile-page-section .profile-panel input,.profile-page-section .profile-panel textarea,.profile-page-section .profile-panel .p-inputtext,.profile-page-section .profile-panel .p-select,.profile-page-section .profile-panel .p-dropdown,.profile-page-section .profile-panel .p-select-label,.profile-page-section .profile-panel .p-dropdown-label{background-color:#f7f9fb!important;color:#0d1f3c!important;border-color:#ccdbe6!important}.profile-page-section .profile-panel input::-moz-placeholder,.profile-page-section .profile-panel textarea::-moz-placeholder,.profile-page-section .profile-panel .p-inputtext::-moz-placeholder{color:#687987!important}.profile-page-section .profile-panel input::placeholder,.profile-page-section .profile-panel textarea::placeholder,.profile-page-section .profile-panel .p-inputtext::placeholder{color:#687987!important}.profile-page-section .profile-panel .p-select-dropdown,.profile-page-section .profile-panel .p-dropdown-trigger{color:#0d1f3c!important}.profile-page-section .profile-panel .p-checkbox-box{background:#fff!important;border-color:#0d1f3c73!important}.admin-shell{position:relative;min-height:100vh;overflow:hidden;color:var(--white);font-family:Inter,sans-serif;background:radial-gradient(circle at 50% 10%,rgba(26,82,118,.18),transparent 34rem),linear-gradient(180deg,var(--navy) 0%,var(--navy-dark) 100%)}.admin-shell:before,.admin-shell:after{content:"";position:fixed;left:50%;top:11%;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.admin-shell:before{width:37rem;height:37rem;border:1px solid rgba(196,164,74,.13)}.admin-shell:after{width:57rem;height:57rem;border:1px solid rgba(255,255,255,.08)}.admin-login-shell{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;padding:clamp(1rem,3vh,2rem) 1rem;overflow-y:auto}.admin-login-page{position:relative;z-index:1;width:100%;max-width:28rem}.admin-login-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:clamp(1rem,2.5vh,1.7rem)}.admin-login-icon{display:inline-flex;align-items:center;justify-content:center;width:clamp(3.2rem,8vh,4.25rem);height:clamp(3.2rem,8vh,4.25rem);margin-bottom:clamp(.6rem,1.8vh,1rem);border:1px solid rgba(196,164,74,.3);border-radius:1rem;background:#ffffff12;color:var(--gold);text-decoration:none}.admin-login-icon__svg{width:1.65rem;height:1.65rem}.admin-login-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:clamp(.9rem,2.2vh,1.55rem);text-decoration:none}.admin-logo-name{margin-bottom:1.5px;color:var(--white);font-family:Cormorant Garamond,serif;font-size:clamp(30px,5vh,36px);font-weight:500;line-height:1;letter-spacing:.04em}.admin-logo-name span{color:var(--gold);font-style:italic}.admin-logo-sub{color:var(--placeholder);font-size:12px;letter-spacing:.2em;text-transform:uppercase}.admin-gold-line{width:36px;height:.8px;margin:.75rem auto 0;background:var(--gold);opacity:.6}.admin-access-pill{display:flex;align-items:center;justify-content:center;gap:.42rem;width:100%;max-width:28rem;height:1.55rem;border:1px solid rgba(196,164,74,.5);border-radius:999px;background:#ffffff0f;color:var(--gold);font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.13em;text-transform:uppercase}.admin-access-pill__icon{width:.76rem;height:.76rem}.admin-login-card{width:100%;max-width:28rem;box-sizing:border-box;padding:clamp(1.15rem,3vh,1.75rem);border:1px solid rgba(255,255,255,.12);border-radius:1rem;background:#0d1f3c6b;box-shadow:0 1.25rem 3rem #0000002e;backdrop-filter:none;-webkit-backdrop-filter:none}.admin-login-title{margin:0 0 clamp(1rem,2.5vh,1.45rem);color:var(--white);font-family:Cormorant Garamond,serif;font-size:clamp(1.75rem,4vh,2rem);font-weight:600;line-height:1.1;text-align:center}.admin-field+.admin-field{margin-top:clamp(.8rem,2vh,1.05rem)}.admin-label{display:block;margin-bottom:.42rem;color:var(--placeholder);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-input{display:block;width:100%;height:clamp(2.55rem,6vh,2.8rem);border:1px solid rgba(139,154,173,.34);border-radius:.5rem;background:#ffffff14;color:var(--white);padding:0 .95rem;font-size:.9rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.admin-input::-moz-placeholder{color:var(--placeholder)}.admin-input::placeholder{color:var(--placeholder)}.admin-input:focus{border-color:var(--gold);background:#ffffff1c;box-shadow:0 0 0 3px #c4a44a1f}.admin-input--error{border-color:#c0392bbf}.admin-password-wrap{position:relative}.admin-input--password{padding-right:2.8rem}.admin-password-toggle{position:absolute;inset:0 0 0 auto;display:flex;align-items:center;justify-content:center;width:2.8rem;border:0;background:transparent;color:var(--placeholder);cursor:pointer}.admin-password-toggle:hover{color:var(--white)}.admin-password-toggle__icon{width:1rem;height:1rem}.admin-error{margin:.38rem 0 0;color:var(--red);font-size:.78rem}.admin-divider{height:1px;margin:clamp(1rem,2.5vh,1.35rem) 0 clamp(.8rem,2vh,1rem);background:#ffffff1f}.admin-login-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-back-link,.admin-forgot-link{color:var(--placeholder);font-size:.82rem;font-weight:700;text-decoration:none}.admin-back-link:hover,.admin-forgot-link:hover{color:var(--white)}.admin-signin-button{display:inline-flex;align-items:center;justify-content:center;gap:.48rem;min-width:7.65rem;height:2.6rem;padding:0 7px;border:1px solid var(--gold);border-radius:.55rem;background:var(--gold);color:var(--navy);font-size:.85rem;font-weight:800;cursor:pointer;transition:transform .18s ease,filter .18s ease,opacity .18s ease}.admin-signin-button:hover{filter:brightness(.8);transform:translateY(-1px)}.admin-signin-button:disabled,.admin-signin-button--loading{cursor:not-allowed;opacity:.55;transform:none}.admin-signin-button__icon{width:.95rem;height:.95rem}.admin-forgot-link{display:inline-block;margin-top:clamp(.75rem,2vh,.95rem)}.admin-restricted-note{display:flex;gap:.65rem;margin-top:clamp(.75rem,2vh,1rem);border:1px solid rgba(255,255,255,.12);border-radius:.5rem;background:#ffffff0b;color:var(--placeholder);padding:clamp(.7rem,2vh,.85rem) .9rem;font-size:.76rem;font-weight:700;line-height:1.35}.admin-restricted-note__icon{flex:0 0 auto;width:1rem;height:1rem;margin-top:.03rem}.admin-login-footer{margin-top:clamp(.9rem,2.5vh,1.45rem);padding-bottom:.5rem;color:var(--placeholder);font-size:.78rem;font-weight:700;text-align:center;opacity:.42}.admin-shell--dashboard{padding-bottom:3rem}.admin-navbar{position:relative;z-index:1;border-bottom:1px solid rgba(255,255,255,.12);background:#0d1f3cc7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-navbar__inner,.admin-container{width:min(100% - 2rem,80rem);margin-inline:auto}.admin-navbar__inner{display:flex;align-items:center;justify-content:space-between;min-height:4.5rem;gap:1rem}.admin-brand{display:inline-flex;align-items:center;gap:.85rem;color:var(--white);text-decoration:none}.admin-brand__mark{width:2.35rem;height:auto}.admin-brand__text{display:flex;flex-direction:column;line-height:1.05}.admin-brand__text strong{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;letter-spacing:.04em}.admin-brand__text strong span{color:var(--gold);font-style:italic}.admin-brand__text small{margin-top:.18rem;color:var(--placeholder);font-size:.68rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.admin-navbar__actions{display:flex;align-items:center;gap:.85rem}.admin-user-name{max-width:14rem;overflow:hidden;color:var(--placeholder);font-size:.9rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.admin-logout-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:2.8rem;border:1px solid rgba(192,57,43,.5);border-radius:.5rem;background:#c0392b1a;color:var(--red);font-size:.82rem;font-weight:800;cursor:pointer}.admin-logout-button:hover{background:#c0392b2e;color:var(--white)}.admin-page-header{position:relative;z-index:1;border-bottom:1px solid rgba(255,255,255,.12);background:#ffffff0b;padding:1.15rem 0}.admin-main{position:relative;z-index:1;padding:1.5rem 0}.admin-main :where(.bg-white,.bg-gray-50){border-color:#ffffff1f!important;background:#0d1f3ceb!important;color:var(--white)!important}.admin-main :where(.text-gray-900,.text-gray-800,.text-gray-700){color:var(--white)!important}.admin-main :where(.text-gray-600,.text-gray-500){color:var(--placeholder)!important}@media(max-width:640px){.admin-login-shell{padding:1rem}.admin-login-card{padding:1.15rem}.admin-login-actions,.admin-navbar__inner{align-items:stretch;flex-direction:column}.admin-signin-button{width:100%}.admin-navbar__actions{justify-content:space-between;width:100%}}@media(max-height:760px){.admin-login-icon{display:none}.admin-gold-line{margin-top:.45rem}.admin-login-card{padding:1.15rem}.admin-restricted-note{font-size:.72rem}}@media(max-height:620px){.admin-access-pill{display:none}.admin-login-footer{font-size:.7rem}}.admin-panel-label{margin-left:22px;color:var(--placeholder);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.admin-dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding:1rem;border:1px solid var(--gold);border-radius:.75rem;background:var(--white);box-shadow:0 4px 10px #0000001f}.admin-dashboard-toolbar__filters{display:flex;align-items:center;flex-wrap:nowrap;gap:1.25rem;min-width:0}.admin-dashboard-toolbar__filters label{display:inline-flex;align-items:center;gap:.5rem;margin:0;white-space:nowrap}.admin-dashboard-toolbar__filters label input{margin:0;flex:0 0 auto}.admin-dashboard-toolbar__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:.5rem}.admin-dashboard-toolbar__actions button{white-space:nowrap}.admin-action-green,.admin-action-purple,.admin-action-gold,.admin-action-blue,.admin-action-red{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7dde5;color:#3f5f84;font-weight:600;border-radius:10px;padding:10px 16px;line-height:1;white-space:nowrap;transition:background-color .2s ease,transform .2s ease,filter .2s ease,color .2s ease}.admin-action-green:hover,.admin-action-purple:hover,.admin-action-gold:hover,.admin-action-blue:hover,.admin-action-red:hover{filter:brightness(.98);color:var(--navy);transform:translateY(-1px)}.admin-action-green{background:#ecfdf5;border-top:4px solid #16a34a}.admin-action-purple{background:#eef2ff;border-top:4px solid #4f46e5}.admin-action-gold{background:#fefce8;border-top:4px solid #eab308}.admin-action-blue{background:#eff6ff;border-top:4px solid #2563eb}.admin-action-red{background:#fef2f2;border-top:4px solid #dc2626}.admin-action-consent,.admin-action-monitor,.admin-action-products{padding:5px 10px;border-radius:10px;font-weight:600;line-height:1.2;white-space:nowrap}.admin-action-consent{background:#f0fdf4;border:1px solid #d7dde5;border-top:4px solid #22c55e;color:#3f5f84}.admin-action-consent:hover{filter:brightness(.98);color:var(--navy);transform:translateY(-1px)}.admin-action-monitor{background:#fff7ed;border:1px solid #d7dde5;border-top:4px solid #f97316;color:#3f5f84}.admin-action-monitor:hover{filter:brightness(.98);color:var(--navy);transform:translateY(-1px)}.admin-action-products{background:#f5f3ff;border:1px solid #d7dde5;border-top:4px solid #8b5cf6;color:#3f5f84}.admin-action-products:hover{filter:brightness(.98);color:var(--navy);transform:translateY(-1px)}.admin-pagination-link{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;background:var(--white);border:1px solid var(--border-medium);border-radius:8px;color:var(--muted);font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.admin-pagination-link:hover:not(.admin-pagination-link--disabled):not(.admin-pagination-link--active){background:var(--light-panel);border-color:var(--blue);color:var(--navy);transform:translateY(-1px)}.admin-pagination-link--active{background:var(--navy);border-color:var(--navy);color:var(--white)}.admin-pagination-link--active:hover{background:var(--navy-dark);border-color:var(--navy-dark)}.admin-pagination-link--disabled{color:var(--placeholder);cursor:default;opacity:.6}.admin-search-box{position:relative;width:360px;max-width:100%}.admin-search-box-icon{position:absolute;left:14px;top:50%;width:18px;height:18px;color:var(--muted);transform:translateY(-50%);pointer-events:none}.admin-search-box-input{width:100%;height:42px;border:1px solid #cfd8e3!important;border-radius:12px!important;background:#f8fafc!important;color:var(--navy);padding:0 16px 0 42px!important;font-size:16px;outline:none;box-shadow:none!important}.admin-search-box-input::-moz-placeholder{color:var(--muted)}.admin-search-box-input::placeholder{color:var(--muted)}.admin-search-box-input:focus{background:var(--white)!important;border-color:var(--blue)!important;box-shadow:0 0 0 3px #1a527614!important}.admin-products-page{width:100%;max-width:100%}.admin-products-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.admin-products-title{margin:0;color:var(--navy);font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;line-height:1.1}.admin-products-subtitle{margin-top:.35rem;color:var(--muted);font-size:.92rem}.admin-products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.admin-products-search-row{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.admin-action-small{padding:7px 11px;font-size:.78rem}.admin-mobile-scroll-note{display:none;margin-bottom:.75rem;color:var(--navy);font-size:.85rem;font-weight:700;text-align:center}.admin-products-panel{overflow:hidden;border:1px solid #d7e2eb;border-radius:12px;background:var(--white)}.admin-products-table-wrap{width:100%;overflow-x:auto}.admin-products-table{width:100%;border-collapse:collapse;color:var(--navy);font-size:.95rem}.admin-products-table thead{background:#f5f7fa}.admin-products-table th{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-align:left;text-transform:uppercase;padding:.95rem 1rem;white-space:nowrap}.admin-products-table td{border-top:1px solid #e4ebf1;padding:1rem;vertical-align:middle;white-space:nowrap}.admin-products-table tbody tr{transition:background .15s ease}.admin-products-table tbody tr:hover{background:#fafcff}.admin-product-id-cell{display:flex;align-items:center;gap:.65rem;font-weight:700}.admin-linked-text{color:#15803d;font-weight:700}.admin-muted-italic{color:var(--muted);font-style:italic}.admin-products-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid #e4ebf1;padding:1rem;color:var(--muted);font-size:.9rem}.admin-pagination-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid var(--border-medium);border-radius:8px;background:var(--white);color:var(--navy);padding:0 14px;font-size:.88rem;font-weight:700;transition:background-color .2s ease,transform .2s ease,opacity .2s ease}.admin-pagination-button:hover:not(:disabled){background:var(--light-panel);transform:translateY(-1px)}.admin-pagination-button:disabled{opacity:.45;cursor:not-allowed}.admin-products-empty{display:flex;align-items:center;justify-content:center;min-height:140px;border:1px solid #d7e2eb;border-radius:12px;background:var(--white);color:var(--muted);font-size:.95rem}.admin-products-user-name{margin:0 0 .35rem;color:var(--muted);font-size:2.2rem;font-weight:800}.admin-products-mobile-cards{display:none}@media(max-width:768px){.admin-mobile-scroll-note,.admin-products-table-wrap{display:none}.admin-products-panel{overflow:visible;border:0;background:transparent}.admin-products-mobile-cards{display:flex;flex-direction:column;gap:.85rem}.admin-products-mobile-card{border:1px solid #d7e2eb;border-radius:12px;background:var(--white);padding:.9rem}.admin-products-mobile-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.admin-products-mobile-card__top small,.admin-products-mobile-card__grid small{display:block;margin-bottom:.22rem;color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-products-mobile-card__top strong{color:var(--navy);font-size:1rem;overflow-wrap:anywhere}.admin-products-mobile-card__grid{display:grid;grid-template-columns:1fr;gap:.65rem}.admin-products-mobile-card__grid div{border-radius:8px;background:#f7f9fb;padding:.7rem}.admin-products-mobile-card__grid span{color:var(--navy);font-size:.9rem;overflow-wrap:anywhere}.admin-products-mobile-regenerate{width:100%;margin-top:.85rem}.admin-products-pagination{align-items:stretch;flex-direction:column;margin-top:.85rem;border-top:0;border-radius:12px;background:var(--white)}.admin-pagination-button{width:100%}}@media(max-width:1200px){.admin-dashboard-toolbar{align-items:flex-start;flex-direction:column}.admin-dashboard-toolbar__filters,.admin-dashboard-toolbar__actions{width:100%}.admin-dashboard-toolbar__actions{justify-content:flex-start;flex-wrap:wrap}}@media(max-width:900px){.admin-products-header,.admin-products-toolbar,.admin-products-pagination{align-items:stretch;flex-direction:column}.admin-products-search-row,.admin-search-box{width:100%}.admin-mobile-scroll-note{display:block}}.admin-products-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-products-table{min-width:920px}@media(max-width:768px){.admin-products-table-wrap{display:none}.admin-products-panel{overflow:visible;border:0;background:transparent}.admin-products-panel>.md\:hidden{display:block}}@media(min-width:769px){.admin-products-panel>.md\:hidden{display:none}}@media(max-width:640px){.admin-panel-label{margin-left:0}.admin-dashboard-toolbar{padding:.85rem}.admin-dashboard-toolbar__filters{flex-direction:column;align-items:stretch;gap:.85rem}.admin-dashboard-toolbar__filters label{width:100%}.admin-dashboard-toolbar__actions{display:grid;grid-template-columns:1fr;gap:.6rem}.admin-dashboard-toolbar__actions button,.admin-search-box{width:100%}.admin-products-title{font-size:1.65rem}.admin-products-user-name{font-size:1.6rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Calibri,Segoe UI,Arial,Inter,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}body{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-family:Calibri,Segoe UI,Arial,Inter,sans-serif;--tw-text-opacity: 1;color:rgb(12 12 12 / var(--tw-text-opacity, 1))}h1,.prose h1{font-weight:600;--tw-text-opacity: 1;color:rgb(15 75 98 / var(--tw-text-opacity, 1))}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-1{bottom:.25rem}.bottom-4{bottom:1rem}.end-0{inset-inline-end:0px}.left-4{left:1rem}.right-0{right:0}.right-1{right:.25rem}.right-4{right:1rem}.start-0{inset-inline-start:0px}.top-0{top:0}.top-4{top:1rem}.z-0{z-index:0}.z-40{z-index:40}.z-50{z-index:50}.col-span-12{grid-column:span 12 / span 12}.col-span-6{grid-column:span 6 / span 6}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-me-0\.5{margin-inline-end:-.125rem}.-me-1{margin-inline-end:-.25rem}.-me-2{margin-inline-end:-.5rem}.-ml-px{margin-left:-1px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.ms-6{margin-inline-start:1.5rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.size-10{width:2.5rem;height:2.5rem}.size-12{width:3rem;height:3rem}.size-16{width:4rem;height:4rem}.size-20{width:5rem;height:5rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-8{width:2rem;height:2rem}.size-full{width:100%;height:100%}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[98vh\]{max-height:98vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-8{width:2rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-full{min-width:100%}.max-w-3xl{max-width:48rem}.max-w-7xl{max-width:80rem}.max-w-\[96\%\]{max-width:96%}.max-w-\[98\%\]{max-width:98%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-screen-xl{max-width:1280px}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.origin-top{transform-origin:top}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 213 219 / var(--tw-divide-opacity, 1))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-\[50\%\]{border-radius:50%}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-\[\#cbd5e1\]{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(15 75 98 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.bg-\[var\(--gold\)\]{background-color:var(--gold)}.bg-\[var\(--navy\)\]{background-color:var(--navy)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:#00000080}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(15 75 98 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-opacity-25{--tw-bg-opacity: .25}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-60{--tw-bg-opacity: .6}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-black{fill:#000}.fill-indigo-500{fill:#6366f1}.stroke-gray-400{stroke:#9ca3af}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pe-4{padding-inline-end:1rem}.pl-0{padding-left:0}.ps-3{padding-inline-start:.75rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.text-end{text-align:end}.align-top{vertical-align:top}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Calibri,Segoe UI,Arial,Inter,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.text-\[\#0d1f3c\]{--tw-text-opacity: 1;color:rgb(13 31 60 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(15 75 98 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@media(prefers-color-scheme:dark){.dark\:prose-invert{--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}}.placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.backdrop\:bg-transparent::backdrop{background-color:transparent}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-600:hover{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(12 58 76 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:opacity-90:hover{opacity:.9}.focus\:z-10:focus{z-index:10}.focus\:border-none:focus{border-style:none}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgb(15 75 98 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-600:focus{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.focus\:bg-red-600:focus{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.focus\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-600:focus{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-gray-50:active{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.active\:bg-red-700:active{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.disabled\:opacity-25:disabled{opacity:.25}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:bg-indigo-800{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.sm\:static{position:static}.sm\:col-span-10{grid-column:span 10 / span 10}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:col-span-4{grid-column:span 4 / span 4}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:-me-2{margin-inline-end:-.5rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-4{margin-bottom:1rem}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-3{margin-inline-start:.75rem}.sm\:ms-4{margin-inline-start:1rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:mt-0{margin-top:0}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:size-10{width:2.5rem;height:2.5rem}.sm\:h-4{height:1rem}.sm\:h-9{height:2.25rem}.sm\:max-h-\[80vh\]{max-height:80vh}.sm\:w-4{width:1rem}.sm\:w-9{width:2.25rem}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-\[50\%\]{max-width:50%}.sm\:max-w-\[520px\]{max-width:520px}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-bl-md{border-bottom-left-radius:.375rem}.sm\:rounded-br-md{border-bottom-right-radius:.375rem}.sm\:rounded-tl-md{border-top-left-radius:.375rem}.sm\:rounded-tr-md{border-top-right-radius:.375rem}.sm\:p-6{padding:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-0{padding-top:0}.sm\:text-start{text-align:start}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media(min-width:768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:flex-1{flex:1 1 0%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:gap-6{gap:1.5rem}.md\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}}@media(min-width:1024px){.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:mb-0{margin-bottom:0}.lg\:mt-0{margin-top:0}.lg\:flex-row{flex-direction:row}.lg\:gap-8{gap:2rem}.lg\:p-8{padding:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media(prefers-color-scheme:dark){.dark\:border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.dark\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-indigo-900\/50{background-color:#312e8180}.dark\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.dark\:from-gray-700\/50{--tw-gradient-from: rgb(55 65 81 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:fill-indigo-200{fill:#c7d2fe}.dark\:fill-white{fill:#fff}.dark\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.dark\:text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.dark\:text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:hover\:border-gray-700:hover{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-gray-100:hover{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:focus\:border-gray-600:focus{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:focus\:border-gray-700:focus{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:focus\:border-indigo-300:focus{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.dark\:focus\:border-indigo-600:focus{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.dark\:focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-gray-800:focus{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-gray-900:focus{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-indigo-900:focus{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:focus\:text-gray-200:focus{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:focus\:text-gray-300:focus{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:text-gray-400:focus{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:focus\:text-indigo-200:focus{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.dark\:focus\:ring-indigo-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color: #1f2937}.dark\:active\:bg-gray-300:active{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
