* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: transparent;
}

html {
	font-size: 100%;
	line-height: 1.2;
	height: 100%;
	overflow-x: hidden;
}

body {
	font-family: Rubik,sans-serif;
	font-weight: 300;
	padding: 20px 0;
	margin: 0;
	color: #eee;
	height: 100%;
	overflow-x: hidden;
}

main {
	max-width: 890px;
	margin: 0 auto
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100lvw;
	height: 100lvh;
	z-index: -1;
}

.background div,.background div:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.background div {
	background-image: url(https://ltu-records.com/img/triquetra-3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.background div:after {
	content: "";
	background: #000;
	opacity: .6;
	z-index: 1
}

.header {
	position: relative;
	padding: 0 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	filter: drop-shadow(-5px 0 20px rgba(0,0,0,.8)) drop-shadow(5px 0 20px rgba(0,0,0,.8)) drop-shadow(0-5px 20px rgba(0,0,0,.8)) drop-shadow(0 5px 20px rgba(0,0,0,.8));
	text-shadow: 0 0 3px #000
}

.header.center {
	justify-content: center
}

.header-left,.header-right {
	display: flex;
	flex-direction: column
}

.header-left {
	justify-content: space-between
}

.header-right {
	align-items: flex-end
}

.header .logo {
	max-width: 85px;
	width: 100%;
	height: auto
}

.flex-row {
	display: flex;
	gap: 20px;
	align-items: center;
}

h1,h2 {
	font-weight: 500;
	margin: 0;
	word-break: break-word;

}

h1 {
	font-size: 1.5em;
	text-transform: uppercase
}

h1>span {
	display: block;
	font-weight: 400;
	color: #aaa;
	text-decoration: uppercase;
	font-size: .7em
}

h2 {
	font-size: 1.3em;
	padding: 0;
	display: inline-block;
	color: #eee
}

p {
	margin: 0 0 15px;
}

a {
	text-decoration: none;
	color: inherit
}

a:hover {
	text-decoration: underline
}

.collection-name,.collection-wrapper {
	display: flex;
	gap: 10px;
	align-items: center
}

.collection-wrapper h2 {
	flex-grow: 1
}

.collection-name {
	margin: 0 0 10px
}

.collection-date,.collection-user {
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	color: #ccc
}

.stats-wrap {
	padding: 0 20px;
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
	align-items: flex-end
}

table.stats {
	border: 0;
	font-size: .9em;
	line-height: 1.1em;
	table-layout: fixed;
	border-collapse: collapse;
	margin-right: 5px
}

.action-buttons {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 0 20px 20px;
}

.folder-size span,table.stats td,table.stats th {
	font-weight: 300;
	color: #aaa;
	white-space: nowrap
}

table.stats th {
	text-transform: uppercase;
	text-align: left
}

table.stats td {
	font-weight: 400;
	color: #eee;
	text-align: left;
	padding: 0 0 0 5px;
	margin: 0
}

.file-item {
	background: rgba(0,0,0,.75);
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column
}

.file-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px
}

.file-info {
	flex-grow: 1
}

.file-date,.file-name {
	font-size: .9em;
	font-weight: 400;
	color: #eee;
	word-break: break-all;
}

.file-date {
	font-weight: 300;
	color: #aaa
}

.file-size,.user-wrap>a {
	font-weight: 400;
	color: #eee
}

.file-size {
	font-size: .9em;
	white-space: nowrap
}

.folder-item,.user-wrap {
	background: rgba(0,0,0,.75);
	margin-bottom: 30px
}

.user-wrap>a {
	display: block;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	padding: 20px
}

.folder-item {
	text-decoration: none;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	transition: background 300ms ease;
	cursor: pointer
}

@media (hover: hover) {
	.folder-item:hover {
		background: rgba(22,22,22,.75) !important;
		text-decoration: none
	}
}

.user-wrap .folder-item {
	background: 0 0
}

.folder-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px
}

.folder-info {
	flex-grow: 1
}

.folder-name {
	font-size: .9em;
	font-weight: 400;
	color: #eee
}

.folder-date {
	font-size: 1em;
	font-weight: 500;
	color: #aaa;
	white-space: nowrap
}

@media (min-width:768px) {
	.folder-date {
		display: inline-block;
		margin-left: 15px
	}
}

.folder-size {
	font-size: .9em;
	font-weight: 400;
	color: #eee;
	white-space: nowrap
}

.folder-size span {
	display: inline-block;
	margin-right: 10px
}

.file-size-wrap {
	flex-direction: column-reverse;
	font-size: .9em
}

.file-actions,.file-size-wrap {
	display: flex;
	gap: 10px;
	align-items: flex-end
}

.editable {
	position: relative;
	padding-right: 40px
}

.editable:after {
	content: "";
	position: absolute;
	top: -5px;
	right: 0;
	background: url(https://api.iconify.design/material-symbols:edit-outline.svg?color=%23EEEEEE)no-repeat center;
	background-size: 22px 22px;
	background-color: transparent
}

.editable:hover:after {
	background-color: #444
}

.download-btn {
	background: url(https://api.iconify.design/material-symbols:download.svg?color=%23EEEEEE)no-repeat center;
	background-color: #124888;
	background-size: 24px 24px
}

.download-btn:hover {
	background-color: #225898
}

.beatport-btn {
	background: url(https://cdn.simpleicons.org/beatport/eeeeee) no-repeat center;
	background-color: #118F48;
	background-size: 24px 24px
}

.beatport-btn:hover {
	background-color: #017F38;
}

.delete-btn,.download-btn,.edit-btn,.copy-url-btn,.plus-btn,.cast-btn,.beatport-btn,.editable:after {
	color: #fff;
	width: 35px;
	height: 35px;
	text-decoration: none;
	border-radius: 100%;
	font-size: .9em;
	transition: background-color .2s ease;
	border: none;
	outline: none;
	cursor: pointer;
	text-decoration: none !important;
}

.delete-btn,.download-btn,.edit-btn, .copy-url-btn, .plus-btn, .cast-btn, .beatport-btn {
	min-width: 35px
}

.copy-url-btn {
	background: url(https://api.iconify.design/material-symbols:ios-share-sharp.svg?color=%23EEEEEE)no-repeat center;
	background-color: #333;
	background-size: 22px 22px
}

.copy-url-btn:hover {
	background-color: #444;
}

.edit-btn {
	background: url(https://api.iconify.design/material-symbols:edit-outline.svg?color=%23EEEEEE)no-repeat center;
	background-color: #B08C00;
	background-size: 20px 20px
}

.edit-btn:hover {
	background-color: #C09C10
}

.delete-btn {
	background: url(https://api.iconify.design/material-symbols:close.svg?color=%23ffffff)no-repeat center;
	background-color: #84180a;
	background-size: 24px 24px
}

.delete-btn:hover {
	background-color: #94281a
}

.plus-btn {
	background: url(https://api.iconify.design/material-symbols:upload-sharp.svg?color=%23ffffff)no-repeat center;
	background-color: #1d7c03;
	background-size: 24px 24px
}

.plus-btn:hover {
	background-color: #2d8c13;
}

.cast-btn {
	background: url(https://api.iconify.design/material-symbols:cast-outline.svg?color=%23EEEEEE)no-repeat center;
	background-color: #333;
	background-size: 22px 22px;
	display: none;
}

.cast-btn:hover {
	background-color: #444;
}

.cast-btn.can-cast {
	display: block;
}

.cast-btn.is-casting {
	background: url(https://api.iconify.design/material-symbols:cast-connected.svg?color=%23EEEEEE)no-repeat center;
	background-color: #d25408;
	background-size: 22px 22px;
}

.cast-btn.is-casting:hover {
	background-color: #e26418;
}

.audio-player {
	position: relative;
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.waveform-container {
	position: relative;
	margin: 0;
	padding: 0;
	max-width: 798px;
	width: 100%
}

.waveform {
	cursor: pointer;
	position: relative
}

.hover-effect {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
	height: 100%;
	mix-blend-mode: overlay;
	background: rgba(255,255,255,.4);
	width: 0;
	transition: opacity .2s ease;
	pointer-events: none;
}

.current-time,.duration-time {
	position: absolute;
	top: 0;
	font-family: monospace;
	font-size: .8em;
	color: #eee;
	background: rgba(0,0,0,.6);
	padding: 1px 5px;
	white-space: nowrap;
	z-index: 100
}

.current-time {
	left: 0
}

.duration-time {
	right: 0
}

.play-button {
	background: #d25408 url(https://api.iconify.design/material-symbols:play-arrow-rounded.svg?color=%23EEEEEE)no-repeat center;
	background-color: #d25408;
	background-size: 24px 24px;
	color: #fff;
	border: 0;
	border-radius: 50%;
	min-width: 35px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	transition: background-color .2s ease
}

.play-button:hover {
	background-color: #e26418
}

.play-button.paused {
	background-image: url(https://api.iconify.design/material-symbols:pause-rounded.svg?color=%23EEEEEE)
}

.scrubber {
	position: absolute;
	inset: 0;
	z-index: 20;
	background: transparent;
	pointer-events: auto;
}

@media (min-width:768px) {
	.header .logo {
		max-width: 125px
	}

	.download-all span {
		display: inline
	}

	.file-size-wrap {
		flex-direction: row;
		align-items: center
	}
}

#login-form {
	background-color: rgba(0,0,0,.75);
	padding: 25px;
	border-radius: 6px;
	margin-bottom: 2em;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto
}

#login-form input {
	width: 100%;
	padding: .5em;
	margin-bottom: 1em;
	box-sizing: border-box
}

#login-form button,.form-field {
	width: 100%;
	font-family: Rubik,sans-serif;
	font-size: 1em
}

#login-form button {
	background: #124888;
	color: #fff;
	border: 0;
	padding: .7em;
	border-radius: 5px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer
}

#login-form button:hover {
	background: #225898
}

.form-field {
	padding: 12px;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	box-sizing: border-box;
	background-color: #fff
}

.form-field:-webkit-autofill,.form-field:-webkit-autofill::first-line,.form-field:-webkit-autofill:active,.form-field:-webkit-autofill:focus,.form-field:-webkit-autofill:hover,.formfield:autofill {
	-webkit-box-shadow: 0 0 0 1000px #eee inset!important;
	-webkit-text-fill-color: #333!important;
	border: 1px solid #ccc!important;
	font-family: Rubik,sans-serif!important;
	font-size: 1em!important
}

.form-field:-moz-autofill {
	background-color: #eee!important;
	color: #333!important;
	border: 1px solid #ccc!important;
	font-family: Rubik,sans-serif!important;
	font-size: 1em!important
}

#login-form a {
	display: inline-block;
	margin: 20px 0 0;
	color: #aaa;
	text-transform: uppercase;
}

#login-form p {
	margin: 20px 0;
	line-height: 1.4em;
}

table.files-in-folder {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 15px 0 0
}

table.files-in-folder td {
	vertical-align: top;
	padding-bottom: 10px;
}

table.files-in-folder td:first-child {
	min-width: 10px;
	padding-right: 10px;
	font-weight: 300;
	font-size: .9em;
	line-height: 1em;
	color: #aaa;
	text-align: right;
	white-space: nowrap;
}

table.files-in-folder td:last-child {
	font-weight: 300;
	font-size: .9em;
	line-height: 1em;
	color: #eee;
	width: 100%;
	word-break: break-all;
}

table.files-in-folder td span.bpm,
table.files-in-folder td span.key {
	font-weight: 300;
	font-size: .9em;
	line-height: 1em;
	color: #aaa;
	white-space: nowrap;
	display: inline-block;
	margin: 0 0 0 5px;
}

progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	width: 100%;
	height: 5px;
	background-color: #888;
	overflow: hidden;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: 4px
}

.progress-container {
	margin-top: 5px;
	gap: 15px;
	align-items: center;
}

.progress-container > span {
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 5px;
	width: 140px;
	min-width: 140px;
}

.progress-container > span span:first-child {
	color: #aaa;
	flex-grow: 1;
	text-align: left;
}

.progress-container > span span:last-child {
	color: #eee;
}

.progress-container progress::-webkit-progress-bar {
	background-color: #333
}

.progress-container progress::-moz-progress-bar {
	background-color: #333
}

.progress-container progress::-webkit-progress-value {
	background: linear-gradient(90deg,#124888,#225898)
}

.progress-container progress::-moz-progress-bar {
	background: linear-gradient(90deg,#124888,#225898)
}

.progress-container.progress-analyzing-audio progress::-webkit-progress-value {
	background: linear-gradient(90deg,#1d7c03,#2d8c13)
}

.progress-container.progress-analyzing-audio progress::-moz-progress-bar {
	background: linear-gradient(90deg,#1d7c03,#2d8c13)
}

.progress-container.progress-detecting-audio progress::-webkit-progress-value {
	background: linear-gradient(90deg,#84180a,#94281a)
}

.progress-container.progress-detecting-audio progress::-moz-progress-bar {
	background: linear-gradient(90deg,#84180a,#94281a)
}


/*.progress-animated::-webkit-progress-value {
	animation: progress-animation 1s ease-in-out
}

.progress-animated::-moz-progress-bar {
	animation: progress-animation 1s ease-in-out
}*/

.userAccount,.userAccount>div {
	position: relative;
	margin: 0 0 20px
}

.userAccount>div {
	display: inline-block;
	color: #aaa;
	font-size: 1.2em;
	line-height: 30px;
	font-weight: 400;
	padding: 0 28px 0 26px;
	margin: 0
}

.userAccount>div:after,.userAccount>div:before {
	content: "";
	position: absolute;
	top: -1px;
	height: 30px
}

.userAccount>div:before {
	left: -2px;
	width: 23px;
	background: url(https://api.iconify.design/material-symbols:menu.svg?color=%23AAAAAA)no-repeat center;
	background-size: 24px 24px
}

.userAccount>div:after {
	right: 0;
	width: 27px;
	background: url(https://api.iconify.design/material-symbols:arrow-drop-down.svg?color=%23AAAAAA)no-repeat center;
	background-size: 27px 27px
}

.userAccount:hover>div {
	color: #eee
}

.userAccount:hover>div:before {
	background: url(https://api.iconify.design/material-symbols:menu.svg?color=%23EEEEEE)no-repeat center;
	background-size: 24px 24px
}

.userAccount:hover>div:after {
	background: url(https://api.iconify.design/material-symbols:arrow-drop-down.svg?color=%23EEEEEE)no-repeat center;
	background-size: 27px 27px
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #181818;
	z-index: 1100;
	min-width: 150px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0
}

.dropdown-menu li,.modal button,.userAccount>div {
	text-transform: uppercase;
	cursor: pointer
}

.dropdown-menu li {
	padding: 10px 15px;
	white-space: nowrap
}

.dropdown-menu li:hover {
	background-color: rgba(255,255,255,.1)
}

.dropdown-menu li a {
	text-decoration: none;
	display: block;
	white-space: nowrap
}

.modal label,.show {
	display: block
}

.collection-settings {
	display: flex;
	gap: 5px;
	margin: 5px 0 12px;
}

.collection-settings img {
	width: 20px;
	height: 20px
}

.collection-name + .collection-settings {
	margin: 0 0 12px;
}

.indicator-publicy-visible {
	transform: translateY(1px);
}

.indicator-private {
	transform: translateY(-1px);
}

#drop-indicator,.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8)
}

#drop-indicator {
	z-index: 1000;
	pointer-events: none
}

#drop-indicator div {
	transform: translate(-50%,50%);
	color: #fff;
	font-size: 2em
}

input#file-input {
	display: none;
}

.modal {
	z-index: 1001;
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	user-select: none;
}

.modal input,
.modal textarea,
.modal [contenteditable] {
	user-select: auto;
}

#drop-indicator div {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center
}

.modal__content {
	background: rgba(20,20,20,.9);
	border-radius: 8px;
	color: #eee;
	width: 100%;
	max-width: 800px;
	max-height: calc(100vh - 20px);
	display: flex;
	flex-direction: column;
	min-height: 0;
}

#modal-title {
	margin: 0;
	padding: 25px;
	flex-shrink: 0;
}

#modal-body {
	margin: 0;
	padding: 0 25px;
	flex: 1;
	overflow-y: auto;
	min-height: 0;
}

.modal__actions {
	text-align: center;
	padding: 25px;
	flex-shrink: 0;
	display: block;
}

.modal__form-group,.modal__warning {
	margin-bottom: 15px
}

.modal label {
	margin-bottom: 10px;
	font-weight: 400
}

.modal input[type=text] {
	width: 100%;
	padding: 8px;
	border: 1px solid #666;
	border-radius: 4px;
	background: #333;
	color: #fff;
	font-family: Rubik,sans-serif;
	box-sizing: border-box;
	outline: none;
}

.modal label.checkbox-label {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	cursor: pointer
}

.modal input[type=checkbox] {
	margin-right: 8px
}

.modal__warning, .error-msg {
	padding: 10px;
	background: rgba(255,107,107,.1);
	border-radius: 4px;
	color: #ff6b6b;
	font-size: .9em;
	line-height: 1.5em
}

.modal-busy * {
   pointer-events: none;
}

.modal-busy .modal__actions {
   display: none;
}

.modal-busy #modal-body {
	border-bottom: none;
}

.error-msg {
	border: 1px solid red;
	margin: 15px 0;
	font-weight: 400;
	text-transform: uppercase;
}

.notice {
	border: 1px solid red;
	margin: 25px;
	padding: 20px;
	font-weight: 400;
	background: rgba(0,0,0,0.75);
	border-radius: 4px;
	color: #eee;
	font-size: .9em;
	line-height: 1.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.notice h2 {
	font-size: 1.5em;
	margin: 20px 0 10px;
}

.notice ul {
	margin: 10px 0 20px;
	list-style-position: inside;
}

.notice ul li {
	padding: 0 0 15px;
}

.modal__warning.hidden,.progress-container.hidden {
	display: none;
	align-items: center;
	gap: 15px;
}

.modal__file-list {
	margin: 30px 0
}

.modal__message {
	line-height: 1.4
}

.modal button {
	margin: 0 .5em;
	padding: .5em 1em;
	border: 0;
	border-radius: 15px;
	font-family: Rubik,sans-serif
}

.btn--primary {
	background: #2d89ef;
	color: #fff
}

.btn--secondary {
	background: #333;
	color: #fff
}

.upload-modal-item {
	margin-bottom: 10px
}

.upload-modal-header {
	display: flex;
	justify-content: space-between;
	gap: 15px
}

.upload-modal-conflict {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px
}

.upload-modal-warning {
	width: 20px;
	height: 20px
}

.upload-modal-input {
	flex: 1;
	padding: 4px 8px;
	border: 1px solid #ff6b6b;
	border-radius: 4px;
	background: #333;
	color: #fff;
	font-family: Rubik,sans-serif
}

.upload-modal-name {
	color: #aaa;
	text-align: left;
	word-break: break-word;
}

.upload-modal-size {
	color: #eee;
	font-weight: 400;
	white-space: nowrap;
}

.clipboard-popup {
	position: absolute;
	background: #343434;
	color: #eee;
	padding: 4px 8px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	z-index: 1000;
	pointer-events: none;
}


.tooltip {
	position: relative;
	cursor: pointer;
}

.tooltip::after {
	content: attr(data-title);
	position: absolute;
	top: -1.5em;
	left: 50%;
	transform: translateX(-50%);
	background: #222;
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
}

.tooltip:hover::after {
	opacity: 1;
}

.release-info {
	display: flex;
	gap: 15px;
	flex-direction: column;
	padding: 30px;
}

.release-info h1 {
	margin-bottom: 20px;
}

.release-info img {
	width: 100%;
	height: auto;
}

.release-info .action-buttons {
	padding: 20px 0;
}

.release-info .action-buttons .download-btn,
.release-info .action-buttons .beatport-btn {
	background-position: 10px center;
	padding: 0 20px 0 40px;
	width: auto;
	border-radius: 20px;
	line-height: 35px;
}

.release-info .description {
	display: none;
}

.release-info.mobile .description {
	display: block;
}

@media (min-width:768px) {

	.mobile {
		display: none;
	}

	.release-info .description {
		display: block;
	}

	.release-info {
		flex-direction: row;
		gap: 35px;
	}

	.release-info > div:nth-child(1) {
		width: 50%;
	}

	.release-info > div:nth-child(2) {
		width: 50%;
	}
}