*,*:before,*:after{box-sizing:border-box}.main-layout{display:flex;height:100vh;overflow:hidden;font-family:sans-serif;color:#a8d9ff;background:radial-gradient(circle at center,#0a0a14,#02020a 85%)}.side-bar{width:20%;min-width:200px;background-color:#050511;padding:1rem;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.info-panel{flex:1;display:flex;flex-direction:column;height:100%}.header{flex:0 0 30%;background-color:#111827;background-size:cover;background-position:center;background-repeat:no-repeat;padding:1rem;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;align-items:center;color:#fff;font-size:x-large;font-family:monospace;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.details-view{flex:1;background-color:#050511;padding:1rem;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.sideBarItemButton{background-color:#2196f31a;color:#a8cfff;border:1px solid #2196f3;padding:.75rem 1rem;width:100%;cursor:pointer;transition:background-color .2s ease-in-out;border-radius:.375rem;font-size:larger}.sideBarItemButton:hover{background-color:#2196f34d}.sideBarItemButton:disabled{opacity:.5;cursor:not-allowed}.sideBarItemButton.selected{background-color:#2563eb;font-weight:600;color:#fff}.sectionButton{background-color:#2196f31a;color:#a8cfff;border:1px solid #2196f3;padding:.75rem 1.25rem;width:fit-content;cursor:pointer;transition:background-color .2s ease-in-out;border-radius:.375rem;font-size:1rem}.sectionButton:hover{background-color:#2196f34d}.sectionButton:disabled{opacity:.5;cursor:not-allowed}.sectionButton.selected{background-color:#3b82f6;font-weight:600;color:#fff}.sectionButton.sectionButtonFull{display:block;width:100%;max-width:400px;margin:0 auto;text-align:center}.formContainer{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4rem;padding-inline:2rem;gap:1rem;min-height:100vh}.formColumn{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:stretch;margin:0 auto}.formColumn.formColumnWide{max-width:700px}.field{position:relative;padding-bottom:2rem;display:flex;flex-direction:column;align-items:center;width:100%}.inputField{padding:.75rem 1rem;width:100%;max-width:400px;font-size:1rem;border:1px solid #ccc;border-radius:.375rem;background-color:#11121a;color:#f1f1f1;outline:none}.inputField.inputError{border-color:red}.inputFieldLarge{padding:1rem 1.25rem;width:100%;max-width:600px;font-size:1rem;min-height:150px;border:1px solid #ccc;border-radius:.375rem;background-color:#11121a;color:#f1f1f1;outline:none;resize:vertical}.errorFloat{margin-top:auto;align-self:center;height:1.25rem;line-height:1.25rem;font-size:.9rem;color:red;text-align:center}.generalErrorSlot{min-height:30px;display:flex;justify-content:center;align-items:center}.errorText{color:red}.spinner{border:3px solid rgba(0,0,0,.1);border-left-color:#2196f3;border-radius:50%;width:24px;height:24px;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.w-100{width:100%}.max-900{max-width:900px}.stack-v{display:flex;flex-direction:column}.stack-h{display:flex;align-items:center}.gap-4{gap:.25rem}.gap-8{gap:.5rem}.gap-12{gap:.75rem}.gap-16{gap:1rem}.sectionHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.metaSubtle{font-size:.9rem;color:#a8cfff}.card{width:100%;border:1px solid #2196f3;border-radius:.375rem;padding:1rem;background-color:#2196f30d}.card+.card{margin-top:1rem}.cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:1rem}.cardBody{white-space:pre-wrap}.listStack{width:100%;margin-top:.5rem}.starsRow{display:inline-flex;align-items:center;gap:.25rem}.starButton{background:transparent;border:none;cursor:pointer;font-size:1.4rem;line-height:1;padding:.1rem .2rem;outline:none}.starButton.isFilled{color:#a8d9ff;filter:drop-shadow(0 0 2px rgba(33,150,243,.5))}.starButton:not(.isFilled){color:#a8cfff}.starValue{margin-left:.5rem;font-size:.95rem;color:#a8cfff;min-width:90px;display:inline-block;text-align:left}.sectionShell{width:100%;padding:clamp(1rem,2vw,2rem) 0;display:flex;justify-content:center}.sectionCard{width:100%;max-width:clamp(700px,85vw,1400px);margin:0 auto;padding:clamp(1rem,2vw,2rem) clamp(1rem,4vw,3rem);background-color:#2196f30d;border:1px solid #2196f3;border-radius:.5rem;box-shadow:0 4px 12px #0000004d}.pageTitle{text-align:center;font-size:clamp(2rem,4vw,3rem);margin:0 0 .5rem;text-transform:uppercase;color:#a8d9ff;text-shadow:0 2px 4px rgba(0,0,0,.6)}.pageSubtitle{text-align:center;font-size:clamp(1.1rem,2vw,1.5rem);margin:0 0 1.25rem;font-weight:400;font-style:italic;color:#a8cfff}.accentDivider{height:3px;width:80px;background:#2196f3;margin:.25rem auto 1.5rem;border-radius:2px}
