header{background:var(--surface);border-bottom:solid 1px var(--accent);.menu { display: inline-flex; border-radius: 4px; overflow: hidden; margin: 10px auto 10px 0px; button { display: inline-flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; outline: none; border: none; text-decoration: none; background: var(--background); box-shadow: inset 0 -2px 0 0 var(--primary); padding: 1em 2em; border-radius: 0px; color: var(--on-background); font-size: 16px; font-weight: 600; line-height: 102%; transition: box-shadow .3s, background-color .3s, transform .3s; } button:hover, button.active { background: color-mix(in srgb, var(--primary) 25%, transparent); box-shadow: inset 0 -4px 0 0 var(--primary); } button:active { transform: translateY(3px); } } section { width: 100%; .tags { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; margin-top: 12px; margin-bottom: 24px; .btn { font-weight: 600; font-size: 13px; } .category { background: #2f9460; } .beta { background: #cd0041; } } h4 { margin-top: 12px; margin-bottom: 6px; } .row { display: flex; flex-direction: row; gap: 12px; margin-top: 12px; >* { font-size: 85%; } } } @media (min-width: 0px) { .split { grid-template-columns: 1fr; .media { max-width: 600px; } } } @media (min-width: 1100px) { .split { grid-template-columns: 1fr 1fr; .media { max-width: none; } } } .split { width: 100%; display: grid; justify-content: space-between; align-items: flex-start; gap: 30px; .media { width: 100%; height: auto; margin: auto; border-radius: 16px; box-shadow: var(--shadow); aspect-ratio: 1.8; background-color: #00000066; } } .container { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 1em; margin: 1em auto 0px 0px; .card { width: 240px; background-color: var(--background); h3 { font-size: 19px; } } } .view { display: none; } .view.active { display: grid; } table { margin-top: 1em; }}#panel{select, input { width: 100%; margin: auto 0px; } .settings { display: flex; flex-direction: column; gap: 1rem; .loading-container { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 1rem; width: 100%; margin: auto; padding: 4em; background: var(--surface); border: solid 1px var(--accent); border-radius: 10px; } .form-section { position: relative; border: 1px solid var(--accent); border-radius: 10px; padding: .8rem; background: var(--surface); .form-section-title { margin: 0; } .form-section-icon { position: absolute; transform: translate(-6px, 0); margin-top: 4px; right: 14px; } .form-section-icon:before, .form-section-icon:after { content: ""; position: absolute; background-color: var(--primary); width: 3px; height: 9px; transition: all 0.25s ease-in-out; } .form-section-icon:before { transform: translate(-2px, 0) rotate(45deg); } .form-section-icon:after { transform: translate(2px, 0) rotate(-45deg); } .form-section-toggle { position: absolute; cursor: pointer; left: 0; right: 0; top: 0; height: 44px; z-index: 2; opacity: 0; } .form-section-body { display: flex; flex-direction: column; gap: 1.5rem; opacity: 1; max-height: 5000px; transform: translate(0, 0); overflow: hidden; transition: all 0.25s ease-in-out; >div { display: flex; flex-direction: column; gap: 3px; >span { display: flex; flex-direction: row; gap: 1rem; } label { white-space: nowrap; font-weight: 500; margin: auto 0px; } input[type="checkbox"] { width: auto; } p, li { font-size: 0.9em; } textarea { width: 100%; height: 40ch; } } } .form-section-toggle:checked~.form-section-body { max-height: 0; opacity: 0; transform: translate(0, 20%); margin-top: 0; pointer-events: none; } .form-section-toggle:checked~.form-section-icon:before { transform: translate(2px, 0) rotate(45deg); } .form-section-toggle:checked~.form-section-icon:after { transform: translate(-2px, 0) rotate(-45deg); } } pre { margin-bottom: 1em; } }}.submission-box{padding:2em;overflow:hidden;color:var(--on-surface);display:flex;align-items:center;flex-direction:row;gap:3em;border-radius:16px;margin-top:3em;>div { position: relative; height: 180px; width: 360px; >div { position: absolute; background: url('/assets/backgrounds/dark_blue_abstract.webp'); background-size: cover; width: 100%; height: 100%; z-index: 2; border-radius: 8px; } >div:last-of-type { filter: blur(100px) brightness(110%); z-index: 1; } } span { h3 { margin-bottom: .8em; } .estimate { margin-top: .2em; } p.error { color: var(--error); font-weight: 500; margin-top: .2em; margin-bottom: .8em; } button { padding: .8em 4em; } }}