.admin-workspace{display:flex;height:100vh;min-height:100vh;overflow:hidden;background:#f3f4f5;color:#28272b;font-family:Inter,sans-serif}.admin-workspace *,.adm-form *{box-sizing:border-box;letter-spacing:0}.admin-workspace button,.adm-form button{font:inherit;cursor:pointer}.admin-workspace button:hover,.adm-form button:hover{transform:none!important}.admin-workspace button:disabled,.adm-form button:disabled{cursor:not-allowed;opacity:.5}.admin-workspace :focus-visible,.adm-form :focus-visible{outline:2px solid #b0202e;outline-offset:3px}.adm-sidebar{width:230px;flex:0 0 230px;align-self:flex-start;position:fixed;inset:0 auto 0 0;z-index:10;height:100vh;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;background:#242427;color:#e6e6e9;padding:20px 14px 14px}.adm-brand{display:flex;align-items:center;gap:10px;padding:0 6px 18px}.adm-brand>svg{color:#e1a2aa;flex-shrink:0}.adm-brand strong{display:block;font-size:13px;font-weight:650}.adm-brand span{display:block;margin-top:5px;color:#b2b2b9;font-size:12px}.adm-sidebar nav{display:grid;gap:3px}.adm-sidebar nav button,.adm-sidebar-footer a,.adm-sidebar-footer button{display:flex;align-items:center;gap:11px;min-height:38px;padding:8px 12px;border:0;text-align:left;background:transparent;color:#c3c3ca;font-size:13px;border-radius:4px;text-decoration:none}.adm-sidebar nav button:hover,.adm-sidebar-footer a:hover,.adm-sidebar-footer button:hover{background:#323236;color:#fff}.adm-sidebar nav button[aria-current]{background:#b0202e;color:#fff}.adm-sidebar nav svg{flex-shrink:0}.adm-sidebar .adm-personal-nav{margin-top:14px}.adm-sidebar-footer{display:grid;gap:2px;margin-top:auto;padding-top:14px}.adm-main{flex:1;min-width:0;height:100vh;margin-left:230px;overflow-y:auto;overscroll-behavior:contain;padding:30px 36px 60px;max-width:none}.adm-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:28px}.adm-heading{display:flex;align-items:center;gap:12px;min-width:0}.adm-heading h1{margin:0;font-family:"PT Serif",Georgia,serif;font-size:28px;line-height:1.3;overflow-wrap:anywhere}.adm-header-account{display:flex;align-items:center;gap:9px;font-size:12px;color:#65636d;max-width:45%}.adm-header-account>span:not(.adm-status){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-header-account svg{flex-shrink:0;color:#b0202e}.adm-status{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;white-space:nowrap;background:#e7e7ea;color:#60606a;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:550;line-height:1.4}.adm-status-admin{background:#f1e0e3;color:#9c1e2b}.adm-status-active,.adm-status-reviewed,.adm-status-published,.adm-status-approved{background:#dfece6;color:#236344}.adm-status-pending,.adm-status-submitted{background:#f4ecd1;color:#7b621c}.adm-status-rejected{background:#f4dfe2;color:#9b2733}.adm-status-email-pending{background:#f4ecd1;color:#7b621c}.adm-icon-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;color:#575560;border:0;background:transparent;border-radius:4px;text-decoration:none;transition:background-color .12s,color .12s}.adm-icon-button:hover{background:#e5e5e9;color:#26252b}.adm-icon-button[aria-pressed=true]{color:#b0202e;background:#fdf2f3}.adm-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:-moz-fit-content;width:fit-content;min-height:38px;padding:8px 14px;background:#fff;border:1px solid #d8d3ca;border-radius:4px;color:#2d2926;font-size:13px!important;font-weight:700!important;line-height:1.4;text-decoration:none}.adm-button:hover{background:#f5f1eb;border-color:#cfc6b8}.adm-button svg{flex-shrink:0}.adm-primary{background:#b0202e;color:#fff;border-color:#b0202e}.adm-primary:hover{background:#941927;border-color:#941927}.adm-danger{color:#ad2938}.adm-danger:hover{background:#f2dfe2;color:#932332}.adm-overview-heading{display:flex;align-items:center;justify-content:space-between}.adm-main h2{font-family:"PT Serif",Georgia,serif;font-size:20px;font-weight:600;margin:0 0 16px}.adm-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:12px 0 40px}.adm-stats button{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;text-align:left;background:transparent;border:0;border-top:2px solid #b0202e;padding:16px 0}.adm-stats button:nth-child(2){border-color:#2c7558}.adm-stats button:nth-child(3){border-color:#ad8727}.adm-stats button:nth-child(4){border-color:#767281}.adm-stats span{grid-column:1 / -1;font-size:13px;color:#6c6974}.adm-stats strong{font-size:32px;line-height:1;font-weight:550}.adm-overview-section{margin:36px 0 0}.adm-overview-links{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:40px;column-gap:40px}.adm-overview-links button{display:flex;align-items:center;gap:14px;min-height:58px;padding:12px 4px;border:0;background:transparent;color:#575560;text-align:left}.adm-overview-links button:hover{color:#b0202e}.adm-overview-links span{flex:1;font-size:14px}.adm-overview-links strong{font-size:13px}.adm-admin-identity{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:12px 0}.adm-admin-identity>svg{color:#b0202e}.adm-admin-identity strong{font-size:14px}.adm-admin-identity p{font-size:12px;color:#73707a;margin:6px 0 0;overflow-wrap:anywhere}.adm-admin-identity .adm-button{margin-left:auto}.adm-text-button{display:inline-flex;align-items:center;gap:8px;padding:12px 0;background:none;border:0;color:#9e2734;font-size:13px!important}.adm-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:8px 0 18px}.adm-search{display:flex;align-items:center;gap:9px;min-width:180px;flex:1;color:#7c7985}.adm-search input{width:100%;height:38px;background:transparent;border:0;outline:none;font:inherit;font-size:13px;min-width:0}.adm-toolbar>select{max-width:100%;min-height:38px;padding:8px 28px 8px 10px;background:transparent;border:1px solid #d4d3d9;border-radius:4px;color:#595663;font:inherit;font-size:12px}.adm-selection{display:flex;align-items:center;flex-wrap:wrap;gap:16px;min-height:46px;color:#6d6976;font-size:12px;margin-bottom:10px}.adm-selection .adm-button{min-height:32px;padding:5px 10px}.adm-table{width:100%;border-collapse:collapse;table-layout:fixed}.adm-table th{padding:12px 10px;text-align:left;font-size:11px;color:#74707d;font-weight:550;border-bottom:1px solid #dcdbe1}.adm-table th:nth-child(2){width:36%}.adm-table th:nth-child(3){width:23%}.adm-table th:nth-child(4){width:14%}.adm-table td{padding:18px 10px;vertical-align:middle;font-size:13px;overflow-wrap:anywhere}.adm-table tr.is-selected{background:#e9e8ec}.adm-table .adm-check-cell{width:32px;padding-left:0;padding-right:8px}.adm-table input[type=checkbox],.adm-form input[type=checkbox]{width:16px;height:16px;accent-color:#b0202e;cursor:pointer;flex-shrink:0}.adm-record-title{display:flex;align-items:center;gap:12px;min-width:0}.adm-record-title>div{min-width:0}.adm-record-title strong{font-weight:550;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.55}.adm-record-title small{display:block;margin-top:5px;font-size:11px;color:#77727e;overflow-wrap:anywhere}.adm-record-title img{width:80px;height:45px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border-radius:4px}.adm-record-title .adm-record-avatar{width:34px;height:34px;flex-shrink:0;display:grid;place-items:center;background:#e2e3e7;color:#787180;border-radius:50%;-o-object-fit:cover;object-fit:cover}.adm-record-title small.adm-featured{display:flex;align-items:center;gap:5px;color:#86651d}.adm-details-cell>span:not(.adm-status){display:block;color:#73707c;font-size:12px;line-height:1.5;margin-bottom:7px}.adm-date-cell{color:#85808e;font-size:11px!important}.adm-table .adm-actions-heading{text-align:right}.adm-row-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:3px}.adm-toggle{display:inline-flex;align-items:center;width:34px;height:20px;padding:3px;border-radius:12px;border:0;background:#c8c7ce}.adm-toggle span{display:block;width:14px;height:14px;border-radius:50%;background:#fff}.adm-toggle[aria-checked=true]{background:#2c7558;justify-content:flex-end}.adm-empty{padding:64px 20px;text-align:center;font-size:14px;color:#87818e}.adm-pagination{display:flex;align-items:center;gap:8px;justify-content:flex-end;margin-top:20px;font-size:12px;color:#7c7784}.adm-pagination>span{margin-right:auto}.adm-error,.adm-success{font-size:13px;line-height:1.65;margin:8px 0 18px;overflow-wrap:anywhere}.adm-error{color:#b0202e}.adm-success{color:#236344}.adm-form{display:flex;flex-direction:column;gap:18px;font-family:Inter,sans-serif}.adm-form fieldset{display:flex;flex-direction:column;gap:18px;border:0;margin:0;padding:0;min-width:0}.adm-form label,.adm-editor-field,.adm-image-field{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#65616d;min-width:0}.adm-form input:not([type=checkbox]),.adm-form textarea,.adm-form select{width:100%;min-width:0;max-width:100%;min-height:40px;padding:9px 12px;border:1px solid #d6d4dc;border-radius:4px;background:#f0f0f3;color:#34303b;font:inherit;font-size:14px;text-transform:none}.adm-form textarea{resize:vertical}.adm-form .adm-checkbox-label{flex-direction:row;align-items:center;line-height:1.6}.adm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.adm-capitalize{text-transform:capitalize}.adm-dialog-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:8px}.adm-image-editor{display:grid;grid-template-columns:170px minmax(0,1fr);gap:14px;align-items:start}.adm-image-preview{display:grid;place-items:center;width:100%;aspect-ratio:16 / 10;overflow:hidden;border:1px solid #d6d4dc;border-radius:4px;background:#ececf0;color:#817b87}.adm-image-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.adm-image-controls{display:grid;gap:10px;min-width:0}.adm-image-actions{display:flex;flex-wrap:wrap;gap:10px}.adm-upload,.adm-upload-button{position:relative;overflow:hidden}.adm-upload-button input,.adm-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.adm-account{max-width:850px}.adm-account-identity{display:flex;align-items:center;gap:20px;margin:12px 0 32px}.adm-account-identity h2{margin:0 0 8px}.adm-account-identity p{margin:8px 0 0;font-size:13px;color:#78717f;overflow-wrap:anywhere}.adm-avatar{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;flex-shrink:0;-o-object-fit:cover;object-fit:cover;background:#e7e2e7;color:#b0202e}.adm-account-section{margin:38px 0}.adm-account .adm-form{max-width:660px}.adm-mobile-close,.adm-mobile-menu{display:none}@media (max-width: 1100px){.adm-main{padding:26px 24px 50px}.adm-header-account>span:not(.adm-status){display:none}.adm-table th:nth-child(4),.adm-date-cell{display:none}.adm-table th:nth-child(2){width:42%}.adm-table th:nth-child(3){width:26%}}@media (min-width: 801px) and (max-height: 680px){.adm-sidebar{overflow-y:auto}}@media (max-width: 800px){.adm-sidebar{display:none}.adm-sidebar.is-open{display:flex;position:fixed;z-index:102;inset:0 auto 0 0;width:min(280px,90vw)}.adm-mobile-menu{display:inline-flex}.adm-mobile-close{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;border:0;background:transparent;color:#fff;width:30px;height:30px}.adm-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;border:0;background:#17171c80}.adm-main{margin-left:0;padding:22px 20px 40px}.adm-header{padding-bottom:22px}.adm-heading h1{font-size:25px}.adm-header-account{max-width:38%}.adm-header-account>svg{display:none}.adm-stats{gap:20px;grid-template-columns:1fr 1fr}.adm-overview-links{-moz-column-gap:24px;column-gap:24px}.adm-admin-identity .adm-button{margin-left:0}}@media (max-width: 580px){.adm-main{padding:20px 16px 36px}.adm-header{gap:8px;flex-wrap:wrap}.adm-heading h1{font-size:23px}.adm-header-account{margin-left:46px;max-width:none}.adm-header-account .adm-status{background:transparent;padding:0}.adm-toolbar{gap:10px}.adm-search{flex-basis:calc(100% - 44px);order:-2}.adm-toolbar>.adm-icon-button{order:-1}.adm-toolbar>select{flex:1}.adm-toolbar .adm-button{margin-left:auto}.adm-selection{gap:10px}.adm-overview-links{grid-template-columns:1fr}.adm-overview-section{margin-top:28px}.adm-admin-identity{gap:12px}.adm-admin-identity>div{min-width:0;flex:1}.adm-admin-identity .adm-button{width:100%}.adm-table,.adm-table tbody,.adm-table thead{display:block}.adm-table thead tr{display:flex;align-items:center}.adm-table th{border:0;padding:8px 0}.adm-table th:nth-child(n+3){display:none}.adm-table th:nth-child(2){width:auto}.adm-table tbody tr{display:grid;grid-template-columns:26px minmax(0,1fr);gap:8px 4px;padding:18px 0}.adm-table td{padding:0}.adm-table td.adm-check-cell{width:26px;grid-column:1;padding-top:4px;grid-row:1}.adm-title-cell{grid-column:2}.adm-details-cell{grid-column:2;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.adm-details-cell>span:not(.adm-status){margin-bottom:0}.adm-actions-cell{grid-column:2}.adm-row-actions{justify-content:flex-start;margin-top:2px;gap:7px}.adm-icon-button{width:38px;height:38px;flex-basis:38px}.adm-table .is-selected{margin-inline:-6px;padding-inline:6px}.adm-record-title{align-items:flex-start}.adm-record-title img{width:72px;height:42px}.adm-record-title strong{font-size:14px}.adm-form-grid,.adm-image-editor{grid-template-columns:1fr}.adm-dialog-actions .adm-button{flex:1}.adm-image-actions .adm-button{flex:1 1 150px}.adm-account-identity{gap:14px}.adm-avatar{width:60px;height:60px}.adm-account-identity>div{min-width:0}}*,: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:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.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}.list-item{display:list-item}.hidden{display:none}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.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))}.animate-fade-in{animation:fadeIn .5s ease both}.resize{resize:both}.flex-col{flex-direction:column}.rounded{border-radius:.25rem}.border{border-width:1px}.px-4{padding-left:1rem;padding-right:1rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-24{padding-top:6rem;padding-bottom:6rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.text-center{text-align:center}.font-body{font-family:"PT Serif",Georgia,serif}.font-display{font-family:Playfair Display,Georgia,serif}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);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)}.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}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}html{scrollbar-gutter:stable}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.about-page{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:44px 0 64px;color:#241f1f}.about-hero{min-height:430px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:36px;align-items:center;padding:54px;background:linear-gradient(135deg,#fffdf8,#f5efe4 62%,#efe3d0);border:1px solid rgba(120,92,58,.18);border-radius:4px;overflow:hidden}.about-kicker,.about-section-label{margin:0 0 12px;font-family:Inter,sans-serif;font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase;color:#b91c2b}.about-hero h1,.about-story h2,.about-cta h2{margin:0;font-family:Playfair Display,Georgia,serif;color:#1f1b1b;letter-spacing:0}.about-hero h1{max-width:820px;font-size:clamp(38px,5vw,66px);line-height:.98}.about-hero-copy>p:not(.about-kicker){max-width:720px;margin:22px 0 0;font-size:18px;line-height:1.75;color:#5f5750}.about-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.about-primary-link,.about-secondary-link{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:6px;font-family:Inter,sans-serif;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.about-primary-link{background:#b91c2b;color:#fff;box-shadow:0 12px 26px #b91c2b33}.about-secondary-link{color:#2b2524;border:1px solid rgba(43,37,36,.18);background:#ffffffb8}.about-primary-link:hover,.about-secondary-link:hover{transform:translateY(-1px)}.about-identity{justify-self:end;width:min(100%,330px);aspect-ratio:1;display:grid;place-items:center;text-align:center;padding:32px;background:#ffffffc2;border:1px solid rgba(120,92,58,.18);border-radius:4px;box-shadow:0 20px 60px #2d261e1f}.about-identity img{width:min(150px,58%);height:auto;-o-object-fit:contain;object-fit:contain}.about-identity div{display:grid;gap:5px;margin-top:18px}.about-identity span{font-family:Inter,sans-serif;font-size:12px;font-weight:800;text-transform:uppercase;color:#7c7268}.about-identity strong{font-family:Playfair Display,Georgia,serif;font-size:24px;color:#211d1d}.about-story{display:grid;grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr);gap:42px;padding:52px 0 38px;border-bottom:1px solid rgba(36,31,31,.12)}.about-story h2{font-size:clamp(30px,4vw,46px);line-height:1.08}.about-story-text{display:grid;gap:18px}.about-story-text p,.about-value-card p,.about-cta p{margin:0;font-size:16px;line-height:1.75;color:#615a53}.about-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:34px 0}.about-value-card{min-height:238px;display:flex;flex-direction:column;padding:26px;border:1px solid rgba(36,31,31,.12);border-radius:4px;background:#fff}.about-value-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:20px;border-radius:4px;color:#b91c2b;background:#f8ece8}.about-value-card h3{margin:0 0 10px;font-family:Playfair Display,Georgia,serif;font-size:26px;color:#211d1d}.about-cta{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:28px;border-radius:4px;background:#242121;color:#fff}.about-cta svg{color:#f5d7a7}.about-cta h2{color:#fff;font-size:30px}.about-cta p{margin-top:6px;color:#ffffffb8}@media (max-width: 900px){.about-hero,.about-story,.about-values,.about-cta{grid-template-columns:1fr}.about-hero{padding:34px 24px}.about-identity{justify-self:stretch;width:100%;aspect-ratio:auto;grid-template-columns:auto 1fr;justify-items:start;text-align:left}.about-identity img{width:82px}.about-identity div{margin-top:0}.about-cta{justify-items:start}}@media (max-width: 560px){.about-page{width:min(100% - 22px,1180px);padding:22px 0 44px}.about-hero{gap:24px;padding:26px 18px}.about-hero h1{font-size:34px;line-height:1.04}.about-hero-copy>p:not(.about-kicker){font-size:16px}.about-actions,.about-primary-link,.about-secondary-link{width:100%}.about-story{gap:18px;padding:34px 0 26px}.about-value-card,.about-cta{padding:20px}.about-cta h2{font-size:25px}}.home-explore-all{display:flex;justify-content:center;padding-top:34px}.home-explore-all-link{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 22px;border-radius:6px;background:#b0202e;color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:800;text-decoration:none;box-shadow:0 14px 28px #b0202e33;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.home-explore-all-link:hover{background:#951927;transform:translateY(-1px);box-shadow:0 18px 34px #b0202e3d}.explore-page{width:min(1200px,calc(100% - 32px));margin:0 auto;padding:42px 0 72px;color:#211d1d}.explore-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:28px;align-items:end;padding:34px 0 30px;border-bottom:1px solid rgba(33,29,29,.12)}.explore-kicker{margin:0 0 10px;color:#b0202e;font-family:Inter,sans-serif;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.explore-hero h1{max-width:760px;margin:0;font-family:"PT Serif",Georgia,serif;font-size:clamp(34px,5vw,60px);line-height:1.02;color:#191615;letter-spacing:0}.explore-hero p{max-width:760px;margin:16px 0 0;color:#675f58;font-size:17px;line-height:1.7}.explore-search{min-height:50px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid rgba(33,29,29,.16);border-radius:4px;background:#fff;color:#8b8178}.explore-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#211d1d;font-family:Inter,sans-serif;font-size:14px}.explore-toolbar{display:flex;flex-wrap:wrap;gap:10px;padding:24px 0 30px}.explore-chip{min-height:38px;padding:0 15px;border:1px solid rgba(33,29,29,.14);border-radius:999px;background:#fff;color:#4d4641;font-family:Inter,sans-serif;font-size:12px;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.explore-chip:hover,.explore-chip-active{border-color:#b0202e;background:#b0202e;color:#fff}.explore-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,285px),1fr));gap:22px;align-items:stretch}.explore-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid rgba(33,29,29,.12);border-radius:4px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.explore-card:hover{transform:translateY(-3px);border-color:#b0202e3d;box-shadow:0 18px 44px #1f1a161a}.explore-card-wide{grid-column:span 2}.explore-card-media{display:block;aspect-ratio:16 / 10;overflow:hidden;background:#eee9df;color:#b0202e;text-decoration:none}.explore-card-media img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease,filter .3s ease}.explore-card:hover .explore-card-media img{transform:scale(1.04);filter:saturate(1.04)}.explore-card-media div{height:100%;display:grid;place-items:center;font-family:"PT Serif",Georgia,serif;font-size:24px;font-weight:800}.explore-card-body{flex:1;display:flex;flex-direction:column;padding:20px}.explore-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:#827870;font-family:Inter,sans-serif;font-size:11px;font-weight:800}.explore-card-topline a{color:#b0202e;text-decoration:none;text-transform:uppercase}.explore-card-topline span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.explore-card-title{color:#1d1918;font-family:"PT Serif",Georgia,serif;font-size:clamp(21px,2vw,28px);font-weight:800;line-height:1.15;text-decoration:none;transition:color .18s ease}.explore-card-title:hover{color:#b0202e}.explore-card-preview{margin:12px 0 0;color:#625b54;font-size:14px;line-height:1.65}.explore-card-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:20px}.explore-author{min-width:0;display:flex;align-items:center;gap:9px;color:#3f3935;font-family:Inter,sans-serif;font-size:12px;font-weight:800}.explore-author>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-author-avatar{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#f3eee6;color:#b0202e}.explore-author-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.explore-read-link{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:50%;background:#f7eee8;color:#b0202e;text-decoration:none;transition:background .18s ease,color .18s ease}.explore-read-link:hover{background:#b0202e;color:#fff}.explore-state{min-height:220px;display:grid;place-items:center;gap:12px;color:#7b7168;font-family:Inter,sans-serif}@media (max-width: 760px){.explore-page{width:min(100% - 22px,1200px);padding-top:24px}.explore-hero{grid-template-columns:1fr;gap:20px}.explore-card-wide{grid-column:span 1}.explore-card-body{padding:17px}.explore-card-topline{align-items:flex-start;flex-direction:column;gap:7px}}.scrollbar-hide::-webkit-scrollbar{display:none}.premium-scrollbar{scrollbar-width:thin;scrollbar-color:#b8b0a5 transparent}.premium-scrollbar::-webkit-scrollbar{height:2px}.premium-scrollbar::-webkit-scrollbar-track{background:transparent}.premium-scrollbar::-webkit-scrollbar-thumb{background:#b8b0a5;border-radius:999px;border:none}.premium-scrollbar::-webkit-scrollbar-thumb:hover{background:#b0202e}:root{--rule: #111111;--paper: #ffffff;--muted-paper: #f7f7f5;--ink-muted: #63615c;--accent: #b0202e}html{scroll-behavior:smooth}body{color:#111;background:var(--paper);-webkit-font-smoothing:antialiased}body.admin-page-active{overflow:hidden!important}#root{min-height:100vh}.font-display{letter-spacing:-.025em}.font-body{color:#292722}button,input,textarea,select{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.hairline-top{border-top:1px solid var(--rule)}.hairline-bottom{border-bottom:1px solid var(--rule)}.hairline-y{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.kicker{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:600;color:#b0202e}.meta{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:11px;color:#6b6b6b}.account-link{font-family:Inter,sans-serif;font-size:11px;letter-spacing:.04em;color:#444;transition:color .2s}.account-link:hover{color:#b0202e}.account-link+.account-link{border-left:1px solid #cfcac0;padding-left:20px}.auth-page{height:100vh;min-height:600px;display:flex;justify-content:center;align-items:stretch;padding:0;background:#f5f3ee;overflow:hidden}.auth-illustration{position:relative;flex:1 1 48%;height:100vh;overflow:hidden;background:#e8e6d9}.auth-city{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.72;background:linear-gradient(150deg,transparent 0 58%,#161616 58.2% 59%,transparent 59.2%),repeating-linear-gradient(90deg,transparent 0 42px,#272727 43px 45px,transparent 46px 88px),repeating-linear-gradient(0deg,transparent 0 35px,#555 36px 38px,transparent 39px 72px);transform:skewY(-8deg) scale(1.25)}.auth-city-back{opacity:.3;transform:skewY(8deg) scale(1.2)}.auth-city-front{clip-path:polygon(0 48%,100% 25%,100% 100%,0 100%)}.auth-signup-illustration{background:#d9e3e7}.auth-shape{position:absolute;border:2px solid rgba(17,17,17,.72);background:#ffffff29;transform:rotate(-12deg)}.auth-shape-one{width:70%;height:48%;left:-10%;top:18%;border-radius:48% 52% 42% 58%}.auth-shape-two{width:55%;height:38%;right:-8%;top:8%;border-radius:58% 42% 55% 45%;transform:rotate(22deg)}.auth-shape-three{width:84%;height:34%;left:8%;bottom:16%;border-radius:50%;transform:rotate(8deg)}.auth-illustration-copy{position:absolute;left:10%;bottom:9%;color:#111;font-family:"PT Serif",Georgia,serif;font-size:clamp(22px,3vw,38px);line-height:1.1}.auth-illustration-copy .kicker{margin-bottom:14px;font-family:Inter,sans-serif;font-size:11px}.auth-panel{flex:1 1 55%;max-width:820px;height:100vh;overflow-y:auto;padding:0 clamp(28px,7vw,110px) 70px;background:#fff;box-shadow:none}.auth-brand{text-align:center}.auth-fixed-brand{position:sticky;top:0;z-index:10;margin:0 calc(-1*clamp(28px,7vw,110px)) 34px;padding:24px clamp(28px,7vw,110px) 18px;border-bottom:none;box-shadow:none;background:#fff;color:#111;font-size:clamp(24px,3vw,34px);font-weight:900;line-height:1.2;text-align:center}.auth-brand h1{font-family:Inter,sans-serif;font-size:28px;font-weight:700}.auth-intro{margin:14px auto 0;max-width:340px;color:#555;font-size:15px;line-height:1.55}.auth-form{display:flex;flex-direction:column;gap:22px;margin-top:32px}.auth-form .form-field{margin-bottom:0}.auth-label-row{display:flex;justify-content:space-between;gap:12px}.auth-helper{color:#888;font-family:Inter,sans-serif;font-size:10px}.auth-error{color:#b0202e;font-family:Inter,sans-serif;font-size:13px;line-height:1.4;margin-top:8px}.auth-submit{width:100%;margin-top:2px;padding:14px 20px}.auth-consent{margin-top:24px;color:#777;font-family:Inter,sans-serif;font-size:10px;line-height:1.5;text-align:center}.auth-footer{display:flex;justify-content:center;gap:5px;margin-top:26px;padding-top:20px;border-top:1px solid #e5e1d8;color:#666;font-family:Inter,sans-serif;font-size:12px}.auth-footer a{color:#b0202e;font-weight:700}.auth-signup-form{margin-top:24px;gap:16px}.auth-signup-form .field-input{padding:14px 16px}.auth-signup-form .btn-primary{margin-top:0}.account-menu{position:relative}.account-trigger{display:flex;align-items:center;gap:0;color:#333;font-family:Inter,sans-serif;font-size:11px;letter-spacing:.04em;text-transform:uppercase;padding:0;border:none;border-radius:50%;background:transparent;cursor:pointer;transition:opacity .2s ease}.account-trigger:hover{opacity:.8}.account-trigger:active{opacity:.6}.navbar-avatar{width:36px;height:36px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:2px solid transparent;transition:border-color .2s ease}.account-trigger:hover .navbar-avatar{border-color:#b0202e}.navbar-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.navbar-avatar-initials{font-size:13px;font-weight:700;letter-spacing:0}.account-chevron-open{transform:rotate(180deg)}.account-dropdown{position:absolute;top:calc(100% + 12px);right:0;z-index:100;width:245px;border:1px solid #ded9d0;border-radius:14px;background:#fff;box-shadow:0 12px 28px #1111111f;text-align:left}.account-identity{display:flex;align-items:center;gap:12px;padding:16px;color:#111}.account-avatar{width:40px;height:40px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.account-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.account-avatar-initials{font-size:14px;font-weight:700;letter-spacing:0}.account-name{font-family:Inter,sans-serif;font-size:13px;font-weight:700}.account-role{margin-top:3px;color:#777;font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.account-divider{height:1px;background:#e5e1d8}.account-option{display:block;width:100%;padding:12px 16px;color:#333;font-family:Inter,sans-serif;font-size:12px;text-align:left}.account-option:hover{background:#f5f3ee;color:#b0202e}.account-logout{cursor:pointer}.notification-trigger{position:relative;display:inline-flex;color:#333}.author-profile-page{padding:56px 20px 90px;background:linear-gradient(180deg,#f8f5f1,#fff)}.author-profile-shell{max-width:1180px;margin:0 auto}.author-profile-hero{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center;padding:32px;border:1px solid #e7dfd5;border-radius:24px;background:linear-gradient(135deg,#fdfbf8,#f3eee8);box-shadow:0 18px 40px #1111110a}.author-profile-avatar{width:136px;height:136px;flex-shrink:0;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid rgba(176,32,46,.18);font-family:Inter,sans-serif;font-size:38px;font-weight:800}.author-profile-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author-profile-summary{min-width:0}.author-profile-summary h1{margin:6px 0 0;font-size:clamp(30px,4vw,52px);line-height:.98;letter-spacing:-.05em;font-weight:900;color:#111}.author-profile-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.author-profile-meta span{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#1111110a;border:1px solid rgba(17,17,17,.08);font-family:Inter,sans-serif;color:#3a3936;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.author-profile-bio{margin-top:18px;max-width:720px;color:#4a4743;font-size:17px;line-height:1.7}.author-section{margin-top:36px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding-bottom:12px;border-bottom:1px solid #e7dfd5}.section-heading span{font-family:Inter,sans-serif;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6d6a65}.author-assignment-list{display:flex;flex-direction:column;gap:16px}.author-assignment-card{padding:20px 22px;border:1px solid #e7dfd5;border-radius:4px;background:#fff;box-shadow:0 8px 20px #11111105}.author-assignment-card h3{margin:0;font-size:clamp(20px,2vw,28px);font-weight:800;letter-spacing:-.04em;color:#111}.author-assignment-notes{margin-top:12px;color:#4b4945;line-height:1.7}.author-assignment-link{display:inline-block;margin-top:12px;font-weight:700}.author-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.author-post-card{display:block;overflow:hidden;border:1px solid #e7dfd5;border-radius:4px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.author-post-card:hover{transform:translateY(-2px);border-color:#b0202e66;box-shadow:0 14px 28px #1111110f}.author-post-image{display:block;width:100%;height:220px;-o-object-fit:cover;object-fit:cover;background:#ddd}.author-post-content{padding:18px 18px 20px}.author-post-content h3{margin:8px 0 0;font-size:clamp(20px,2vw,26px);line-height:1.15;letter-spacing:-.04em;color:#111}.author-empty-state{padding:28px 20px;border:1px dashed #d9d0c7;border-radius:4px;background:#ffffffb3;color:#4f4c49;text-align:center;font-family:Inter,sans-serif}@media (max-width: 768px){.author-profile-hero{grid-template-columns:1fr;text-align:center;padding:24px}.author-profile-avatar{margin:0 auto;width:110px;height:110px}.author-profile-meta{justify-content:center}.author-profile-bio{font-size:15px}.author-post-grid{grid-template-columns:1fr}}.notification-trigger:hover{color:#b0202e}.notification-badge{position:absolute;top:-8px;right:-9px;min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:#b0202e;color:#fff;font:700 9px/16px Inter,sans-serif;text-align:center}.notification-row{display:flex;align-items:flex-start;gap:12px;padding:18px 0;border-bottom:1px solid #d8d3c9}.notification-dot{width:7px;height:7px;margin-top:6px;border-radius:50%;background:#b0202e;flex-shrink:0}.post-reading-page{animation:page-enter .45s ease both}.post-title-banner{background:#f5f3f0;color:#111}.post-title-banner .kicker{color:#b0202e}.post-breadcrumb{color:#eee;font:15px/1.5 Inter,sans-serif}.post-breadcrumb span{margin:0 10px;color:#63b7e8}.post-content-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;align-items:start}.post-content-main{min-width:0}.post-sidebar{padding-top:12px;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.post-sidebar-card{border:1px solid #dedede;padding:24px;color:#555;font-size:15px;line-height:1.7}.post-reading-page>h1{max-width:760px;margin-left:auto;margin-right:auto}.post-reading-page>.post-body{max-width:680px;margin-left:auto;margin-right:auto}.post-reading-page>img{border-radius:4px}.post-body{color:#24211e;font-size:18px;line-height:1.85}.post-body p{margin:0 0 1.35em}.post-body blockquote{margin:1.8em 0;padding:1em 1.2em;border-left:3px solid var(--accent);background:#f5f3ee;color:#3c3833;font:italic 700 22px/1.45 "PT Serif",Georgia,serif}.post-body p.drop-cap:first-letter{font-size:3.2em;font-weight:700;float:left;line-height:1;margin-right:.1em;margin-top:-.05em;color:#b0202e}.post-body-html>p:first-of-type:first-letter{float:left;margin:.06em .12em 0 0;color:#b0202e;font-family:"PT Serif",Georgia,serif;font-size:4.2em;font-weight:700;line-height:.78}@media (max-width: 800px){.post-content-shell{grid-template-columns:1fr}.post-sidebar{display:none}}.social-panel{border-top:1px solid #e5e1d8;border-bottom:1px solid #e5e1d8;padding:0;background:#fafaf9}.social-summary{display:flex;justify-content:space-between;padding:12px 16px;color:#777;font:12px Inter,sans-serif;border-bottom:1px solid #e5e1d8}.reaction-count{display:flex;align-items:center;gap:6px}.reaction-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#b0202e;color:#fff}.social-actions{display:flex;gap:0;border-top:0;padding:8px 0}.social-action{display:flex;flex:none;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:0;color:#65676b;font:600 13px Inter,sans-serif;text-decoration:none;border:none;background:transparent;transition:all .2s ease;width:auto}.social-action:hover{background:#f0eded;color:#b0202e}.social-action.selected{color:#b0202e}.comments-list{display:flex;flex-direction:column;gap:16px}.comment-item,.comment-composer{display:flex;align-items:flex-start;gap:10px}.comment-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:#b0202e;color:#fff;font:700 12px Inter,sans-serif;text-transform:uppercase}.comment-bubble{max-width:calc(100% - 42px);padding:8px 12px;border-radius:12px;background:#f0eded}.comment-bubble p{font-size:14px;line-height:1.4;color:#111}.comment-author{margin-bottom:4px;color:#111;font:700 13px Inter,sans-serif}.comment-input-wrap{position:relative;flex:1}.comment-input-wrap .field-input{width:100%;min-height:36px;padding:8px 16px;border-radius:18px;resize:vertical;border:1px solid #e5e1d8;background:#f9f8f7}.comment-submit{position:absolute;right:12px;bottom:8px;border:0;background:transparent;color:#b0202e;font:700 12px Inter,sans-serif;cursor:pointer}.comment-submit:disabled{color:#ccc;cursor:not-allowed}.admin-page,.authors-page,.notifications-page{animation:page-enter .45s ease both}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.admin-header{background:#171717;color:#fff;border:0;padding:30px;margin:-10px 0 0}.admin-header .kicker{color:#e2a1a8}.admin-header .btn-primary{background:#fff;color:#111;border-color:#fff}.admin-header .btn-primary:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.admin-tabs{padding:0 4px;background:#fff}.admin-table{padding:0 22px;border:1px solid #ded9d0;background:#fff}.authors-intro{max-width:560px;margin-top:18px;color:var(--ink-muted);font-size:17px;line-height:1.6}.authors-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.author-card{display:flex;gap:18px;align-items:flex-start;padding:24px 0;border-bottom:1px solid #e4e1d9;transition:opacity .2s}.author-card:nth-child(odd){padding-right:24px;border-right:1px solid #e4e1d9}.author-card:nth-child(2n){padding-left:24px}.author-card:hover{opacity:.65}.author-card-avatar{width:72px;height:72px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#171717;color:#fff;font:700 22px Inter,sans-serif;overflow:hidden}.author-card-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author-card-name{margin-top:5px;font-size:24px;font-weight:700}.author-card-bio{margin-top:6px;color:var(--ink-muted);font-size:14px;line-height:1.5}.author-card-link{display:block;margin-top:14px;color:var(--accent);font:700 11px Inter,sans-serif;letter-spacing:.06em;text-transform:uppercase}.submission-row{display:grid;grid-template-columns:1fr auto;gap:10px 20px;padding:22px 0;border-bottom:1px solid #d8d3c9}.submission-status{align-self:start;padding:6px 9px;font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:700}.status-pending{background:#f5f3ee;color:#806b3e}.status-approved{background:#e9f3ec;color:#287a45}.status-rejected{background:#f8e8e8;color:#b0202e}.submission-note{grid-column:1 / -1;color:#777;font-size:14px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d8d3c9;border:1px solid #d8d3c9}.admin-stats>div{display:flex;flex-direction:column;gap:5px;padding:22px 20px;background:#fff}.admin-stats strong{font-family:"PT Serif",Georgia,serif;font-size:30px}.admin-stats span,.admin-tabs button,.admin-actions button{font-family:Inter,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.admin-tabs{display:flex;gap:20px;overflow-x:auto;border-bottom:1px solid #111}.admin-tabs button{padding:12px 0;color:#777;white-space:nowrap}.admin-tabs button.active{color:#b0202e;border-bottom:2px solid #B0202E}.admin-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid #d8d3c9}.admin-row h2,.admin-row .font-display{font-size:19px;font-weight:700}.admin-actions{display:flex;gap:8px;flex-shrink:0}.btn-secondary,.btn-danger{padding:10px 14px;border:1px solid #111;background:#fff;color:#111;cursor:pointer}.btn-danger{border-color:#b0202e;color:#b0202e}.btn-primary,.btn-secondary,.btn-danger{border-radius:8px}@media (max-width: 640px){.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-row{align-items:flex-start;flex-direction:column}.admin-actions{flex-wrap:wrap}}.site-footer{margin-top:60px;background:#111;color:#fff}.site-footer-brand{padding:54px 0 42px;border-bottom:1px solid #444}.site-footer-brand h4{font-size:clamp(28px,5vw,44px);font-weight:900}.site-footer-brand p{max-width:430px;margin-top:12px;color:#bdbdbd;font-size:14px;line-height:1.6}.site-footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;padding:38px 0 46px}.site-footer-grid a{display:block;width:-moz-fit-content;width:fit-content;margin-top:12px;color:#ddd;font-family:Inter,sans-serif;font-size:13px;transition:color .2s}.site-footer-grid a:hover{color:#fff}.footer-social-link{display:flex!important;align-items:center;gap:9px}.footer-social-mark{width:16px;font-family:Inter,sans-serif;font-size:14px;text-align:center}.site-footer-title{color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.site-footer-bottom{display:flex;justify-content:space-between;gap:16px;padding:18px 0 24px;border-top:1px solid #444;color:#999;font-family:Inter,sans-serif;font-size:10px}.site-nav{position:sticky;top:82px;z-index:80;width:100%;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .3s ease,box-shadow .25s,background .25s}.site-nav-scrolled{box-shadow:0 4px 14px #1111110f}.site-nav-visible{transform:translateY(0)}.site-nav-hidden{transform:translateY(calc(-100% - 1px))}.compact-brand{display:none!important;color:#111;font-size:20px;font-weight:900;white-space:nowrap}.site-nav-scrolled .compact-brand{display:block}.site-nav-scrolled>div{padding-top:10px;padding-bottom:10px}.masthead-bar{position:sticky;top:0;z-index:90;min-height:90px;background:var(--paper);width:100%}.masthead-bar>div{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:16px}.masthead-offer{flex:1 1 0;font-family:Inter,sans-serif;font-size:13px;font-weight:600;line-height:1.35;color:#111;letter-spacing:-.02em}.masthead-logo{color:#111;font-size:clamp(26px,4vw,40px);font-weight:900;letter-spacing:-.03em;white-space:nowrap;text-decoration:none}.masthead-actions{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;gap:16px}.masthead-action-link{font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:#111;text-decoration:none;transition:opacity .2s ease}.masthead-action-link:hover{opacity:.7}.masthead-subscribe{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;background:#1d7bc2;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;border:1px solid #1d7bc2;text-decoration:none;transition:filter .2s ease}.masthead-subscribe:hover{filter:brightness(.96)}.masthead-search,.masthead-menu{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #111;background:transparent;color:#111;cursor:pointer}.masthead-menu{display:none}.nav-links-strip{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.3vw,32px);width:100%;max-height:62px;padding:18px 0 16px;border-top:1px solid rgba(17,17,17,.08);background:transparent;overflow:hidden;transition:max-height .3s ease,opacity .25s ease,transform .3s ease}.nav-links-strip a{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#111;letter-spacing:-.01em;white-space:nowrap}.nav-links-visible{opacity:1;transform:translateY(0)}.nav-links-hidden{max-height:0;opacity:0;transform:translateY(-8px);pointer-events:none}@media (max-width: 640px){.site-footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.site-footer-bottom{flex-direction:column}.auth-page{min-height:100vh}.auth-illustration{display:none}.auth-panel{padding:0 20px 54px}.auth-fixed-brand{margin:0 -20px 30px;padding:20px 20px 16px}.masthead-bar{min-height:68px;position:sticky;top:0;z-index:90}.masthead-bar>div{min-height:68px;padding-top:3px;padding-bottom:3px}.masthead-offer{display:none}.masthead-logo{min-width:unset}.masthead-actions{gap:8px}.masthead-action-link{font-size:12px}.masthead-subscribe{min-height:36px;padding:0 12px;font-size:12px}.masthead-search,.masthead-menu{width:34px;height:34px}.masthead-menu{display:inline-flex}.site-nav{top:68px}.site-nav-scrolled .compact-brand{display:block;text-align:center;font-size:18px;margin-bottom:3px}.nav-links-strip{flex-direction:column;gap:12px;max-height:360px;width:100%;padding:12px 14px;border-top:1px solid #111;border-bottom:1px solid #111}.nav-links-visible{max-height:360px}.nav-links-hidden{max-height:0}}.tab-btn{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:600;padding:10px 0;color:#6b6b6b;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;background:none}.tab-btn.active{color:#111;border-bottom-color:#b0202e}.videos-page{min-height:100vh;background:#fafaf8;color:#0f0d0b;padding:64px 24px 88px}.videos-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:3fr 7fr;gap:56px;align-items:start}.videos-category-rail{position:sticky;top:76px;border-right:0;padding:10px 24px 18px 0;align-self:start;z-index:2;background:#fff}.videos-kicker{margin:0 0 10px;color:#287a72;font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.videos-category-rail h2,.youtube-section-heading h2{margin:0;font-family:"PT Serif",Georgia,serif;font-size:25px;line-height:1.1;font-weight:600}.videos-category-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid #eeeae3;color:#6b6762;font-family:Inter,sans-serif;font-size:12px;text-decoration:none;transition:color .2s,padding-left .2s}.videos-category-link:hover,.videos-category-link-active{color:#b0202e;padding-left:6px}.videos-main-column{min-width:0}.videos-page-heading{margin-bottom:30px}.videos-page-heading h1{max-width:680px;margin:0;font-family:"PT Serif",Georgia,serif;font-size:clamp(34px,5vw,62px);line-height:1.02;font-weight:600;letter-spacing:-.025em}.videos-page-heading>p:last-child{max-width:520px;margin:14px 0 0;color:#6b6762;font-family:Inter,sans-serif;font-size:15px;line-height:1.6}.videos-intro-card{background:#fff;padding:0}.videos-section-label{display:flex;align-items:center;gap:7px;margin:0 0 12px 2px;color:#b0202e;font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.videos-intro-card video{display:block;width:100%;max-height:500px;background:#111;aspect-ratio:16 / 9;-o-object-fit:contain;object-fit:contain}.youtube-section{margin-top:52px}.youtube-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px;padding-bottom:12px;border-bottom:0}.youtube-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.youtube-video-card{overflow:hidden;border:0;background:#fff;box-shadow:0 5px 18px #0f0d0b12;transition:box-shadow .25s,transform .25s}.youtube-video-card:hover{box-shadow:0 12px 28px #0f0d0b1a;transform:translateY(-3px)}.youtube-video-frame{position:relative;aspect-ratio:16 / 9;background:#111}.youtube-video-frame iframe{display:block;width:100%;height:100%;border:0}.youtube-video-mark{position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;width:34px;height:24px;transform:translate(-50%,-50%);color:#fff;background:transparent;pointer-events:none}.youtube-video-copy{padding:14px 15px 16px}.youtube-video-copy p{display:-webkit-box;margin:0 0 12px;overflow:hidden;color:#0f0d0b;font-family:"PT Serif",Georgia,serif;font-size:17px;font-weight:600;line-height:1.25;-webkit-line-clamp:2;-webkit-box-orient:vertical}.youtube-video-copy a{display:inline-flex;align-items:center;gap:6px;color:#b0202e;font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.youtube-video-copy>span{display:inline-flex;align-items:center;gap:6px;color:#b0202e;font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home-video-heading{margin-bottom:18px}.home-youtube-section{margin-top:30px}.videos-empty{color:#888;font-family:Inter,sans-serif;font-size:13px}@media (max-width: 900px){.videos-layout{grid-template-columns:30% minmax(0,1fr);gap:28px}.youtube-video-grid{grid-template-columns:1fr}}@media (max-width: 768px){.home-video-layout .videos-category-rail{top:calc(var(--announcement-height, 0px) + 74px)}}@media (max-width: 640px){.videos-page{padding:34px 18px 56px}.videos-layout{display:block}.videos-category-rail{position:static;display:flex;align-items:center;gap:12px;overflow-x:auto;border-right:0;border-bottom:1px solid #ded9d0;padding:0 0 12px;margin-bottom:34px}.videos-category-rail h2,.videos-category-rail .videos-kicker{display:none}.videos-category-link{flex:0 0 auto;border:1px solid #ded9d0;padding:9px 12px}.videos-category-link:hover,.videos-category-link-active{padding-left:12px;background:#fdf1f2}.videos-page-heading h1{font-size:clamp(34px,11vw,48px)}}.article-link:hover h3{color:var(--accent);transition:color .25s}.article-link.category-card:hover,.article-link.author-card:hover,.home-feed .grid>a:hover{opacity:1}.post-card-image{width:100%;height:220px;margin-bottom:14px;-o-object-fit:cover;object-fit:cover;filter:saturate(.92);transition:filter .25s}.home-hero{margin-top:0;padding:36px 0!important}.home-feed{margin-top:0}.home-feed .tab-btn{padding:12px 0;margin-right:28px}.home-feed .grid>a{padding:0 0 28px;border-bottom:1px solid #e4e1d9}.category-page{animation:page-enter .45s ease both;padding:40px 20px 80px;background:#f2f2f0}.category-hero-shell{max-width:1280px;margin:0 auto}.category-hero-title{margin:0 0 26px;text-align:center;font-family:Inter,sans-serif;font-size:clamp(30px,3.2vw,52px);line-height:1.05;letter-spacing:-.04em;font-weight:800;color:#111;text-transform:uppercase}.category-feature-layout{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:66px;min-height:590px;padding:18px 0 0}.category-feature-image-wrap{position:relative;display:flex;align-items:center;justify-content:center;min-height:560px;background:#e8e8e6;box-shadow:0 0 0 1px #1111110d;overflow:hidden}.category-feature-image,.category-feature-placeholder{width:100%;height:100%;min-height:560px;-o-object-fit:cover;object-fit:cover;filter:grayscale(1) contrast(1.05)}.category-feature-placeholder{display:flex;align-items:center;justify-content:center;background:#111;color:#fff;font:900 40px Playfair Display,serif}.category-feature-copy{max-width:620px;padding:12px 0}.category-kicker{margin:0 0 18px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#b0202e}.category-feature-link{display:block}.category-feature-title{margin:0;font-size:clamp(24px,2.3vw,42px);line-height:.95;letter-spacing:-.05em;text-transform:uppercase;color:#111;font-family:Inter,sans-serif;font-weight:800}.category-feature-dek{margin-top:18px;max-width:520px;color:#4c4a46;font-size:18px;line-height:1.7;font-family:"PT Serif",Georgia,serif}.category-feature-author{margin-top:18px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#111}.category-supporting-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:42px}.category-card{padding:0 0 24px;border-bottom:1px solid #d9d3cc;transition:opacity .2s}.category-card:hover{opacity:.7}.category-card-image,.category-card-placeholder{width:100%;height:190px;-o-object-fit:cover;object-fit:cover}.category-card-placeholder{display:flex;align-items:center;justify-content:center;background:#111;color:#fff;font:900 34px Playfair Display,serif}.category-card-dek{color:var(--ink-muted);font-size:14px;line-height:1.5}.category-card-title{font-size:clamp(20px,2vw,28px);line-height:1.1;letter-spacing:-.04em}.loading-panel{display:flex;align-items:center;justify-content:center;gap:10px;min-height:120px;color:var(--ink-muted)}.loading-spinner{width:18px;height:18px;border:2px solid #e4e1d9;border-top-color:#b0202e;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.article-link:hover .post-card-image{filter:saturate(1)}@media (max-width: 980px){.category-feature-layout{grid-template-columns:1fr;gap:30px;min-height:unset}.category-feature-image-wrap,.category-feature-image,.category-feature-placeholder{min-height:440px}.category-feature-copy{max-width:100%}.category-supporting-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.category-page{padding-left:16px;padding-right:16px}.category-hero-title{margin-bottom:18px}.category-supporting-grid{grid-template-columns:1fr}}.timeline-dot{width:8px;height:8px;border-radius:50%;background:#b0202e;flex-shrink:0}.timeline-line{width:1px;background:#cfcac0}.btn-primary{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700;background:#151515;color:#fff;padding:12px 20px;border:1px solid #151515;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}.btn-primary:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.btn-primary--saved{background:#287a45;border-color:#287a45;color:#fff}.btn-primary--saved:hover{background:#1e5c33;border-color:#1e5c33}.field-input{font-family:"PT Serif",Georgia,serif;border:1px solid #cfcac0;padding:10px 12px;width:100%;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.field-input:focus{border-color:#b0202e;box-shadow:0 0 0 2px #b0202e1f}.field-label{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600;color:#111;display:block;margin-bottom:6px}.form-field{margin-bottom:20px}.form-field--inline{display:flex;gap:16px;align-items:flex-end}.form-field--inline>*{flex:1}.field-wrapper{position:relative}.field-input{font-family:"PT Serif",Georgia,serif;font-size:16px;line-height:1.5;color:#111;border:1px solid #cfcac0;background:#fff;padding:14px 16px;width:100%;outline:none;transition:border-color .2s,box-shadow .2s,background .2s;border-radius:0}.field-input:focus{border-color:#b0202e;box-shadow:inset 0 -2px #b0202e;background:#fefefe}.field-input::-moz-placeholder{color:#aaa}.field-input::placeholder{color:#aaa}.desktop-cat-strip{overflow:hidden}.desktop-cat-strip .scrollbar-hide{justify-content:safe center!important}.desktop-cat-scroll{position:absolute;top:50%;z-index:2;width:44px;height:100%;display:grid;place-items:center;border:0;border-radius:0;background:#fffffff5;color:#2b2524;cursor:pointer;transform:translateY(-50%);box-shadow:none;transition:background .18s ease,color .18s ease,border-color .18s ease}.desktop-cat-scroll:hover{border-color:#b0202e;background:#b0202e;color:#fff}.desktop-cat-scroll-left{left:0;border-right:1px solid #e5ded3}.desktop-cat-scroll-right{right:0;border-left:1px solid #e5ded3}@media (max-width: 900px){.desktop-cat-scroll{display:none!important}}.field-input:disabled{background:#f5f3ee;color:#777;cursor:not-allowed}.field-input--error{border-color:#b0202e}.field-input--error:focus{box-shadow:inset 0 -2px #b0202e}.field-label{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600;color:#111;display:block;margin-bottom:8px}.field-label--required:after{content:" *";color:#b0202e}.field-hint{font-family:Inter,sans-serif;font-size:12px;color:#777;margin-top:6px;line-height:1.4}.field-error{font-family:Inter,sans-serif;font-size:12px;color:#b0202e;margin-top:6px;display:flex;align-items:center;gap:4px}.field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.field-select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23B0202E' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.field-textarea{min-height:140px;resize:vertical;font-family:"PT Serif",Georgia,serif}.rte-wrap:focus-within{border-color:#b0202e}.rte-wrap [role=toolbar]{position:sticky;top:calc(var(--announcement-height, 0px) + 58px);z-index:12;box-shadow:0 8px 18px #1f1b170f}.rte-toolbar-divider{width:1px;align-self:stretch;min-height:28px;background:#e1dbd0;margin:2px 3px}.rte-editable ul,.rte-editable ol{margin:.6em 0;padding-left:1.6em}.rte-editable blockquote{margin:1em 0;padding:.6em 1em;border-left:3px solid #B0202E;background:#faf7f2;font-style:italic;color:#4a4742}.rte-editable a{color:#1d4ed8;text-decoration:underline}.rte-editable p{margin:0 0 .8em}.rte-editable h2,.rte-editable h3{margin:1.2em 0 .45em;font-family:"PT Serif",Georgia,serif;color:#1d1918;line-height:1.18}.rte-editable h2{font-size:1.55em}.rte-editable h3{font-size:1.28em}.post-body-html a{color:#1d4ed8;text-decoration:underline}.post-body-html a:hover{color:#1e3a8a}.post-body-html ul,.post-body-html ol{margin:.8em 0;padding-left:1.8em}.post-body-html blockquote{margin:1.6em 0;padding:1em 1.4em;border-left:4px solid #B0202E;background:linear-gradient(135deg,#fafaf8,#fff);font-style:italic;color:#2e2a26}.post-body-html p{margin:0 0 1.2em}.post-body-html h2,.post-body-html h3{margin:1.55em 0 .6em;font-family:"PT Serif",Georgia,serif;color:#1d1918;line-height:1.15}.post-body-html h2{font-size:clamp(28px,3.2vw,38px)}.post-body-html h3{font-size:clamp(22px,2.4vw,30px)}.field-file{display:flex;flex-direction:column;gap:8px}.field-file-input{display:none}.field-file-label{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border:1px dashed #cfcac0;background:#fafaf9;color:#555;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s,color .2s;border-radius:0}.field-file-label:hover{border-color:#b0202e;background:#fff5f5;color:#b0202e}.field-file-name{font-family:"PT Serif",Georgia,serif;font-size:14px;color:#333}.form-radio-group{display:flex;gap:20px;margin-top:8px}.form-radio{display:flex;align-items:center;gap:8px;cursor:pointer}.form-radio-input{position:absolute;opacity:0;pointer-events:none}.form-radio-custom{width:18px;height:18px;border:2px solid #cfcac0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s;flex-shrink:0}.form-radio-custom:after{content:"";width:8px;height:8px;border-radius:50%;background:#b0202e;transform:scale(0);transition:transform .15s ease}.form-radio-input:checked+.form-radio-custom{border-color:#b0202e}.form-radio-input:checked+.form-radio-custom:after{transform:scale(1)}.form-radio-input:focus-visible+.form-radio-custom{outline:2px solid #B0202E;outline-offset:2px}.form-radio-label{font-family:"PT Serif",Georgia,serif;font-size:15px;color:#333}.form-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.form-checkbox-input{position:absolute;opacity:0;pointer-events:none}.form-checkbox-custom{width:18px;height:18px;border:2px solid #cfcac0;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s;flex-shrink:0;margin-top:2px}.form-checkbox-custom:after{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) scale(0);transition:transform .15s ease}.form-checkbox-input:checked+.form-checkbox-custom{border-color:#b0202e;background:#b0202e}.form-checkbox-input:checked+.form-checkbox-custom:after{transform:rotate(-45deg) scale(1)}.form-checkbox-label{font-family:"PT Serif",Georgia,serif;font-size:14px;color:#333;line-height:1.5}.form-tabs{display:flex;border-bottom:1px solid #e5e1d8;margin-bottom:24px}.form-tab{padding:12px 0;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700;color:#b3aea5;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .2s,border-color .2s;flex:1;text-align:center}.form-tab:hover{color:#111}.form-tab.active{color:#111;border-bottom-color:#b0202e}.btn-primary{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700;background:#151515;color:#fff;padding:14px 28px;border:1px solid #151515;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .15s;border-radius:0}.btn-primary:hover{background:#b0202e;border-color:#b0202e;color:#fff;transform:translateY(-1px)}.btn-primary:active{background:#7c1620;border-color:#7c1620;transform:translateY(0)}.btn-primary:disabled{opacity:.55;cursor:wait;transform:none}.btn-primary--outline{background:transparent;color:#151515;border-color:#151515}.btn-primary--outline:hover{background:#151515;color:#fff}.btn-secondary{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700;background:#fff;color:#151515;padding:14px 28px;border:1px solid #151515;cursor:pointer;transition:background .2s,color .2s;border-radius:0}.btn-secondary:hover{background:#151515;color:#fff}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.form-message{font-family:Inter,sans-serif;font-size:13px;padding:12px 16px;border-radius:0;display:flex;align-items:center;gap:8px}.form-message--success{background:#eef8f0;color:#287a45;border:1px solid #d1e8d7}.form-message--error{background:#fff1f1;color:#b0202e;border:1px solid #f5d6d6}.auth-page{background:#fafaf9}.auth-panel{background:#fff}.auth-illustration{background:#f5f3ee}.profile-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding:0;border:none;border-bottom:1px solid #111;background:none;color:#111}.profile-heading .font-body{color:#555!important}.profile-heading .kicker{color:#b0202e}.profile-avatar{width:104px;height:104px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Inter,sans-serif;font-size:26px;font-weight:700;overflow:hidden}.profile-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-form{border:1px solid #d8d3c9;background:#fff}.profile-form,.profile-section[style]{overflow:hidden}.profile-section{padding:28px;border-bottom:1px solid #d8d3c9}.profile-section-title{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700;margin-bottom:22px}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.profile-actions{padding:20px 28px;display:flex;justify-content:space-between;align-items:center;gap:20px;background:#f5f3ee}.admin-table,.submission-row,.notification-row{background:#ffffff94}.admin-row{transition:background .2s,padding .2s}.admin-row:hover{background:#f5f3ee}.admin-tabs button{cursor:pointer;transition:color .2s}.submission-status{border:1px solid currentColor;background:transparent}.status-pending{color:#806b3e;background:#fbf7eb}.status-approved,.status-published{color:#287a45;background:#eef8f0}.status-rejected{color:#b0202e;background:#fff1f1}.notification-row{transition:background .2s}.notification-row:hover{background:#f5f3ee;opacity:1}@media (max-width: 640px){.masthead-logo{letter-spacing:-.05em}.home-hero{margin-top:8px;padding:16px 0 28px!important}.category-grid{grid-template-columns:1fr}.btn-primary,.btn-secondary,.btn-danger{min-height:42px}.admin-header{margin:0 -16px;padding:24px 18px}.admin-table{padding:0 14px}.authors-grid{grid-template-columns:1fr}.author-card{padding:18px 0}.author-card:nth-child(odd),.author-card:nth-child(2n){border-right:none;padding-left:0;padding-right:0}.profile-heading{align-items:flex-start}.profile-avatar{width:76px;height:76px;font-size:20px}.profile-section{padding:22px 18px}.profile-grid{grid-template-columns:1fr;gap:16px}.profile-actions{padding:18px;align-items:flex-start;flex-direction:column}.profile-actions .btn-primary{width:100%}}@media (max-width: 1024px){.home-cats-videos-grid{grid-template-columns:1fr!important;gap:32px!important}.category-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-videos-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important}.post-content-shell{grid-template-columns:1fr!important;gap:32px!important}.admin-main{padding:24px 16px!important}}@media (max-width: 768px){.home-hero-image-wrap{min-height:320px!important}.home-hero-img{height:320px!important}.category-feature-img{height:300px!important}.post-header-grid{grid-template-columns:1fr!important;gap:32px!important}.post-header-img{height:280px!important}.category-supporting-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important;gap:20px!important}.home-feed-card{flex:0 0 240px!important}}@media (max-width: 640px){.masthead-logo{letter-spacing:-.05em}.home-hero{margin-top:8px;padding:16px 0 28px!important}.category-grid{grid-template-columns:1fr}.btn-primary,.btn-secondary,.btn-danger{min-height:44px;font-size:14px}.admin-header{margin:0 -16px;padding:24px 18px}.admin-table{padding:0 14px}.authors-grid{grid-template-columns:1fr}.author-card{padding:18px 0}.author-card:nth-child(odd),.author-card:nth-child(2n){border-right:none;padding-left:0;padding-right:0}.form-field{margin-bottom:16px}.field-input{padding:16px;font-size:16px}.field-textarea{min-height:160px}.form-actions{flex-direction:column;gap:10px}.form-actions .btn-primary{width:100%}.post-card-image,.category-card-image{height:200px!important}.home-feed .grid>a{padding:0 0 20px!important}.max-w-2xl{padding:0 16px!important}.field-file-label{padding:16px 20px}.nb-search-box input{font-size:16px!important}.admin-table,.submission-row{overflow-x:auto;display:block}.modal-content{max-width:100%!important;margin:16px!important;max-height:calc(100vh - 32px)!important}}:root{--ease-out: cubic-bezier(.16,1,.3,1);--radius: 0px}*{scrollbar-width:thin;scrollbar-color:#cfcac0 transparent}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#d8d3c9;border:2px solid #fff}::-moz-selection{background:#111;color:#fff}::selection{background:#111;color:#fff}img,.post-card-image,.category-card-image,.category-card-placeholder,.field-input,.btn-primary,.btn-secondary,.btn-danger,.account-dropdown,.comment-bubble,.post-sidebar-card,.admin-table,.profile-form,.profile-avatar,.author-card-avatar,.comment-avatar{border-radius:0!important}.masthead-bar,.site-nav{background:var(--paper)}.site-nav-scrolled{box-shadow:0 1px #111}.masthead-logo{transition:opacity .2s}.masthead-logo:hover{opacity:.7}.nav-links-strip a{position:relative;padding-bottom:4px}.nav-links-strip a:after{content:"";position:absolute;left:0;right:100%;bottom:-3px;height:1px;background:var(--accent);transition:right .28s var(--ease-out)}.nav-links-strip a:hover:after{right:0}.account-trigger{transition:border-color .2s,color .2s}.account-trigger:hover{border-color:#111;color:var(--accent)}.account-dropdown{animation:fadeIn .15s ease both;box-shadow:0 4px #111}.account-option{transition:background .15s,color .15s,padding-left .15s}.account-option:hover{padding-left:20px}.notification-trigger{transition:opacity .2s}.notification-trigger:hover{opacity:.65}.btn-primary{position:relative;overflow:hidden;transition:background .18s var(--ease-out),border-color .18s,color .18s}.btn-primary:hover{background:var(--accent);border-color:var(--accent);transform:none}.btn-primary:active{background:var(--accent-dark, #7C1620)}.btn-secondary,.btn-danger{transition:background .18s,color .18s}.btn-secondary:hover{background:#111;color:#fff}.btn-danger:hover{background:var(--accent);color:#fff}.field-input{transition:border-color .2s,box-shadow .2s}.field-input:focus{box-shadow:inset 0 -2px 0 var(--accent)}.post-card-image,.category-card-image,.category-card-placeholder{filter:grayscale(.15) contrast(1.02);transition:filter .4s var(--ease-out),transform .6s var(--ease-out)}.article-link:hover .post-card-image,.category-card:hover .category-card-image,.category-card:hover .category-card-placeholder{filter:grayscale(0) contrast(1.05);transform:scale(1.015)}.category-card,.author-card{transition:opacity .2s}.home-feed .grid>a h3,.category-card h3{position:relative;display:inline;background-image:linear-gradient(var(--accent),var(--accent));background-repeat:no-repeat;background-position:0 100%;background-size:0% 1px;transition:background-size .3s var(--ease-out)}.article-link:hover h3{background-size:100% 1px}.tab-btn{position:relative}.tab-btn:after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:var(--accent);transition:width .25s var(--ease-out)}.tab-btn.active:after{width:100%}.tab-btn:hover:not(.active):after{width:100%;background:#ccc}.home-hero{animation:fadeInUp .6s var(--ease-out) both}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.loading-spinner{border-width:2px}.skeleton{background:linear-gradient(90deg,#efece5 25%,#f7f5f0 37%,#efece5 63%);background-size:400px 100%;animation:shimmer 1.4s linear infinite}.admin-stats>div{transition:background .2s;position:relative}.admin-stats>div:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease-out)}.admin-stats>div:hover:before{transform:scaleX(1)}.site-footer-grid a{position:relative;transition:opacity .2s}.site-footer-grid a:hover{opacity:.7}.footer-social-link{transition:opacity .2s}.footer-social-link:hover{opacity:.7}.social-action{transition:background .18s,color .18s}.reaction-icon{transition:transform .15s}img{transition:filter .3s}a,button{-webkit-tap-highlight-color:transparent}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}:root{--accent-dark: #7C1620;--accent-light: #fdf2f3;--shadow-sm: 0 1px 3px rgba(17,17,17,.08), 0 1px 2px rgba(17,17,17,.06);--shadow-md: 0 4px 16px rgba(17,17,17,.1), 0 2px 4px rgba(17,17,17,.06);--shadow-lg: 0 12px 40px rgba(17,17,17,.14), 0 4px 12px rgba(17,17,17,.08);--shadow-xl: 0 24px 64px rgba(17,17,17,.18), 0 8px 24px rgba(17,17,17,.1);--glass-bg: rgba(255,255,255,.82);--glass-border: rgba(255,255,255,.6);--gradient-paper: linear-gradient(135deg, #fdfcfa 0%, #f5f2ec 100%);--gradient-dark: linear-gradient(135deg, #1a1714 0%, #111 100%);--gradient-accent: linear-gradient(135deg, #B0202E 0%, #7C1620 100%);--transition-smooth: all .3s cubic-bezier(.16, 1, .3, 1)}.masthead-bar{background:var(--glass-bg)!important;backdrop-filter:blur(20px) saturate(1.8);-webkit-backdrop-filter:blur(20px) saturate(1.8);border-bottom:1px solid rgba(17,17,17,.08);box-shadow:0 1px #fff9,var(--shadow-sm)}.site-nav{background:var(--glass-bg)!important;backdrop-filter:blur(16px) saturate(1.6);-webkit-backdrop-filter:blur(16px) saturate(1.6);border-bottom:1px solid rgba(17,17,17,.06)}.site-nav-scrolled{box-shadow:var(--shadow-md)!important;border-bottom:1px solid rgba(17,17,17,.1)!important}.account-dropdown{box-shadow:var(--shadow-xl)!important;border:1px solid rgba(17,17,17,.08)!important;border-radius:16px!important;overflow:hidden}.account-option{border-radius:0;transition:background .15s,color .15s,padding-left .2s!important}.account-option:hover{background:var(--accent-light)!important;color:var(--accent)!important;padding-left:22px!important}.notification-badge{animation:badge-pulse 2s ease-in-out infinite;box-shadow:0 0 #b0202e66}@keyframes badge-pulse{0%{box-shadow:0 0 #b0202e66}70%{box-shadow:0 0 0 6px #b0202e00}to{box-shadow:0 0 #b0202e00}}.home-hero-image-wrap{position:relative;overflow:hidden}.home-hero-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(17,17,17,.18) 0%,transparent 60%);pointer-events:none}.post-card-wrap{transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1);border-radius:0}.post-card-wrap:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.section-rule{height:2px;background:linear-gradient(to right,var(--accent) 0%,transparent 100%);border:none;margin-bottom:28px}.cat-pill{display:inline-block;padding:4px 10px;background:var(--accent-light);color:var(--accent);font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgba(176,32,46,.18);border-radius:999px;transition:background .2s,color .2s,border-color .2s}.cat-pill:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.author-card-v2{display:flex;flex-direction:column;background:#fff;border:1px solid #ede9e0;overflow:hidden;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s}.author-card-v2:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:#b0202e4d}.author-card-v2:hover .author-card-v2__name{color:var(--accent)}.author-card-v2__avatar{width:100%;aspect-ratio:1 / 1;max-height:200px;-o-object-fit:cover;object-fit:cover;display:block;background:linear-gradient(135deg,#eeebe3,#e0dbd0);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:42px;font-weight:800;color:#111;letter-spacing:-.03em}.author-card-v2__body{padding:20px 22px 24px;flex:1;display:flex;flex-direction:column}.author-card-v2__role{font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.author-card-v2__name{font-family:"PT Serif",Georgia,serif;font-size:20px;font-weight:700;color:#111;line-height:1.2;letter-spacing:-.02em;transition:color .2s}.author-card-v2__bio{font-family:"PT Serif",Georgia,serif;font-size:13px;color:#5c5955;line-height:1.6;margin-top:10px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.author-card-v2__cta{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);text-decoration:none;transition:gap .2s}.author-card-v2:hover .author-card-v2__cta{gap:10px}.notif-page-header{background:var(--gradient-dark);color:#fff;padding:48px 0 40px;margin-bottom:0}.notif-row{display:flex;align-items:flex-start;gap:16px;padding:18px 20px;background:#fff;border:1px solid #ede9e0;border-radius:0;text-decoration:none;color:inherit;transition:var(--transition-smooth);position:relative;overflow:hidden}.notif-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gradient-accent);transform:scaleY(0);transform-origin:bottom;transition:transform .25s cubic-bezier(.16,1,.3,1)}.notif-row:hover{background:var(--accent-light);border-color:#b0202e33;transform:translate(4px)}.notif-row:hover:before{transform:scaleY(1)}.notif-row--unread{background:#fffcfc;border-left:3px solid var(--accent)}.notif-icon-wrap{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-icon-wrap--like{background:#fff1f1;color:var(--accent)}.notif-icon-wrap--comment{background:#f0f5ff;color:#1d4ed8}.notif-icon-wrap--assignment{background:#f0fdf4;color:#15803d}.notif-icon-wrap--default{background:#f5f3ee;color:#777}.auth-illustration{background:var(--gradient-dark)!important;position:relative;overflow:hidden}.auth-illustration-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:40px 40px}.auth-illustration-glow{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(176,32,46,.35) 0%,transparent 70%);top:20%;left:50%;transform:translate(-50%);pointer-events:none}.auth-illustration-glow-2{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(176,32,46,.15) 0%,transparent 70%);bottom:15%;right:10%;pointer-events:none}.auth-illustration-copy{position:absolute;left:10%;bottom:12%;color:#fff!important;z-index:2}.auth-illustration-copy .kicker{color:#fff9!important;margin-bottom:16px}.auth-illustration-copy p{font-size:clamp(24px,3vw,42px);font-weight:700;line-height:1.15;letter-spacing:-.02em}.auth-panel{box-shadow:-20px 0 60px #1111111f!important}.auth-fixed-brand{background:linear-gradient(180deg,#fff 80%,#fff0)!important;padding-bottom:24px!important;font-size:clamp(20px,2.5vw,28px)!important}.post-sidebar-card{background:var(--gradient-paper);border:1px solid #e8e4db;box-shadow:var(--shadow-sm);padding:28px!important}.social-btn-group{display:flex;border:1px solid #e8e4db;border-radius:0;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.newsletter-bar{background:var(--gradient-dark);color:#fff;padding:32px 0}.newsletter-bar input{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;border-radius:0!important}.newsletter-bar input::-moz-placeholder{color:#ffffff80!important}.newsletter-bar input::placeholder{color:#ffffff80!important}.newsletter-bar input:focus{background:#ffffff26!important;border-color:#fff6!important;box-shadow:none!important}.profile-form{border:1px solid #ede9e0!important;box-shadow:var(--shadow-sm);border-radius:0}.profile-section-title{background:var(--gradient-paper);margin:-28px -28px 22px!important;padding:16px 28px!important;border-bottom:1px solid #ede9e0;font-size:11px}.submission-row{transition:background .2s;border-bottom:1px solid #ede9e0!important}.submission-row:hover{background:var(--accent-light)!important}.admin-header{background:var(--gradient-dark)!important;border-bottom:2px solid var(--accent)!important}.admin-stats>div{background:#fff!important;transition:var(--transition-smooth)!important;border-right:1px solid #ede9e0}.admin-stats>div:hover{background:var(--accent-light)!important;box-shadow:var(--shadow-sm)}.admin-stats strong{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-row:hover{background:var(--accent-light)!important;padding-left:6px;transition:background .2s,padding-left .2s}.site-footer{background:var(--gradient-dark)!important;border-top:3px solid var(--accent)}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.page-enter{animation:slideUp .5s cubic-bezier(.16,1,.3,1) both}.fade-in{animation:fadeIn .4s ease both}.btn-primary{background:var(--gradient-dark)!important;border:none!important;box-shadow:0 2px 8px #1111112e;letter-spacing:.08em!important;transition:var(--transition-smooth)!important;position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-accent);opacity:0;transition:opacity .25s}.btn-primary:hover:after{opacity:1}.btn-primary:hover{box-shadow:0 6px 20px #b0202e52;transform:translateY(-2px)!important}.btn-primary:active{transform:translateY(0)!important}.btn-primary span,.btn-primary>*{position:relative;z-index:1}.btn-primary{isolation:isolate}.btn-secondary{border:1.5px solid #111!important;transition:var(--transition-smooth)!important}.btn-secondary:hover{background:#111!important;color:#fff!important;box-shadow:var(--shadow-sm)}.field-input:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px #b0202e1a,inset 0 -2px 0 var(--accent)!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f5f3ee}::-webkit-scrollbar-thumb{background:#cfc9bd;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}::-moz-selection{background:var(--accent);color:#fff}::selection{background:var(--accent);color:#fff}.masthead-subscribe{background:var(--gradient-accent)!important;border:none!important;box-shadow:0 2px 12px #b0202e4d!important;transition:var(--transition-smooth)!important;border-radius:0!important}.masthead-subscribe:hover{box-shadow:0 6px 24px #b0202e66!important;filter:brightness(1.08)!important}.loading-panel{background:var(--gradient-paper);border:1px solid #ede9e0;border-radius:0;padding:48px}@media (max-width: 768px){.notif-page-header{padding:32px 0 28px}.author-card-v2__avatar{max-height:160px}}:root{--ink-900: #0f0d0b;--ink-800: #1a1714;--ink-700: #2e2a26;--ink-600: #4a4742;--ink-500: #6b6762;--ink-400: #9b9691;--ink-300: #c8c3bb;--ink-200: #e2ddd7;--ink-100: #f0ede7;--ink-50: #fafaf8;--red-700: #7C1620;--red-600: #9B1B29;--red-500: #B0202E;--red-400: #C9303F;--red-100: #fdf2f3;--red-50: #fff8f8;--gold: #C9A84C;--gold-lt: #F5EDD6;--text-xs: 11px;--text-sm: 13px;--text-base: 16px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 28px;--text-3xl: 36px;--text-4xl: 48px;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--sp-10: 40px;--sp-12: 48px;--sp-16: 64px;--sh-xs: 0 1px 2px rgba(15,13,11,.06);--sh-sm: 0 2px 8px rgba(15,13,11,.08), 0 1px 2px rgba(15,13,11,.06);--sh-md: 0 6px 24px rgba(15,13,11,.1), 0 2px 6px rgba(15,13,11,.06);--sh-lg: 0 16px 48px rgba(15,13,11,.14), 0 4px 12px rgba(15,13,11,.08);--sh-xl: 0 32px 80px rgba(15,13,11,.18), 0 8px 24px rgba(15,13,11,.1);--sh-accent: 0 8px 32px rgba(176,32,46,.28);--ease: cubic-bezier(.16, 1, .3, 1);--t-fast: .15s;--t-base: .25s;--t-slow: .45s}body{font-feature-settings:"kern" 1,"liga" 1,"onum" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-moz-selection{background:var(--red-500);color:#fff;text-shadow:none}::selection{background:var(--red-500);color:#fff;text-shadow:none}.prem-navbar{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(24px) saturate(2);-webkit-backdrop-filter:blur(24px) saturate(2);border-bottom:1px solid var(--ink-200);box-shadow:var(--sh-sm);transition:background var(--t-base) ease,box-shadow var(--t-base) ease}.prem-navbar--scrolled{background:#fffffff5;box-shadow:var(--sh-md)}.prem-promo-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:var(--gold-lt);border:1px solid rgba(201,168,76,.3);font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8a6d1a;white-space:nowrap}.prem-navlink{position:relative;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:.01em;color:var(--ink-500);text-decoration:none;padding-bottom:3px;transition:color var(--t-base) ease}.prem-navlink:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--red-500);transition:width var(--t-base) var(--ease)}.prem-navlink:hover,.prem-navlink--active{color:var(--ink-900)}.prem-navlink:hover:after,.prem-navlink--active:after{width:100%}.prem-navlink--active{font-weight:700}.prem-hero{background:#fff;border-bottom:1px solid var(--ink-200)}.prem-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--red-500);margin-bottom:20px}.prem-hero__eyebrow:before{content:"";width:28px;height:2px;background:var(--red-500);display:block;flex-shrink:0}.prem-hero__title{font-family:"PT Serif",Georgia,serif;font-size:clamp(30px,3.2vw,48px);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--ink-900);transition:color var(--t-base) ease}.prem-hero__title:hover{color:var(--red-500)}.prem-hero__dek{font-family:"PT Serif",Georgia,serif;font-size:17px;color:var(--ink-600);line-height:1.75;margin-top:18px;border-left:3px solid var(--red-500);padding-left:16px;max-width:460px}.prem-hero__cta{display:inline-flex;align-items:center;gap:9px;padding:13px 26px;background:var(--ink-900);color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:2px solid var(--ink-900);transition:background var(--t-base) var(--ease),border-color var(--t-base) ease,gap var(--t-base) ease,box-shadow var(--t-base) ease;margin-top:28px}.prem-hero__cta:hover{background:var(--red-500);border-color:var(--red-500);gap:13px;box-shadow:var(--sh-accent)}.prem-tabs{display:flex;gap:0;border-bottom:2px solid var(--ink-200);overflow-x:auto;scrollbar-width:none}.prem-tabs::-webkit-scrollbar{display:none}.prem-tab{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-400);background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;white-space:nowrap;transition:color var(--t-base) ease,background var(--t-base) ease,border-color var(--t-base) ease}.prem-tab:hover{color:var(--ink-700);background:var(--ink-50)}.prem-tab--active{color:var(--ink-900);background:var(--red-50);border-bottom-color:var(--red-500)}.prem-tab__icon{opacity:.6;transition:opacity var(--t-base) ease}.prem-tab--active .prem-tab__icon,.prem-tab:hover .prem-tab__icon{opacity:1}.prem-card{display:block;text-decoration:none;color:var(--ink-900);background:#fff;border:1px solid var(--ink-200);overflow:hidden;transition:transform var(--t-base) var(--ease),box-shadow var(--t-base) var(--ease),border-color var(--t-base) ease}.prem-card:hover{transform:translateY(-5px);box-shadow:var(--sh-lg);border-color:transparent}.prem-card__img-wrap{overflow:hidden;background:var(--ink-100);position:relative}.prem-card__img{width:100%;height:190px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s var(--ease),filter .4s ease;filter:saturate(.9)}.prem-card:hover .prem-card__img{transform:scale(1.05);filter:saturate(1.05)}.prem-card__eyebrow-wrap{position:absolute;bottom:0;left:0;right:0;padding:24px 14px 10px;background:linear-gradient(to top,rgba(15,13,11,.55) 0%,transparent 100%)}.prem-card__eyebrow{font-family:Inter,sans-serif;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:var(--red-500);padding:3px 8px;display:inline-block}.prem-card__body{padding:16px 18px 20px}.prem-card__title{font-family:"PT Serif",Georgia,serif;font-size:17px;font-weight:700;line-height:1.3;letter-spacing:-.01em;color:var(--ink-900);margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--t-base) ease}.prem-card:hover .prem-card__title{color:var(--red-500)}.prem-card__dek{font-family:"PT Serif",Georgia,serif;font-size:13px;color:var(--ink-500);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px}.prem-card__byline{font-family:Inter,sans-serif;font-size:11px;color:var(--ink-400);letter-spacing:.01em;display:flex;align-items:center;gap:5px}.prem-card__byline:before{content:"";width:16px;height:1px;background:var(--ink-300);display:block;flex-shrink:0}.prem-card--lead .prem-card__img{height:360px}.prem-card--lead .prem-card__title{font-size:24px;-webkit-line-clamp:4}.prem-card--lead .prem-card__dek{-webkit-line-clamp:3;font-size:15px}.prem-section-head{margin-bottom:32px}.prem-section-head__eyebrow{font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--red-500);margin-bottom:8px;display:flex;align-items:center;gap:8px}.prem-section-head__eyebrow:after{content:"";flex:1;height:1px;background:var(--ink-200);max-width:48px}.prem-section-head__title{font-family:"PT Serif",Georgia,serif;font-size:clamp(22px,2.5vw,30px);font-weight:700;color:var(--ink-900);line-height:1.1;letter-spacing:-.022em;margin:0}.prem-section-head__rule{margin-top:14px;height:2px;background:linear-gradient(to right,var(--red-500) 0%,transparent 100%);border:none}.prem-newsletter{background:var(--ink-900);position:relative;overflow:hidden}.prem-newsletter:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.prem-newsletter:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(176,32,46,.22) 0%,transparent 65%);top:-120px;right:-80px;pointer-events:none}.prem-progress-bar{position:fixed;top:0;left:0;height:3px;background:linear-gradient(to right,var(--red-700),var(--red-400));z-index:9999;transition:width .08s linear;box-shadow:0 0 8px #b0202e80}.prem-post-header{background:#fff;border-bottom:1px solid var(--ink-200)}.prem-post-body{font-family:"PT Serif",Georgia,serif;font-size:19px;line-height:1.88;color:var(--ink-800)}.prem-post-body p{margin:0 0 1.4em}.prem-post-body blockquote{margin:2em 0;padding:1.2em 1.5em;border-left:4px solid var(--red-500);background:linear-gradient(135deg,var(--ink-50),#fff);font-style:italic;font-size:20px;font-weight:600;line-height:1.5;color:var(--ink-700)}.prem-post-body p.drop-cap:first-letter{font-size:4.2em;font-weight:700;float:left;line-height:.78;margin-right:.12em;margin-top:.06em;color:var(--red-500);font-family:"PT Serif",Georgia,serif}.prem-sidebar-card{background:var(--ink-50);border:1px solid var(--ink-200);padding:24px;position:sticky;top:140px}.prem-sidebar-card__label{font-family:Inter,sans-serif;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-400);margin-bottom:16px;display:flex;align-items:center;gap:8px}.prem-sidebar-card__label:after{content:"";flex:1;height:1px;background:var(--ink-200)}.prem-action-bar{display:flex;align-items:stretch;border:1px solid var(--ink-200);background:#fff;overflow:hidden;box-shadow:var(--sh-xs);margin-top:28px}.prem-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;padding:12px 8px;background:transparent;border:none;font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.01em;color:var(--ink-500);cursor:pointer;transition:background var(--t-fast) ease,color var(--t-fast) ease}.prem-action-btn:hover:not(:disabled){background:var(--red-100);color:var(--red-500)}.prem-action-btn--active{color:var(--red-500)}.prem-action-btn:disabled{opacity:.45;cursor:not-allowed}.prem-action-divider{width:1px;background:var(--ink-200);flex-shrink:0;align-self:stretch}.prem-profile-sidebar{background:var(--ink-900);width:270px;flex-shrink:0;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid rgba(255,255,255,.06)}.prem-profile-avatar-wrap{position:relative;width:68px;height:68px}.prem-profile-avatar{width:68px;height:68px;background:var(--ink-700);border:2px solid rgba(255,255,255,.12);overflow:hidden;display:flex;align-items:center;justify-content:center}.prem-profile-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.prem-profile-avatar__initials{font-family:Inter,sans-serif;font-size:22px;font-weight:800;color:#ffffff59;letter-spacing:-.02em}.prem-sidebar-nav-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 24px;background:transparent;border:none;border-left:3px solid transparent;cursor:pointer;text-align:left;transition:background var(--t-fast) ease,border-color var(--t-fast) ease}.prem-sidebar-nav-btn:hover:not(.prem-sidebar-nav-btn--active){background:#ffffff0a}.prem-sidebar-nav-btn--active{background:#b0202e24;border-left-color:var(--red-500)}.prem-panel{background:#fff;border:1px solid var(--ink-200);box-shadow:var(--sh-xs)}.prem-panel__head{padding:20px 28px 18px;border-bottom:1px solid var(--ink-200);background:linear-gradient(180deg,var(--ink-50) 0%,#fff 100%)}.prem-panel__title{font-family:"PT Serif",Georgia,serif;font-size:20px;font-weight:700;color:var(--ink-900);margin:0;letter-spacing:-.02em}.prem-panel__sub{font-family:Inter,sans-serif;font-size:12px;color:var(--ink-400);margin:4px 0 0}.prem-panel__body{padding:24px 28px}.prem-saved-row{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--ink-200);transition:background var(--t-fast) ease}.prem-saved-row:last-child{border-bottom:none}.prem-saved-row:hover{background:var(--ink-50);margin:0 -28px;padding:16px 28px}.prem-saved-thumb{width:80px;height:60px;background:var(--ink-100);flex-shrink:0;overflow:hidden}.prem-saved-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s var(--ease)}.prem-saved-row:hover .prem-saved-thumb img{transform:scale(1.06)}.prem-authors-header{background:var(--ink-900);padding:64px 0 52px;position:relative;overflow:hidden;border-bottom:3px solid var(--red-500)}.prem-authors-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.prem-author-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--ink-200);overflow:hidden;text-decoration:none;color:inherit;transition:transform var(--t-base) var(--ease),box-shadow var(--t-base) var(--ease),border-color var(--t-base) ease}.prem-author-card:hover{transform:translateY(-6px);box-shadow:var(--sh-lg);border-color:#b0202e40}.prem-author-card__avatar-area{position:relative;height:190px;overflow:hidden}.prem-author-card__initials{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:56px;font-weight:800;color:#ffffff1f;letter-spacing:-.05em;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color var(--t-base) ease}.prem-author-card:hover .prem-author-card__initials{color:#fff3}.prem-author-card__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s var(--ease),opacity var(--t-base) ease}.prem-author-card:hover .prem-author-card__photo{transform:scale(1.06)}.prem-author-card__role-badge{position:absolute;top:12px;right:12px;z-index:2;padding:3px 9px;font-family:Inter,sans-serif;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.prem-author-card__body{padding:20px 22px 24px;flex:1;display:flex;flex-direction:column}.prem-author-card__name{font-family:"PT Serif",Georgia,serif;font-size:20px;font-weight:700;color:var(--ink-900);line-height:1.2;letter-spacing:-.02em;margin:0 0 8px;transition:color var(--t-base) ease}.prem-author-card:hover .prem-author-card__name{color:var(--red-500)}.prem-author-card__bio{font-family:"PT Serif",Georgia,serif;font-size:13px;color:var(--ink-500);line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.prem-author-card__cta{display:flex;align-items:center;gap:6px;margin-top:16px;padding-top:14px;border-top:1px solid var(--ink-200);font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--red-500);transition:gap var(--t-base) var(--ease)}.prem-author-card:hover .prem-author-card__cta{gap:10px}.prem-footer{background:var(--ink-900);border-top:3px solid var(--red-500);color:#fff;margin-top:80px}.prem-footer__brand{font-family:"PT Serif",Georgia,serif;font-size:clamp(26px,4vw,40px);font-weight:700;letter-spacing:-.025em;color:#fff}.prem-footer__tagline{font-family:"PT Serif",Georgia,serif;font-size:14px;color:#ffffff80;max-width:400px;line-height:1.65;margin-top:10px}.prem-footer__col-title{font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;margin-bottom:16px;display:flex;align-items:center;gap:10px}.prem-footer__col-title:after{content:"";flex:1;height:1px;background:#ffffff1a}.prem-footer__link{display:block;font-family:Inter,sans-serif;font-size:13px;color:#ffffff8c;text-decoration:none;padding:5px 0;transition:color var(--t-fast) ease,padding-left var(--t-fast) ease}.prem-footer__link:hover{color:#fff;padding-left:5px}.prem-footer__social{display:flex;align-items:center;gap:8px;padding:6px 0;font-family:Inter,sans-serif;font-size:13px;color:#ffffff8c;text-decoration:none;transition:color var(--t-fast) ease}.prem-footer__social:hover{color:#fff}.prem-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0 24px;border-top:1px solid rgba(255,255,255,.08);font-family:Inter,sans-serif;font-size:11px;color:#ffffff4d;flex-wrap:wrap}.prem-footer__bottom-accent{width:32px;height:3px;background:var(--red-500);display:block;margin-bottom:32px}.prem-skeleton{background:linear-gradient(90deg,var(--ink-100) 25%,var(--ink-50) 37%,var(--ink-100) 63%);background-size:400px 100%;animation:shimmer 1.4s linear infinite}.prem-scroll-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--ink-200);cursor:pointer;color:var(--ink-700);transition:background var(--t-fast) ease,border-color var(--t-fast) ease,color var(--t-fast) ease,box-shadow var(--t-fast) ease}.prem-scroll-btn:hover{background:var(--red-500);border-color:var(--red-500);color:#fff;box-shadow:var(--sh-accent)}.prem-announcement{background:linear-gradient(135deg,var(--ink-900) 0%,var(--red-700) 100%);color:#fff;padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:12px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.01em;position:relative;overflow:hidden}.prem-announcement:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.06) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 3s linear infinite}.prem-announcement__dismiss{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color var(--t-fast) ease}.prem-announcement__dismiss:hover{color:#fff}.prem-message-box{margin-top:28px;padding:22px 24px;border:1px solid var(--ink-200);background:linear-gradient(135deg,var(--ink-50) 0%,#fff 100%)}.prem-message-box__head{font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-700);display:flex;align-items:center;gap:8px;margin-bottom:14px}.prem-message-success{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#eef8f0;border:1px solid #d1e8d7;color:#287a45;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.prem-filter-pill{display:inline-flex;align-items:center;padding:7px 18px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:capitalize;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff9;cursor:pointer;transition:background var(--t-fast) ease,color var(--t-fast) ease,border-color var(--t-fast) ease,box-shadow var(--t-fast) ease}.prem-filter-pill:hover{background:#ffffff26;color:#fff;border-color:#ffffff4d}.prem-filter-pill--active{background:var(--red-500);color:#fff;border-color:var(--red-500);box-shadow:0 4px 16px #b0202e59}.prem-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;flex-shrink:0}.prem-badge--published{background:#ecfdf5;color:#166534}.prem-badge--pending{background:#fffbeb;color:#92400e}.prem-badge--rejected{background:#fef2f2;color:var(--red-500)}.prem-badge--reviewed{background:#ecfdf5;color:#166534}@media (max-width: 768px){.prem-post-body{font-size:17px;line-height:1.78}.prem-profile-sidebar{display:none}.prem-authors-header{padding:40px 0 36px}.prem-card--lead .prem-card__img{height:240px}.prem-footer{margin-top:48px}}@media (max-width: 480px){.prem-tab{padding:10px 14px;font-size:11px}.prem-hero__title{font-size:clamp(26px,7vw,36px)}}@media (prefers-reduced-motion: reduce){.prem-card,.prem-author-card,.prem-card__img,.prem-author-card__photo,.prem-scroll-btn,.prem-action-btn{transition:none!important;transform:none!important;animation:none!important}}:root{--navbar-h: 58px;--catstrip-h: 46px}@media (max-width: 768px){:root{--navbar-h: 58px;--catstrip-h: 0px}}@media (max-width: 767px){.desktop-cat-strip{top:var(--navbar-h)!important}}.home-hero-image-col{order:-1}@media (max-width: 767px){.home-hero-shell{min-height:calc(100vh - 58px - var(--announcement-height, 0px))!important}.home-hero-shell>div{padding:18px 18px 34px!important}.home-hero-grid{grid-template-columns:1fr!important;gap:22px!important}.home-hero-image-col{order:-1}.home-hero-img{height:clamp(220px,62vw,320px)!important}.home-hero-copy h1{font-size:clamp(24px,7vw,32px)!important;line-height:1.08!important}.home-hero-copy>p:first-child{margin-bottom:10px!important}.home-newsletter-form{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.home-newsletter-input-row{width:100%!important}.home-newsletter-input-row input{width:100%!important;border-right:1px solid rgba(255,255,255,.18)!important}.home-newsletter-input-row button{width:100%!important}.home-feed-card{flex:0 0 240px!important}.home-cats-videos-grid{grid-template-columns:1fr!important;gap:40px!important}.category-link-grid{grid-template-columns:1fr!important}.home-videos-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}}@media (min-width: 560px) and (max-width: 767px){.home-hero-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)!important;gap:18px!important;align-items:center!important}.home-hero-copy{order:0!important}.home-hero-image-col{order:-1!important}.home-hero-img{height:300px!important}.home-hero-copy h1{font-size:clamp(20px,4vw,28px)!important}.home-hero-copy>p:first-child{font-size:8px!important}.home-hero-copy>div{margin-top:16px!important}}@media (max-width: 480px){.home-videos-grid{grid-template-columns:1fr!important}}@media (max-width: 767px){.home-feed-card,.latest-card{flex:0 0 100%!important;width:100%!important}.premium-scrollbar{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;gap:20px!important;scroll-snap-type:x mandatory}}@media (max-width: 767px){.post-header-grid{grid-template-columns:1fr!important;gap:28px!important;padding-top:32px!important;padding-bottom:40px!important}.post-header-img{height:clamp(200px,50vw,340px)!important}.post-content-shell{grid-template-columns:1fr!important;gap:32px!important;padding-top:28px!important;padding-bottom:60px!important}.post-sidebar{display:none!important}.post-body{font-size:17px!important;line-height:1.78!important}.post-action-bar{margin-top:20px!important}}@media (max-width: 767px){.post-card-img-default{height:160px!important}.post-card-img-lead{height:220px!important}}@media (max-width: 767px){.category-feature-img{height:clamp(200px,50vw,340px)!important}.category-feature-layout{grid-template-columns:1fr!important;gap:24px!important;min-height:unset!important}.category-supporting-grid{grid-template-columns:repeat(2,1fr)!important;gap:18px!important}}@media (max-width: 480px){.category-supporting-grid{grid-template-columns:1fr!important}}@media (max-width: 480px){.authors-card-grid{grid-template-columns:1fr!important}}@media (max-width: 900px){.profile-root{flex-direction:column!important}.profile-sidebar{width:100%!important;height:auto!important;min-height:0!important;position:sticky!important;top:var(--navbar-h)!important;z-index:80!important;flex-direction:row!important;overflow:visible!important;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.1)!important;flex-shrink:0!important}.profile-sidebar-profile-block{display:none!important}.profile-sidebar-nav{flex-direction:row!important;padding:0!important;overflow-x:auto!important;overflow-y:hidden!important;flex:1!important;-ms-overflow-style:none;scrollbar-width:none}.profile-sidebar-nav::-webkit-scrollbar{display:none}.profile-sidebar-nav button{padding:13px 16px!important;border-left:none!important;border-bottom:3px solid transparent!important;white-space:nowrap!important;flex-shrink:0!important;height:auto!important}.profile-sidebar-nav button[data-active=true]{border-bottom-color:#b0202e!important;background:#b0202e1f!important}.profile-sidebar-back{display:none!important}.profile-main{padding:20px 16px 60px!important}.profile-overview-grid{grid-template-columns:1fr!important;gap:10px 0!important}.profile-form-2col{grid-template-columns:1fr!important;gap:14px!important}.profile-panel-head{padding:16px 18px 14px!important}.profile-saved-body{padding:0 18px!important}.profile-saved-row-inner{flex-wrap:wrap!important;gap:10px!important}}@media (min-width: 901px){.admin-sidebar{transform:none!important;position:sticky!important}}@media (max-width: 900px){.admin-root{flex-direction:column!important}.admin-sidebar{transform:none!important;width:100%!important;height:auto!important;min-height:0!important;position:sticky!important;top:var(--navbar-h)!important;z-index:80!important;flex-direction:row!important;overflow:visible!important;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.1)!important;flex-shrink:0!important}.admin-sidebar-logo-block,.admin-sidebar-footer{display:none!important}.admin-sidebar-nav{flex-direction:row!important;padding:0!important;overflow-x:auto!important;overflow-y:hidden!important;flex:1!important;-ms-overflow-style:none;scrollbar-width:none}.admin-sidebar-nav::-webkit-scrollbar{display:none}.admin-sidebar-nav button{border-left:none!important;border-bottom:3px solid transparent!important;padding:13px 14px!important;white-space:nowrap!important;flex-shrink:0!important;height:auto!important}.admin-sidebar-nav button[data-active=true]{border-bottom-color:#b0202e!important;background:#b0202e1f!important}.admin-main{padding:20px 16px 60px!important}.admin-stats-grid{grid-template-columns:repeat(2,1fr)!important}.admin-row-inner{flex-wrap:wrap!important;align-items:flex-start!important;padding:14px 16px!important}.admin-row-actions{width:100%!important;justify-content:flex-start!important}}@media (max-width: 767px){.footer-3col-grid{grid-template-columns:1fr 1fr!important;gap:28px 24px!important}.footer-3col-grid>div:nth-child(3){grid-column:1 / -1}.footer-brand-row{flex-direction:column!important;gap:28px!important}.footer-subscribe-block{max-width:100%!important;width:100%!important}.footer-subscribe-input{flex:1!important}.footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:6px!important}}@media (max-width: 480px){.footer-3col-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 18px!important}}@media (max-width: 767px){.field-input{font-size:16px!important}.btn-primary,.btn-secondary,.btn-danger{min-height:44px}}@media (max-width: 767px){.section-pad-mobile{padding-top:44px!important;padding-bottom:44px!important}.max-w-6xl,.max-w-4xl,.max-w-3xl,.max-w-2xl{padding-left:16px!important;padding-right:16px!important}}@media (max-width: 767px){.auth-illustration-panel{display:none!important}.auth-form-panel{height:auto!important;min-height:100dvh!important}}@media (max-width: 767px){body,#root{overflow-x:hidden}}body{color:#2d2926;font-weight:400}strong,b{font-weight:600}a{text-underline-offset:2px}h1,h2,h3,h4,h5{font-weight:700;letter-spacing:-.015em;color:#1e1b18}.font-utility,[style*="'Inter'"]{-webkit-font-smoothing:antialiased}.kicker{font-weight:500!important;letter-spacing:.09em!important;font-size:10px!important;color:#b0202e;opacity:.85}.btn-primary{font-weight:500!important;letter-spacing:.04em!important;font-size:12px!important}.btn-secondary{font-weight:500!important;letter-spacing:.04em!important}.field-input{font-size:15px!important;font-weight:400!important;color:#2d2926!important;border-color:#d8d4cc!important}.field-input::-moz-placeholder{color:#b8b3aa!important;font-weight:400!important}.field-input::placeholder{color:#b8b3aa!important;font-weight:400!important}.field-input:focus{border-color:#b0202e!important;box-shadow:0 0 0 2px #b0202e14!important}.prem-card__eyebrow{font-weight:500!important;letter-spacing:.08em!important;font-size:9px!important}.prem-card__title{font-weight:600!important}.prem-card__byline{font-weight:400!important;color:#a8a39c!important}.prem-section-head__eyebrow{font-weight:500!important;letter-spacing:.1em!important;font-size:10px!important;opacity:.8}.prem-section-head__title,.nb-logo{font-weight:600!important}.desktop-cat-strip a{font-weight:400!important;font-size:12px!important;letter-spacing:0!important}.desktop-cat-strip a[style*="fontWeight: 700"],.desktop-cat-strip a[style*="font-weight: 700"]{font-weight:500!important}.footer-3col-grid a,.prem-footer__link{font-weight:400!important;color:#ffffff7a!important}.prem-footer__col-title{font-weight:500!important;letter-spacing:.1em!important;font-size:10px!important}.prem-footer__brand{font-weight:600!important}.prem-announcement{font-weight:400!important;font-size:13px!important}.admin-sidebar-nav button span,.profile-sidebar-nav button span{font-weight:400!important}.admin-sidebar-nav button[data-active=true] span,.profile-sidebar-nav button[data-active=true] span{font-weight:500!important}.prem-badge{font-weight:500!important;letter-spacing:.04em!important;font-size:10px!important}.profile-panel-head h2,[class*=SectionHead] h2{font-weight:600!important}.prem-post-body{color:#2d2926!important;font-weight:400!important}.prem-post-body blockquote{font-weight:500!important;font-size:19px!important;color:#3a3530!important}.prem-author-card__name{font-weight:600!important}.prem-author-card__cta{font-weight:500!important;letter-spacing:.04em!important}.prem-hero__eyebrow{font-weight:500!important;letter-spacing:.12em!important}.prem-hero__cta{font-weight:500!important;letter-spacing:.04em!important}[style*='letterSpacing: "0.16em"'],[style*='letterSpacing: "0.18em"'],[style*="letterSpacing: '0.16em'"],[style*="letterSpacing: '0.18em'"]{letter-spacing:.1em!important}[style*="fontWeight: 700"][style*="'Inter'"],[style*='fontWeight: "700"'][style*='"Inter"']{font-weight:600!important}body{background:#faf9f7!important}#root{background:#faf9f7}.prem-panel,.prem-card,.prem-author-card{background:#fff!important}:root{--border-color: rgba(0,0,0,.08)}::-moz-selection{background:#b0202e26;color:#1e1b18}::selection{background:#b0202e26;color:#1e1b18}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#b0202e66}::-webkit-scrollbar-track{background:transparent}.prem-card:hover{transform:translateY(-3px)!important}.prem-author-card:hover{transform:translateY(-4px)!important}img:not([alt=""]):not([style*=objectFit]){filter:saturate(.95)}.btn-primary{text-transform:none!important;font-weight:700!important;letter-spacing:0!important;font-size:13px!important;padding:11px 22px!important;background:#b0202e!important;border:1px solid #B0202E!important;border-radius:4px!important;color:#fff!important;box-shadow:none!important}.btn-primary:hover{background:#941927!important;border-color:#941927!important;box-shadow:none!important;transform:none!important}.btn-primary:after{display:none!important}button,.btn-primary,.btn-secondary,.btn-danger{text-transform:none!important;letter-spacing:0!important}.btn-secondary,.btn-danger{font-family:Inter,sans-serif!important;font-size:13px!important;font-weight:700!important;padding:11px 22px!important;border-radius:4px!important;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.btn-secondary{background:#fff!important;border:1px solid #d8d3ca!important;color:#2d2926!important}.btn-secondary:hover{background:#f5f1eb!important;border-color:#cfc6b8!important;color:#2d2926!important;transform:none!important}.btn-danger{background:#fff!important;border:1px solid #B0202E!important;color:#b0202e!important}.btn-danger:hover{background:#b0202e!important;border-color:#b0202e!important;color:#fff!important;transform:none!important}.field-input{border:1px solid #d8d3ca!important;color:#2d2926!important}.btn-primary[type=submit]{padding:10px 22px!important}.videos-layout{padding:0 24px;box-sizing:border-box}@media (max-width: 900px){.home-video-layout{grid-template-columns:1fr!important;gap:32px!important}}@media (max-width: 640px){.home-video-layout .videos-category-rail{position:static!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;overflow-x:visible!important;border-right:0!important;border-bottom:1px solid #ded9d0!important;padding:0 0 20px!important;margin-bottom:30px!important}.home-video-layout .videos-category-rail .videos-kicker,.home-video-layout .videos-category-rail h2{display:block!important;width:100%}.home-video-layout .videos-category-link{flex:0 0 auto;border:1px solid #ded9d0;padding:8px 14px}.home-video-layout .videos-category-link:hover,.home-video-layout .videos-category-link-active{padding-left:14px;background:#fdf1f2}}.home-video-layout .youtube-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 640px){.home-video-layout .youtube-video-grid{grid-template-columns:1fr!important}}.home-about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center}.home-about-video-wrap{overflow:hidden;background:#111}.home-about-video{display:block;width:100%;aspect-ratio:16 / 9;background:#111;-o-object-fit:cover;object-fit:cover}.home-about-title{margin:0 0 28px;font-family:"PT Serif",Georgia,serif;font-size:clamp(24px,3vw,36px);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#111}.home-about-text{color:#4f4c49;font-family:Inter,sans-serif;font-size:15px;line-height:1.75;max-width:480px;margin:0 0 16px}.home-about-text:last-of-type{margin-bottom:28px}.home-about-cta{display:inline-flex;align-items:center;gap:8px;color:#fff;background:#b0202e;padding:12px 24px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;transition:gap .2s ease,background .2s ease}.home-about-cta:hover{gap:12px;background:#7c1620}@media (max-width: 900px){.home-about-grid{grid-template-columns:1fr;gap:32px}.home-about-text{max-width:100%}}.category-archive-page{min-height:100vh;background:#fafaf8;color:#2d2926}.category-archive-hero,.category-feature-section,.category-secondary-section,.category-archive-list-section,.category-archive-state{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.category-archive-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-top:58px;padding-bottom:36px;border-bottom:1px solid #ede9e0}.category-archive-kicker{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#b0202e;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.category-archive-kicker:before{content:"";width:22px;height:1.5px;background:#b0202e;opacity:.65}.category-archive-hero h1{margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:clamp(38px,6vw,72px);font-weight:600;line-height:.98;letter-spacing:0;text-transform:capitalize}.category-archive-hero p:not(.category-archive-kicker){max-width:560px;margin:18px 0 0;color:#5f5a54;font-family:"PT Serif",Georgia,serif;font-size:17px;line-height:1.7}.category-archive-count{display:inline-flex;align-items:center;gap:8px;padding-bottom:8px;color:#8a8580;font-family:Inter,sans-serif;font-size:12px}.category-feature-section{padding-top:42px;padding-bottom:46px}.category-feature-article{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:46px;align-items:center}.category-feature-media,.category-row-media,.category-card-media{display:block;overflow:hidden;background:#eeece4;text-decoration:none}.category-feature-media img,.category-row-media img,.category-card-media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.94);transition:transform .55s ease,filter .35s ease}.category-feature-media:hover img,.category-row-media:hover img,.category-card-media:hover img{transform:scale(1.02);filter:saturate(1)}.category-feature-media{height:440px}.category-feature-media div,.category-row-media div,.category-card-media div{display:flex;height:100%;align-items:center;justify-content:center;color:#0f0d0b38;font-family:"PT Serif",Georgia,serif;font-size:42px;font-weight:600}.category-feature-copy a,.category-article-row a,.category-article-card a{color:inherit;text-decoration:none}.category-feature-copy h2{margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:clamp(30px,3.5vw,46px);font-weight:600;line-height:1.08}.category-feature-copy h2:hover,.category-article-row h2:hover,.category-article-card h3:hover{color:#b0202e}.category-feature-dek{margin:16px 0 18px;color:#55514b;font-family:"PT Serif",Georgia,serif;font-size:17px;line-height:1.7}.category-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;margin-bottom:10px;color:#8a8580;font-family:Inter,sans-serif;font-size:11px;line-height:1.4}.category-article-meta svg{flex:0 0 auto;color:#b5afa7;stroke-width:1.8}.category-article-meta span:first-child{color:#b0202e;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.category-article-meta span:nth-of-type(2){color:#4f4a44;font-weight:500}.category-read-link{display:inline-flex;align-items:center;gap:7px;margin-top:8px;color:#b0202e!important;font-family:Inter,sans-serif;font-size:12px;font-weight:500}.category-secondary-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;padding-top:36px;padding-bottom:42px;border-top:1px solid #ede9e0}.category-article-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;align-items:start}.category-row-media{height:112px}.category-article-row h2{margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:22px;font-weight:600;line-height:1.16}.category-article-row p{display:-webkit-box;overflow:hidden;margin:9px 0 0;color:#625d57;font-size:13px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-archive-list-section{padding-top:42px;padding-bottom:86px;border-top:1px solid #ede9e0}.category-section-heading{margin-bottom:24px;color:#8a8580;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.category-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px}.category-article-card{display:flex;min-height:100%;flex-direction:column;min-width:0;padding-bottom:22px;border-bottom:1px solid #ede9e0}.category-card-media{height:190px;margin-bottom:14px}.category-article-card h3{margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:19px;font-weight:600;line-height:1.24}.category-article-card p{display:-webkit-box;overflow:hidden;margin:9px 0 0;color:#625d57;font-size:13px;line-height:1.58;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-show-more-wrap{display:flex;justify-content:center;padding-top:34px}.category-show-more-wrap-first{padding-top:0}.category-show-more-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 22px;border:1px solid #d9d3ca;background:#fff;color:#1e1b18;font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease}.category-show-more-btn:hover{border-color:#b0202e;background:#fff8f8;color:#b0202e;transform:translateY(-1px)}.category-show-more-btn:disabled{cursor:wait;opacity:.62;transform:none}.category-show-more-btn span{color:#8a8580;font-size:11px;font-weight:500}.category-archive-state{padding-top:72px;padding-bottom:96px;color:#8a8580;font-family:Inter,sans-serif;font-size:13px;text-align:center}.category-archive-state .loading-spinner{display:inline-block;width:18px;height:18px;margin-bottom:10px}.category-archive-empty a{display:inline-block;margin-top:14px;color:#b0202e;font-weight:500;text-decoration:none}@media (max-width: 960px){.category-feature-article,.category-secondary-section{grid-template-columns:1fr}.category-feature-media{height:clamp(280px,52vw,420px)}.category-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.category-archive-hero{display:block;padding-top:38px}.category-archive-count{margin-top:20px}.category-article-row{grid-template-columns:112px minmax(0,1fr);gap:14px}.category-row-media{height:92px}.category-article-row h2{font-size:18px}.category-article-grid{grid-template-columns:1fr}.category-show-more-wrap{padding-top:26px}.category-show-more-btn{width:100%}}.authors-directory-page{min-height:100vh;background:#fafaf8;color:#2d2926}.authors-directory-hero,.authors-filter-bar,.authors-featured-grid,.authors-list-section,.authors-directory-state{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.authors-directory-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-top:58px;padding-bottom:36px;border-bottom:1px solid #ede9e0}.authors-directory-kicker{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#b0202e;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.authors-directory-kicker:before{content:"";width:22px;height:1.5px;background:#b0202e;opacity:.65}.authors-directory-hero h1{margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:clamp(38px,6vw,72px);font-weight:600;line-height:.98;letter-spacing:0}.authors-directory-hero p:not(.authors-directory-kicker){max-width:560px;margin:18px 0 0;color:#5f5a54;font-family:"PT Serif",Georgia,serif;font-size:17px;line-height:1.7}.authors-directory-count{display:inline-flex;align-items:center;gap:8px;padding-bottom:8px;color:#8a8580;font-family:Inter,sans-serif;font-size:12px}.authors-filter-bar{display:flex;gap:8px;overflow-x:auto;padding-top:18px;padding-bottom:8px}.authors-filter-bar button{flex:0 0 auto;padding:9px 13px;border:1px solid transparent;border-radius:999px;background:transparent;color:#8a8580;font-family:Inter,sans-serif;font-size:12px;font-weight:400;cursor:pointer}.authors-filter-bar button:hover,.authors-filter-bar .authors-filter-active{color:#1e1b18;border-color:#e8e4db;background:#fff}.authors-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding-top:42px;padding-bottom:48px}.authors-feature-card{display:flex;flex-direction:column;min-width:0;gap:16px;padding:22px;border-left:3px solid #B0202E;background:#fff;box-shadow:0 1px 2px #0f0d0b0a;color:inherit;text-decoration:none;transition:transform .24s ease,box-shadow .24s ease}.authors-feature-card+.authors-feature-card{padding-left:22px;border-left:0}.authors-feature-card:hover{box-shadow:0 10px 28px #0f0d0b14;transform:translateY(-2px)}.authors-feature-main{display:flex;min-width:0;gap:18px;color:inherit;text-decoration:none}.authors-avatar{display:inline-flex;width:58px;height:58px;flex:0 0 58px;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:#1e1b18;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.authors-avatar-large{width:74px;height:74px;flex-basis:74px;font-size:20px}.authors-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.authors-feature-card span,.authors-directory-row span{display:block;margin-bottom:6px;color:#b0202e;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.09em;text-transform:uppercase}.authors-feature-card h2,.authors-directory-row h2{margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-weight:600;line-height:1.12;letter-spacing:0}.authors-feature-card h2{font-size:25px}.authors-directory-row h2{font-size:22px}.authors-feature-card p,.authors-directory-row p{display:-webkit-box;overflow:hidden;margin:9px 0 0;color:#5f5a54;font-size:13px;line-height:1.6;-webkit-box-orient:vertical}.authors-feature-card p{-webkit-line-clamp:4}.authors-directory-row p{-webkit-line-clamp:2}.authors-feature-card small{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:#b0202e;font-family:Inter,sans-serif;font-size:11px;font-weight:500}.authors-feature-card:hover h2,.authors-directory-row:hover h2{color:#b0202e}.authors-list-section{padding-top:2px;padding-bottom:88px}.authors-section-heading{padding-bottom:18px}.authors-section-heading span{color:#8a8580;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.authors-directory-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}.authors-directory-row{display:flex;min-width:0;flex-direction:column;gap:12px;padding:18px;border-left:3px solid #B0202E;background:#fff;box-shadow:0 1px 2px #0f0d0b09;color:inherit;text-decoration:none;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.author-card,.author-card-v2,.prem-author-card{border-left:3px solid #B0202E!important}.authors-directory-row:hover{background:snow;box-shadow:0 8px 22px #0f0d0b0f;transform:translateY(-1px)}.authors-directory-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;color:inherit;text-decoration:none}.authors-directory-main>svg{color:#b0202e;opacity:0;transform:translate(-4px);transition:opacity .18s ease,transform .18s ease}.authors-directory-row:hover .authors-directory-main>svg{opacity:1;transform:translate(0)}.authors-contact-links{display:flex;align-items:center;gap:8px;padding-top:2px}.authors-contact-links a,.authors-contact-disabled{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid #ede9e0;border-radius:50%;background:#fafaf8;color:#6f6962;text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.authors-contact-disabled{opacity:.3;cursor:default;pointer-events:none}.authors-contact-links a:hover{border-color:#b0202e;background:#fff3f4;color:#b0202e;transform:translateY(-1px)}.authors-contact-links-compact{padding-left:74px}.authors-directory-state{padding-top:72px;padding-bottom:96px;color:#8a8580;font-family:Inter,sans-serif;font-size:13px;text-align:center}.authors-directory-state .loading-spinner{display:inline-block;width:18px;height:18px;margin-bottom:10px}@media (max-width: 900px){.authors-featured-grid,.authors-directory-list{grid-template-columns:1fr}.authors-feature-card,.authors-feature-card+.authors-feature-card{padding-left:18px;padding-right:18px;border-left:0}}@media (max-width: 640px){.authors-directory-hero{display:block;padding-top:38px}.authors-directory-count{margin-top:20px}.authors-filter-bar{gap:8px;padding-left:16px;padding-right:16px}.authors-feature-card,.authors-directory-row{gap:14px;padding:16px}.authors-directory-row{display:flex}.authors-directory-main{grid-template-columns:auto minmax(0,1fr)}.authors-directory-main>svg{display:none}.authors-contact-links-compact{padding-left:72px}}.submit-writing-page{min-height:100vh;background:#fafaf8;color:#2d2926}.submit-writing-hero,.submit-writing-shell,.submit-auth-state{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.submit-writing-hero{position:relative;overflow:hidden;padding-top:58px;padding-bottom:36px;border-bottom:1px solid #ede9e0;background:#fff}.submit-writing-hero:after{content:"";position:absolute;right:24px;bottom:0;width:min(420px,34vw);height:1px;background:linear-gradient(to right,transparent,rgba(176,32,46,.55))}.submit-writing-kicker{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#b0202e;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.submit-writing-kicker:before{content:"";width:22px;height:1.5px;background:#b0202e;opacity:.65}.submit-writing-hero h1,.submit-auth-state h1{max-width:760px;margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:clamp(36px,5vw,64px);font-weight:600;line-height:1.02;letter-spacing:0}.submit-writing-hero p,.submit-auth-state p:not(.submit-writing-kicker){max-width:620px;margin:18px 0 0;color:#5f5a54;font-family:"PT Serif",Georgia,serif;font-size:17px;line-height:1.7}.submit-auth-state{padding-top:86px;padding-bottom:96px;text-align:center}.submit-auth-state .submit-writing-kicker{justify-content:center}.submit-auth-state h1,.submit-auth-state p{margin-left:auto;margin-right:auto}.submit-auth-state a{color:#b0202e;font-weight:600;text-decoration:none}.submit-writing-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:56px;padding-top:52px;padding-bottom:96px}.submit-guidelines{position:sticky;top:116px;align-self:start;padding-top:2px}.submit-editorial-note{margin-bottom:30px;padding:24px;background:#0f0d0b;color:#fff;position:relative;overflow:hidden}.submit-editorial-note:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.submit-editorial-note span,.submit-editorial-note p{position:relative;z-index:1}.submit-editorial-note span{color:#ffffff7a;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.submit-editorial-note p{margin:12px 0 0;color:#ffffffe0;font-family:"PT Serif",Georgia,serif;font-size:22px;line-height:1.22}.submit-guidelines h2{margin:0 0 18px;color:#1e1b18;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.submit-guidelines ul{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none}.submit-guidelines li{padding-bottom:14px;border-bottom:1px solid #ede9e0;color:#5f5a54;font-size:13px;line-height:1.6}.submit-form-panel{min-width:0;padding-top:2px}.submit-writing-form{display:flex;flex-direction:column;gap:26px}.submit-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.submit-field label{display:block;margin-bottom:8px;color:#1e1b18;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.submit-field input,.submit-field select{width:100%;border:1px solid #d8d3ca;background:#ffffffd1;color:#2d2926;padding:12px 14px;font-family:"PT Serif",Georgia,serif;font-size:15px;line-height:1.5;outline:none}.submit-field input:focus,.submit-field select:focus{border-color:#b0202e;background:#fff;box-shadow:0 2px #b0202e38}.submit-field input::-moz-placeholder{color:#aaa49c}.submit-field input::placeholder{color:#aaa49c}.submit-file-box input[type=file]{display:none}.submit-file-box>label{display:flex;align-items:center;justify-content:center;gap:9px;min-height:96px;margin:0;border:1px dashed #cfc8bd;background:linear-gradient(135deg,rgba(176,32,46,.035),transparent 42%),#fff;color:#6f6a64;cursor:pointer;text-transform:none;letter-spacing:0;font-size:13px}.submit-file-box>label:hover{border-color:#b0202e;color:#b0202e;background:snow}.submit-file-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.submit-file-list span{max-width:100%;overflow:hidden;border:1px solid #e8e4db;background:#fff;padding:6px 9px;color:#6f6a64;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.submit-error{margin:0;color:#b0202e;font-family:Inter,sans-serif;font-size:13px}.submit-actions{display:flex;justify-content:flex-end;padding-top:4px}.submit-actions button,.submit-success a{display:inline-flex;align-items:center;gap:8px;border:0;background:#1e1b18;color:#fff;padding:12px 22px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;cursor:pointer;text-decoration:none}.submit-actions button:hover,.submit-success a:hover{background:#b0202e;box-shadow:0 4px 18px #b0202e38}.submit-actions button:disabled{background:#d8d3ca;color:#8a8580;cursor:not-allowed}.submit-success{max-width:560px;padding:48px 0;border-top:1px solid #e8e4db;border-bottom:1px solid #e8e4db}.submit-success svg{color:#287a45;margin-bottom:16px}.submit-success h2{margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:30px;font-weight:600}.submit-success p{margin:10px 0 22px;color:#5f5a54;font-size:14px;line-height:1.6}@media (max-width: 900px){.submit-writing-shell{grid-template-columns:1fr;gap:34px}.submit-guidelines{position:static}}@media (max-width: 640px){.submit-writing-hero{padding-top:38px}.submit-form-grid{grid-template-columns:1fr}.submit-actions,.submit-actions button{width:100%}.submit-actions button{justify-content:center}}.youtube-gallery-page{min-height:100vh;background:#fafaf8;color:#2d2926}.youtube-gallery-hero,.youtube-gallery-section{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.youtube-gallery-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-top:58px;padding-bottom:36px;border-bottom:1px solid #ede9e0;background:#fff}.youtube-gallery-kicker{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#b0202e;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.youtube-gallery-kicker:before{content:"";width:22px;height:1.5px;background:#b0202e;opacity:.65}.youtube-gallery-hero h1{max-width:760px;margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:clamp(38px,6vw,72px);font-weight:600;line-height:.98;letter-spacing:0}.youtube-gallery-hero p:not(.youtube-gallery-kicker){max-width:580px;margin:18px 0 0;color:#5f5a54;font-family:"PT Serif",Georgia,serif;font-size:17px;line-height:1.7}.youtube-gallery-count{display:inline-flex;align-items:center;gap:8px;padding-bottom:8px;color:#8a8580;font-family:Inter,sans-serif;font-size:12px}.youtube-gallery-count svg{color:#b0202e}.youtube-gallery-section{padding-top:46px;padding-bottom:96px}.youtube-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}.youtube-gallery-card{min-width:0;padding-bottom:20px;border-bottom:1px solid #ede9e0}.youtube-gallery-frame{position:relative;overflow:hidden;aspect-ratio:16 / 9;background:#0f0d0b}.youtube-gallery-frame iframe{display:block;width:100%;height:100%;border:0}.youtube-gallery-copy{padding-top:14px}.youtube-gallery-copy h2{display:-webkit-box;overflow:hidden;margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:19px;font-weight:600;line-height:1.24;-webkit-box-orient:vertical;-webkit-line-clamp:2}.youtube-gallery-copy a{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:#b0202e;font-family:Inter,sans-serif;font-size:11px;font-weight:500;text-decoration:none}.youtube-gallery-state{padding:72px 0 96px;color:#8a8580;font-family:Inter,sans-serif;font-size:13px;text-align:center}.youtube-gallery-state .loading-spinner{display:inline-block;width:18px;height:18px;margin-bottom:10px}@media (max-width: 960px){.youtube-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.youtube-gallery-hero{display:block;padding-top:38px}.youtube-gallery-count{margin-top:20px}.youtube-gallery-grid{grid-template-columns:1fr}}.post-modern-page{min-height:100vh;background:#fbfaf8;color:#38332f;font-family:Inter,sans-serif}.post-progress{position:fixed;top:0;left:0;z-index:9999;height:2px;background:#b0202e;box-shadow:none;transition:width .08s linear}.post-modern-shell{display:grid;grid-template-columns:58px minmax(0,720px) 300px;gap:44px;max-width:1200px;margin:0 auto;padding:56px 24px 96px;align-items:start}.post-modern-main{min-width:0}.post-modern-shell-admin{grid-template-columns:minmax(0,760px) 300px;max-width:1120px}.post-modern-header{padding-bottom:32px;border-bottom:1px solid rgba(15,13,11,.08)}.post-modern-kicker{display:flex;align-items:center;gap:9px;margin:0 0 14px;color:#b0202e;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:1}.post-modern-kicker:before{content:"";display:inline-block;width:18px;height:2px;flex:0 0 18px;background:#b0202e}.post-modern-header h1{max-width:680px;margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:clamp(28px,3.4vw,40px);font-weight:600;line-height:1.16;letter-spacing:0}.post-modern-dek{max-width:640px;margin:16px 0 24px;color:#6f6962;font-family:"PT Serif",Georgia,serif;font-size:16px;line-height:1.7}.post-modern-hero{display:block;width:100%;height:360px;-o-object-fit:cover;object-fit:cover;background:#eeece4}.post-author-card{display:flex;align-items:center;gap:12px;margin-top:20px}.post-avatar{display:inline-flex;width:40px;height:40px;flex:0 0 40px;min-width:40px;min-height:40px;aspect-ratio:1 / 1;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:#2a2723;color:#fff;font-size:12px;font-weight:600}.post-avatar-large{width:58px;height:58px;flex-basis:58px;min-width:58px;min-height:58px;font-size:16px}.post-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-avatar .post-avatar-initials{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;color:#fff!important;font-family:Inter,sans-serif!important;font-size:inherit!important;font-weight:700!important;letter-spacing:0!important;text-transform:uppercase!important}.post-author-copy{min-width:0}.post-author-copy>span{display:block;color:#4a4540;font-size:13px;font-weight:500}.post-author-copy a{color:inherit;text-decoration:none}.post-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:4px;color:#9b9691;font-size:11px}.post-modern-body,.post-modern-body .post-body-html{padding-top:34px;color:#3a3530;font-family:"PT Serif",Georgia,serif;font-size:17px;line-height:1.88}.post-modern-body p{margin:0 0 1.3em}.post-modern-body blockquote{margin:24px 0;padding:16px 18px;border-left:2px solid rgba(176,32,46,.75);background:#f5f3ee;color:#3a3530;font-size:18px;font-weight:500;line-height:1.55}.post-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.post-gallery img{width:100%;height:210px;-o-object-fit:cover;object-fit:cover}.post-author-bio,.post-comments-panel,.post-side-card{border:0;border-top:1px solid rgba(15,13,11,.08);border-bottom:1px solid rgba(15,13,11,.08);background:transparent;box-shadow:none}.post-author-bio{display:flex;gap:16px;margin-top:42px;padding:24px 0}.post-author-bio span{display:block;color:#8a8580;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.post-author-bio h2{margin:4px 0 6px;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:17px;font-weight:600;letter-spacing:0}.post-author-bio p{margin:0 0 10px;color:#55514b;font-size:13px;line-height:1.6}.post-author-bio a{color:#b0202e;font-size:12px;font-weight:500;text-decoration:none}.post-action-errors p,.post-comment-error{margin:10px 0 0;color:#b0202e;font-size:12px}.post-reaction-rail{position:sticky;top:96px;display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 0;border:0;border-top:1px solid rgba(15,13,11,.08);border-bottom:1px solid rgba(15,13,11,.08);background:transparent;box-shadow:none}.post-rail-btn{display:flex;width:100%;min-height:52px;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;background:transparent;color:#918b84;cursor:pointer;transition:background .18s ease,color .18s ease}.post-rail-btn:hover,.post-rail-btn-active{background:transparent;color:#b0202edb}.post-rail-btn:disabled{cursor:not-allowed;opacity:.45}.post-rail-btn span{display:block;width:100%;font-size:10px;font-weight:500;line-height:1.1;text-align:center}.post-modern-sidebar{position:sticky;top:138px;display:flex;flex-direction:column;gap:34px}.post-side-card{padding:0 0 18px;overflow:hidden;border:0!important;border-top:0!important;border-bottom:0!important}.post-side-card h2{display:flex;align-items:center;gap:9px;margin:0 0 18px;color:#b0202e;font-family:Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.post-side-card h2:before{content:"";width:18px;height:2px;background:#b0202e;flex:0 0 18px}.post-side-list{display:flex;flex-direction:column;gap:12px}.post-side-item{display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px;align-items:start;text-decoration:none;min-width:0;padding:6px 0;border-bottom:0;transition:opacity .18s ease,transform .18s ease}.post-side-item:hover{opacity:.72;transform:translate(2px)}.post-side-item-compact{grid-template-columns:66px minmax(0,1fr)}.post-side-item img{width:100%;height:70px;-o-object-fit:cover;object-fit:cover;background:#eeece4}.post-side-item-compact img{height:56px}.post-side-item strong{display:-webkit-box;overflow:hidden;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:13px;font-weight:500;line-height:1.35;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:3}.post-side-item small{display:block;max-width:100%;overflow:hidden;margin-top:6px;color:#9b9691;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.post-side-item span{min-width:0;overflow:hidden}.post-side-more{display:inline-flex;align-items:center;gap:4px;margin-top:16px;color:#b0202e;font-size:11px;font-weight:500;text-decoration:none}.post-comments-panel{margin-top:46px;padding:24px 0 0}.post-comments-label{display:flex;align-items:center;gap:9px;margin:0 0 12px;color:#b0202e;font-family:Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.post-comments-label:before{content:"";width:18px;height:2px;flex:0 0 18px;background:#b0202e}.post-comments-head{margin-bottom:18px}.post-comments-toggle{display:flex;width:auto;align-items:center;justify-content:center;gap:8px;border:1px solid #e8e4db;background:#fff;color:inherit;cursor:pointer;padding:9px 14px;text-align:left;border-radius:999px;transition:border-color .18s ease,color .18s ease,background .18s ease}.post-comments-toggle:hover{border-color:#b0202e47;background:#fff8f8}.post-comments-toggle svg{color:#8a8580;transition:transform .18s ease}.post-comments-toggle[aria-expanded=false] svg{transform:rotate(-90deg)}.post-comments-head h2{margin:0;color:#1e1b18;font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:0;text-transform:none}.post-reply-trigger{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:#8a8580;font-size:11px;cursor:pointer;margin-top:8px;padding:0;color:#b0202ee0;font-weight:500}.post-comment-delete{display:inline-flex;align-items:center;justify-content:center;gap:0;margin:8px 0 0 14px;padding:0;width:26px;height:26px;border:0;background:transparent;color:#9b9691;font-size:11px;font-weight:500;cursor:pointer}.post-comment-delete:hover{color:#b0202e}.post-comment-delete:disabled{cursor:not-allowed;opacity:.55}.post-comment-form{display:flex;gap:12px;margin-bottom:22px}.post-comment-input{flex:1;min-width:0}.post-comment-input textarea{display:block;width:100%;min-height:58px;resize:vertical;border:1px solid #ded9d0;background:#fafaf8;padding:12px 14px;color:#2d2926;font-size:13px;line-height:1.45}.post-comment-input textarea:focus{outline:2px solid rgba(176,32,46,.1);border-color:#b0202e}.post-comment-input button{display:inline-flex;float:right;align-items:center;gap:7px;margin-top:10px;border:0;background:#1e1b18;color:#fff;padding:9px 14px;font-size:12px;font-weight:500;cursor:pointer}.post-comment-input button:disabled{background:#e8e4db;cursor:not-allowed}.post-comment-note{margin:0 0 22px;color:#6f6a64;font-size:13px}.post-comment-note a{color:#b0202e;font-weight:500;text-decoration:none}.post-comments-list{display:flex;flex-direction:column;gap:18px;clear:both}.post-comment-item{display:flex;gap:12px}.post-comment-item>div:last-child{flex:1;min-width:0}.post-comment-meta{display:flex;align-items:center;gap:8px}.post-comment-meta strong{color:#1e1b18;font-size:13px;font-weight:500}.post-comment-meta span{color:#9b9691;font-size:11px}.post-comment-item p,.post-empty-comments{margin:4px 0 0;color:#4f4c49;font-size:13px;line-height:1.55}.post-replies-list{display:flex;flex-direction:column;gap:16px;margin-top:14px;position:relative;padding-left:28px;border-left:0}.post-replies-toggle{display:inline-flex;align-items:center;gap:5px;margin:10px 0 0;padding:4px 0;border:0;background:transparent;color:#8a8580;font-family:Inter,sans-serif;font-size:11px;font-weight:500;cursor:pointer}.post-replies-toggle:hover{color:#b0202e}.post-replies-toggle svg{transition:transform .18s ease}.post-replies-toggle[aria-expanded=false] svg{transform:rotate(-90deg)}.post-replies-list:before{content:"";position:absolute;top:0;bottom:18px;left:16px;width:2px;background:#e4ded5;border-radius:99px}.post-replies-list .post-replies-list{margin-left:0;padding-left:0}.post-replies-list .post-replies-list:before,.post-replies-list .post-replies-list>.post-comment-item:before{display:none}.post-reply-item,.post-comment-item-nested{position:relative;display:flex;gap:10px}.post-reply-item:before,.post-replies-list>.post-comment-item:before{content:"";position:absolute;top:18px;left:-12px;width:18px;height:18px;border-left:2px solid #e4ded5;border-bottom:2px solid #e4ded5;border-bottom-left-radius:12px}.post-comment-item-nested{gap:10px!important}.post-comment-item-nested .post-comment-item-nested{margin-left:0!important;padding-left:0!important}.post-comment-item-nested>div:last-child{min-width:0}.post-reply-connection{display:inline-flex;align-items:center;gap:7px;margin:0 0 6px;color:#9b9691;font-family:Inter,sans-serif;font-size:11px;font-weight:500}.post-reply-connection span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#b0202eb8}.post-reply-form{display:flex;flex-direction:column;gap:8px;margin-top:12px}.post-reply-form textarea{width:100%;min-height:54px;resize:vertical;border:1px solid #ded9d0;background:#fafaf8;padding:10px 12px;color:#2d2926;font-size:13px;line-height:1.45}.post-reply-form textarea:focus{outline:2px solid rgba(176,32,46,.1);border-color:#b0202e}.post-reply-form div{display:flex;justify-content:flex-end;gap:8px}.post-reply-form button{display:inline-flex;align-items:center;gap:6px;border:0;padding:8px 12px;background:#f5f3ee;color:#4f4c49;font-size:12px;font-weight:500;cursor:pointer}.post-reply-form button[type=submit]{background:#1e1b18;color:#fff}.post-reply-form button:disabled{background:#e8e4db;color:#aaa49c;cursor:not-allowed}.post-state{max-width:720px;margin:0 auto;padding:80px 24px;text-align:center}.post-state h1{margin:0;color:#1e1b18;font-family:Inter,sans-serif;font-size:30px;font-weight:600}.post-state p{margin:12px 0 0;color:#8a8580;font-family:Inter,sans-serif;font-size:13px}.post-state .loading-spinner{display:inline-block;width:18px;height:18px}@media (max-width: 1040px){.post-modern-shell{grid-template-columns:52px minmax(0,1fr);max-width:850px}.post-modern-shell-admin{grid-template-columns:minmax(0,1fr)}.post-modern-sidebar{display:none}}@media (max-width: 720px){.post-modern-shell{grid-template-columns:1fr;padding:22px 16px 96px}.post-reaction-rail{position:fixed;right:14px;bottom:18px;left:auto;top:auto;z-index:30;flex-direction:column;gap:10px;width:auto;padding:0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none;backdrop-filter:none;transform:none!important}.post-rail-btn{width:54px;min-width:54px;height:54px;min-height:54px;gap:3px;border-radius:999px!important;background:#fffffff5!important;border:1px solid rgba(15,13,11,.08)!important;box-shadow:0 10px 26px #0f0d0b21!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.post-rail-btn:hover,.post-rail-btn-active{background:#fff8f8!important;border-color:#b0202e38!important}.post-rail-btn span{font-size:9px}.post-modern-sidebar{position:static!important;display:flex!important;gap:26px;margin-top:28px;padding-top:28px;border:0!important}.post-side-card{padding:0!important}.post-modern-hero{height:230px}.post-gallery{grid-template-columns:1fr}.post-author-bio,.post-comment-form,.post-comment-item{align-items:flex-start}.post-comments-panel{padding:16px}}.account-page-head,.notifications-shell{width:min(920px,calc(100% - 48px));margin:0 auto}.notifications-page{min-height:100vh;background:#fafaf8;color:#1e1b18}.account-page-head{padding:42px 0 30px;border-bottom:1px solid #ede9e0}.account-head-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.account-kicker,.account-back-link,.account-page-subtitle,.notif-meta span,.notif-mainline time{font-family:Inter,sans-serif}.account-kicker{display:inline-flex;align-items:center;gap:7px;margin:0;color:#8a8580;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.account-page-head h1{margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:clamp(30px,4vw,46px);font-weight:600;letter-spacing:0;line-height:1.08}.account-back-link{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 10px 0 6px;border:1px solid #e7e0d6;background:#ffffff6b;color:#5f5a54;font-size:12px;font-weight:600;text-decoration:none;transition:border-color .18s ease,color .18s ease,background .18s ease}.account-back-link:hover{border-color:#b0202e3d;background:#b0202e09;color:#b0202e}.account-title-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.account-title-row span{border:1px solid rgba(176,32,46,.18);background:#fff8f8;color:#b0202e;padding:4px 10px;font-size:11px;font-weight:600}.account-page-subtitle{margin:12px 0 0;color:#8a8580;font-size:13px}.notifications-shell{padding:42px 0 88px}.account-alert{display:flex;align-items:center;gap:8px;margin-bottom:18px;border:1px solid #e7e0d6;background:#fff;padding:11px 14px;font-family:Inter,sans-serif;font-size:12px}.account-alert-error{border-color:#b0202e33;background:#fff7f7;color:#b0202e}.account-alert-success{border-color:#d7eadc;background:#f6fbf7;color:#287a45}.notifications-list{display:flex;flex-direction:column;gap:2px}.notifications-tabs{display:flex;gap:22px;margin-bottom:24px;border-bottom:0}.notifications-tabs button{margin:0 0 -1px;padding:0 0 11px;border:0;border-bottom:2px solid transparent;background:transparent;color:#8a8580;font-family:Inter,sans-serif;font-size:12px;font-weight:600;cursor:pointer}.notifications-tabs button:hover,.notifications-tabs button.is-active{color:#1e1b18;border-bottom-color:#b0202e}.notifications-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px;padding:0 0 18px;border-bottom:0;background:transparent;box-shadow:none}.notifications-select-all{display:inline-flex;align-items:center;gap:9px;color:#5f5a54;font-family:Inter,sans-serif;font-size:12px;font-weight:600;cursor:pointer}.notifications-select-all:has(input:disabled){cursor:not-allowed;opacity:.55}.notifications-select-all input,.notif-check input{width:16px;height:16px;accent-color:#b0202e;cursor:pointer}.notifications-delete-btn{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border:0;background:transparent;color:#b0202e;font-family:Inter,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .18s ease,color .18s ease}.notifications-delete-btn:hover{color:#7c1620}.notifications-delete-btn:disabled{cursor:not-allowed;opacity:.5}.notifications-skeleton{height:76px;margin-bottom:10px}.notif-row{display:flex;align-items:flex-start;gap:18px;padding:24px 0;background:transparent;border-bottom:0;color:inherit;text-decoration:none;animation:none;transition:background-color .14s ease;border-top:0;border-left:0;border-right:0;transform:none;overflow:visible}.notif-row:before{display:none}.notif-row:hover .notif-mainline p,.notif-body:hover .notif-mainline p{color:#3b3732}.notif-row:hover{background:#1e1b1805;border-color:transparent;transform:none}.notif-row--unread{background:transparent;padding-left:0}.notif-row--selected{background:transparent;box-shadow:inset 2px 0 #b0202e3d;padding-left:12px}.notif-check{display:inline-flex;align-items:center;justify-content:center;min-height:36px;flex:0 0 auto}.notif-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border:0;background:transparent;color:#8a8580}.notif-icon-wrap--like,.notif-icon-wrap--comment,.notif-icon-wrap--assignment,.notif-icon-wrap--default{color:#9c1d29}.notif-body{flex:1;min-width:0;color:inherit;text-decoration:none;cursor:pointer}.notif-mainline{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.notif-mainline p{flex:1;margin:0;color:#3b3732;font-family:"PT Serif",Georgia,serif;font-size:16px;font-weight:500;line-height:1.45;transition:none}.notif-mainline time{flex-shrink:0;color:#9b9691;font-size:11px}.notif-meta{display:flex;align-items:center;gap:8px;margin-top:8px}.notif-meta span{color:#9b9691;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.notif-meta i{width:6px;height:6px;border-radius:50%;background:#b0202e}.notifications-state{display:flex;min-height:320px;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center}.notifications-state svg{color:#c4beb6}.notifications-state h2,.notifications-state p{margin:0}.notifications-state h2{color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:22px;font-weight:600}.notifications-state p{max-width:360px;color:#6f6a64;font-family:Inter,sans-serif;font-size:13px;line-height:1.6}.notifications-state a{color:#b0202e;font-weight:600;text-decoration:none}.notifications-state--compact{min-height:220px}.auth-editorial-page{background:#fafaf8!important}.auth-editorial-page .auth-illustration-panel{flex-basis:36%!important;background:#fff!important;border-right:1px solid #ede9e0!important;box-shadow:none!important}.auth-editorial-page .auth-illustration-panel>div[style*=radial-gradient],.auth-editorial-page .auth-illustration-panel>div[style*=backgroundImage]{opacity:.18!important}.auth-editorial-page .auth-illustration-panel p{color:#1e1b18!important}.auth-editorial-page .auth-illustration-panel p[style*="rgba(255,255,255"]{color:#8a8580!important}.auth-editorial-page .auth-illustration-panel a{color:#1e1b18!important}.auth-editorial-page .auth-form-panel{background:#fafaf8!important;box-shadow:none!important}.auth-editorial-page .auth-form-panel>div:first-child{background:linear-gradient(180deg,#fafaf8 78%,#fafaf800)!important}.auth-editorial-page form .field-input,.auth-editorial-page form .field-select{background:#fff!important}.auth-editorial-page button[type=submit]{box-shadow:none!important}.profile-root{background:#fbfaf7!important;color:#1e1b18}.profile-sidebar{background:#fbfaf7!important;border-right:1px solid #ede9e0!important;box-shadow:none!important;width:292px!important}.profile-sidebar-profile-block{background:transparent!important;border-bottom:1px solid #ede9e0!important;padding:32px 26px 24px!important}.profile-sidebar-profile-block>div[style*=radial-gradient],.profile-sidebar-profile-block>div[style*=backgroundImage]{display:none!important}.profile-sidebar-profile-block p,.profile-sidebar-profile-block span{color:#1e1b18!important}.profile-sidebar-profile-block p:nth-of-type(2),.profile-sidebar-profile-block p[style*="rgba(255,255,255"]{color:#8a8580!important}.profile-sidebar-profile-block>p:nth-of-type(n+3){display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:10px!important;align-items:baseline!important;margin:9px 0 0!important;color:#5f5a54!important;font-family:Inter,sans-serif!important;font-size:12px!important;line-height:1.35!important}.profile-sidebar-profile-block>p:nth-of-type(3):before{content:"Campus"}.profile-sidebar-profile-block>p:nth-of-type(4):before{content:"Class"}.profile-sidebar-profile-block>p:nth-of-type(5):before{content:"Timing"}.profile-sidebar-profile-block>p:nth-of-type(6):before{content:"Teaching"}.profile-sidebar-profile-block>p:nth-of-type(n+3):before{color:#9b9691;font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.profile-sidebar-profile-block>p:nth-of-type(n+3)>span:first-child{display:none!important}.profile-sidebar-profile-block>p:nth-of-type(n+3)>span:last-child{min-width:0;color:#3a3733!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-sidebar-profile-block>div:last-child{display:grid!important;gap:0!important;margin-top:18px!important;padding-top:16px!important;border-top:1px solid #ede9e0!important;position:relative!important}.profile-sidebar-profile-block>div:last-child>div{text-align:center!important}.profile-sidebar-profile-block>div:last-child p{margin:0!important;color:#1e1b18!important;font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:600!important;line-height:1.1!important}.profile-sidebar-profile-block>div:last-child p+p{margin-top:4px!important;color:#9b9691!important;font-size:9px!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important}.profile-sidebar-profile-block button{border-color:#fff!important}.profile-sidebar-profile-block>div[style*="width: 64px"],.profile-sidebar-profile-block>div[style*="width: 64"]>div,.profile-sidebar-profile-block>div[style*="width: 64"] img{border-radius:50%!important}.profile-sidebar-profile-block>div[style*="width: 64"]>button{border-radius:50%!important}.profile-main div[style*="width: 60px"][style*="height: 60px"],.profile-main div[style*="width: 60"][style*="height: 60"] img{border-radius:50%!important}.profile-sidebar-nav button{border-left-width:2px!important;min-height:44px}.profile-sidebar-nav button:hover{background:#fafaf8!important}.profile-sidebar-nav button[data-active=true]{background:#fff8f8!important}.profile-sidebar-nav button svg{color:#8a8580!important;stroke:currentColor!important}.profile-sidebar-nav button[data-active=true] svg{color:#b0202e!important}.profile-sidebar-nav button span{color:#5d5852!important;font-weight:500!important}.profile-sidebar-nav button[data-active=true] span{color:#b0202e!important}.profile-sidebar-back{border-top:1px solid #ede9e0!important}.profile-sidebar-back a:hover{background:#fafaf8!important}.profile-sidebar-back span,.profile-sidebar-back svg{color:#8a8580!important}.profile-main{padding:44px min(5vw,58px) 88px!important;background:#f6f2ea!important}.profile-main>div,.profile-main>form{background:transparent!important;box-shadow:none!important;border:0!important;max-width:960px}.profile-panel-head{background:transparent!important;border-bottom:0!important;padding:0 0 18px!important}.profile-main>div[style*="background: #fff"],.profile-main>form[style*="background: #fff"],.profile-settings-stack>form,.profile-settings-stack>section{background:transparent!important;border:0!important;box-shadow:none!important}.profile-main div[style*=borderBottom],.profile-main div[style*=border-bottom]{border-bottom-color:#f0ede7!important}.profile-main>div>div:not(.profile-panel-head),.profile-main>form>div:not(.profile-panel-head),.profile-settings-stack>form>div:not(.profile-panel-head),.profile-settings-stack>section>div:not(.profile-panel-head){background:transparent!important}.profile-main>div,.profile-main>div>div,.profile-main>div>section,.profile-main form,.profile-main form>div,.profile-settings-stack,.profile-settings-stack>form,.profile-settings-stack>section{background-color:transparent!important}.profile-main .field-input,.profile-main .field-select,.profile-main .field-textarea{background:#ffffff85!important;border-color:#ded8ce!important}.profile-main .field-input:focus,.profile-main .field-select:focus,.profile-main .field-textarea:focus{border-color:#b0202e73!important;box-shadow:0 0 0 3px #b0202e14!important}.profile-overview-grid>div{border-bottom:0!important;padding:0!important}.profile-overview-grid{row-gap:22px!important}.profile-settings-stack{display:flex;flex-direction:column;gap:22px}.profile-input-with-icon{position:relative}.profile-input-with-icon svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#9b9691;pointer-events:none}.profile-input-with-icon .field-input{padding-left:40px!important}.profile-settings-alert{display:flex;align-items:center;gap:8px;padding:11px 13px;font-family:Inter,sans-serif;font-size:12px}.profile-settings-alert--error{border:1px solid #fecaca;background:#fff7f7;color:#b0202e}.profile-settings-alert--success{border:1px solid #bbf7d0;background:#f6fbf7;color:#166534}.profile-danger-note{display:flex;align-items:flex-start;gap:11px;border:1px solid #f1c9cd;background:#b0202e09;padding:13px 14px;color:#8b1a24}.profile-danger-note p{margin:0;font-family:Inter,sans-serif;font-size:12px;line-height:1.55}.profile-danger-panel .profile-panel-head{border-bottom:0!important}.confirm-backdrop,.profile-confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#1e1b185c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.confirm-dialog,.profile-confirm-dialog{width:min(100%,420px);background:#fff;border:1px solid #ead7da;box-shadow:0 24px 80px #1e1b182e;padding:26px}.confirm-icon,.profile-confirm-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;background:#fff7f7;color:#b0202e}.confirm-dialog h2,.profile-confirm-dialog h2{margin:0;color:#1e1b18;font-family:"PT Serif",Georgia,serif;font-size:22px;font-weight:600}.confirm-dialog p,.profile-confirm-dialog p{margin:9px 0 0;color:#5f5a54;font-family:Inter,sans-serif;font-size:13px;line-height:1.6}.confirm-actions,.profile-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.author-social-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.author-social-links a,.author-social-link-disabled{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border:1px solid #e8e5dd;background:#fff;color:#4f4a44;font-family:Inter,sans-serif;font-size:12px;font-weight:600;text-decoration:none}.author-social-link-disabled{opacity:.32;cursor:default;pointer-events:none}.author-social-links a:hover{border-color:#b0202e47;color:#b0202e;background:#fff8f8}.profile-main .btn-primary,.profile-main .btn-secondary,.profile-main .btn-danger,.profile-main label[for=ppfile],.profile-main label[for=afile]{border-radius:0!important;box-shadow:none!important}.profile-favorite-remove:hover{border-color:#b0202e4d!important;background:#b0202e09!important}.profile-sidebar{position:static!important}.profile-sidebar-nav button:hover,.profile-sidebar-nav button[data-active=true]{background:transparent!important}.profile-sidebar-nav button[data-active=true]{border-left-color:#b0202e!important}@media (max-width: 760px){.account-page-head,.notifications-shell{width:min(100% - 32px,920px)}.account-page-head{padding-top:34px}.notif-mainline{flex-direction:column;gap:4px}.auth-editorial-page{min-height:100vh!important;height:auto!important;overflow:visible!important}.auth-editorial-page .auth-form-panel{min-height:100vh!important;height:auto!important}.profile-root{display:block!important}.profile-sidebar{position:static!important;width:100%!important;height:auto!important;border-right:0!important;border-bottom:1px solid #ede9e0!important}.profile-sidebar-profile-block{padding:22px 18px 16px!important}.profile-sidebar-nav{position:static!important;display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;padding:8px 14px 12px!important;gap:8px!important}.profile-sidebar-nav button{width:auto!important;min-width:-moz-max-content!important;min-width:max-content!important;border-left:0!important;border-bottom:2px solid transparent!important;padding:10px 12px!important;background:transparent!important}.profile-sidebar-nav button[data-active=true]{border-bottom-color:#b0202e!important;background:transparent!important}.profile-sidebar-nav button svg+span{white-space:nowrap!important}.profile-main{padding:22px 16px 72px!important}.profile-main>div,.profile-main>form{max-width:none}.author-social-links{justify-content:center}.profile-overview-grid,.profile-form-2col{grid-template-columns:1fr!important}.profile-panel-head{padding:18px 18px 15px!important}.profile-main form>div,.profile-main form+div,.profile-settings-stack section>div,.profile-saved-body{padding-left:18px!important;padding-right:18px!important}.profile-favorite-remove{width:100%!important;margin-top:4px!important}.confirm-dialog,.profile-confirm-dialog{padding:22px}.confirm-actions,.profile-confirm-actions{flex-direction:column-reverse}.confirm-actions button,.profile-confirm-actions button{width:100%}}@media (max-width: 900px){.profile-sidebar{position:static!important;top:auto!important;z-index:auto!important}.profile-sidebar-nav button:hover,.profile-sidebar-nav button[data-active=true]{background:transparent!important}}.post-author-bio{align-items:flex-start!important;margin-top:34px!important;padding:10px 0 4px!important;border-top:0!important;border-bottom:0!important;border-left:0!important;background:transparent!important;box-shadow:none!important}.post-author-bio .post-avatar,.post-author-bio .post-avatar-large{width:46px!important;height:46px!important;flex:0 0 46px!important;min-width:46px!important;min-height:46px!important;aspect-ratio:1 / 1!important;border-radius:50%!important}.post-author-bio span{color:#9b9691!important;font-weight:500!important}.post-author-bio h2{margin-bottom:4px!important;font-size:15px!important;font-weight:500!important}.post-author-bio p{max-width:620px;color:#6b6762!important;font-size:12.5px!important;line-height:1.55!important}.post-author-bio a{color:#b0202e!important;font-size:11px!important}.post-modern-body>p:first-of-type:first-letter,.post-modern-body p.drop-cap:first-letter,.post-modern-body .post-body-html p:first-of-type:first-letter{color:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important}.post-modern-body>p:first-of-type,.post-modern-body p.drop-cap,.post-modern-body .post-body-html p:first-of-type{color:#3a3530}.post-dropcap-letter{float:left!important;margin:.02em .12em 0 0!important;color:#b0202e!important;font-family:"PT Serif",Georgia,serif!important;font-size:4.4em!important;font-weight:700!important;line-height:.78!important}.post-reaction-rail{top:50vh!important;transform:translateY(-50%)!important;border:0!important;background:transparent!important;box-shadow:none!important}.post-rail-btn{border:0!important;background:transparent!important;box-shadow:none!important}.post-rail-btn:hover,.post-rail-btn-active{background:transparent!important}@media (min-width: 721px){.post-reaction-rail{position:sticky!important;left:auto!important;top:50vh!important;transform:translateY(-50%)!important}.post-modern-sidebar{position:static!important;top:auto!important;will-change:auto!important}}@media (max-width: 720px){.post-reaction-rail{transform:none!important}}.post-comments-panel{border:0!important;background:transparent!important;box-shadow:none!important}html{overflow-y:scroll;scrollbar-gutter:stable}.post-modern-shell{align-items:start!important}.post-modern-sidebar{align-self:start!important;will-change:transform}.post-comment-form{align-items:center!important;gap:12px!important;margin-bottom:26px!important}.post-comment-input{position:relative!important;display:flex!important;align-items:center!important;gap:10px!important;border:1px solid #e8e4db!important;background:#fff!important;padding:6px 8px 6px 16px!important;border-radius:999px!important;min-height:50px!important;height:50px!important}.post-comment-input:focus-within{border-color:#b0202e6b!important;box-shadow:0 0 0 3px #b0202e12!important}.post-comment-input textarea{height:34px!important;min-height:34px!important;max-height:110px!important;resize:none!important;border:0!important;background:transparent!important;padding:7px 4px!important;outline:none!important;line-height:20px!important;overflow-y:auto!important}.post-comment-input textarea:focus{border-color:transparent!important;outline:none!important}.post-comment-input button,.post-reply-form button[type=submit]{float:none!important;width:38px!important;min-width:38px!important;min-height:38px!important;height:38px!important;margin:0!important;align-self:center!important;justify-content:center!important;align-items:center!important;border:0!important;border-radius:999px!important;background:#b0202e!important;color:#fff!important;padding:0!important;box-shadow:none!important;flex:0 0 38px!important}.post-comment-input button:disabled,.post-reply-form button:disabled{background:#e8e4db!important;color:#9b9691!important}.post-reply-form{gap:8px!important}.post-reply-form textarea{min-height:44px!important;border:1px solid #e8e4db!important;border-radius:22px!important;background:#fff!important;padding:11px 14px!important}.post-reply-form textarea:focus{border-color:#b0202e6b!important;box-shadow:0 0 0 3px #b0202e12!important;outline:none!important}.post-reply-form button{border-radius:999px!important}.post-reply-input{display:flex!important;align-items:center!important;gap:10px!important;min-height:48px!important;border:1px solid #e8e4db!important;border-radius:999px!important;background:#fff!important;padding:5px 7px 5px 15px!important}.post-reply-input:focus-within{border-color:#b0202e6b!important;box-shadow:0 0 0 3px #b0202e12!important}.post-reply-input textarea{flex:1!important;height:34px!important;min-height:34px!important;max-height:100px!important;resize:none!important;border:0!important;border-radius:0!important;background:transparent!important;padding:7px 4px!important;line-height:20px!important;outline:none!important}.post-reply-input textarea:focus{border:0!important;box-shadow:none!important;outline:none!important}.post-reply-input button[type=submit]{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;align-self:center!important;justify-content:center!important;margin:0!important;padding:0!important}.post-reply-actions{justify-content:flex-start!important;padding-left:14px!important}.post-reply-actions button{background:transparent!important;color:#8a8580!important;padding:2px 0!important}.post-reply-actions button:hover{color:#b0202e!important}.site-modal{border:1px solid #dedde0;border-radius:4px;padding:0;margin:auto;width:min(720px,calc(100% - 32px));max-height:calc(100dvh - 40px);color:#252427;background:#f7f7f8;box-shadow:0 24px 70px #0000003d}.site-modal::backdrop{background:#1412116b}.site-modal-content{display:flex;flex-direction:column;max-height:calc(100dvh - 42px)}.site-modal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 24px 12px}.site-modal-heading h2{font-family:"PT Serif",Georgia,serif;font-size:22px;margin:0;overflow-wrap:anywhere;letter-spacing:0}.site-modal-close{width:32px;height:32px;display:grid;place-items:center;flex-shrink:0;color:#616067;background:transparent;border:0;cursor:pointer}.site-modal-close:hover{background:#e9e9ec;border-radius:6px}.site-modal-body{padding:8px 24px 24px;overflow-y:auto;overscroll-behavior:contain}.site-confirm-modal{max-width:430px;background:#fff;border-color:#211d1d1f;box-shadow:0 24px 64px #0000002e}.site-confirm-modal .site-modal-heading{padding:22px 24px 2px}.site-confirm-modal .site-modal-heading h2{font-size:24px;line-height:1.14;color:#211d1d}.site-confirm-layout{display:grid;gap:16px}.site-confirm-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;color:#b0202e;background:#fff0f1;border:1px solid rgba(176,32,46,.16)}.site-confirm-modal-primary .site-confirm-icon{color:#166534;background:#ecfdf3;border-color:#1665342e}.site-confirm-copy{margin:0;color:#5f5750;line-height:1.65;font-size:15px;overflow-wrap:anywhere}.site-modal-error{margin:0;padding:10px 12px;border-radius:6px;color:#b0202e;background:#fff0f1;border:1px solid rgba(176,32,46,.16);font-size:13px}.site-confirm-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:6px}.site-confirm-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:0 18px;font-family:Inter,sans-serif;font-weight:800;font-size:13px;border:1px solid transparent;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.site-confirm-btn:disabled{opacity:.65;cursor:wait}.site-confirm-btn-cancel{background:#f7f4ef;border-color:#e5ded3;color:#3a3430}.site-confirm-btn-cancel:hover:not(:disabled){background:#ece6dc;border-color:#d8cebf}.site-confirm-btn-danger{background:#b0202e;border-color:#b0202e;color:#fff;box-shadow:0 10px 20px #b0202e2e}.site-confirm-btn-danger:hover:not(:disabled){background:#941927;border-color:#941927;box-shadow:0 12px 24px #b0202e3d}.site-confirm-btn-primary{background:#1f1d1a;border-color:#1f1d1a;color:#fff}.site-confirm-btn-primary:hover:not(:disabled){background:#b0202e;border-color:#b0202e}@media (max-width: 480px){.site-modal-heading{padding:16px 16px 10px}.site-modal-body{padding:8px 16px 20px}.site-confirm-modal .site-modal-heading{padding:20px 18px 4px}.site-confirm-actions{flex-direction:column-reverse}.site-confirm-btn{width:100%}}:root{--motion-ease: cubic-bezier(.16, 1, .3, 1);--motion-fast: .16s;--motion-base: .28s;--motion-slow: .62s}@keyframes sit-page-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes sit-soft-scale{0%{opacity:0;transform:scale(.985) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes sit-drawer-in{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes sit-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes sit-modal-in{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes sit-line-sweep{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}main.animate-fade-in,.post-modern-page,.category-page,.authors-page,.videos-page,.submit-writing-page,.profile-admin-shell{animation:sit-page-rise var(--motion-slow) var(--motion-ease) both}.admin-workspace{animation:none!important;transform:none!important}.reveal{opacity:0;transform:translateY(22px);transition:opacity var(--motion-slow) var(--motion-ease),transform var(--motion-slow) var(--motion-ease);will-change:opacity,transform}.reveal.in-view{opacity:1;transform:translateY(0)}.post-card-wrap,.category-article-card,.category-article-row,.authors-feature-card,.authors-directory-row,.youtube-video-card,.post-side-card,.profile-main>div,.profile-main>form,.adm-table-wrap,.adm-stats button,.adm-overview-links button{animation:sit-soft-scale .52s var(--motion-ease) both}.post-card-wrap:nth-child(2),.category-article-card:nth-child(2),.authors-directory-row:nth-child(2),.adm-stats button:nth-child(2){animation-delay:45ms}.post-card-wrap:nth-child(3),.category-article-card:nth-child(3),.authors-directory-row:nth-child(3),.adm-stats button:nth-child(3){animation-delay:90ms}.post-card-wrap:nth-child(4),.category-article-card:nth-child(4),.authors-directory-row:nth-child(4),.adm-stats button:nth-child(4){animation-delay:135ms}.article-link,.post-card-wrap,.category-card,.category-article-card,.category-article-row,.authors-feature-card,.authors-directory-row,.youtube-video-card,.post-side-item,.adm-overview-links button,.adm-stats button{transition:transform var(--motion-base) var(--motion-ease),box-shadow var(--motion-base) var(--motion-ease),border-color var(--motion-fast) ease,background-color var(--motion-fast) ease,color var(--motion-fast) ease}.article-link:hover,.post-card-wrap:hover,.category-card:hover,.category-article-card:hover,.category-article-row:hover,.authors-feature-card:hover,.authors-directory-row:hover,.youtube-video-card:hover,.post-side-item:hover{transform:translateY(-3px)}.article-link img,.post-card-image,.category-feature-media img,.category-row-media img,.category-card-media img,.authors-feature-card img,.post-side-item img,.youtube-video-card img{transition:transform .76s var(--motion-ease),filter var(--motion-base) ease}.article-link:hover img,.article-link:hover .post-card-image,.post-card-wrap:hover .post-card-image,.category-feature-media:hover img,.category-row-media:hover img,.category-card-media:hover img,.authors-feature-card:hover img,.post-side-item:hover img,.youtube-video-card:hover img{transform:scale(1.035);filter:saturate(1.06)}.btn-primary,.btn-secondary,.btn-danger,.adm-button,.adm-icon-button,.post-rail-btn,.post-comments-toggle,.submit-actions button,.submit-success a,.account-back-link,.notifications-tabs button{transition:transform var(--motion-fast) var(--motion-ease),background-color var(--motion-fast) ease,color var(--motion-fast) ease,border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease}.btn-primary:hover,.btn-secondary:hover,.btn-danger:hover,.adm-button:hover,.post-rail-btn:hover,.submit-actions button:hover,.submit-success a:hover{transform:translateY(-1px)}.btn-primary:active,.btn-secondary:active,.btn-danger:active,.adm-button:active,.adm-icon-button:active,.post-rail-btn:active,.submit-actions button:active{transform:translateY(0) scale(.985)}.field-input,.field-select,.field-textarea,.adm-form input:not([type=checkbox]),.adm-form textarea,.adm-form select,.post-comment-input,.post-reply-input,.submit-writing-form input,.submit-writing-form select{transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,background-color var(--motion-fast) ease,transform var(--motion-fast) var(--motion-ease)}.field-input:focus,.field-select:focus,.field-textarea:focus,.adm-form input:not([type=checkbox]):focus,.adm-form textarea:focus,.adm-form select:focus,.submit-writing-form input:focus,.submit-writing-form select:focus{transform:translateY(-1px)}.adm-sidebar.is-open,.profile-sidebar.is-open{animation:sit-drawer-in var(--motion-base) var(--motion-ease) both}.adm-nav-backdrop,.site-modal::backdrop{animation:sit-backdrop-in var(--motion-base) ease both}.site-modal[open] .site-modal-content{animation:sit-modal-in var(--motion-base) var(--motion-ease) both}.adm-heading h1,.profile-panel-head h2,.post-modern-header h1,.category-hero-title,.authors-hero h1{position:relative}.adm-heading h1:after,.profile-panel-head h2:after,.category-hero-title:after,.authors-hero h1:after{content:"";display:block;width:42px;height:2px;margin-top:10px;background:#b0202e;animation:sit-line-sweep .52s var(--motion-ease) .12s both}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}.profile-admin-shell{background:#f3f4f5!important;color:#28272b!important;font-family:Inter,sans-serif!important}.profile-admin-shell .profile-sidebar{width:230px!important;flex:0 0 230px!important;height:100dvh!important;overflow-y:auto!important;overscroll-behavior:contain!important;background:#242427!important;color:#e6e6e9!important;padding:26px 14px 16px!important;border-right:0!important}.profile-admin-shell .profile-sidebar-profile-block{margin:0 0 18px!important;padding:0 6px 20px!important;border-bottom:1px solid #34343a!important;background:transparent!important}.profile-admin-shell .profile-sidebar-profile-block>p:nth-of-type(n+3),.profile-admin-shell .profile-sidebar-profile-block>div[style*="display: flex"][style*=flexWrap],.profile-admin-shell .profile-sidebar-profile-block>div:last-child{display:none!important}.profile-admin-shell .profile-sidebar-profile-block>div[style*="width: 64"]{width:72px!important;height:72px!important;margin:0 0 16px!important}.profile-admin-shell .profile-sidebar-profile-block>div[style*="width: 64"]>div{width:72px!important;height:72px!important;border-radius:50%!important}.profile-admin-shell .profile-sidebar-profile-block>div[style*="width: 64"] img{border-radius:50%!important}.profile-admin-shell .profile-sidebar-nav{display:grid!important;gap:3px!important;padding:0!important}.profile-admin-shell .profile-sidebar-nav button{min-height:40px!important;padding:10px 12px!important;border:0!important;border-radius:4px!important;background:transparent!important;color:#c3c3ca!important}.profile-admin-shell .profile-sidebar-nav button:hover{background:#323236!important;color:#fff!important}.profile-admin-shell .profile-sidebar-nav button[data-active=true]{background:#b0202e!important;color:#fff!important}.profile-admin-shell .profile-sidebar-nav button span,.profile-admin-shell .profile-sidebar-nav button svg{color:inherit!important}.profile-admin-shell .profile-sidebar-nav button span{font-size:13px!important;font-weight:550!important}.profile-admin-shell .profile-sidebar-back{border-top:1px solid #34343a!important;padding:12px 0 0!important}.profile-admin-shell .profile-sidebar-back a{min-height:40px!important;padding:10px 12px!important;border-radius:4px!important}.profile-admin-shell .profile-main{flex:1!important;min-width:0!important;max-width:1600px!important;padding:30px 36px 60px!important;overflow:visible!important}.profile-admin-shell .profile-admin-header{display:flex!important}.profile-admin-shell .profile-main>div,.profile-admin-shell .profile-main>form,.profile-admin-shell .profile-settings-stack>form,.profile-admin-shell .profile-settings-stack>section{border-color:#dcdbe1!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.profile-admin-shell .profile-panel-head{background:transparent!important;border-bottom-color:#e4dfd6!important}.profile-admin-shell .field-input,.profile-admin-shell .field-select,.profile-admin-shell .field-textarea{border:1px solid #d6d4dc!important;border-radius:4px!important;background:#f0f0f3!important}.profile-admin-shell .btn-primary{background:#b0202e!important;border-radius:4px!important}.profile-admin-shell .btn-secondary,.profile-admin-shell .btn-danger,.profile-admin-shell label[for=ppfile],.profile-admin-shell label[for=afile]{border-radius:4px!important}@media (max-width: 1100px){.profile-admin-shell .profile-main{padding:26px 24px 50px!important}}@media (max-width: 800px){.profile-admin-shell .profile-sidebar{display:none!important}.profile-admin-shell .profile-sidebar.is-open{display:flex!important;position:fixed!important;z-index:102!important;inset:0 auto 0 0!important;width:min(280px,90vw)!important}.profile-admin-shell .profile-mobile-brand{display:flex!important}.profile-admin-shell .profile-sidebar-profile-block{padding-top:0!important}.profile-admin-shell .profile-main{padding:22px 20px 40px!important}}@media (max-width: 580px){.profile-admin-shell .profile-main{padding:20px 16px 36px!important}.profile-admin-shell .profile-overview-grid,.profile-admin-shell .profile-form-2col{grid-template-columns:1fr!important}.profile-admin-shell .profile-saved-body,.profile-admin-shell .profile-main form>div,.profile-admin-shell .profile-main form+div,.profile-admin-shell .profile-settings-stack section>div{padding-left:18px!important;padding-right:18px!important}}.profile-admin-shell,.profile-admin-shell *{box-sizing:border-box}.profile-admin-shell{display:flex!important;min-width:0;overflow-x:hidden}.profile-admin-shell .profile-sidebar{position:fixed!important;inset:0 auto 0 0!important;z-index:40!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.profile-admin-shell .profile-main{margin-left:230px!important}.profile-admin-shell .profile-sidebar-nav{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-width:thin;scrollbar-color:#58585f transparent}.profile-admin-shell .profile-sidebar-nav::-webkit-scrollbar{width:6px}.profile-admin-shell .profile-sidebar-nav::-webkit-scrollbar-track{background:transparent}.profile-admin-shell .profile-sidebar-nav::-webkit-scrollbar-thumb{background:#58585f;border-radius:999px}.profile-admin-shell .profile-sidebar-nav button{margin:0!important;min-height:42px!important;padding:9px 12px!important;gap:10px!important;line-height:1.2!important}.profile-admin-shell .profile-sidebar-nav button[data-active=true]{min-height:48px!important}.profile-admin-shell .profile-sidebar-back{flex:0 0 auto!important}.profile-admin-shell .profile-main>div,.profile-admin-shell .profile-main>form,.profile-admin-shell .profile-settings-stack,.profile-admin-shell .profile-settings-stack>form,.profile-admin-shell .profile-settings-stack>section{width:100%!important;max-width:1080px!important;min-width:0!important}.profile-admin-shell .profile-main [style*="display: flex"]{min-width:0}.profile-admin-shell .profile-main p,.profile-admin-shell .profile-main h1,.profile-admin-shell .profile-main h2,.profile-admin-shell .profile-main h3,.profile-admin-shell .profile-main span,.profile-admin-shell .profile-main a,.profile-admin-shell .profile-main button,.profile-admin-shell .profile-main input,.profile-admin-shell .profile-main textarea,.profile-admin-shell .profile-main select{max-width:100%}.profile-admin-shell .profile-main p,.profile-admin-shell .profile-main h1,.profile-admin-shell .profile-main h2,.profile-admin-shell .profile-main h3{overflow-wrap:anywhere}.profile-admin-shell .profile-main .rte-wrap{min-width:0;max-width:100%}.profile-admin-shell .profile-settings-stack>form,.profile-admin-shell .profile-settings-stack>section,.profile-admin-shell .profile-settings-stack>form>div,.profile-admin-shell .profile-settings-stack>section>div,.profile-admin-shell .profile-main>div[style*="background: #fff"],.profile-admin-shell .profile-main>form[style*="background: #fff"]{background:transparent!important}.profile-admin-shell .profile-settings-stack>form,.profile-admin-shell .profile-settings-stack>section{border-top:1px solid #e4dfd6!important;padding-top:28px}.profile-admin-shell .profile-settings-stack>form:first-child{border-top:0!important;padding-top:0}.profile-admin-shell .profile-settings-stack .profile-panel-head{padding-left:0!important;padding-right:0!important}@media (max-width: 900px){.profile-admin-shell{display:flex!important}.profile-admin-shell .profile-sidebar{position:fixed!important;top:0!important}}@media (max-width: 800px){.profile-admin-shell{display:flex!important}.profile-admin-shell .profile-sidebar:not(.is-open){display:none!important}.profile-admin-shell .profile-main{margin-left:0!important}.profile-admin-shell .profile-sidebar.is-open{display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:auto!important;height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important;border-bottom:0!important;padding:18px 12px 14px!important}.profile-admin-shell .profile-sidebar-nav{display:grid!important;grid-template-columns:1fr!important;overflow-x:visible!important;overflow-y:auto!important;gap:2px!important;padding:6px 0!important}.profile-admin-shell .profile-sidebar-nav button{width:100%!important;min-width:0!important;min-height:40px!important;padding:8px 12px!important;border-bottom:0!important}.profile-admin-shell .profile-sidebar-back{display:block!important}.profile-admin-shell .profile-main{width:100%!important;max-width:none!important}.profile-admin-shell .profile-admin-header{align-items:flex-start!important;gap:12px!important}}@media (max-width: 580px){.profile-admin-shell .profile-main{width:100%!important;padding-inline:14px!important}.profile-admin-shell .profile-admin-header{flex-wrap:wrap!important;padding-bottom:18px!important}.profile-admin-shell .adm-heading{width:100%}.profile-admin-shell .adm-heading h1{font-size:23px!important;min-width:0}.profile-admin-shell .adm-header-account{margin-left:46px!important;max-width:calc(100% - 46px)!important}.profile-admin-shell .profile-panel-head{padding:16px 16px 14px!important}.profile-admin-shell .profile-main>div>div:not(.profile-panel-head),.profile-admin-shell .profile-main>form>div:not(.profile-panel-head),.profile-admin-shell .profile-settings-stack>form>div:not(.profile-panel-head),.profile-admin-shell .profile-settings-stack>section>div:not(.profile-panel-head),.profile-admin-shell .profile-saved-body{padding-left:16px!important;padding-right:16px!important}.profile-admin-shell .profile-main [style*="align-items: center"][style*="gap: 14"],.profile-admin-shell .profile-main [style*="alignItems: center"][style*="gap: 14"],.profile-admin-shell .profile-main [style*="align-items: flex-start"],.profile-admin-shell .profile-main [style*="alignItems: flex-start"]{flex-wrap:wrap!important}.profile-admin-shell .profile-main [style*="flex-shrink: 0"],.profile-admin-shell .profile-main [style*="flexShrink: 0"]{flex-shrink:1!important}.profile-admin-shell .profile-main a,.profile-admin-shell .profile-main button,.profile-admin-shell label[for=ppfile],.profile-admin-shell label[for=afile]{white-space:normal!important}.profile-admin-shell .profile-main .btn-primary,.profile-admin-shell .profile-main .btn-secondary,.profile-admin-shell .profile-main .btn-danger{width:100%}}.announcements-page{min-height:70vh;background:#f7f4ee;color:#1f1d1a;padding:52px 24px 76px}.announcements-hero,.announcements-list{width:min(100%,980px);margin:0 auto}.announcements-back{display:inline-flex;align-items:center;gap:7px;color:#77716a;font-family:Inter,sans-serif;font-size:12px;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.08em}.announcements-back:hover{color:#b0202e}.announcements-title-row{display:flex;align-items:center;gap:12px;margin-top:22px;color:#b0202e}.announcements-title-row h1{margin:0;color:#1f1d1a;font-family:"PT Serif",Georgia,serif;font-size:clamp(36px,6vw,64px);line-height:1;font-weight:700}.announcements-hero>p{max-width:560px;margin:14px 0 0;color:#77716a;font-family:"PT Serif",Georgia,serif;font-size:18px;line-height:1.6}.announcements-list{display:grid;gap:16px;margin-top:34px}.announcement-detail-card,.announcements-state{background:#fffdfa;border:1px solid #e5ded3;border-radius:4px;box-shadow:0 14px 40px #1f1d1a0f}.announcement-detail-card{padding:24px 26px}.announcement-detail-date{margin:0 0 8px;color:#9b948b;font-family:Inter,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.announcement-detail-card h2{margin:0;color:#1f1d1a;font-family:"PT Serif",Georgia,serif;font-size:clamp(23px,3vw,34px);line-height:1.16}.announcement-detail-body{margin:14px 0 0;color:#5f5a54;font-family:"PT Serif",Georgia,serif;font-size:17px;line-height:1.75;white-space:pre-wrap}.announcements-state{padding:34px 26px;color:#77716a;font-family:Inter,sans-serif;font-size:14px}@media (max-width: 640px){.announcements-page{padding:34px 16px 56px}.announcements-list{margin-top:24px}.announcement-detail-card,.announcements-state{border-radius:8px;padding:18px}.announcement-detail-body{font-size:15px;line-height:1.65}}.search-results-page{min-height:70vh;background:#fbfaf7;color:#1f1d1a;padding:54px 24px 80px}.search-results-hero,.search-results-list{width:min(100%,1040px);margin:0 auto}.search-results-kicker{display:inline-flex;align-items:center;gap:7px;margin:0 0 12px;color:#b0202e;font-family:Inter,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.search-results-hero h1{margin:0;color:#1f1d1a;font-family:"PT Serif",Georgia,serif;font-size:clamp(34px,5vw,58px);line-height:1.05}.search-results-hero>p{margin:12px 0 0;color:#77716a;font-family:Inter,sans-serif;font-size:14px}.search-results-list{display:grid;gap:14px;margin-top:34px}.search-result-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:20px;padding:18px;background:#fff;border:1px solid #e8e1d7;border-radius:10px;box-shadow:0 10px 28px #1f1d1a0d}.search-result-media{display:flex;align-items:center;justify-content:center;aspect-ratio:16 / 10;overflow:hidden;border-radius:8px;background:#1f1d1a;color:#fff;font-family:"PT Serif",Georgia,serif;font-size:28px;font-weight:800;text-decoration:none}.search-result-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-result-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:#8a8580;font-family:Inter,sans-serif;font-size:11px}.search-result-copy a{color:inherit;text-decoration:none}.search-result-copy h2{margin:8px 0 0;color:#1f1d1a;font-family:"PT Serif",Georgia,serif;font-size:clamp(22px,3vw,30px);line-height:1.15}.search-result-copy a:hover h2{color:#b0202e}.search-result-copy>p{margin:10px 0 0;color:#5f5a54;font-family:"PT Serif",Georgia,serif;font-size:15px;line-height:1.65}.search-results-state{padding:32px;background:#fff;border:1px solid #e8e1d7;border-radius:10px;color:#77716a;font-family:Inter,sans-serif;font-size:14px}@media (max-width: 700px){.search-results-page{padding:34px 16px 58px}.search-result-card{grid-template-columns:1fr;gap:14px;padding:14px}.search-result-media{width:100%}}.authors-featured-grid{align-items:stretch!important}.authors-feature-card,.authors-directory-row{min-height:100%!important;border:1px solid #e8e1d7!important;border-left:3px solid #B0202E!important;border-radius:10px!important;background:#fffdfa!important;box-shadow:0 12px 32px #1f1d1a0e!important;overflow:hidden!important}.authors-feature-card{display:grid!important;grid-template-rows:1fr auto!important;min-height:290px!important;padding:20px!important}.authors-directory-row{display:grid!important;grid-template-rows:1fr auto!important;min-height:190px!important;padding:18px!important}.authors-feature-main{display:grid!important;grid-template-columns:82px minmax(0,1fr)!important;align-items:start!important;gap:18px!important}.authors-directory-main{display:grid!important;grid-template-columns:62px minmax(0,1fr) 18px!important;align-items:start!important;gap:16px!important}.authors-feature-main>div,.authors-directory-main>div{min-width:0;display:grid;grid-template-rows:auto auto 1fr auto}.authors-feature-card p,.authors-directory-row p{min-height:calc(1.6em * 3);max-height:calc(1.6em * 3);margin-top:10px!important;font-family:"PT Serif",Georgia,serif!important}.authors-feature-card p,.authors-directory-row p{-webkit-line-clamp:3!important}.authors-feature-card small{align-self:end;margin-top:16px!important}.authors-contact-links{align-self:end;min-height:32px}.authors-contact-links-compact{padding-left:78px!important}.author-detail-page{width:min(100% - 48px,1120px);margin:0 auto;padding:54px 0 82px;color:#1f1d1a}.author-detail-loading{min-height:55vh;display:grid;place-items:center;color:#77716a;font-family:Inter,sans-serif}.author-detail-hero{display:grid;grid-template-columns:148px minmax(0,1fr);gap:34px;align-items:start;padding:30px;background:linear-gradient(135deg,#fffdfa,#f7f4ee);border:1px solid #e8e1d7;border-radius:4px;box-shadow:0 18px 48px #1f1d1a11}.author-detail-avatar{width:148px;height:148px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#1f1d1a;color:#fff;border:6px solid #fff;box-shadow:0 10px 26px #1f1d1a29}.author-detail-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author-detail-avatar span{font-family:"PT Serif",Georgia,serif;font-size:42px;font-weight:700}.author-detail-kicker{margin:4px 0 10px;color:#b0202e;font-family:Inter,sans-serif;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.author-detail-copy h1{margin:0;color:#1f1d1a;font-family:"PT Serif",Georgia,serif;font-size:clamp(36px,5vw,64px);line-height:1;font-weight:700}.author-detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.author-detail-meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border:1px solid #e5ded3;border-radius:999px;background:#fff;color:#77716a;font-family:Inter,sans-serif;font-size:12px;font-weight:700;text-transform:capitalize}.author-detail-bio{max-width:760px;margin:18px 0 0;color:#514c45;font-family:"PT Serif",Georgia,serif;font-size:17px;line-height:1.72}.author-detail-section{margin-top:34px;padding-top:30px;border-top:1px solid #e8e1d7}.author-detail-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px}.author-detail-section-head p{margin:0;color:#b0202e;font-family:Inter,sans-serif;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.author-detail-section-head span,.author-detail-empty{color:#8a8580;font-family:Inter,sans-serif;font-size:13px}.author-post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,245px),1fr));gap:16px}.author-post-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid #e8e1d7;border-radius:8px;background:#fffdfa;color:inherit;text-decoration:none;box-shadow:0 10px 28px #1f1d1a0b;transition:transform .18s ease,box-shadow .18s ease}.author-post-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px #1f1d1a14}.author-post-card img,.author-post-placeholder{width:100%;aspect-ratio:16 / 9}.author-post-card img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease,filter .25s ease}.author-post-card:hover img{transform:scale(1.04);filter:saturate(1.04)}.author-post-placeholder{display:grid;place-items:center;background:#1f1d1a;color:#fff;font-family:"PT Serif",Georgia,serif;font-size:34px;font-weight:800}.author-post-card>div{display:flex;flex-direction:column;padding:14px 15px 16px}.author-post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 7px;color:#9b948b;font-family:Inter,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase}.author-post-meta span{color:#b0202e}.author-post-card h3{display:-webkit-box;min-height:2.5em;max-height:3.75em;margin:0;overflow:hidden;color:#1f1d1a;font-family:"PT Serif",Georgia,serif;font-size:18px;line-height:1.25;font-weight:700;-webkit-box-orient:vertical;-webkit-line-clamp:3}.author-post-card:hover h3{color:#b0202e}.author-post-excerpt{display:-webkit-box;margin:12px 0 0;overflow:hidden;color:#625b54;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:1.55;text-transform:none;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media (min-width: 1024px){.author-post-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.author-assignment-list{display:grid;gap:14px}.author-assignment-card{padding:18px;border:1px solid #e8e1d7;border-radius:10px;background:#fffdfa}.author-assignment-card h3{margin:0;color:#1f1d1a;font-family:"PT Serif",Georgia,serif;font-size:19px}.author-assignment-card p,.author-assignment-notes{margin:8px 0 0;color:#625c55;font-family:Inter,sans-serif;font-size:13px;line-height:1.6}.author-assignment-link{display:inline-flex;margin-top:12px;color:#b0202e;font-family:Inter,sans-serif;font-size:13px;font-weight:700;text-decoration:none}.author-assignment-link:hover{text-decoration:underline;text-underline-offset:3px}@media (max-width: 900px){.authors-feature-main,.authors-directory-main{grid-template-columns:64px minmax(0,1fr)!important}.authors-directory-main>svg{display:none}.authors-contact-links-compact{padding-left:80px!important}.author-detail-hero{grid-template-columns:112px minmax(0,1fr);gap:22px;padding:24px}.author-detail-avatar{width:112px;height:112px}.author-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.authors-feature-card,.authors-directory-row{min-height:0!important;padding:16px!important}.authors-feature-main,.authors-directory-main{grid-template-columns:54px minmax(0,1fr)!important;gap:13px!important}.authors-avatar,.authors-avatar-large{width:54px!important;height:54px!important;flex-basis:54px!important;font-size:16px!important}.authors-feature-card p,.authors-directory-row p{min-height:0;max-height:4.65em;line-height:1.55}.authors-contact-links-compact{padding-left:67px!important}.author-detail-page{width:min(100% - 32px,1120px);padding:34px 0 58px}.author-detail-hero{grid-template-columns:1fr;justify-items:center;text-align:center;padding:22px 18px}.author-detail-meta,.author-social-links{justify-content:center}.author-detail-bio{font-size:15px;line-height:1.65}.author-detail-section-head{align-items:flex-start;flex-direction:column;gap:6px}.author-post-grid{grid-template-columns:1fr}}@media (max-width: 420px){.profile-admin-shell .profile-main{padding-inline:12px!important}.profile-admin-shell .profile-sidebar.is-open{width:min(280px,92vw)!important}.profile-admin-shell .profile-admin-header .adm-status{background:transparent!important;padding-left:0!important}}@media (max-width: 800px){.profile-admin-shell .profile-mobile-brand{display:flex!important;align-items:center!important;gap:10px!important;padding:0 2px 14px!important;margin:0!important;border-bottom:1px solid #34343a!important}.profile-admin-shell .profile-mobile-avatar{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;overflow:hidden;border-radius:50%;background:#34343a;color:#fff;font-size:11px;font-weight:700}.profile-admin-shell .profile-mobile-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-admin-shell .profile-sidebar-profile-block{display:none!important}.profile-admin-shell .profile-sidebar-nav button span{font-size:12px!important}.profile-admin-shell .profile-sidebar-nav button[data-active=true]{min-height:46px!important}.profile-admin-shell .profile-sidebar-back{margin-top:auto!important;padding-top:10px!important}}@media (max-width: 580px){.profile-admin-shell{min-height:auto!important}.profile-admin-shell .profile-main{padding:12px 12px 28px!important}.profile-admin-shell .profile-admin-header{gap:6px!important;padding-bottom:10px!important}.profile-admin-shell .adm-heading{gap:8px!important}.profile-admin-shell .adm-heading h1{font-size:21px!important;line-height:1.15!important}.profile-admin-shell .adm-header-account{margin-left:42px!important;min-height:20px!important;gap:6px!important}.profile-admin-shell .profile-main>div,.profile-admin-shell .profile-main>form,.profile-admin-shell .profile-settings-stack,.profile-admin-shell .profile-settings-stack>form,.profile-admin-shell .profile-settings-stack>section{margin-top:0!important}.profile-admin-shell .profile-panel-head{padding:12px 12px 10px!important}.profile-admin-shell .profile-main>div>div:not(.profile-panel-head),.profile-admin-shell .profile-main>form>div:not(.profile-panel-head),.profile-admin-shell .profile-settings-stack>form>div:not(.profile-panel-head),.profile-admin-shell .profile-settings-stack>section>div:not(.profile-panel-head),.profile-admin-shell .profile-saved-body{padding:12px!important}.profile-admin-shell .profile-settings-stack>form,.profile-admin-shell .profile-settings-stack>section{padding-top:16px!important}}@media (max-width: 800px){.profile-admin-shell .profile-sidebar.is-open{padding:10px 10px 12px!important}.profile-admin-shell .profile-mobile-brand{padding:0 0 8px!important;gap:8px!important}.profile-admin-shell .profile-sidebar-nav{gap:1px!important;padding:4px 0!important}.profile-admin-shell .profile-sidebar-nav button{min-height:36px!important;padding:7px 10px!important;gap:8px!important}.profile-admin-shell .profile-sidebar-nav button[data-active=true]{min-height:38px!important}.profile-admin-shell .profile-sidebar-back{padding-top:6px!important}.profile-admin-shell .profile-sidebar-back a{min-height:36px!important;padding:8px 10px!important}}.profile-admin-shell{--profile-bg: #f7f4ee;--profile-panel: #fffdfa;--profile-line: #e5ded3;--profile-ink: #1f1d1a;--profile-muted: #77716a;--profile-sidebar: #211f22;--profile-accent: #b0202e;display:flex!important;min-height:calc(100vh - var(--announcement-height, 0px))!important;overflow-x:hidden!important;background:var(--profile-bg)!important}.profile-admin-shell .profile-sidebar{position:fixed!important;top:0!important;left:0!important;z-index:20!important;width:260px!important;flex:0 0 260px!important;height:100dvh!important;padding:18px 12px!important;overflow:hidden!important;background:var(--profile-sidebar)!important;border-right:1px solid rgba(255,255,255,.08)!important;color:#fff!important}.profile-admin-shell .profile-sidebar-profile-block{display:block!important;margin:0 0 12px!important;padding:10px 10px 16px!important;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.profile-admin-shell .profile-sidebar-profile-block>div[style*=radial-gradient],.profile-admin-shell .profile-sidebar-profile-block>div[style*=backgroundImage]{display:none!important}.profile-admin-shell .profile-sidebar-profile-block p,.profile-admin-shell .profile-sidebar-profile-block span{color:inherit!important}.profile-admin-shell .profile-sidebar-profile-block>div[style*="width: 64"]{width:58px!important;height:58px!important;margin:0 0 10px!important}.profile-admin-shell .profile-sidebar-profile-block>div[style*="width: 64"]>div,.profile-admin-shell .profile-sidebar-profile-block>div[style*="width: 64"] img{width:58px!important;height:58px!important;border-radius:50%!important}.profile-admin-shell .profile-sidebar-profile-block>div[style*="width: 64"]>button{border-radius:50%!important}.profile-admin-shell .profile-sidebar-profile-block>p:first-of-type{margin-bottom:2px!important;font-size:16px!important;line-height:1.2!important}.profile-admin-shell .profile-sidebar-profile-block>p:nth-of-type(2){margin-bottom:10px!important;color:#ffffff94!important}.profile-admin-shell .profile-sidebar-profile-block>p:nth-of-type(n+3),.profile-admin-shell .profile-sidebar-profile-block>div[style*=flexWrap],.profile-admin-shell .profile-sidebar-profile-block>div[style*=flex-wrap],.profile-admin-shell .profile-sidebar-profile-block>div:last-child{display:none!important}.profile-admin-shell .profile-sidebar-nav{display:grid!important;grid-template-columns:1fr!important;flex:1 1 auto!important;min-height:0!important;gap:4px!important;padding:2px 0!important;overflow-y:auto!important;overflow-x:hidden!important}.profile-admin-shell .profile-sidebar-nav button{width:100%!important;min-width:0!important;min-height:40px!important;padding:9px 11px!important;gap:10px!important;border:0!important;border-left:3px solid transparent!important;border-radius:6px!important;background:transparent!important;color:#ffffffad!important}.profile-admin-shell .profile-sidebar-nav button:hover,.profile-admin-shell .profile-sidebar-nav button[data-active=true]{background:#ffffff12!important}.profile-admin-shell .profile-sidebar-nav button[data-active=true]{border-left-color:var(--profile-accent)!important;color:#fff!important}.profile-admin-shell .profile-sidebar-nav button span,.profile-admin-shell .profile-sidebar-nav button svg{color:inherit!important;stroke:currentColor!important}.profile-admin-shell .profile-sidebar-nav button span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.profile-admin-shell .profile-sidebar-back{flex:0 0 auto!important;margin-top:10px!important;padding:10px 0 0!important;border-top:1px solid rgba(255,255,255,.08)!important}.profile-admin-shell .profile-sidebar-back a{min-height:38px!important;padding:8px 11px!important;border-radius:6px!important}.profile-admin-shell .profile-sidebar-back a:hover{background:#ffffff12!important}.profile-admin-shell .profile-mobile-brand{display:none!important}.profile-admin-shell .profile-main{flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:none!important;margin-left:260px!important;padding:28px 28px 56px!important;background:var(--profile-bg)!important}.profile-admin-shell .profile-admin-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding-bottom:18px!important}.profile-admin-shell .adm-heading h1{color:var(--profile-ink)!important;font-size:clamp(24px,3vw,34px)!important;line-height:1.12!important}.profile-admin-shell .adm-header-account{flex-wrap:wrap!important;justify-content:flex-end!important;max-width:46%!important;color:var(--profile-muted)!important}.profile-admin-shell .adm-header-account .adm-status{display:none!important}.profile-admin-shell .profile-main>div,.profile-admin-shell .profile-main>form,.profile-admin-shell .profile-settings-stack,.profile-admin-shell .profile-settings-stack>form,.profile-admin-shell .profile-settings-stack>section{width:min(100%,1040px)!important;max-width:1040px!important;margin:0!important;background:var(--profile-panel)!important;border:1px solid var(--profile-line)!important;border-radius:4px!important;box-shadow:0 14px 40px #1f1d1a0f!important;overflow:hidden!important}.profile-admin-shell .profile-settings-stack{display:flex!important;flex-direction:column!important;gap:16px!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}.profile-admin-shell .profile-panel-head{padding:18px 22px 14px!important;background:linear-gradient(180deg,#fffdfa,#faf7f1)!important;border-bottom:1px solid var(--profile-line)!important}.profile-admin-shell .profile-settings-stack .profile-panel-head{padding-left:28px!important;padding-right:28px!important}.profile-admin-shell .profile-main>div>div:not(.profile-panel-head),.profile-admin-shell .profile-main>form>div:not(.profile-panel-head),.profile-admin-shell .profile-settings-stack>form>div:not(.profile-panel-head),.profile-admin-shell .profile-settings-stack>section>div:not(.profile-panel-head),.profile-admin-shell .profile-saved-body{padding:20px 22px!important;background:transparent!important}.profile-admin-shell .profile-settings-stack>form>div:not(.profile-panel-head),.profile-admin-shell .profile-settings-stack>section>div:not(.profile-panel-head){padding-left:28px!important;padding-right:28px!important}.profile-admin-shell .profile-overview-grid,.profile-admin-shell .profile-form-2col{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.profile-admin-shell .field-input,.profile-admin-shell .field-select,.profile-admin-shell .field-textarea{width:100%!important;min-width:0!important;border:1px solid #d9d1c5!important;border-radius:4px!important;background:#fff!important;color:var(--profile-ink)!important}.profile-admin-shell .btn-primary,.profile-admin-shell .btn-secondary,.profile-admin-shell .btn-danger,.profile-admin-shell label[for=ppfile],.profile-admin-shell label[for=afile]{border-radius:4px!important}@media (min-width: 801px){.profile-admin-shell{height:100dvh!important;max-height:100dvh!important;overflow:hidden!important}.profile-admin-shell .profile-sidebar{inset:0 auto 0 0!important;height:100dvh!important;max-height:100dvh!important}.profile-admin-shell .profile-main{height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important;overscroll-behavior:contain!important}}@media (max-width: 800px){.profile-admin-shell .profile-sidebar:not(.is-open){display:none!important}.profile-admin-shell .profile-sidebar.is-open{position:fixed!important;inset:0 auto 0 0!important;z-index:102!important;display:flex!important;width:min(280px,88vw)!important;height:100dvh!important;padding:10px!important;overflow:hidden!important}.profile-admin-shell .profile-mobile-brand{display:flex!important;align-items:center!important;gap:8px!important;padding:0 0 8px!important;margin:0 0 8px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.profile-admin-shell .profile-sidebar-profile-block{display:none!important}.profile-admin-shell .profile-sidebar-nav{gap:2px!important}.profile-admin-shell .profile-sidebar-nav button{min-height:36px!important;padding:7px 10px!important}.profile-admin-shell .profile-sidebar-back{margin-top:auto!important;padding-top:6px!important}.profile-admin-shell .profile-main{width:100%!important;margin-left:0!important;padding:16px 14px 34px!important}.profile-admin-shell .profile-admin-header{align-items:flex-start!important;padding-bottom:12px!important}.profile-admin-shell .adm-mobile-menu{display:inline-flex!important}}@media (max-width: 580px){.profile-admin-shell .profile-main{padding:12px 10px 28px!important}.profile-admin-shell .profile-admin-header{flex-wrap:wrap!important;gap:6px!important}.profile-admin-shell .adm-heading{width:100%!important;gap:8px!important}.profile-admin-shell .adm-heading h1{font-size:22px!important}.profile-admin-shell .adm-header-account{margin-left:42px!important;max-width:calc(100% - 42px)!important;justify-content:flex-start!important;gap:6px!important}.profile-admin-shell .profile-main>div,.profile-admin-shell .profile-main>form,.profile-admin-shell .profile-settings-stack>form,.profile-admin-shell .profile-settings-stack>section{border-radius:8px!important}.profile-admin-shell .profile-panel-head{padding:13px 14px 11px!important}.profile-admin-shell .profile-settings-stack .profile-panel-head{padding-left:16px!important;padding-right:16px!important}.profile-admin-shell .profile-main>div>div:not(.profile-panel-head),.profile-admin-shell .profile-main>form>div:not(.profile-panel-head),.profile-admin-shell .profile-settings-stack>form>div:not(.profile-panel-head),.profile-admin-shell .profile-settings-stack>section>div:not(.profile-panel-head),.profile-admin-shell .profile-saved-body{padding:14px!important}.profile-admin-shell .profile-settings-stack>form>div:not(.profile-panel-head),.profile-admin-shell .profile-settings-stack>section>div:not(.profile-panel-head){padding-left:16px!important;padding-right:16px!important}.profile-admin-shell .profile-overview-grid,.profile-admin-shell .profile-form-2col{grid-template-columns:1fr!important;gap:12px!important}.profile-admin-shell .profile-main [style*="display: flex"]{min-width:0!important}.profile-admin-shell .profile-main [style*="align-items: center"][style*="gap: 20"],.profile-admin-shell .profile-main [style*="alignItems: center"][style*="gap: 20"],.profile-admin-shell .profile-main [style*="align-items: center"][style*="gap: 16"],.profile-admin-shell .profile-main [style*="alignItems: center"][style*="gap: 16"],.profile-admin-shell .profile-main [style*="align-items: center"][style*="gap: 14"],.profile-admin-shell .profile-main [style*="alignItems: center"][style*="gap: 14"]{align-items:flex-start!important;gap:10px!important}.profile-admin-shell .profile-main a,.profile-admin-shell .profile-main button,.profile-admin-shell label[for=ppfile],.profile-admin-shell label[for=afile]{white-space:normal!important}.profile-admin-shell .profile-main .btn-primary,.profile-admin-shell .profile-main .btn-secondary,.profile-admin-shell .profile-main .btn-danger{width:100%!important}}
