:root{--bg:#0d1012;--bg-alt:#15191d;--fg:#f5f2ea;--muted:#c4bba4;--accent:#c9a86a;--accent-dark:#8b6b32;}@font-face{font-family:'Atkinson Hyperlegible';src:url('/css/fonts/AtkinsonHyperlegible-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'DMSerif';src:url('/css/fonts/DMSerifText-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'PTSerif';src:url('/css/fonts/PTSerif-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Montserrat';src:url('/css/fonts/Montserrat.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}html,body{margin:0;padding:0;min-height:100%;}*{box-sizing:border-box;}body{font-family:'Atkinson Hyperlegible';background:radial-gradient(circle at top left,#ffffff 0%,#f1f5f9 40%,#e5ecf6 100%);}body,main{margin:0px !important;padding:0px !important;overflow-x:hidden;z-index:0;}html,body,input,select,textarea,label,button{}h1,h2,h3{font-family:'Atkinson Hyperlegible';}a:hover,button:hover{cursor:pointer !important;}red{color:var(--red);}redbg,.redbg{background-color:var(--red);}.redbg.white{background-color:var(--red);color:white;}gold,.gold{color:var(--gold);}.row{width:100%;display:flex;flex-direction:row;}.col{width:100%;display:flex;flex-direction:column;}.row > *,.col > *{flex:1;}.container{width:100%;max-width:1500px;margin:0 auto;padding:24px 64px;}form{}input,select,textarea,label,button{font-size:1rem;transition:all 128ms;border-radius:8px;}input,select,textarea{background-color:white;border:1px solid #aaaaaa;padding:8px 10px;font-size:1rem;background-color:white;}select{padding:6px 10px;}input:focus,select:focus,textarea:focus{background-color:white;outline:2px solid #b6314d;box-shadow:-2px 2px 5px 0px rgba(0,0,0,0.25) inset;-webkit-box-shadow:-2px 2px 5px 0px rgba(0,0,0,0.25) inset;-moz-box-shadow:-2px 2px 5px 0px rgba(0,0,0,0.25) inset;font-size:1rem;}.searchbar{position:relative;}.searchbar input{display:flex;align-items:center;background:color-mix(in srgb,var(--card) 90%,#ffffff 10%);border:1px solid var(--border);border-radius:999px;padding:.6rem .8rem .6rem .8rem;box-shadow:0 10px 28px rgba(15,23,42,0.12);transition:border-color 0.18s ease,box-shadow 0.18s ease,transform 0.12s ease;}.searchbar i{position:absolute;right:12px;bottom:12px;font-size:1.2rem;color:var(--gray);}.checkboxes{position:relative;display:flex;flex-direction:column;padding:8px;}label.checkbox{position:relative;display:flex;flex-direction:row !important;justify-content:flex-start;align-items:center;margin-bottom:4px;cursor:pointer;}label.checkbox input{flex:1;position:relative;display:flex;min-width:20px;min-height:20px;width:20px;height:20px;max-width:20px;max-height:20px;margin-right:12px;}button,a.btn{margin:4px 4px 4px 6px;background:white;border:2px solid var(--blue);color:var(--blue);min-height:40px;padding:0 14px;border-radius:999px;font-size:0.9rem;font-weight:600;letter-spacing:0.03em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform 0.15s ease,box-shadow 0.15s ease,filter 0.15s ease;}button i{margin-right:3px;}button.small,a.btn.small{min-height:32px;font-size:0.8rem;margin:2px 2px 2px 4px;}button.round,a.btn.round{min-width:72px;min-height:72px;width:72px;height:72px;max-width:72px;max-height:72px;font-size:2rem;}button.round i{margin-right:auto;}button.round.mid,a.btn.mid.round{min-width:50px;min-height:50px;width:50px;height:50px;max-width:50px;max-height:50px;font-size:1.2rem;}button.round.small,a.btn.small.round{min-width:32px;min-height:32px;width:32px;height:32px;max-width:32px;max-height:32px;font-size:0.9rem;}button.round.large,a.btn.large.round{min-width:96px;min-height:96px;width:96px;height:96px;max-width:96px;max-height:96px;font-size:0.9rem;}button:hover,a.btn:hover{transform:translateY(-1px);box-shadow:0 2px 16px rgba(0,68,124,0.4);background:var(--blue);color:white;text-decoration:none;filter:brightness(1.05);}button:active,a.btn:active,button[aria-pressed="true"],a.btn[aria-pressed="true"],button.active,a.btn.active,button.selected,a.btn.selected{text-decoration:none;transform:translateY(0);color:rgb(255,255,255);background:linear-gradient(135deg,var(--blue),var(--blue-light));box-shadow:0 0px 8px rgba(0,68,124,0.3);border-color:transparent;}button:disabled{color:#585858 !important;border-color:#838383 !important;background-color:#ccc !important;opacity:0.5;}button:disabled:hover{color:#585858 !important;border-color:#838383 !important;background-color:#ccc !important;transform:translateY(0px);box-shadow:0 0px 16px rgba(0,0,0,0.2);}button:disabled:active{color:#585858 !important;border-color:#838383 !important;background:#ccc !important;transform:translateY(0px);box-shadow:0px;}button.red,a.btn.red{background-color:white;border-color:var(--red);color:var(--red);}button.red:hover,a.btn.red:hover{background-color:var(--red);border-color:var(--red);color:white;box-shadow:0 2px 16px rgba(247,30,66,0.4);}button.red:active,a.btn.red:active,button.red[aria-pressed="true"],a.btn.red[aria-pressed="true"],button.red.active,a.btn.red.active,button.red.selected,a.btn.red.selected{text-decoration:none;transform:translateY(0);color:rgb(255,255,255);background:linear-gradient(135deg,var(--red),var(--red-light));box-shadow:0 0px 8px rgba(0,68,124,0.3);border-color:transparent;}button.gray,a.btn.gray{background-color:white;border-color:#979797;color:#979797;}button.gray:hover,a.btn.gray:hover{background-color:#979797;border-color:#979797;color:white;box-shadow:0 2px 16px rgba(100,100,100,0.4);}button.gold,a.btn.gold{background-color:#fff;border-color:var(--gold);color:var(--dark-gold);}button.gold:hover,a.btn.gold:hover{background-color:var(--gold);border-color:var(--gold);color:white;box-shadow:0 2px 16px rgba(255,168,0,0.4);}button.gold:active,a.btn.gold:active,button.gold[aria-pressed="true"],a.btn.gold[aria-pressed="true"],button.gold.active,a.btn.gold.active,button.gold.selected,a.btn.gold.selected{text-decoration:none;transform:translateY(0);color:rgb(255,255,255);background:linear-gradient(135deg,var(--gold),var(--gold-light));box-shadow:0 0px 8px rgba(0,68,124,0.3);border-color:transparent;}button.stack.selected,a.stack.selected{background:linear-gradient(135deg,var(--blue),var(--blue-light));box-shadow:0 0px 8px rgba(0,68,124,0.3);border-color:transparent;color:white;}button.stack,a.stack{display:flex;flex-direction:column;}button.stack i,a.stack i{font-size:2rem;margin-bottom:2px;}button.pinned{background:white !important;color:var(--blue) !important;border:0px;position:relative;top:-10px;}button.pinned.red{background:white !important;color:var(--red) !important;box-shadow:none !important;}button.pinned i{position:relative;top:1px;position:relative;transform:rotate(25deg);transition:transform 0.2s ease;scale:1.1;}button.pinned:hover i{transform:rotate(0deg);transition:transform 0.2s ease;scale:1;}button .notification{position:relative;background:rgba(255,255,255,0.2);border-radius:999px;padding:.1rem .3rem;font-size:.71rem;margin-left:5px;margin-right:-2px;}.filters{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 8px;}.filters .quicklinks{position:relative;display:flex;flex-flow:row wrap;}.filters .filter{border:0px;outline:0px;-webkit-tap-highlight-color:none;}.filters .filter label{position:relative;display:flex;flex-direction:column;border:0px;}.filters .quicklinks a{color:var(--light-blue);margin-left:10px;font-size:0.9rem;}.filters{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 8px;}.filters .quicklinks{position:relative;display:flex;flex-flow:row wrap;}.filters .filter{border:0px;outline:0px;-webkit-tap-highlight-color:none;}.filters .filter label{position:relative;display:flex;flex-direction:column;border:0px;}.filters .quicklinks a{color:var(--light-blue);margin-left:10px;font-size:0.9rem;}.table-wrap{border:1px solid var(--ink-200);border-radius:14px;overflow:hidden;background:var(--bg);}.table{width:100%;border-collapse:separate;border-spacing:0;}.table thead th{text-align:left;font-weight:600;font-size:.9rem;color:var(--ink-700);background:var(--ink-100);padding:12px 14px;border-bottom:1px solid var(--ink-200);user-select:none;}.table tbody td{padding:14px;border-bottom:1px solid var(--ink-200);vertical-align:middle;}.table tbody tr:last-child td{border-bottom:none;}.table tbody tr:hover{background:#fafafa;}.container.panels{position:relative;width:100%;min-width:100%;height:calc(100% - 83px);min-height:calc(100vh - 83px);overflow:hidden;padding:0px;margin:0px;display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;}.container.panels *{}.panel{position:relative;display:flex;box-sizing:border-box;}.panel.left,.panel.right{}.panel.controls{margin:0px;background:#f1f5f9;border-right:1px solid white;margin-right:1px;}.panel.content{flex-direction:column;width:100%;box-shadow:0px 0px 32px rgba(0,0,0,0.3) inset;}.modal-backdrop{position:fixed;display:flex;width:100%;height:100%;top:0px;left:0px;justify-content:center;align-items:center;background:rgba(140,140,140,0.45);backdrop-filter:blur(5px);}.modal{width:600px;max-width:80%;max-height:80%;overflow-y:auto;background:white;border-radius:16px;box-shadow:var(--shadow-soft);}.message{margin-top:40px;padding:24px 24px 28px;max-width:900px;width:100%;background:rgba(255,255,255,0.98);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-soft);border-left:5px solid var(--red);display:flex;flex-direction:column;gap:12px;}.message p,.message h2{margin:0;font-size:0.98rem;font-weight:600;color:var(--text-main);}.message h2{font-size:1.2rem;padding:0px;}.message ul{margin:0px 0 0;padding-left:1.25rem;}.message li{font-size:0.98rem;margin-top:5px;padding-bottom:10px;list-style:square;color:var(--text-muted);}.message li:last-child{border-bottom:none;padding-bottom:0;}.message a{color:var(--blue);font-weight:600;text-decoration:none;border-bottom:1px solid rgba(0,68,124,0.35);padding-bottom:1px;transition:color 0.15s ease,border-color 0.15s ease;}.message a:hover{color:var(--blue-light);border-color:rgba(0,105,194,0.6);}:root{--bg:#0d1012;--fg:#f5f2ea;--muted:#c4bba4;--accent:#c9a86a;}*{box-sizing:border-box;}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top,#1b232b 0,#07090b 45%,#020304 100%);color:var(--fg);}a{color:var(--accent);text-decoration:none;}a:hover{text-decoration:underline;}header{border-bottom:1px solid rgba(255,255,255,0.06);background:rgba(4,5,6,0.85);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10;}.nav-inner{max-width:1120px;margin:0 auto;padding:12px 20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;}.brand-mark{display:flex;flex-direction:row;align-items:center;}.brand-mark img{width:40px;height:auto;margin-right:10px;}.brand-text-main{font-size:18px;letter-spacing:0.08em;text-transform:uppercase;}.brand-text-sub{font-size:12px;color:var(--muted);}.nav-links{display:flex;flex-direction:row;align-items:center;}.nav-links a{font-size:13px;text-transform:uppercase;letter-spacing:0.12em;margin-left:18px;padding-bottom:2px;border-bottom:1px solid transparent;}.nav-links a:hover{border-bottom-color:var(--accent);text-decoration:none;}.breadcrumbs{max-width:1120px;margin:10px auto 0 auto;padding:4px 20px 10px 20px;font-size:11px;text-transform:uppercase;letter-spacing:0.16em;color:var(--muted);}.breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;}.breadcrumbs .crumb{display:inline-flex;align-items:center;white-space:nowrap;}.breadcrumbs .crumb a{color:var(--muted);text-decoration:none;padding:3px 8px;border-radius:999px;border:1px solid transparent;transition:border-color 0.15s ease,color 0.15s ease,background-color 0.15s ease;}.breadcrumbs .crumb a:hover{color:var(--accent);border-color:rgba(201,168,106,0.4);background:rgba(7,8,10,0.9);}.breadcrumbs .crumb.current{color:var(--accent);font-weight:600;}.breadcrumbs .crumb.current a{pointer-events:none;cursor:default;color:var(--accent);}.breadcrumbs .sep{margin:0 6px;color:rgba(196,187,164,0.55);user-select:none;}@media (max-width:640px){.breadcrumbs{font-size:10px;letter-spacing:0.14em;padding-inline:16px;}.nav-inner{flex-direction:column;align-items:flex-start;gap:8px;}.nav-links{flex-wrap:wrap;row-gap:4px;}.nav-links a{margin-left:0;margin-right:16px;}}:root{}.site-footer{border-top:1px solid rgba(255,255,255,0.08);background:radial-gradient(circle at top,#15181e 0,#050608 55%,#020203 100%);padding:28px 20px 18px 20px;color:var(--muted);font-size:13px;}.footer-inner{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:20px;}.footer-top{display:flex;flex-direction:column;gap:18px;}.footer-col{flex:1;}.footer-brand{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:8px;}.footer-brand img{width:40px;height:auto;flex-shrink:0;}.footer-brand-main{font-size:16px;letter-spacing:0.12em;text-transform:uppercase;color:var(--fg);}.footer-brand-sub{font-size:11px;color:var(--muted);margin-top:2px;}.footer-heading{font-size:11px;text-transform:uppercase;letter-spacing:0.22em;color:var(--muted);margin-bottom:8px;}.footer-links,.footer-meta-list{list-style:none;padding:0;margin:0;}.footer-links li,.footer-meta-list li{margin-bottom:4px;}.footer-links a{color:var(--fg);text-decoration:none;font-size:13px;}.footer-links a:hover{color:var(--accent);text-decoration:underline;}.footer-meta-list li span{display:block;}.footer-newsletter-text{font-size:12px;color:var(--muted);margin-bottom:6px;}.footer-input-row{display:flex;flex-direction:row;gap:8px;margin-bottom:4px;}.footer-input-row input[type="email"]{flex:1;min-width:0;padding:7px 9px;border-radius:999px;border:1px solid rgba(255,255,255,0.2);background:#050608;color:var(--fg);font-size:12px;}.footer-input-row input[type="email"]::placeholder{color:rgba(196,187,164,0.7);font-size:12px;}.footer-input-row button{padding:7px 14px;border-radius:999px;border:1px solid var(--accent);background:linear-gradient(to right,var(--accent-dark),var(--accent));font-size:11px;text-transform:uppercase;letter-spacing:0.14em;color:#0a0804;cursor:pointer;}.footer-input-row button:hover{filter:brightness(1.05);}.footer-social{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:6px;}.footer-social a{font-size:12px;color:var(--muted);text-decoration:none;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,0.10);}.footer-social a:hover{color:var(--accent);border-color:rgba(201,168,106,0.65);}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);margin-top:4px;padding-top:10px;display:flex;flex-direction:column;gap:6px;font-size:11px;color:var(--muted);}.footer-bottom-row{display:flex;flex-direction:column;gap:4px;}.footer-bottom a{color:var(--muted);text-decoration:none;}.footer-bottom a:hover{color:var(--accent);text-decoration:underline;}@media (min-width:720px){.footer-top{flex-direction:row;}.footer-bottom-row{flex-direction:row;justify-content:space-between;align-items:center;}}alerts{position:fixed;width:100%;height:100%;top:0px;left:0px;z-index:100001;justify-content:center;align-items:center;background:rgba(100,100,100,0.6);backdrop-filter:blur(15px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}alerts *:focus-visible{outline:0px;}alerts,alerts div,alerts form{box-sizing:border-box;display:flex;flex-direction:column;}alerts .alert-container{position:relative;width:420px;height:auto;min-height:260px;justify-content:stretch;align-items:stretch;overflow:hidden;border-radius:13px;margin-top:-180px;-webkit-box-shadow:0px 16px 48px 0px rgba(0,0,0,0.4);-moz-box-shadow:0px 16px 48px 0px rgba(0,0,0,0.4);box-shadow:0px 16px 48px 0px rgba(0,0,0,0.4);background:radial-gradient(circle at top,#1b232b 0,#07090b 45%,#020304 100%);color:var(--fg);}alerts .alert{flex:1;width:100%;height:100%;max-height:80vh;justify-content:stretch;align-items:stretch;z-index:1;}alerts #alert_form{z-index:1;gap:0 !important;padding:0px 0 !important;border-radius:12px;overflow:hidden;}alerts .alert-header{flex:1;width:100%;max-height:53px;min-height:53px;display:flex;justify-content:flex-start;align-items:center;padding:0px 24px 0px 24px;background-color:var(--accent);color:black;flex-direction:row;font-size:1.25rem;font-weight:bold;border:1px solid transparent;}alerts .alert-header:focus-visible{outline:0px;border:1px dashed var(--accent);}alerts .alert-header i{top:0px;margin-right:12px;position:relative;}alerts .alert-confirm .alert-header{background-color:var(--accent);}alerts .alert-success .alert-header{background-color:var(--accent);}alerts .alert-danger .alert-header{background-color:var(--accent);}alerts .alert-info .alert-header{background-color:var(--accent);}alerts .alert-content{flex:1;width:100%;display:flex;padding:10px;color:var(--black);font-size:1rem;padding:12px 24px;letter-spacing:0.5px;word-spacing:0.5px;line-height:1.3;background:var(--white);max-height:75vh;overflow-y:auto;}alerts .alert-content span{border:1px solid transparent;}alerts .alert-content span:focus-visible{outline:0px;border:1px dashed var(--lightblue);}alerts .alert-content a{font-weight:bold;color:var(--red);text-decoration:none;border:1px solid transparent;}alerts .alert-content a:focus-visible{outline:0px;border:1px dashed var(--lightblue);}alerts .alert-content .alert_inputs{width:100%;justify-content:center;align-items:center;}alerts .alert-content .alert_inputs input,alerts .alert-content .alert_inputs select,alerts .alert-content .alert_inputs textarea{width:90%;font-size:1.1rem;padding:8px 12px;border:1px solid var(--gray);border-radius:3px;margin:12px 0px;}alerts .alert-content .alert_inputs textarea{height:100px;}alerts .alert-controls{flex:1;max-height:64px;min-height:64px;justify-content:space-between;align-items:center;flex-direction:row;padding:0px 32px 12px 32px;background:var(--white);}alerts .alert-controls button{background:linear-gradient(to right,var(--accent-dark),var(--accent));color:#0a0804;font-weight:600;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;padding:9px 16px;font-size:13px;text-transform:uppercase;letter-spacing:0.16em;border-radius:999px;border:1px solid var(--accent);margin-right:10px;margin-bottom:8px;cursor:pointer;text-decoration:none;}alerts .alert-controls button:hover{background:linear-gradient(to right,var(--accent-dark),var(--accent));cursor:pointer;transition:all 0.2s;animation:bounceScale 0.2s ease-in-out;}alerts .alert-success .alert-controls button{background:linear-gradient(to right,var(--accent-dark),var(--accent));cursor:pointer;}alerts .alert-success .alert-controls button:hover{cursor:pointer;background:linear-gradient(to right,var(--accent-dark),var(--accent));}alerts .alert-danger .alert-controls button{cursor:pointer;background:linear-gradient(to right,var(--accent-dark),var(--accent));}alerts .alert-danger .alert-controls button:hover{cursor:pointer;background:linear-gradient(to right,var(--accent-dark),var(--accent));}alerts .alert-info .alert-controls button,alerts .alert-confirm .alert-controls button,alerts .alert-prompt .alert-controls button{cursor:pointer;background:linear-gradient(to right,var(--accent-dark),var(--accent));}alerts .alert-info .alert-controls button:hover,alerts .alert-confirm .alert-controls button:hover,alerts .alert-prompt .alert-controls button:hover{cursor:pointer;background:linear-gradient(to right,var(--accent-dark),var(--accent));}alerts .alert-confirm .alert-controls button.cancel,alerts .alert-prompt .alert-controls button.cancel{cursor:pointer;color:black;background-color:white;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0;}alerts .alert-confirm .alert-controls button.cancel:hover,alerts .alert-prompt .alert-controls button.cancel:hover{cursor:pointer;background-color:white;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0;}alerts .alert-controls button[disabled]{opacity:0.4;cursor:not-allowed;}alerts .alert-controls button{border:2px solid transparent;}alerts .alert-controls button:focus-visible{cursor:pointer;outline:0px;border:2px dashed cyan;}alerts .alert-controls button i{position:relative;top:2px;margin-left:4px;margin-right:4px;}.alert-container.init_welcome{width:66%;}alerts .alert-message ul{padding-left:32px;margin:8px 0px;}alerts .alert-message ul li{margin:4px 0px;display:flex;justify-content:flex-start;align-items:center;}alerts .alert-message ul li img{margin-right:12px;border-radius:50%;}.fixed-banner{position:fixed;top:0px;left:0;width:100%;background-color:var(--blue);color:white;padding:16px;text-align:center;font-size:1.25rem;z-index:10001;transition:all 2s ease-out;}.fixed-banner.hide{top:-512px;transition:all 2s ease-out;pointer-events:none;}.tablist button{border:0px;}button.gold i{margin-right:8px;}.badge{display:inline-flex;align-items:center;padding:5px 0px;margin-right:10px;font-size:0.8rem;font-weight:bold;letter-spacing:1px;}.badge-green{color:#209c69 !important;}.badge-red{color:var(--red) !important;}.badge-gold{background:transparent;color:#bc6f00 !important;border-color:#ff9600 !important;}.praise-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;}.praise-card{background:rgba(255,255,255,0.98);border-radius:1.1rem;border:1px solid var(--praise-border);box-shadow:0 12px 30px rgba(15,23,42,0.12);display:flex;flex-direction:column;cursor:pointer;overflow:hidden;transition:box-shadow .16s ease,transform .16s ease,border-color .18s ease;}.praise-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,23,42,0.2);border-color:color-mix(in srgb,var(--blue) 35%,var(--praise-border) 65%);}.praise-card-photo{width:100%;padding-top:62%;background-size:cover;background-position:center 20%;background-color:#e5e7eb;}.praise-card-body{padding:.9rem .95rem 1rem;}.praise-card-name{margin:0 0 .15rem;font-size:1.1rem;font-weight:600;}.praise-card-role{font-size:.9rem;color:#6b7280;margin-bottom:.25rem;}.praise-card-meta{font-size:.75rem;color:#9ca3af;display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.35rem;}.praise-card-snippet{margin:.35rem 0 0;font-size:.9rem;color:#4b5563;}.praise-empty{margin-top:1.5rem;border:1px dashed var(--praise-border);border-radius:1rem;padding:1.4rem;text-align:center;color:#6b7280;background:rgba(255,255,255,0.95);}.praise-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,0.6);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:flex-start;padding:3rem 1rem;z-index:1000;}.praise-modal{max-width:900px;width:100%;background:#f9fafb;border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,0.4);overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 6rem);}.praise-modal-header{padding:1rem 1.2rem 0.6rem;display:flex;justify-content:space-between;gap:.75rem;border-bottom:1px solid #e5e7eb;}.praise-modal-main{display:flex;gap:.9rem;align-items:flex-start;}.praise-modal-photo{width:256px;height:256px;border-radius:12px;background-size:cover;background-position:center 20%;background-color:#e5e7eb;box-shadow:0 12px 30px rgba(15,23,42,0.22);}.praiseer{padding:24px 16px;}.praise-modal-header h2{margin:0 0 .15rem;font-size:1.5rem;}.modal-role{font-size:1rem;color:#6b7280;}.modal-submitted{font-size:0.85rem;color:#9ca3af;margin-top:.15rem;}.modal-badges{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem;}.praise-modal-body{padding:.8rem 1.2rem 1.1rem;overflow-y:auto;}.modal-section{margin-bottom:1rem;}.modal-section h3{margin:0 0 .35rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;}.modal-section p{}.modal-praise-text{margin:0;font-size:.95rem;color:#111827;line-height:1.5;}.modal-scores .score-row{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:#4b5563;}.modal-section textarea{width:100%;min-height:128px;border-radius:.75rem;border:1px solid #d1d5db;padding:.5rem .7rem;font-size:.9rem;resize:vertical;outline:none;}.modal-section textarea:focus{border-color:var(--blue);box-shadow:0 0 0 2px rgba(37,99,235,.25);}.modal-controls .controls-row{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:flex-end;margin-bottom:.5rem;}@media (max-width:768px){.praise-modal-main{align-items:flex-start;}.praise-modal-photo{width:60px;height:60px;}}.hero{max-width:1120px;margin:0 auto;padding:40px 20px 56px 20px;display:flex;flex-direction:column;}.hero-top{display:flex;flex-direction:column;}.hero-tagline{font-size:12px;text-transform:uppercase;letter-spacing:0.25em;color:var(--muted);margin-bottom:10px;}.hero-title{font-family:"Georgia","Times New Roman",serif;font-size:40px;letter-spacing:0.12em;text-transform:uppercase;margin:0 0 10px 0;}.hero-title--compact{font-size:34px;}.hero-subtitle{font-size:15px;color:var(--muted);max-width:520px;}.gold-rule{width:120px;height:2px;background:linear-gradient(to right,var(--accent-dark),var(--accent));margin:20px 0;}.hero-body{display:flex;flex-direction:column;}.hero-text{max-width:540px;font-size:15px;line-height:1.7;}.hero-text p{margin-top:0;margin-bottom:12px;}.hero-highlight{margin-top:18px;padding:12px 14px;border:1px solid rgba(255,255,255,0.06);background:radial-gradient(circle at top left,rgba(201,168,106,0.12),rgba(3,4,5,0.6));font-size:13px;color:var(--muted);}.hero-highlight strong{color:var(--accent);font-weight:600;}.hero-side{margin-top:30px;padding:16px;border-radius:10px;border:1px solid rgba(255,255,255,0.06);background:radial-gradient(circle at top,rgba(255,255,255,0.05),rgba(0,0,0,0.7));}.hero-side-title{font-size:13px;text-transform:uppercase;letter-spacing:0.18em;color:var(--muted);margin-bottom:6px;}.hero-side-main{font-size:14px;font-weight:600;margin-bottom:6px;}.hero-side-meta{font-size:13px;color:var(--muted);margin-bottom:4px;}.hero-side-note{font-size:12px;color:var(--muted);}.btn-row{margin-top:18px;display:flex;flex-direction:row;flex-wrap:wrap;}.btn,.btn-primary,.btn-ghost{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;padding:9px 16px;font-size:13px;text-transform:uppercase;letter-spacing:0.16em;border-radius:999px;border:1px solid var(--accent);margin-right:10px;margin-bottom:8px;cursor:pointer;text-decoration:none;}.btn-primary{background:linear-gradient(to right,var(--accent-dark),var(--accent));color:#0a0804;font-weight:600;}.btn-ghost{background:transparent;color:var(--accent);}@media (min-width:720px){.hero{padding-top:56px;}.hero-body{flex-direction:row;}.hero-text{padding-right:40px;}.hero-side{margin-top:0;max-width:340px;}}.philosophy-page .hero-title{font-size:34px;letter-spacing:0.12em;text-transform:uppercase;}.philosophy-page .hero-subtitle{max-width:580px;font-size:15px;}.philosophy-page .hero-text{max-width:640px;}.philosophy-page .hero-highlight{margin-top:16px;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,0.08);background:radial-gradient(circle at top left,rgba(201,168,106,0.14),rgba(3,4,5,0.8));font-size:13px;color:var(--muted);}.philosophy-page .hero-highlight strong{color:var(--accent);font-weight:600;}.philosophy-page .section p{font-size:14px;line-height:1.7;}.philosophy-page .card-row{display:flex;flex-direction:column;gap:14px;}.philosophy-page .card{border-radius:12px;border:1px solid rgba(255,255,255,0.08);padding:14px 16px;background:rgba(7,8,10,0.97);box-shadow:0 12px 24px rgba(0,0,0,0.3);}.philosophy-page .card-title{font-size:11px;text-transform:uppercase;letter-spacing:0.2em;color:var(--muted);margin-bottom:6px;}.philosophy-page .card h3{margin:0 0 8px 0;font-size:16px;}.philosophy-page .pill-row{margin-top:6px;}.philosophy-page .pill{display:inline-block;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,0.14);font-size:12px;margin-right:6px;margin-bottom:6px;color:var(--muted);background:rgba(7,8,10,0.9);}.philosophy-page .pullquote{margin-top:20px;padding:14px 18px;border-left:2px solid var(--accent);background:radial-gradient(circle at top left,rgba(201,168,106,0.12),rgba(3,4,6,0.9));font-size:14px;line-height:1.7;color:var(--fg);}.philosophy-page .pullquote em{color:var(--accent);}.philosophy-page .small-note{font-size:12px;color:var(--muted);margin-top:10px;}@media (min-width:720px){.philosophy-page .card-row{flex-direction:row;}.philosophy-page .card{flex:1;}}.philosophy-page .hero-title{font-size:34px;letter-spacing:0.12em;text-transform:uppercase;}.philosophy-page .hero-subtitle{max-width:580px;font-size:15px;}.philosophy-page .hero-text{max-width:640px;}.philosophy-page .hero-highlight{margin-top:16px;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,0.08);background:radial-gradient(circle at top left,rgba(201,168,106,0.14),rgba(3,4,5,0.8));font-size:13px;color:var(--muted);}.philosophy-page .hero-highlight strong{color:var(--accent);font-weight:600;}.philosophy-page .section p{font-size:14px;line-height:1.7;}.philosophy-page .card-row{display:flex;flex-direction:column;gap:14px;}.philosophy-page .card{border-radius:12px;border:1px solid rgba(255,255,255,0.08);padding:14px 16px;background:rgba(7,8,10,0.97);box-shadow:0 12px 24px rgba(0,0,0,0.3);}.philosophy-page .card-title{font-size:11px;text-transform:uppercase;letter-spacing:0.2em;color:var(--muted);margin-bottom:6px;}.philosophy-page .card h3{margin:0 0 8px 0;font-size:16px;}.philosophy-page .pill-row{margin-top:6px;}.philosophy-page .pill{display:inline-block;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,0.14);font-size:12px;margin-right:6px;margin-bottom:6px;color:var(--muted);background:rgba(7,8,10,0.9);}.philosophy-page .pullquote{margin-top:20px;padding:14px 18px;border-left:2px solid var(--accent);background:radial-gradient(circle at top left,rgba(201,168,106,0.12),rgba(3,4,6,0.9));font-size:14px;line-height:1.7;color:var(--fg);}.philosophy-page .pullquote em{color:var(--accent);}.philosophy-page .small-note{font-size:12px;color:var(--muted);margin-top:10px;}@media (min-width:720px){.philosophy-page .card-row{flex-direction:row;}.philosophy-page .card{flex:1;}}#gallery .slider-viewport{position:relative;width:100%;border-radius:16px;overflow:hidden;background:radial-gradient(circle at top,#020617,#020309);}#gallery .slider-track{display:flex;}#gallery .slider.threejs-ready .slider-track{display:none;}#gallery .slider-viewport canvas{width:100% !important;height:100% !important;display:block;}.gallery-caption{margin-top:8px;font-size:12px;text-align:center;color:rgba(196,187,164,0.96);}.empress-lightbox{position:fixed;inset:0;background:rgba(3,4,10,0.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:none;align-items:center;justify-content:center;z-index:9999;overflow:hidden;}.empress-lightbox-inner{max-width:94vw;max-height:94vh;display:flex;flex-direction:column;align-items:center;gap:10px;overflow:hidden;}.empress-lightbox-inner img{max-width:100%;max-height:86vh;border-radius:12px;box-shadow:0 24px 80px rgba(0,0,0,0.85);cursor:zoom-in;transition:transform 0.25s ease;transform-origin:center center;}.empress-lightbox-inner img.zoomed{cursor:grab;}.empress-lightbox-inner img.zoomed.dragging{cursor:grabbing;}.empress-lightbox-caption{font-size:13px;color:rgba(245,242,234,0.9);text-align:center;}.empress-lightbox-close{position:fixed;top:18px;right:22px;width:32px;height:32px;border-radius:999px;border:1px solid rgba(201,168,106,0.7);background:rgba(4,7,12,0.95);color:#f5f2ea;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}.empress-page{background:radial-gradient(circle at top,#15181f 0,#050609 55%,#020304 100%);color:var(--fg,#f5f2ea);padding-bottom:72px;}.empress-page .page-shell{max-width:1120px;margin:0 auto;padding:32px 20px 40px 20px;}.empress-page > .section,.empress-page .sections{max-width:1120px;margin:0 auto;padding-inline:20px;}.empress-page .hero::before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 18% 12%,rgba(255,255,255,0.15),transparent 45%),radial-gradient(circle at 80% 90%,rgba(201,168,106,0.22),transparent 55%);opacity:0.9;mix-blend-mode:screen;pointer-events:none;}.empress-page .gold-rule{width:50%;height:1px;border-radius:999px;margin:10px;background:linear-gradient(90deg,rgba(201,168,106,0),rgba(201,168,106,1),rgba(201,168,106,0) );}.empress-page .badge-row{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px;}.empress-page .pill{font-size:11px;text-transform:uppercase;letter-spacing:0.16em;padding:5px 10px;border-radius:999px;border:1px solid rgba(201,168,106,0.5);color:var(--muted,#c4bba4);background:rgba(4,6,10,0.88);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);position:relative;overflow:hidden;}.empress-page .pill::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0,rgba(255,255,255,0.1) 40%,transparent 100%);opacity:0;transform:translateX(-40%);transition:opacity 0.25s ease,transform 0.25s ease;}.empress-page .pill:hover::after{opacity:1;transform:translateX(18%);}.empress-page .hero-side{border-radius:18px;padding:12px 14px 14px 14px;background:linear-gradient(145deg,rgba(13,16,18,0.96),rgba(20,26,34,0.96));box-shadow:0 18px 40px rgba(0,0,0,0.55),0 0 0 1px rgba(255,255,255,0.04);font-size:13px;}.empress-page .hero-side-title{font-size:11px;text-transform:uppercase;letter-spacing:0.18em;color:var(--muted,#c4bba4);margin-bottom:4px;}.empress-page .hero-side-main{font-family:'DMSerif','PTSerif',serif;font-size:16px;margin-bottom:8px;color:var(--fg,#f5f2ea);}.empress-page .hero-side-meta{font-size:12px;line-height:1.6;color:rgba(245,242,234,0.85);margin-bottom:10px;}.empress-page .hero-side-note{font-size:12px;line-height:1.6;padding:8px 10px;border-radius:12px;border:1px dashed rgba(201,168,106,0.6);background:rgba(5,8,13,0.9);}.empress-page .section{max-width:1120px;margin:0 auto 32px auto;padding:22px 20px 24px 20px;border-radius:20px;background:radial-gradient(circle at top,rgba(16,23,40,0.9),rgba(5,7,12,0.98));box-shadow:0 18px 40px rgba(0,0,0,0.45),0 0 0 1px rgba(255,255,255,0.03);position:relative;overflow:hidden;}.empress-page .section::before{content:"";position:absolute;left:16px;right:16px;top:0;height:1px;background:linear-gradient(90deg,rgba(201,168,106,0.1),rgba(255,255,255,0.25),rgba(201,168,106,0.1) );opacity:0.7;}.empress-page .section-header{margin-bottom:16px;}.empress-page .section-kicker{font-size:11px;text-transform:uppercase;letter-spacing:0.18em;color:var(--muted,#c4bba4);margin-bottom:4px;}.empress-page .section-title{margin:0;font-family:'DMSerif','PTSerif',serif;font-size:20px;letter-spacing:0.04em;}.empress-page .section p{font-size:14px;line-height:1.7;color:rgba(245,242,234,0.9);}.empress-page .section p.small-note{font-size:12px;color:rgba(196,187,164,0.9);}.empress-page .two-col{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1.3fr);gap:22px;align-items:flex-start;}.empress-page .two-col .col{min-width:0;}.empress-page .mosaic-media-grid{margin:0;}.empress-page .mosaic-media-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}.empress-page .mosaic-media-row img{border-radius:12px;width:100%;height:100%;object-fit:cover;box-shadow:0 10px 26px rgba(0,0,0,0.6),0 0 0 1px rgba(255,255,255,0.02);transform:translateY(0);transition:transform 0.18s ease-out,box-shadow 0.18s ease-out;}.empress-page .mosaic-media-row img:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,0.7),0 0 0 1px rgba(201,168,106,0.3);}.empress-page figure.mosaic-media-grid figcaption{margin-top:8px;font-size:12px;color:rgba(196,187,164,0.9);}.empress-page .video-frame{position:relative;width:100%;padding-bottom:56.25%;border-radius:16px;overflow:hidden;box-shadow:0 18px 46px rgba(0,0,0,0.7),0 0 0 1px rgba(255,255,255,0.02);background:radial-gradient(circle at top,#020617,#020204);}.empress-page .video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:none;}.empress-page .video-note{font-size:12px;color:rgba(196,187,164,0.9);margin-top:10px;}.empress-page .mosaic-list{padding-left:18px;margin:0 0 10px 0;font-size:13px;line-height:1.7;}.empress-page .mosaic-list li + li{margin-top:3px;}.empress-page .timeline-list{padding-left:18px;margin:0;font-size:13px;line-height:1.7;}.empress-page .timeline-list li strong{color:rgba(201,168,106,0.98);}.empress-page .refs{padding-left:18px;margin:0;font-size:12px;line-height:1.7;color:rgba(196,187,164,0.9);}.empress-page .refs li + li{margin-top:6px;}.empress-page a{color:var(--accent,#c9a86a);}.empress-page a:hover{text-decoration:underline;}.empress-page .faq-block details{margin-bottom:8px;border-radius:14px;background:rgba(8,11,17,0.96);border:1px solid rgba(255,255,255,0.04);overflow:hidden;}.empress-page .faq-block summary{padding:10px 12px;cursor:pointer;font-size:13px;list-style:none;position:relative;}.empress-page .faq-block summary::-webkit-details-marker{display:none;}.empress-page .faq-block summary::after{content:"＋";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;color:rgba(201,168,106,0.9);transition:transform 0.16s ease-out;}.empress-page .faq-block details[open] summary::after{content:"–";transform:translateY(-50%) rotate(0deg);}.empress-page .faq-block .meta{padding:0 12px 10px 12px;font-size:13px;line-height:1.6;color:rgba(245,242,234,0.9);border-top:1px solid rgba(255,255,255,0.04);}.empress-page .slider-controls{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;}.empress-page .slider-button{padding:5px 12px;border-radius:999px;border:1px solid rgba(201,168,106,0.6);background:rgba(8,11,17,0.96);color:var(--fg,#f5f2ea);font-size:11px;text-transform:uppercase;letter-spacing:0.18em;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background-color 0.16s ease-out,transform 0.12s ease-out,box-shadow 0.16s ease-out;}.empress-page .slider-button:hover{background:rgba(12,17,26,1);transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,0.6);}.empress-page .slider-counter{font-size:11px;color:rgba(196,187,164,0.9);}*/@media (max-width:860px){.empress-page .hero{padding:22px 18px 18px 18px;}.empress-page .hero-body{grid-template-columns:minmax(0,1fr);}.empress-page .hero-side{order:-1;}.empress-page .section{padding-inline:16px;}.empress-page .two-col{grid-template-columns:minmax(0,1fr);}.empress-page .mosaic-media-row{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:600px){.empress-page .mosaic-media-row{grid-template-columns:minmax(0,1fr);}.empress-page .hero-title{font-size:24px;}}