@charset "UTF-8";
/* deeply.css - Copyright 2022-2026 */

/* ================================== */
/* (mobile first) */

body {
	background: var(--back_color);
	color: var(--back_text_color);
	font-family: var(--serif_family);
	margin: 0;
	padding: 0;
	inset: 0;
 	max-width: 100%; /* mobile */
 	min-width: 100%;
}

.sans_family {
	font-family: var(--sans_family);
}

.serif_family {
	font-family: var(--serif_family);
}

.fixed_family {
	font-family: var(--fixed_family);
}

.clear,
section,
footer {
	clear: both;
}

.border {
	border: 2px solid #333;
	padding: 1rem;
}

.count {
	font-weight: bold;
	color: gray;
}

hr.medium-hr {
	border: none;
	height: 2px;
	background-color: #333;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

hr.thick-hr {
	border: none;
	height: 4px;
	background-color: #333;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.creator_display_notes {
	font-family: var(--fixed_family);
	font-size: 1.1rem;
}

#results .creator_display_notes,
#tag .creator_display_notes {
	margin-bottom: 0.5rem;
}

#detail-page .creator_display_notes {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

h1.about_h1,
#artist_header,
#result_controls,
.aside_header,
.aside_footer,
.creator_links h2,
.creator_posts h2,
.creator_related h2,
.day_headline,
.free_listing,
.home_search_instructions,
.made_by,
.no_results,
.pager_links,
.pager_summary,
.post_subhead,
.post_subhead2,
.public_beta,
.sans_serif,
.search_form input,
.sources {
	font-family: var(--sans_family);
}

.img_link,
.nav_link,
.fixed_width {
	font-family: var(--fixed_family);
}

.img_link_label {
	margin-left: 0.5rem;
}

h1,
#error,
.aside_body,
.home_tagline,
.home_search_instructions,
.no_results,
.pager_links,
.pager_summary,
.public_beta,
.tag_group,
.center {
	align-items: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.tag_row {
	margin-top: 0.4rem;
}

h1.about_h1 {
	margin-top: 3rem;
}

h1.about_h1,
h1.creator_headline {
	text-align: left;
}

h1.creator_headline {
	margin-bottom: 0;
	padding-bottom: 0;
}

#admin_post,
#admin_submit_post {
	margin-left: 2rem;
	margin-right: 2rem;
}

#admin_post img {
	max-width: 1080px;
	border: 4px solid white;
}

#admin_review {
	padding: 1rem;
}

#admin_review h1,
#admin_review h2 {
	align-items: left;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

#about .public_beta {
	margin-bottom: 2rem;
	text-align: left;
}

.no_such_username,
.push_down,
#error {
	margin-top: 4rem;
}

.big_cube {
	margin-top: 1rem;
	height: 96px;
}

#home,
.no_results {
	margin-top: 1rem;
}

/* --------------------- */
/* admin: create or edit */
#admin-view-posts,
#create,
#edit,
.preview {
	margin-left: 1rem;
	margin-right: 1rem;
}

#edit textarea,
textarea,
textarea#body {
	-webkit-appearance: none;
	font-family: var(--fixed_family);
	font-size: 14px;
}

/* --------------------- */

.creator_x_profile {
	margin-bottom: 1rem;
}

.creator_links,
.creator_x_category,
.creator_x_location {
	margin-top: 0.5rem;
}

.creator_related,
#back_to_top {
	margin-top: 2rem;
}

h1 {
	font-size: 1.5rem;
	line-height: 1.8;
}

h2 {
	font-size: 1.2rem;
	clear: both;
	margin-bottom: 0.5rem;
}

h2.make_h2 {
	margin-top: 2rem;
}

.error_text,
.home_tagline,
.no_results {
	font-size: 1.2rem;
}

h2,
.home_tagline,
.public_beta {
	font-style: italic;
}

h2 .sans_serif {
	font-style: normal;
}

#about {
	margin-left: 3rem;
	margin-right: 3rem;
	max-width: 1024px;
}

.about_ads {
	margin-top: 3rem;
}

.made_by {
	float: right;
	font-style: italic;
}

/* ================================== */

.nav_text_color  { fill: currentColor; }
.nav_back_color  { fill: var(--nav_back_color); }
.nav_shadow_color { fill: var(--nav_shadow_color); }

.error_icon,
.svg_error_stroke {
	fill: var(--external_link_color);
	stroke: var(--back_color);
}

/* ================================== */

.column_container {
/*
    display: flex;
    flex-direction: column;
 */
}

.left_column, .right_column {
	display: block;
	width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
}

table {
    border-collapse: collapse;
}

.x_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.x_grid_cell {
/*     padding: 1rem; */
}


/*
.x_grid_cell {
	display: inline;
	float: left;
	padding: 1rem;
}
 */

/*
.x_grid_cell div {
	display: block;
}
 */

.creators {
    margin-left: 2rem;
    margin-right: 2rem;
}

.creators table tr:first-child {
    border-top: 1px solid var(--table_border_color);
}

.creators table tr {
	border-bottom: 1px solid var(--table_border_color);
}

.creators table tr td {
	font-size: 1rem;
	padding-left: 1.2rem;
	padding-top: 0.8rem;
	vertical-align: top;
}

.creators table tr td:first-child {
	padding-left: 0;
}

.creators table tr td:nth-child(5) {
    white-space: nowrap;
}

.profile_image {
	float: left;
	margin-bottom: 2rem;
	margin-right: 1.5rem;
	max-width: 160px;
}

.profile_image_small {
	max-width: 80px;
}

.sources {
	margin-top: 1rem;
}

.tags {
	font-style: italic;
	margin-top: 0.75rem;
}

/* ================================== */

.logo_wrapper {
	background: var(--nav_back_color);
	padding-left: 1rem;
	padding-right: 4px;
}

#logo_top {
	margin-top: 8px;
	height: 32px;
}

nav {
	background: var(--nav_back_color);
	border-bottom: 1px solid var(--back_text_color);
	padding: 0;
	margin: 0;
}

.nav_icon,
.nav_text,
.nav_link,
#theme_control select {
	display: inline;
}

.nav_link {
	padding-right: 7px;  /* shouldn't be required */
}

.nav_text,
.nav_link a,
.nav_icon {
	margin: 0;
	padding: 0;
}

.coming_soon,
.nav_text {
	display: none; /* no room on mobile */
}

/*
.nav a,
.nav_link a {
	color: var(--deep_purple);
}
 */

#login_link a {
	color: var(--gray_text_color); /* grayed out */
}

/* ================================== */
/* links */

a {
	color: var(--internal_link_color);
	font-weight: bold;
	text-decoration: none;
}

.alt_url,
a.external {
	color: var(--external_link_color);
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: var(--back_text_color);
	text-decoration: underline;
}

.aside_footer a {
	color: var(--back_color);
	text-decoration: underline;
}

/* .nav_item a:hover, */
.aside_footer a:hover,
.pager_links a:hover {
	mix-blend-mode: difference;
}

.alt_url {
	font-size: 0.8em;
}

/* ================================== */

.aside_body {
	padding-top: 0.8rem;
	padding-left: 0.8rem;
	padding-bottom: 0.8rem;
}

.post_headline {
	font-size: 1.2rem;
	padding-top: 1rem;
}

.aside_headline,
.no_results,
.post_headline,
.post_subhead,
.post_subhead2 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.post_subhead,
.post_subhead2 {
	margin-left: 3rem;
}

.post_subhead,
.post_subhead2,
.sources_table {
	font-size: var(--small_font);
}

.post_subhead {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.post_subhead2 {
	display: block;
	padding-top: 0.4rem;
	padding-bottom: 0;
}

.aside_headline {
	background: var(--back_text_color);
	color: var(--back_color);
}

.aside_header .aside_headline,
.aside_footer .aside_headline {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.footnote {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

.footnote,
.aside_footer,
.free_listing,
.home_search_instructions,
.public_beta,
.small_gray {
	font-size: var(--small_font);
}

.nowrap {
    white-space: nowrap;
}

.debug,
.error_text,
.no_results,
.username,
.important {
	font-weight: bold;
	font-style: italic;
}

.footnote,
.gray,
.home_search_instructions,
.public_beta,
.small_gray {
	color: var(--gray_text_color);
}

.home_search_instructions {
	margin-top: 4px;
	padding-top: 9;
}

img.gen {
	max-width: 100%;
}

/* ================================== */

#search_header {
	padding-top: 1rem;
	margin-left: 0.5rem;
}

/*
main {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
 */

/*
.search_summary {
	background: var(--fore_color);
	color: var(--fore_text_color);
}
 */

.search_button {	/* .baseline */
	position: relative;
	top: -45px;
	margin-left: 0.25rem;
}

.search_form textarea {
	background: var(--back_search_color);
	color: var(--fore_search_color);
	font-size: 1rem;
	margin-left: 0.5rem;
	width: calc(100% - var(--control_shift_right));
}

.search_form textarea {
	height: calc(1rem + 2 * var(--control_height));
}

::placeholder {
    color: var(--placeholder_color);
    font-style: italic;
    opacity: 0.7;
}

/* ================================== */

.nav_icon,
.search_button {
	height: var(--control_height);
	width: var(--control_height);
}

/* ================================== */

img.link_out {
	height: 10px;
	width: 10px;
}

img.favicon {
	height: 16px;
	width: 16px;
}

img.large_favicon {
	height: 64px;
	width: 64px;
}

table tr td img.favicon,
.company_name img.favicon,
.post_headline img.favicon {
	height: 32px;
	width: 32px;
}

.dark_background {
	background-color: black;
}

.light_background {
	background-color: white;
}

.no_such_username,
blockquote {
	border: 1px solid var(--fore_color);
	padding: 0.5rem 1rem;
	margin: 1rem;
	max-width: 800px;
}

.no_such_username {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	text-align: center;
}

.pager_links {
	padding: 1rem;
}

.pager_link {
	width: var(--control_height);
}

.pager_link,
.pager_curpage {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.pager_curpage {
	border: 1px solid var(--internal_link_color);
}

.pager_dotdot {
}

/* =================================== */
/* top navigation menu */

.top_nav {
	display: flex;
	justify-content: space-between;
}

.top_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top_nav ul li div,
.top_nav ul li a {
	align-items: center;
	color: var(--nav_text_color);
	display: flex;
	font-weight: normal;
	max-width: 140px;
	padding: 5px 15px;
	text-decoration: none;
}

.top_nav ul li a {
	border-right: 1px solid var(--nav_text_color);
}

img.nav_icon {
	display: block;
	max-width: 100%;
	height: 33px;
	width: 33px;
}

#logo_top:hover,
.top_nav ul li div:hover,
.top_nav ul li a:hover {
	opacity: 0.6;
}

select:hover {
	filter: hue-rotate(-223deg);
}

/* =================================== */
/* dropdown css */

label[for=theme] {
	margin-left: 7px;
	padding-left: 2px;
	padding-right: 0;
	margin-right: 0;
}

.select_wrapper {
	padding-left: 33px;
	background-position: left 0 bottom 12px;
	background-repeat: no-repeat;
	background-size: 21px 21px;
}

nav select {
	/* styling */
	background-color: var(--back_color);   /* this changes the height !?! */
	border-radius: 3px;
	/* border: 1px solid #777; */
	color: var(--back_text_color);
	display: inline-block;
	font: inherit;
	height: 33px;
	margin: 0;
	margin-left: 9px;
	padding: 7px 24px 8px 4px;

	-webkit-box-shadow: 1px 1px 0px var(--nav_shadow_color);
	-moz-box-shadow:    1px 1px 0px var(--nav_shadow_color);
	box-shadow:	        1px 1px 0px var(--nav_shadow_color);

	/* reset */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select.theme_menu {
	background-image: url("/static/img/menu-arrows.svg");
	background-position: right 7px bottom 8px;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.theme_menu {
	line-height: 1.01;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

/* =================================== */

#artist_header {
	padding-left: 0.5rem;
	padding-right: 0.5rem;

	padding-bottom: 1rem;
	padding-top: 1rem;
}

#result_controls {
	margin-left: 1rem;
	margin-top: 0.25rem;
	padding-right: 0.5rem;
	width: 100%;
}

.pager_summary,
.prompts_wrapper,
.width_wrapper {
	display: block;
}

footer .search_form {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.pager_summary {
	background: var(--back_pager_color);
	color: var(--fore_pager_color);

	margin-bottom: 1rem;
	margin-top: 1rem;

	padding: 0.25rem;
	width: 100%;
}

/* =================================== */
/* By and Omit */

#by_omit_grid,
#by_omit_label_row {
	margin: 0.5rem;
	width: calc(100% - 1rem);
}

#row_by_artist,
#row_omit_artist {
	padding: 0.5rem;
	border-left: 2px solid var(--line_color);
	border-right: 2px solid var(--line_color);
	border-bottom: 2px solid var(--line_color);
}

#row_by_artist {
	border-top: 2px solid var(--line_color);
}

#by,
#omit {
	display: inline;
	padding: 0.5rem;
}

#by_omit_clear {
	grid-column: 3;
	float: right;
	margin-left: 0.3rem;
}

.by_omit_label {
	font-weight: bold;
}

.plus_minus {
	font-weight: bold;
}

.by_glyph,
.omit_glyph,
button.x_button {
	background: var(--back_search_color);
	color: var(--fore_search_color);
}

button.x_button {
	border: 1px solid var(--fore_search_color);
	margin-left: 0.5rem;
}

button.x_button:hover {
	background: var(--fore_search_color);
	color: var(--back_search_color);
}

.by_glyph,
.omit_glyph {
	border: 1px solid var(--fore_color);
	display: inline-block;
	font-size: var(--small_font);
	margin-bottom: 0.2rem;
	margin-right: 0.5rem;

	padding-left: 0.2rem;
	padding-right: 0.2rem;

	padding-bottom: 0.1rem;
	padding-top: 0.1rem;
	clear: both;
}

#clear_by_omit {
	display: inline;
	float: right;
	width: 3rem;
}

#clear_by_omit,
#clear_filter,
#close_overlay,
.search_button,
button.add-all-not-in,
button.plus_minus_button {
	background: var(--button_color);
	color: var(--button_text_color);

	border-top: 1px solid white;
	border-left: 1px solid white;

	border-bottom: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
}

button.add-all-not-in {
	width: 2.5rem;
}

#clear_by_omit:hover,
#clear_filter:hover,
#close_overlay:hover,
.search_button:hover,
button.add-all-not-in:hover,
button.plus_minus_button:hover {
	background: var(--button_text_color);
	color: var(--button_color);
}

button.add-all-not-in,
button.plus_minus_button {
	text-align: center;
}

button[disabled]:hover {
	cursor: default;
}

.fake-button {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 16px;
	color: #333;
	text-decoration: none;
}

.button:hover {
	background: #e8e8e8;
}


/* =================================== */
/* table of artists */

.tabulator {
	max-width: 100%;
	margin-top: 0;
	padding-top: 0;
}

#sources_table {
	border: 1px solid var(--fore_color);
}

.source_name {
	font-weight: bold;
}

.day_headline,
.source_date {
	font-style: italic;
}

.day_headline {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 1.5rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* th */
.tabulator-col,
.tabulator-col-content {
	color: var(--back_search_color);
	font-family: var(--sans_family);
	font-size: var(--smaller_font);
	font-weight: bold;
}

/* td */
.tabulator-cell {
	color: var(--back_text_color);
}

.tabulator-header,
.tabulator-row,
.tabulator-col,
.tabulator-col-content,
.tabulator-col-title-holder,
.tabulator-cell {
	background: var(--back_color);
	border: 0; /* TBD: fix! */
}

#filter-value,
#filter-clear {
	margin-bottom: .5rem;
}

#filter-container {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* =================================== */
/* gallery */

:root {
	--prompt_width: 100%;
	--image_width: 128px;
}

.posts,
.post,
.post_body {
	display: block;
}

.inline,
.post {
	margin: 0.25rem;
}

.post_header {
	max-width: var(--prompt_width);
}

.image_wrapper {
	max-width: var(--image_width);
	margin-left: 4px;
}

aside {
	max-width: calc(var(--image_width) + var(--prompt_width));
}

aside .img_link {
	max-width: calc(var(--image_width) + var(--prompt_width) - 40px);
}

.post_body {
	margin-right: 4px;
}

/*.................................................................*/
.greyed {
	color: var(--mid_gray);
}

.ungreyed {
	color: var(--back_text_color);
}

/*overlay
.........................................................................
*/

#overlay_container {
	position: fixed;
	z-index: 2;
	top: 0;
	bottom: 0;
	min-width: 100%;
	overflow-y: scroll;
	background-color: var(--back_color);
	background: transparent;
}

#overlay_second_container {
	background-color: var(--back_color);
	border: 1rem solid var(--line_color);
	margin: 0;
}

#close_overlay {
	width: var(--control_height);
	height: var(--control_height);
	margin: .2rem;
}

#overlay_image {
	display: flex;
	margin: auto;
	/* width: fit-content; */
	/* aspect-ratio: 1/1; */
	/* text-align: center; */
	align-items: center;
}

#overlay_text.post_header {
	width: 100%
}

#overlay_text {
    margin: auto;
}

#overlay_text > *,
#overlay_text .post_headline,
#overlay_text .post_subhead {
	min-width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
/*	overflow-wrap: break-word;*/
}

.show_overlay {
	opacity: 1;
	visibility: visible;
}

.hide_overlay {
	opacity: 0;
	visibility: hidden;
}

.open-table,
.close-table {
	background: var(--button_color);
	color: var(--button_text_color);

	font-size: 1.25rem;
	transition: transform ease-in-out 200ms;
}

.close-table {
	transform: rotate(90deg);

	border-bottom: 1px solid white;
	border-left: 1px solid white;

	border-top: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
}

.open-table {
	transform: rotate(0deg);

	border-top: 1px solid white;
	border-left: 1px solid white;

	border-bottom: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
}

.tablenotshowing {
	visibility: collapse;
	max-height: 2px;
}

.tableshowing {
	visibility: visible;
}

#artist_table_intro {
	display: grid;
	grid-template-columns: 30px auto;
	margin-top: 0.5rem;
}

#these_artists {
	grid-column: 2;
	margin-left: 1rem;
}

#clear_by_omit {
	grid-column: 3;
	justify-self: right;
	height:19px;
}

#toggle_table_container {
	margin-left: 0.7rem;
	grid-column: 1;
}

#toggle_table {
	display: flex;
	inset: 0;
	height:22px;
	width: 22px;
	align-items: center;
	justify-content: center;
}

#toggle_table:hover >*,
#toggle_table:hover {
	fill:var(--button_color);
	background-color: var(--button_text_color);
}

#toggle_table svg {
	display: inline-block;
	width: 19px;
	height: 19px;
	aspect-ratio: 1;
	fill:var(--button_text_color);
}

#change_table_slider {
	margin-left: 2rem;
	width: 200px;
}

input[type=range] {
	vertical-align: text-top;
	accent-color: var(--back_search_color);
}

.candidate-table {
	margin-top: 3rem;
}

.x_post {
	border-left: 3px solid var(--back_text_color);
	margin-left: 1.5rem;
	padding-left: 0.75rem;
}

/* home page sidebar */
#allcontent {
	display: flex;
	flex-direction: column;
}

main {
	flex: 1;
	min-width: 0;
}

.main-plus-aside {
	display: flex;
	flex-direction: column;
}

.sidebar {
	width: 100%;
	min-width: 100%;
	margin-left: 0;
	margin-top: 20px;
}

@media screen and (min-width: 750px) {
	.main-plus-aside {
		flex-direction: row;
		flex: 1;
	}

	.sidebar {
		width: 200px;
		min-width: 200px;
		margin-left: 20px;
	}
}

/* ================================== */
/* wider: desktop & tablet			  */
/* (widths from Firefox) 			  */

@media screen and (min-width: 750px) {

	.column_container {
		display: flex;
		/* flex-direction: column; */
	}

	.left_column {
		margin-left: 3rem;
		width: 80%;
	}

	.right_column {
		margin-right: 3rem;
		width: 20%;
	}

	.error_text,
	.no_results {
		font-size: 1.33rem;
	}

	.day_headline {
		font-size: 1.33rem;
	}

	.day_headline {
		font-size: 1.3rem;
	}

	.search_form {
		margin-left: 10%;
	}

	.search_form textarea {
		width: calc(90% - var(--control_shift_right));
	}

	.push_down,
	#error {
		margin-top: 6rem;
	}

	#artist_table_hide_show {
		margin-left: 3rem;
	}

	#result_controls {
		display: flex;
		justify-content: space-between;
		width: calc(100% - 1rem);
	}

	.prompts_wrapper,
	.width_wrapper {
		display: inline-block;
	}

	.width_wrapper {
		float: right;
	}

	#artist_header {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#by_omit_grid,
	#by_omit_label_row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		/* width: calc(100% - var(--control_shift_right) + 0.6rem); */
	}

	.inline,
	.post {
	}

	.nav_links {
		border-left: 1px solid var(--nav_text_color);
	}

	.nav_text {
		background: var(--nav_back_color);
		color: var(--nav_text_color);
		display: inline;

		font-family: var(--fixed_family);
		font-weight: bold;

		margin: 0;

		padding-top: 8px;
		padding-bottom: 7px;

		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	label.nav_text,
	span.nav_text {
		font-weight: normal;
		font-family: var(--serif_family);
	}

	.coming_soon {
		color: var(--gray_text_color);
		font-family: var(--sans_family);
		font-style: italic;
		font-weight: normal;
		font-size: var(--small_font);
	}
}

@media screen and (min-width: 800px) {

	#result_controls {
		width: calc(100% - var(--control_shift_right));
	}
}

@media screen and (min-width: 1100px) {

	.search_form {
		margin-left: 20%;
	}

	.search_form textarea {
		width: calc(80% - var(--control_shift_right));
	}
}

