/* Bundle generated: 2026-01-08T10:07:08.270Z | Project: membo-info | Files: 9 */

/* === css/style.css === */
wel:root {
	--primary-color: #ff6b6b;
	--secondary-color: #4ecdc4;
	--dark-color: #2c3e50;
	--light-color: #f8f9fa;
	--text-primary: #666;  
	--text-secondary: #999; 
	--border-color: #e1e4e8;
}

* {
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.content {
	background-color: var(--light-color);
}

.language-selection-page {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	min-height: 100vh;
	position: relative;
}

.language-selection-page .page-content {
	padding: 20px 20px 0 20px;
	text-align: center;
	min-height: 100vh;
	color: white;
	display: flex;
	flex-direction: column;
}

.language-selection-page .language-selection-container {
	max-width: 400px;
	margin: 0 auto;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.language-selection-page .logo-container {
	margin-top: 0;
	margin-bottom: 10px;
}

.language-selection-page .app-logo {
	font-size: 4em;
	margin-bottom: 0;
	color: white;
}
.language-selection-page .app-logo img {
	width: 100px;
	height: auto;
}
.language-selection-page .app-logo .fas, .language-selection-page .app-logo .far, .language-selection-page .app-logo .fab {
	color: white;
}

.language-selection-page .app-title {
	color: white;
	font-size: 2.5em;
	margin-bottom: 10px;
	margin-top: 0;
}

.language-selection-page .welcome-subtitle {
	color: rgba(255,255,255,0.9);
	font-size: 1.1em;
}

.language-selection-content {
	background: rgba(255,255,255,0.95);
	border-radius: 20px;
	padding: 40px 30px;
	color: #666;  
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.language-selection-content h2 {
	margin-bottom: 30px;
	font-size: 1.5em;
	color: #333;  
}

.language-options {
	margin-bottom: 30px;
}

#language-buttons-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.language-option-btn {
	padding: 20px;
	border: 2px solid #ddd;
	border-radius: 12px;
	background: white;
	cursor: pointer;
	 */ */
	font-size: 1.1em;
	color: #666;  
}

.language-option-btn:hover {
	border-color: #667eea;
	background: #f0f4ff;
}

.language-option-btn.selected {
	border-color: #667eea;
	background: #f0f4ff;
}

.language-option-btn > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.language-option-btn .flag-emoji {
	font-size: 2em;
	margin-bottom: 8px;
}

.language-option-btn .language-name {
	font-weight: bold;
	color: #333;  
}

.language-option-btn .language-name-en {
	font-size: 0.9em;
	color: #999;  
}

#confirmLanguageBtn {
	background: #667eea;
	color: white;
	border: none;
	padding: 15px 40px;
	border-radius: 25px;
	font-size: 1.2em;
	cursor: pointer;
	
	width: 100%;
}

#confirmLanguageBtn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

#confirmLanguageBtn:not(:disabled):hover {
	background: #5568d3;
}

.language-selection-footer {
	margin-top: 30px;
	color: rgba(255,255,255,0.7);
	font-size: 0.9em;
}

.language-selection-page .footer {
	margin-top: 50px;
	padding: 10px 0;
	text-align: center;
	
}

.language-selection-page .footer .copyright {
	margin: 0;
}

.language-selection-page .footer .copyright a {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	font-size: 11px;
}

.language-selection-page .footer .copyright a:hover {
	color: rgba(255,255,255,0.8);
}

.language-selection-page .auth-legal-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 20px 0 10px 0;
	font-size: 12px;
}

.language-selection-page .auth-legal-links .legal-link {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.2s ease;
}

.language-selection-page .auth-legal-links .legal-link:hover {
	color: #fff;
	text-decoration: underline;
}

.language-selection-page .auth-legal-links .legal-divider {
	color: rgba(255, 255, 255, 0.5);
}

.language-btn-settings {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: 2px solid #ddd;
	border-radius: 8px;
	background: white;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 0.95em;
}

.language-btn-settings:hover {
	border-color: #667eea;
	background: #f0f4ff;
}

.language-btn-settings.selected {
	border-color: #667eea;
	background: #f0f4ff;
}

.welcome-container {
	padding: 20px;
	text-align: center;
	min-height: calc(100vh - 120px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #000;
	background-image:url('/img/redd-francisco-tkTAZM7m238-unsplash.jpg');
}

.logo-container {
	margin: 40px 0;
}

.app-logo {
	font-size: 64px;
	margin-bottom: 10px;
	color: white;
}
.app-logo img {
	width: 80px;
	height: auto;
}

.app-title {
	font-size: 28px;
	color: white;
	margin: 10px 0;
	font-weight: 600;
}

.app-subtitle {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.9);
}

.intro-text {
	margin: 30px 0;
	font-size: 18px;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.feature-list {
	margin-top: 40px;
	text-align: left;
}

.feature-item {
	display: flex;
	align-items: center;
	padding: 15px;
	background: white;
	margin: 10px 0;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.feature-item ons-icon {
	margin-right: 15px;
	color: var(--primary-color);
}

.search-header {
	background: white !important;
	border-bottom: 1px solid var(--border-color);
	color: #666 !important;
	padding: 10px;
	position: relative;
}

.search-input-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	width: calc(90%);
}

.search-input-wrapper {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
}

.search-input-wrapper .search-input {
	width: 100%;
	padding: 10px 35px 10px 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
	background: #f8f9fa;
	color: #333;
}

.search-input-wrapper .search-input:focus {
	outline: none;
	border-color: var(--primary-color);
	background: #fff;
}

.search-input-wrapper .search-clear-btn {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #999;
	cursor: pointer;
	padding: 4px;
	font-size: 14px;
	display: none;
}

.search-input-wrapper .search-clear-btn:hover {
	color: #666;
}

.saved-filters-btn {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #f8f9fa;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 18px;
	flex-shrink: 0;
	transition: all 0.2s ease;
}

.saved-filters-btn:hover {
	background: #fff;
	border-color: var(--primary-color);
	color: var(--primary-color);
}
.saved-filters-btn .far{
	color: unset;
}

.saved-filters-btn.has-filters {
	color: #ffc107;
	border-color: #ffc107;
	background: #fffbf0;
}

.saved-filters-btn.has-filters i {
	font-weight: 900; 
	color: #ffc107;
}

.saved-filters-btn.has-filters:hover {
	background: #fff8e1;
}

.save-filter-tip {
	position: fixed;
	bottom: 60px; 
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 15px;
	background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
	border-top: 1px solid #ffc107;
	font-size: 13px;
	color: #5d4037;
	z-index: 1000;
	animation: fadeInSlideUp 0.3s ease-out;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

@keyframes fadeInSlideUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.save-filter-tip .tip-icon {
	color: #f9a825;
	font-size: 16px;
	flex-shrink: 0;
}

.save-filter-tip .tip-message {
	flex: 1;
}

.save-filter-tip .tip-save-btn {
	background: #ffc107;
	color: #5d4037;
	border: none;
	padding: 6px 12px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.save-filter-tip .tip-save-btn:hover {
	background: #ffb300;
	transform: scale(1.05);
}

.save-filter-tip .tip-save-btn i {
	font-size: 12px;
}

.save-filter-tip .tip-close-btn {
	background: none;
	border: none;
	color: #a1887f;
	cursor: pointer;
	padding: 4px;
	font-size: 14px;
	flex-shrink: 0;
	transition: color 0.2s;
}

.save-filter-tip .tip-close-btn:hover {
	color: #5d4037;
}
.save-filter-tip .tip-close-btn .fas {
	color: unset;
}

.user-filters-slide {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.user-filters-slide.active {
	visibility: visible;
	opacity: 1;
}

.user-filters-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.user-filters-panel {
	position: absolute;
	top: 0;
	left: -320px;
	width: 100%;
	max-width: 400px;
	height: 100%;
	background: white;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
	transition: left 0.3s ease;
	display: flex;
	flex-direction: column;
}

.user-filters-slide.active .user-filters-panel {
	left: 0;
}

.user-filters-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #454c84;
}

.user-filters-header h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
}

.user-filters-header h3 i {
	color: #fff;
}

.user-filters-close {
	background: rgba(255, 255, 255, 0.3);
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #5d4037;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}

.user-filters-close:hover {
	background: rgba(255, 255, 255, 0.5);
}

.user-filters-content {
	flex: 1;
	overflow-y: auto;
	padding: 10px;
}

.user-filters-loading,
.user-filters-empty,
.user-filters-error {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	color: #999;
	text-align: center;
}

.user-filters-loading i {
	font-size: 24px;
	color: #ffc107;
}

.user-filters-empty i,
.user-filters-error i {
	font-size: 48px;
	margin-bottom: 15px;
	opacity: 0.5;
}

.user-filters-error i {
	color: #f44336;
}

.user-filters-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-bottom: 4em;
}

.user-filter-item {
	display: flex;
	align-items: stretch;
	background: #f8f9fa;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.2s ease;
}
.user-filter-item .fas {
	color: unset;
}

.user-filter-item:hover {
	border-color: #ffc107;
	box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}

.filter-item-main {
	flex: 1;
	padding: 12px 15px;
	cursor: pointer;
	min-width: 0;
}

.filter-item-title {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.filter-item-icon {
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	border-right: 1px solid #e0e0e0;
	flex-shrink: 0;
}
.filter-item-icon i {
	font-size: 16px;
	color: #666;
}
.filter-item-icon i.fa-users {
	color: #4CAF50;
}
.filter-item-icon i.fa-compass {
	color: #2196F3;
}

.filter-item-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: #666;
}

.filter-item-date {
	color: #999;
	flex-shrink: 0;
}

.filter-item-summary {
	font-size: 12px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.filter-item-info {
	width: 36px;
	background: none;
	border: none;
	border-left: 1px solid #e0e0e0;
	color: #2196F3;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
	flex-shrink: 0;
}
.filter-item-info:hover {
	background: #e3f2fd;
	color: #1976D2;
}
.filter-item-info .fas {
	color: unset;
}

.filter-item-delete {
	width: 36px;
	background: none;
	border: none;
	border-left: 1px solid #e0e0e0;
	color: #999;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
	flex-shrink: 0;
}

.filter-item-delete:hover {
	background: #ffebee;
	color: #f44336;
}
.filter-item-delete .fas {
	color: unset;
}

.filter-detail-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}
.filter-detail-modal.active {
	opacity: 1;
	visibility: visible;
}
.filter-detail-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.filter-detail-content {
	position: relative;
	background: #fff;
	border-radius: 12px;
	width: 90%;
	max-width: 400px;
	max-height: 80vh;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	transform: scale(0.9);
	transition: transform 0.3s;
}
.filter-detail-modal.active .filter-detail-content {
	transform: scale(1);
}
.filter-detail-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #e0e0e0;
	color: #666;
}
.filter-detail-header h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}
.filter-detail-close {
	background: none;
	border: none;
	font-size: 20px;
	color: #666;
	cursor: pointer;
	padding: 4px 8px;
}
.filter-detail-body {
	padding: 16px;
	overflow-y: auto;
	flex: 1;
}
.filter-detail-title {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}
.filter-detail-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.filter-detail-row {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.filter-detail-label {
	font-size: 12px;
	color: #666;
	font-weight: 500;
}
.filter-detail-value {
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}
.filter-detail-footer {
	display: flex;
	gap: 12px;
	padding: 16px;
	border-top: 1px solid #e0e0e0;
}
.filter-detail-close-btn {
	flex: 1;
	padding: 12px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
}
.filter-detail-apply-btn {
	flex: 1;
	padding: 12px;
	border: none;
	background: #4CAF50;
	color: #fff;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.filter-detail-apply-btn:hover {
	background: #43A047;
}

.search-header .page-guide-message {
	font-size: 0.8em;
}
.search-header .page-guide-message .fas{
	cursor: pointer;
	transition: transform 0.2s;
	color:unset;
	display:inline-block;
	margin:0 0.2em;
}

.filter-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.filter-buttons .button-quiet {
	flex: 1;
	min-width: 100px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	color: var(--text-primary);
	min-height: 60px;
	 */
}

.filter-buttons .button-quiet:hover {
	
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background: var(--primary-color);
	color: white;
}

.filter-buttons .button-quiet i {
	font-size: 20px;
	color: var(--primary-color);
}

.filter-buttons .button-quiet span {
	font-size: 14px;
	font-weight: 500;
}

.filter-buttons.filter-grid-2x2 {
	display: flex !important;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 10px;
	width: calc(100% - 40px);
}

.filter-buttons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
    flex-shrink: 0;
}

.filter-buttons-grid .filter-btn-compact {
    padding: 6px 12px !important;
    font-size: 13px !important;
    min-height: 32px !important;
    height: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.filter-btn-compact {
    position: relative;
}

.filter-btn-compact .filter-check-icon {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: #4CAF50;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    border: 2px solid white;

	background: #fff;

	padding: 10px;
	top: -6px;
	right: -8px;
}

.filter-btn-compact.has-filter .filter-check-icon {
    display: flex;
    cursor: pointer;
    z-index: 10;
}

.filter-btn-compact.has-filter .filter-check-icon:hover {
    background: #45a049;
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.filter-buttons .button-quiet i {
    color: #4CAF50 !important;
}

.filter-grid-2x2 .sort-container {
    flex: 1;
    margin-right: 0.5em;
    padding: 0;
    border: none;
    background: none;
	justify-content: flex-end;
}

.filter-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.filter-sidebar.active {
    visibility: visible;
    opacity: 1;
}

.filter-sidebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.filter-sidebar-panel {
    position: absolute;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    background: white;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
	padding-bottom: 3em;
}

.filter-sidebar.active .filter-sidebar-panel {
    left: 0;
}

.filter-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.filter-sidebar-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.filter-sidebar-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-sidebar-close:hover {
    color: #333;
}

.filter-sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.filter-sidebar-footer {
    display: flex;
    gap: 10px;
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.filter-clear-btn,
.filter-apply-btn {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    
}

.filter-clear-btn {
    background: white;
    color: #666;
}

.filter-clear-btn:hover {
    background: #f5f5f5;
}

.filter-apply-btn {
    background: #007AFF;
    color: white;
    border-color: #007AFF;
}

.filter-apply-btn:hover {
    background: #0056CC;
}

.session-date {
	background: var(--primary-color);
	color: white;
	border-radius: 8px;
	padding: 8px;
	text-align: center;
	width: 60px;
}

.session-date .month {
	font-size: 12px;
}

.session-date .day {
	font-size: 20px;
	font-weight: bold;
}

.session-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--dark-color);
}

.session-info {
	font-size: 14px;
	color: var(--text-secondary);
	margin: 5px 0;
}

.session-time {
	margin-left: 10px;
	color: var(--text-secondary);
}

.update-info {
	margin-left: 10px;
	color: var(--text-muted, #999);
	font-size: 12px;
}

.update-info i {
	margin-right: 3px;
}

.session-tags, .recruit-tags, .sound-tags {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.tag {
	display: inline-block;
	padding: 4px 8px;
	background: var(--secondary-color);
	color: white;
	border-radius: 12px;
	font-size: 12px;
	margin-right: 5px;
}

.recruit-card {
	padding: 15px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.recruit-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.user-info {
	display: flex;
	align-items: center;
}

.user-avatar {
	width: 40px;
	height: 40px;
	background: var(--border-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-size: 20px;
}

.user-name {
	font-weight: 500;
	color: var(--dark-color);
}

.post-time {
	font-size: 12px;
	color: var(--text-secondary);
}

.recruit-title {
	font-size: 18px;
	font-weight: 500;
	color: var(--dark-color);
	margin-bottom: 10px;
}

.recruit-description {
	color: var(--text-primary);
	line-height: 1.5;
	margin-bottom: 15px;
}

.recruit-details {
	margin: 15px 0;
}

.detail-item {
	display: inline-flex;
	align-items: center;
	margin-right: 15px;
	color: var(--text-secondary);
	font-size: 14px;
}

.detail-item ons-icon {
	margin-right: 5px;
}

#mapContainer {
	height: 40vh;
	max-height: 500px;
	min-height: 300px;
	width: 100%;
	background: #f0f0f0;
	position: relative;
}

.map-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: var(--text-secondary);
}

.map-info {
	font-size: 14px;
	margin-top: 10px;
}

.map-bottom-sheet {
	background: white;
	border-radius: 16px 16px 0 0;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	margin-top: -20px;
	position: relative;
	min-height: 50vh;
	padding-bottom: 4em;

}

.sheet-handle {
	width: 40px;
	height: 4px;
	background: var(--border-color);
	border-radius: 2px;
	margin: 10px auto;
}

.sheet-content {
	padding: 4px 0 0 0;
}

.nearby-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.nearby-count {
	background: var(--primary-color);
	color: white;
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 14px;
}

.musician-avatar {
	width: 40px;
	height: 40px;
	background: var(--secondary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.musician-name {
	font-weight: 500;
	color: var(--dark-color);
}

.musician-info {
	font-size: 14px;
	color: var(--text-secondary);
}

.distance {
	color: var(--primary-color);
	font-weight: 500;
	margin-right: 10px;
}

.instrument {
	margin-right: 10px;
}

.sound-card {
	padding: 15px;
}

.sound-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--dark-color);
	margin-bottom: 15px;
}

.sound-player {
	display: flex;
	align-items: center;
	background: var(--light-color);
	padding: 10px;
	border-radius: 8px;
	margin: 15px 0;
}

.play-button {
	margin-right: 10px;
}

.sound-waveform {
	flex: 1;
	margin: 0 10px;
}

.waveform-placeholder {
	color: var(--primary-color);
	font-size: 20px;
}

.sound-duration {
	color: var(--text-secondary);
	font-size: 14px;
}

.sound-actions {
	display: flex;
	gap: 10px;
	margin: 15px 0;
}

.collab-card {
	padding: 15px;
}

.collab-badge {
	display: inline-block;
	background: var(--primary-color);
	color: white;
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

.collab-description {
	color: var(--text-primary);
	line-height: 1.5;
	margin: 10px 0;
}

.collab-tracks {
	background: var(--light-color);
	padding: 15px;
	border-radius: 8px;
	margin: 15px 0;
}

.track-item {
	padding: 8px 0;
	color: var(--text-secondary);
}

.track-item.needed {
	color: var(--primary-color);
	font-weight: 500;
}

.profile-header {
	background: white !important;
	padding: 30px;
	text-align: center;
	border-bottom: 1px solid #e1e4e8;
}

.profile-avatar-large {
	margin-bottom: 15px;
}

.profile-name {
	font-size: 24px;
	color: #2c3e50 !important;
	margin: 10px 0;
	font-weight: 600;
}

.profile-bio {
	color: #666 !important;
	margin-bottom: 20px;
	font-size: 16px;
}

.profile-stats {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.stat-item {
	text-align: center;
}

.stat-value {
	font-size: 20px;
	font-weight: bold;
	color: #2c3e50 !important;
}

.stat-label {
	font-size: 14px;
	color: #666 !important;
}

.profile-avatar-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.profile-avatar-icon {
	font-size: 80px;
	color: #666;  
}

.empty-state-icon {
	font-size: 48px;
	color: #999;
}

.map-placeholder-icon {
	font-size: 48px;
	color: #ff6b6b;
}

.list-item-title {
	display: block;
	font-weight: 500;
	color: var(--dark-color);
}

.list-item-subtitle {
	display: block;
	font-size: 14px;
	color: var(--text-secondary);
	margin-top: 5px;
}

.app-version {
	text-align: center;
	padding: 20px;
	color: var(--text-secondary);
	font-size: 14px;
	margin-bottom: 2em;
}

.empty-state {
	text-align: center;
	padding: 60px 20px;
	color: var(--text-secondary);
}

.empty-state p {
	margin: 20px 0;
}

.hidden {
	display: none !important;
}

.map-tabs {
	display: flex;
	background: var(--light-color);
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 10px;
}

.map-tab {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 8px;
	border: none;
	background: transparent;
	color: var(--text-secondary);
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.map-tab.active {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
	background: white;
}

.map-tab:hover {
	background: rgba(255, 107, 107, 0.1);
}

.map-tab:disabled {
	color: #ccc;
	cursor: not-allowed;
}

.map-tab:disabled:hover {
	background: transparent;
}

.tab-icon {
	font-size: 16px;
}

.tab-label {
	font-weight: 500;
}

.tab-count {
	background: var(--primary-color);
	color: white;
	border-radius: 12px;
	padding: 2px 6px;
	font-size: 12px;
	min-width: 20px;
	text-align: center;
}

.map-tab.active .tab-count {
	background: var(--primary-color);
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.spots-summary {
	background: var(--light-color);
	padding: 10px 15px;
	border-radius: 8px;
	font-size: 14px;
}

.summary-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--text-secondary);
}

.spot-icon {
	font-size: 20px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--light-color);
	border-radius: 50%;
	margin-right: 12px;
}
.spot-icon .fas, .spot-icon .far, .spot-icon .fab {
	color: var(--primary-color);
}

.spot-name {
	font-weight: 500;
	color: var(--text-primary);
	margin-bottom: 4px;
}

.spot-info {

	display: block;
}

.spot-type {
	background: var(--secondary-color);
	color: white;
	padding: 2px 6px;
	border-radius: 12px;
	font-size: 12px;
}

.spot-rating {
	color: var(--primary-color);
	font-size: 12px;
}

.spot-address {
	font-size: 12px;
	color: var(--text-secondary);
	margin-top: 4px;
}

.loading-message, .no-results-message {
	text-align: center;
	padding: 20px;
	color: var(--text-secondary);
	font-size: 14px;
}

.nearby-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.nearby-header h3 {
	margin: 0;
	color: var(--text-primary);
	font-size: 16px;
}

@media (max-width: 768px) {
	.filter-buttons .button-quiet {
		flex-direction: column;
		min-height: 70px;
		padding: 8px 4px;
		font-size: 12px;
		line-height: 1.2;
	}
	
	.filter-buttons .button-quiet i {
		display: block;
		margin-bottom: 4px;
		font-size: 16px;
	}
}

.filter-container {
	padding: 10px 15px;
	background: var(--bg-secondary, #f5f5f5);
	border-bottom: 1px solid var(--border-color, #e0e0e0);
}

.filter-buttons-container {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.filter-button-group {
	position: relative;
}

.filter-button {
	padding: 8px 15px;
	background: white;
	border: 1px solid var(--border-color, #ddd);
	border-radius: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	transition: all 0.3s ease;
	min-width: 100px;
}

.filter-button:hover {
	background: var(--primary-color, #2196F3);
	color: white;
	border-color: var(--primary-color, #2196F3);
}

.filter-button.active {
	background: var(--primary-color, #2196F3);
	color: white;
	border-color: var(--primary-color, #2196F3);
}

.filter-button i {
	font-size: 12px;
}

.filter-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 5px;
	background: white;
	border: 1px solid var(--border-color, #ddd);
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	min-width: 150px;
	max-height: 300px;
	overflow-y: auto;
	z-index: 1000;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-option {
	cursor: pointer;
	
	border-bottom: 1px solid var(--border-color, #f0f0f0);
}
.filter-favorite-section {
	color: #666;
	font-size: 0.85em;
	margin-top: 2em;
}

.filter-option:last-child {
	border-bottom: none;
}

.filter-option:hover {
	background: var(--bg-secondary, #f5f5f5);
}

.filter-option:active {
	background: var(--primary-color, #2196F3);
	color: white;
}

.filter-option label {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.2s ease;
	padding: 10px 15px;

}

.filter-option label:hover {
    background-color: #f5f5f5;
}

.filter-option input[type="radio"] {
    margin-right: 10px;
    cursor: pointer;
}

.filter-option span {
    flex: 1;
    font-size: 14px;
    color: #333;
}

.filter-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.filter-modal-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.filter-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 12px;
	width: 90%;
	max-width: 500px;
	max-height: 80vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.filter-modal-header {
	padding: 15px 20px;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter-modal-header h3 {
	margin: 0;
	font-size: 18px;
}

.close-btn {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #666;
	padding: 0;
	width: 30px;
	height: 30px;
}

.filter-modal-body {
	padding: 20px;
	overflow-y: auto;
	flex: 1;
}

.filter-modal-footer {
	padding: 15px 20px;
	border-top: 1px solid #e0e0e0;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.filter-modal-footer button {
	padding: 8px 20px;
	border-radius: 6px;
	border: 1px solid #ddd;
	background: white;
	cursor: pointer;
	font-size: 14px;
}

.filter-modal-footer .btn-apply {
	background: var(--primary-color, #2196F3);
	color: white;
	border-color: var(--primary-color, #2196F3);
}

.date-filter-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.date-option {
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: white;
	text-align: left;
	cursor: pointer;
	 */
}

.date-option:hover {
	background: #f5f5f5;
	border-color: var(--primary-color, #2196F3);
}

.date-range-picker {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

.date-range-picker label {
	display: block;
	margin-bottom: 10px;
}

.date-range-picker input[type="date"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.genre-checkboxes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.checkbox-label {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	cursor: pointer;
}

.checkbox-label:hover {
	background: #f5f5f5;
}

.checkbox-label input[type="checkbox"] {
	margin-right: 8px;
}

.area-selection {
	max-height: 400px;
	overflow-y: auto;
}

.region-group {
	margin-bottom: 20px;
}

.region-group h4 {
	margin: 0 0 10px 0;
	color: #666;
	font-size: 14px;
}

.prefecture-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.prefecture-btn {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: white;
	cursor: pointer;
	transition: all 0.2s;
}

.prefecture-btn:hover {
	background: var(--primary-color, #2196F3);
	color: white;
	border-color: var(--primary-color, #2196F3);
}

.recruit-create-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px;
	background: white;
	border-bottom: 1px solid #e0e0e0;
	margin-right: 3em;
}

.recruit-create-btn {
	flex: 1;
	padding: 14px 20px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
	width: 200px;
	max-width: 200px;
}

.recruit-create-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.recruit-create-btn:active {
	transform: translateY(0);
}

.recruit-create-btn i {
	font-size: 18px;
}

.recruit-source-filter {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex-shrink: 0;
}

.recruit-source-filter-option {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font-size: 13px;
	color: #555;
	white-space: nowrap;
	padding: 2px 0;
}

.recruit-source-filter-option input[type="radio"] {
	width: 14px;
	height: 14px;
	margin: 0;
	accent-color: #667eea;
	cursor: pointer;
}

.recruit-source-filter-option span {
	line-height: 1.2;
}

.recruit-source-filter-option:hover {
	color: #667eea;
}

.recruit-source-filter-option input[type="radio"]:checked + span {
	color: #667eea;
	font-weight: 600;
}

.recruit-type-filter {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex-shrink: 0;
	margin-left: 10px;
}

.recruit-type-filter-option {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font-size: 13px;
	color: #555;
	white-space: nowrap;
	padding: 2px 0;
}

.recruit-type-filter-option input[type="radio"] {
	width: 14px;
	height: 14px;
	margin: 0;
	accent-color: #667eea;
	cursor: pointer;
}

.recruit-type-filter-option span {
	line-height: 1.2;
}

.recruit-type-filter-option:hover {
	color: #667eea;
}

.recruit-type-filter-option input[type="radio"]:checked + span {
	color: #667eea;
	font-weight: 600;
}

.list-item.udata .recruit-main-row {
	display: flex;
	gap: 15px;
}

.list-item.udata .recruit-left-col {
	flex-shrink: 0;
	width: 120px;
}
.page-search .list-item.udata .recruit-left-col {
	width: 80px;
}
.list-item.udata .recruit-thumbnail {
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 10px;
}

.list-item.udata .recruit-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-item.udata .recruit-bottom-info {
	font-size: 12px;
}

.list-item.udata .recruit-nickname {
	font-weight: 600;
	margin-bottom: 4px;
	color: var(--dark-color, #333);
}

.list-item.udata .recruit-date {
	display: block;

	margin-bottom: 4px;
}

.list-item.udata .recruit-info {
	flex: 1;
	min-width: 0;
}

.list-item:not(.udata) .recruit-meta-info {
	display: block;
}

.list-item:not(.udata) .recruit-tags {
	display: block;
	position: relative;
}

.toolbar {

}
.toolbar-back-btn {
	color: var(--text-primary);
}
#settingsBackBtn.toolbar-back-btn
,.static-page-back-btn.toolbar-back-btn
,.news-page-back-btn.toolbar-back-btn
{
	padding-right: 16px;
}

.no-data {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	text-align: center;
	color: var(--text-secondary, #999);
	background-color: #f8f9fa;
	border-radius: 8px;
	margin: 20px;
	
	grid-column: 1 / -1;
}

.no-data-icon {
	font-size: 64px;
	color: #c682db;
	margin-bottom: 20px;
	opacity: 0.8;
}

.no-data-icon i {
	display: inline-block;
}

.no-data-message {
	font-size: 16px;
	color: var(--text-primary, #666);
	font-weight: 500;
	line-height: 1.5;
}

  #scrollToTopBtn {
      position: fixed;
      bottom: 80px;
      right: 20px;
      width: 50px;
      height: 50px;
      background-color: #7078bc;
      color: white;
      border: none;
      border-radius: 50%;
      font-size: 20px;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      z-index: 999;
      opacity: 0;
      transform: scale(0.8);
      pointer-events: none;
      transition: opacity 0.4s ease, transform 0.4s ease;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  #scrollToTopBtn.show {
      opacity: 1;
      transform: scale(1);
      pointer-events: auto;
  }

  #scrollToTopBtn:hover {
      background-color: #7078bc;
      transform: scale(1.1);
  }

  #scrollToTopBtn:active {
      transform: scale(0.95);
  }

@media (max-width: 768px) {
	.no-data {
		padding: 40px 15px;
	}
	
	.no-data-icon {
		font-size: 48px;
	}
	
	.no-data-message {
		font-size: 14px;
	}
}

.profile-add-btn-container,
.sound-add-btn-container {
    text-align: center;
    padding: 0;
    
    position: fixed;
    bottom: 58px;
    width: 260px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1000;

}

.profile-add-btn, .sound-add-btn {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	border-radius: 28px;
	padding: 15px;
	border-radius: 28px 28px 0 0;
	color: white;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
	transition: all 0.3s ease;
}

.profile-add-btn i, .sound-add-btn i {
    font-size: 18px;
}

.profile-add-btn:hover, .sound-add-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.5);
}

.profile-add-btn:active, .sound-add-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(102, 126, 234, 0.4);
}

.nav-item {
	position: relative;
}

.nav-item .unread-dot {
	position: absolute;
	top: 0px;
	right: 1em;
	width: 8px;
	height: 8px;
	background-color: #ff4444;
	border-radius: 50%;
	display: none;
	z-index: 10;
}

.nav-item .unread-dot.show {
	display: block;
}

.submenu-tabs {
	align-items: center;
	justify-content: center;
	display: flex;
	justify-content: space-around;
	background: #fff;
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #eee;
}
.submenu-tab {
	position: relative;
	flex: 1;
	padding: 10px 6px;
	border: none;
	background: transparent;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	border-bottom: 2px solid transparent;
}
.submenu-tab .fas{
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
	color: unset;
}

.submenu-tab.active {
	color: #e91e63;
	border-bottom-color: #e91e63;
}

.submenu-tab i {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.submenu-tab .unread-dot {
	position: absolute;
	top: 0;
	right: 2em;
	width: 12px;
	height: 12px;
	background-color: #ff4444;
	border-radius: 50%;
	border: 2px solid #fff;
	display: none; 
	z-index: 10;
}

.submenu-tab .unread-dot.show {
	display: block;
}

.image-size-hint {
	margin-top: 8px;
	font-size: 0.85em;
	color: #666;
	text-align: center;
}

.image-size-hint i {
	margin-right: 4px;
	color: #17a2b8; 
}

.image-size-hint-text {
	
}

  .static-page-content {
      padding: 20px;
      line-height: 1.8;
      color: #333;
      font-size: 14px;
  }

  .static-page-content h3 {
      font-size: 16px;
      font-weight: bold;
      color: #222;
      margin: 32px 0 16px 0;
      padding-bottom: 8px;
      border-bottom: 2px solid #4CAF50;
  }

  .static-page-content h3:first-child {
      margin-top: 0;
  }

  .static-page-content p {
      margin: 0 0 16px 0;
      text-align: justify;
  }

  .static-page-content ul {
      margin: 0 0 16px 0;
      padding-left: 24px;
  }

  .static-page-content ul li {
      margin-bottom: 8px;
      list-style-type: disc;
  }

  .static-page-content a {
      color: #1976D2;
      text-decoration: underline;
  }

  .static-page-content a:hover {
      color: #0D47A1;
  }

  .static-page-content strong {
      font-weight: bold;
      color: #222;
  }

.news-banner-area {
    margin-top: 20px;
	padding: 16px;
}

.universal-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    gap: 15px;
}

.universal-banner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.universal-banner-link {
    display: block;
    text-decoration: none;
    width: 100%;
}

.universal-banner-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    margin: 0 auto;
}

.universal-banner-placeholder {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 40px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.universal-banner-title {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.4;
	text-align: left;
}

.universal-banner-description {
    margin-top: 4px;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.5;
	text-align: left;
}

.universal-banner-loading {
    color: #888;
    font-size: 12px;
    text-align: center;
    padding: 10px;
}

.universal-banner-error {
    color: #c00;
    font-size: 12px;
    text-align: center;
    padding: 10px;
}


/* === css/mobile-ui.css === */

:root {
    --primary-color: #ff6b6b;
    --secondary-color: #4ecdc4;
    --dark-color: #2c3e50;
    --light-color: #f8f9fa;
    --text-primary: #666;  
    --text-secondary: #999; 
    --border-color: #e1e4e8;
    --toolbar-height: 56px;
    --bottom-nav-height: 60px;  

}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: #454c84;
    overflow-x: hidden;
}

#app {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#content-area {
	flex: 1;
	overflow-y: auto;
	padding-bottom: var(--bottom-nav-height);  

}
.page-languageSelection #content-area {
	background-color: #454c84;
}

.page-recruit #content-area, .page-search #content-area,
.page-mypage #content-area, .page-sound #content-area
{
	background-color: #fff;
}
body.page-mypage #content-area {
    overflow-y: hidden;
}

.page {
    min-height: 100vh;
    
    display: none;
}

.page.active {
    display: block !important;
}

.page-content {
    padding: var(--toolbar-height) 0 0;
    min-height: calc(100vh - var(--toolbar-height));
}
.page-content .no-data {
    padding: 1em 0 0 2em;
    padding-bottom: 40em;
    background-color: #fff;
    color: #666;
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--toolbar-height);
    background-color: white;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    z-index: 1000;
    padding: 0 16px;
}

.toolbar-title {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-color);
}

.toolbar-main-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    user-select: none;
    z-index: 10;
	display:none;
}

.toolbar-button {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toolbar-button:hover {
    background-color: var(--border-color);
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;  
    background: rgba(255, 255, 255, 0.98);  
    backdrop-filter: blur(20px);  
    -webkit-backdrop-filter: blur(20px);  
    border-top: 0.5px solid rgba(0, 0, 0, 0.1);  
    display: flex;
    align-items: center;
    justify-content: space-around;  
    z-index: 10010;  
    padding: 0;
}

.bottom-nav.hidden {
    display: none;
}

.nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;  
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
    border-radius: 0;  
    position: relative;
    
}

.nav-item:active {
    opacity: 0.6;  
}

.nav-item.active {
    background: none;  
}

.nav-item.active .nav-icon {
    color: var(--primary-color);  
}

.nav-icon {
    font-size: 24px;
    color: #999;  
    margin-bottom: 2px;
    transition: color 0.2s ease;
}

.nav-label {
    font-size: 10px;
    color: #999;  
    margin-top: 2px;
    font-weight: 400;
    transition: color 0.2s ease;
}

.slide-detail-close {
	background: transparent;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-primary);
	font-size: 1.2em;
	cursor: pointer;

}

.nav-item.active .nav-label {
    color: var(--primary-color);  
}

@media (max-width: 768px) {
    .bottom-nav {
        height: 60px;  
        padding: 0;
    }

    .nav-item {
        padding: 6px 0;
    }

    .nav-icon {
        font-size: 22px;  
    }

    .nav-label {
        display: block;  
        font-size: 10px;
    }
}

.list {
    background-color: white;
    margin: 0;
    padding: 0;
}
.list .no-data {
        padding: 2em;
	padding-bottom: 40em;
}
.no-data-message {
    color: #666;
}

.list-header {
    padding: 12px 16px;
    background-color: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
    border-bottom: 1px solid #e0e0e0;
}

.list-header-with-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-header-action-btn {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.list-header-action-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.list-header-action-btn:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.view-toggle-buttons .view-toggle-btn {
	background-color: #fff;
	color:#666;
	border-color: #eee;
	padding: 3px 3px 3px 4px;
}
.view-toggle-buttons .view-toggle-btn .fas {
	color:#666;
}

.view-toggle-buttons .view-toggle-btn.active {
	background-color: #666;
	color:#fff;
	border-color: #666
}
.view-toggle-buttons .view-toggle-btn.active .fas {
	color:#fff;
}

.list-item {
    list-style: none;
    padding: 16px;
    background: white !important;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    cursor: pointer;
     */
    color: var(--dark-color);
}

.list-item:hover {
    background-color: var(--light-color);
}

.list-item:last-child {
    border-bottom: none;
}

.list-item-left {
    margin-right: 16px;
    color: var(--dark-color);
}

#profileSubContent .list .list-item-left .icon .fas {
    width: 24px;
}

.list-item-center {
    flex: 1;
    color: var(--dark-color);
    font-weight: 500;
}

.list-item-right {
    margin-left: 16px;
    color: var(--text-secondary) !important;
}

.list-item-title {
    font-weight: 500;
    color: var(--dark-color);
}

.list-item-subtitle {
    font-size: 14px;
    color: var(--text-secondary);
    margin-top: 4px;
}

.button {
    display: inline-block;
    padding: 12px 24px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    
    text-align: center;
}

.button:hover {
    background-color: #ff5252;
    
}

.button:active {
    transform: translateY(0);
}

.button-large {
    padding: 16px 32px;
    font-size: 18px;
    border-radius: 28px;
}

.button-quiet {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.button-quiet:hover {
    background-color: var(--primary-color);
    color: white;
}

.button-small {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 16px;
}

.search-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: 24px;
    font-size: 16px;
    background-color: white;
    outline: none;
}
#searchContainer .search-input {

}

.search-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.segment {
    display: flex;
    background-color: var(--border-color);
    border-radius: 8px;
    margin: 16px 46px 16px 16px;
    overflow: hidden;
}

.segment-button {
    flex: 1;
    padding: 12px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.segment-button.active {
    background-color: white;
    color: var(--primary-color);
}

.card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 16px;
    overflow: hidden;
}

.card-content {
    padding: 16px;
}

.icon {
    font-size: 24px;
    color: var(--text-secondary);
}

.icon-primary {
    color: var(--primary-color);
}

.icon-secondary {
    color: var(--secondary-color);
}

.fas, .far, .fab {
    color: var(--text-secondary);
}

.universal-modal-content .fas, .universal-modal-content .far, .universal-modal-content .fab,
.slide-edit-bottom-actions .fas, .slide-edit-bottom-actions .far, .slide-edit-bottom-actions .fab,
.hero-image-preview .fas, .hero-image-preview .far, .hero-image-preview .fab,
.hero-upload-area .fas, .hero-upload-area .far, .hero-upload-area .fab,
.map-filter-icon .fas, .map-filter-icon .far, .map-filter-icon .fab,
.map-info-header .fas, .map-info-header .far, .map-info-header .fab,
.resource-service .fas, .resource-service .far, .resource-service .fab,
.sheet-modal .fas, .sheet-modal .far, .sheet-modal .fab,
.resource-info .fas, .resource-info .far, .resource-info .fab,
.slide-detail-contact-secondary .fas, .slide-detail-contact-secondary .far, .slide-detail-contact-secondary .fab
{
    color: unset !important;
}

.list .fas, .list .far, .list .fab {
    color: #666;
}

.icon-primary .fas,
.icon-primary .far,
.icon-primary .fab {
    color: var(--primary-color);
}

.icon-secondary .fas,
.icon-secondary .far,
.icon-secondary .fab {
    color: var(--secondary-color);
}

.hidden {
    display: none !important;
}

.text-center {
    text-align: center;
}

.text-primary {
    color: var(--primary-color);
}

.text-secondary {
    color: var(--text-secondary);
}

.margin-top {
    margin-top: 16px;
}

.margin-bottom {
    margin-bottom: 16px;
}

.padding {
    padding: 16px;
}

@media (max-width: 480px) {
    .toolbar-title {
        font-size: 16px;
    }
    
    .nav-label {
        font-size: 10px;
    }
    
    .nav-icon {
        font-size: 18px;
    }
}

.recruit-item-cool {
    padding: 12px 16px;
    background: white;
    border-bottom: 1px solid #f0f0f0;
     */
    cursor: pointer;
}

.recruit-item-cool:hover {
    background: #fafafa;
}

.recruit-item-cool:active {
    background: #f5f5f5;
}

.recruit-item-wrapper {
    width: 100%;
}

.list-item.udata .recruit-thumbnail {
    width: 100%;
    aspect-ratio: 4 / 4;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
    height: auto;
}

.recruit-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.recruit-title {
    font-size: 16px;
    font-weight: 600;
    color: #666 !important;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

.recruit-updated {
    font-size: 11px;
    color: #999;
    white-space: nowrap;
    margin-left: 12px;
    font-weight: 400;
    margin-top: 2px;
}

.recruit-main-row {
    display: flex;
    gap: 12px;
}

.recruit-left-col {
    display: flex;
    flex-direction: column;
    width: 80px;
}

.recruit-thumbnail {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
}

.recruit-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.recruit-bottom-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.recruit-nickname {
    font-size: 11px;
    color: #666 !important;
    cursor: pointer;
}

.recruit-info {
    flex: 1;
    min-width: 0;
    padding-top: 4px;
	position: relative;
}
#searchResultsContainer .recruit-info .recruit-infotop-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.session-tags, .recruit-tags, .sound-tags {
    position: absolute;
    bottom: 0;
}
.rating-count {
    display: none;
}

.recruit-description {
    font-size: 14px;
    color: #666 !important;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 60px;
    max-height: 100px;

}

.recruit-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.recruit-tags .tag {
    font-size: 11px;
    padding: 3px 8px;
    background: #f0f0f0;
    color: #666;
    border-radius: 12px;
}

.box-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 16px;
    background: #f8f9fa;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden; 
}

.recruit-box-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease;
    cursor: pointer;
    min-height: 240px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.recruit-box-item:hover {
    
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.recruit-box-item .box-info {
    position: relative;
}
.recruit-box-item .box-meta-info {

}
.recruit-box-item .box-author {
	text-align: right;
	position: absolute;
	bottom: 0.5em;
	left: 1em;
}

.recruit-box-item .box-footer {
    min-height: 78px;
}

.box-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box-thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 100%; 
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.box-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.recruit-box-item:hover .box-thumbnail img {
    transform: scale(1.05);
}

.box-info {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.box-title {
    font-size: 14px;
    font-weight: 600;
    color: #666 !important;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 38px;
}

.box-author {
    font-size: 12px;
    color: #666 !important;
    margin-bottom: 6px;
    font-weight: 500;
    cursor: pointer;
}

.box-category {
    font-size: 11px;
    color: #999;
    background: #f0f0f0;
    padding: 3px 8px;
    border-radius: 12px;
    display: inline-block;
    width: fit-content;
    margin-bottom: auto;
}

.box-footer {
    padding: 0 12px 12px 12px;
    margin-top: auto;
	position: relative;
}

.box-date {
    font-size: 11px;
    color: #999;
    text-align: right;
    font-weight: 400;
    position: absolute;
    bottom: 0.5em;
    right: 1em;
}

@media (max-width: 480px) {
    .box-layout {
        gap: 10px;
        padding: 12px;
    }
    
    .recruit-box-item {
        min-height: 220px;
    }
    
    .box-thumbnail {
        padding-bottom: 100%; 
    }
    
    .box-info {
        padding: 10px;
    }
    
    .box-title {
        font-size: 13px;
        min-height: 34px;
    }
    
    .box-author {
        font-size: 11px;
    }
    
    .box-footer {
        padding: 0 10px 10px 10px;
    }
}

.recruit-source-site {
    cursor: pointer;
    font-size: 0.75em;
    color: #888;
    margin-left: 8px;
}

.recruit-source-site i {
    font-size: 0.9em;
}

.box-source-site {
    cursor: pointer;
    font-size: 0.75em;
    color: #888;
}

.box-source-site i {
    font-size: 0.9em;
}

.toolbar-hamburger-btn {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toolbar-hamburger-btn:hover {
    background-color: var(--border-color);
}

.toolbar-hamburger-btn i {
    font-size: 20px;
    color: #fff;
}

.hamburger-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hamburger-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.hamburger-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: white;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.hamburger-menu.active {
    right: 0;
}

.hamburger-menu-header {
    padding: 8px 10px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #454c84;
    color: white;
}

.hamburger-menu-title {
    font-size: 18px;
    font-weight: 600;
}

.hamburger-menu-close {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: white;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.hamburger-menu-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.hamburger-menu-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hamburger-menu-web-link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.hamburger-menu-web-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.hamburger-menu-web-link i {
    font-size: 12px;
}

.hamburger-menu-content {
    flex: 1;
    padding: 0;
}

.hamburger-menu-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration: none;
    color: var(--dark-color);
}

.hamburger-menu-item:hover {
    background-color: var(--light-color);
}

.hamburger-menu-item:active {
    background-color: #e8e8e8;
}

.hamburger-menu-item-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #454c84;
}
.hamburger-menu-item-icon .fas {
    color: #454c84;
}

.hamburger-menu-item-label {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
}

.hamburger-menu-item-arrow {
    font-size: 14px;
    color: var(--text-secondary);
}

.hamburger-menu-footer {
    padding: 20px;
    border-top: 1px solid var(--border-color);
    background-color: var(--light-color);
    text-align: center;
    font-size: 12px;
    color: var(--text-secondary);
}

@media (max-width: 480px) {
    .hamburger-menu {
        width: 280px;
        right: -280px;
    }
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.news-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: var(--text-secondary);
}

.news-loading i {
    font-size: 24px;
    margin-bottom: 10px;
}

.news-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: var(--text-secondary);
}

.news-empty i {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.news-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: var(--text-secondary);
}
.news-error p {
    color: #666;
}

.news-error i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #dc3545;
}

.news-retry-btn {
    margin-top: 15px;
    padding: 10px 20px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-item {
    padding: 12px 16px;
    background: white;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    position: relative;
}

.news-item:hover {
    background: #fafafa;
}

.news-item-fixed {
    background: #fffbf0;
}

.news-fixed-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #f59e0b;
    font-size: 14px;
}

.news-type-badge {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}

.news-type-info .news-type-badge,
.news-type-badge.news-type-info {
    background: #e0f2fe;
    color: #0369a1;
}

.news-type-update .news-type-badge,
.news-type-badge.news-type-update {
    background: #dcfce7;
    color: #166534;
}

.news-type-event .news-type-badge,
.news-type-badge.news-type-event {
    background: #fef3c7;
    color: #92400e;
}

.news-type-maintenance .news-type-badge,
.news-type-badge.news-type-maintenance {
    background: #fce7f3;
    color: #9d174d;
}

.news-type-important .news-type-badge,
.news-type-badge.news-type-important {
    background: #fee2e2;
    color: #b91c1c;
}

.news-item-simple .news-item-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.news-item-simple .news-date {
    font-size: 12px;
    color: #666;
}

.news-item-simple .news-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #333;
    line-height: 1.4;
}

.news-item-simple .news-description {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.news-image-simple {
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.news-image-simple img {
    width: 100%;
    height: auto;
    display: block;
}

.news-item.recruit-item-cool .recruit-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #333;
    line-height: 1.4;
}

.news-item.recruit-item-cool .recruit-description {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.news-item.recruit-item-cool .news-date {
    font-size: 11px;
    color: var(--text-secondary);
}

.news-item-action {
    margin-top: 10px;
}

.news-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.news-link-btn:hover {
    opacity: 0.9;
}


/* === css/inline-styles-replacement.css === */


.toolbar-settings-btn {
    background: none;
    border: none;
    font-size: 1.2em;
    color: #007AFF;
    padding: 5px 10px;
    cursor: pointer;
}

.toolbar-back-btn {
    background: none;
    border: none;
    color: #007AFF;
    font-size: 1.2em;
    cursor: pointer;
}

.test-mail-container {
    margin-top: 20px;
    padding: 15px;
    background: #f0f8ff;
    border-radius: 8px;
    border: 2px dashed #007AFF;
}

.test-mail-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #007AFF;
}

.test-mail-description {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #666;
}

.test-mail-button {
    background: #007AFF;
    color: white;
    width: 100%;
    padding: 12px;
}

.test-mail-result {
    margin-top: 10px;
    font-size: 12px;
}

.settings-container {
    padding: 20px;
}

.settings-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.settings-icon-text {
    display: flex;
    align-items: center;
}

.settings-icon {
    font-size: 1.2em;
    margin-right: 10px;
}

.settings-label {
    font-weight: 500;
}

.settings-value {
    color: #666;
}

.language-options-settings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.language-btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-code {
    font-size: 1.2em;
    margin-right: 8px;
}

.settings-menu-container {
    background: white;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.settings-menu-item {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settings-menu-item:last-child {
    border-bottom: none;
}

.settings-menu-icon {
    font-size: 1.1em;
    margin-right: 12px;
}

.settings-arrow {
    color: #ccc;
}

.theme-preview-icon {
    font-size: 1.5em;
    margin-bottom: 5px;
}

.theme-preview-title {
    font-weight: 600;
}

.theme-preview-subtitle {
    font-size: 0.7em;
    opacity: 0.8;
}

.map-container-inline {
    width: 100%;
    height: 400px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder {
    text-align: center;
    color: #666;
}

.map-placeholder-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.hidden-view {
    display: none;
}

.settings-item-header-styled {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.settings-icon-text-styled {
    display: flex;
    align-items: center;
}

.settings-icon-styled {
    font-size: 1.2em;
    margin-right: 10px;
}

.settings-label-styled {
    font-weight: 500;
}

.settings-value-styled {
    color: #666;
}

.language-options-settings-styled {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.language-code-styled {
    font-size: 1.2em;
    margin-right: 8px;
}

.theme-preview-icon-styled {
    font-size: 1.5em;
    margin-bottom: 5px;
}

.theme-preview-title-styled {
    font-weight: 600;
}

.theme-preview-subtitle-styled {
    font-size: 0.7em;
    opacity: 0.8;
}

.settings-menu-item-styled {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settings-menu-item-styled:last-child {
    border-bottom: none;
}

.settings-menu-icon-styled {
    font-size: 1.1em;
    margin-right: 12px;
}

.settings-arrow-styled {
    color: #ccc;
}

.app-info-styled {
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
}

.toast-notification {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: rgba(33, 33, 33, 0.95);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10000;
    opacity: 0;
    
    pointer-events: none;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    text-align: center;
}

.toast-notification.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.toast-notification.success {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.95), rgba(67, 160, 71, 0.95));
}

.toast-notification.error {
    background: linear-gradient(135deg, rgba(244, 67, 54, 0.95), rgba(229, 57, 53, 0.95));
}

.toast-notification.info {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.95), rgba(30, 136, 229, 0.95));
}

.toast-notification i {
    margin-right: 8px;
    font-size: 16px;
}

/* === css/auth-panel.css === */


.auth-slide-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    opacity: 0;
    transform: translateX(-100%);
    
}
.auth-slide-panel .auth-links {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	display: block;
}
.auth-slide-panel .auth-links a {
	display: block;
	color: #fff;
	margin-bottom: 0.5em;
}

.auth-slide-panel.show {
    opacity: 1;
    transform: translateX(0);
}
.auth-slide-panel.show .verification-icon,
.auth-slide-panel.show .verification-subtext,
.auth-slide-panel.show .form-group label,
.auth-slide-panel.show .success-icon,
.auth-slide-panel.show .success-message,
.auth-slide-panel.show .verification-text,
.auth-slide-panel.show .resend-section p,
.auth-slide-panel.show .verification-success h3
 {
    color: #fff;
}

.auth-slide-panel.password-panel.show .success-message,
.auth-slide-panel.password-panel.show .form-group label

 {

}

.panel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    max-width: 100vw;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	background: linear-gradient(135deg, #3d5be3 0%, #d9c2f0 100%);
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#loginPanel .panel-content, #emailVerificationPanel .panel-content,
#passwordResetPanel .panel-content {
    width: 100%;
    max-width: unset;
}

.panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 30px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.panel-close {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.panel-close .fas {
	color: #666;
	font-size: 1.3em;
}

.password-panel .panel-content {

	width: 100%;
	max-width: 100vw;
}

.password-panel .panel-body {
    color: #666;
}

.panel-header {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-header h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.panel-header h3 i {
    font-size: 22px;
}

.panel-close-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.panel-close:hover {
    background: rgba(255, 255, 255, 0.3);
    
}

.panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 30px 20px;
	text-align: center;
}

#emailVerificationForm .success-message {
	margin: 1em auto;
}

#emailVerificationForm .resend-section {
	margin: 1em auto;
}

.email-step {
    text-align: center;
    margin-bottom: 30px;
}

.auth-slide-panel .verification-success {
    display: none;
}

.auth-slide-panel .verification-success.show {
	display: block !important;
	max-width: 324px;
	margin: 0 auto;
}

#emailVerificationForm .success-email {
	margin: 1em auto;
}
#verificationCodeForm {
	margin: 2em auto;
	max-width: 324px;
	margin: 0 auto;
}

.resend-section {
	max-width: 324px;
	margin: 0 auto;
	margin-top: 2em;
}

.auth-slide-panel .success-email.has-existing-user {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    color: inherit !important;
}

.auth-slide-panel .existing-user-message.centered-message {
    text-align: center !important;
    padding: 20px !important;
}

.auth-slide-panel .existing-user-message .message-text {
    margin-bottom: 10px !important;
    font-size: 16px !important;
    color: #fff !important;
    line-height: 1.6 !important;
}

.auth-slide-panel .existing-user-message .email-display {
    font-weight: 600 !important;
    margin: 15px 0 !important;
    padding: 12px 20px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 15px !important;
}

.auth-slide-panel .existing-user-message .action-buttons {
    margin-top: 25px !important;
}

.auth-slide-panel .existing-user-message .retry-email-btn {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    padding: 12px 24px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.auth-slide-panel .existing-user-message .retry-email-btn:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.auth-slide-panel .existing-user-message .retry-email-btn i {
    font-size: 12px !important;
}

.auth-slide-panel .newsletter-opt-in .checkbox-label:hover {
    background: transparent !important;
    transform: none !important;
}

.auth-slide-panel #resetSuccessContainer.verification-success.form-container-visible {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center !important;
    padding: 20px !important;
}

.auth-slide-panel #resetSuccessContainer .success-icon {

}

.auth-slide-panel #resetSuccessContainer h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
}

.auth-slide-panel #resetSuccessContainer .success-email {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
}

.auth-slide-panel #resetSuccessContainer .success-message {
    font-size: 14px !important;
    color: #fff !important;
    margin-bottom: 30px !important;
    line-height: 1.6 !important;
}

.auth-slide-panel #resetSuccessContainer .resend-section {
    padding-top: 20px !important;
    text-align: center !important;
}

.auth-slide-panel #resetSuccessContainer .resend-section p {
    font-size: 14px !important;
    color: #fff !important;
    margin-bottom: 10px !important;
}

.auth-slide-panel #resetSuccessContainer .resend-btn {
    background: white !important;
    color: #667eea !important;
    border: 2px solid white !important;
    padding: 10px 24px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.auth-slide-panel #resetSuccessContainer .resend-btn:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.auth-slide-panel #emailVerificationForm.hide {
    display: none !important;
}

.step-icon {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 15px;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.step-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.auth-slide-panel .auth-form {

    display: block !important; 
}

.form-group {

}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.input-wrapper {
    position: relative;
}

.input-wrapper input.form-input {
    padding-right: 45px;
}

.form-input {
    width: 100%;
    padding: 12px 15px;
    padding-right: 45px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
     */ */ */ */
}

.form-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
}

.code-input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.code-input {
    width: 100%;
    padding: 15px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 8px;
    border: 3px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s;
}

.code-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.code-input.validating {
    border-color: #ffc107;
    background: linear-gradient(90deg, #fff 0%, #fffbf0 100%);
}

.code-input.valid {
    border-color: #28a745;
    background: linear-gradient(90deg, #fff 0%, #f0fff0 100%);
}

.code-input.invalid {
    border-color: #dc3545;
    background: linear-gradient(90deg, #fff 0%, #fff0f0 100%);
}

.code-status-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.submit-btn {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
}

.submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.submit-btn.loading {
    pointer-events: none;
}

.submit-btn .btn-text {
    display: inline-block;
}

.submit-btn .btn-icon {
    font-size: 14px;
    display: inline-block;
}

.submit-btn .fa-spin {
    display: inline-block;
}

.error-message {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	color: #dc3545;
	opacity: 0;
	transform: translateY(-5px);
	transition: all 0.3s;
	font-weight: bold;
}

.error-message.show {
    opacity: 1;
    transform: translateY(0);
}

.error-message.warning {
    color: #856404;
    background-color: #fff3cd;
    padding: 8px 12px;
    border-radius: 6px;
}

.password-setup {
    text-align: center;
}

.password-panel .panel-body {

}

.password-panel .password-setup {
	width: 400px;
	max-width: 324px;
	margin: 0 auto;
    
}

.success-icon {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 15px;
    
}

.success-message {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	max-width: 324px;
	margin: 1em auto;
	text-align: left;
}
.password-setup .success-message {
	text-align: center;
}

.setup-email {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}
.password-setup .setup-email {
    color: #fff;
}

.password-toggle {
    cursor: pointer;
    color: #999;
     */
}
.input-wrapper .fas {
    color: #999;
}

.password-toggle:hover {
    color: #667eea;
}

.password-toggle-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #999;
    transition: color 0.3s;
    z-index: 10;
}

.password-toggle-btn:hover {
    color: #667eea;
}

.password-toggle-btn i {
    font-size: 18px;
}

.form-links-bottom {
    text-align: center;
    margin-top: 20px;
}

.form-links-bottom a {
    display: inline-block;
    margin: 0 10px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
}

.form-links-bottom a:hover {
    text-decoration: underline;
    color: #667eea;
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
     - removed duplicate animation */
}

@media (max-width: 480px) {
    .panel-content {
        width: 100%;
        max-width: 100%;
    }

    .panel-header {
        padding: 15px;
    }

    .panel-body {
        padding: 20px 15px;
    }

    .password-panel .password-setup {
        padding: 30px 20px;
    }
}



/* === css/2fa-verification.css === */


.twofa-verification-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.twofa-verification-panel.show {
    opacity: 1;
    visibility: visible;
}

.twofa-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.twofa-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.twofa-header {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.twofa-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.twofa-close-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    transition: transform 0.2s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.twofa-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.twofa-content {
    flex: 1;
    overflow-y: auto;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.twofa-form {
    width: 100%;
    max-width: 400px;
}

.twofa-intro {
    text-align: center;
    margin-bottom: 30px;
}

.twofa-intro-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.twofa-intro-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0 0 8px 0;
}

.twofa-intro-email {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 8px;
}

.twofa-form-group {
    margin-bottom: 24px;
}

.twofa-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
}

.twofa-input-wrapper {
    position: relative;
}

.twofa-input {
    width: 100%;
    padding: 14px 16px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 8px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    color: #333333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.twofa-input:focus {
    outline: none;
    border-color: #ffffff;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.twofa-input.valid {
    border-color: #4ade80;
    background: #f0fdf4;
}

.twofa-input.invalid {
    border-color: #f87171;
    background: #fef2f2;
}

.twofa-error {
    display: none;
    font-size: 13px;
    color: #fecaca;
    margin-top: 8px;
    padding: 8px 12px;
    background: rgba(239, 68, 68, 0.2);
    border-radius: 6px;
    border-left: 3px solid #ef4444;
}

.twofa-error.show {
    display: block;
}

.twofa-checkbox-group {
    margin-bottom: 24px;
}

.twofa-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: background 0.2s ease;
}

.twofa-checkbox-label:hover {
    background: rgba(255, 255, 255, 0.15);
}

.twofa-checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.twofa-checkbox-label span {
    font-size: 14px;

    line-height: 1.4;
    text-align: left;
}

.twofa-submit-btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #667eea;
    background: #ffffff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.twofa-submit-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.twofa-submit-btn:active {
    transform: translateY(0);
}

.twofa-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.twofa-footer {
    margin-top: 20px;
    text-align: center;
}
.twofa-footer a {
    color: #fff;
}

.twofa-cancel-link {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background 0.2s ease;
    display: inline-block;
}

.twofa-cancel-link:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: underline;
}

@media (min-width: 768px) {
    .twofa-container {
        width: 480px;
        max-width: 90vw;
        height: auto;
        max-height: 90vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 16px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    }

    .twofa-header {
        padding: 24px;
    }

    .twofa-content {
        padding: 40px 30px;
    }
}

.twofa-verification-panel.loading .twofa-submit-btn {
    position: relative;
    color: transparent;
}

.twofa-verification-panel.loading .twofa-submit-btn::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 3px solid #667eea;
    border-radius: 50%;
    border-top-color: transparent;
    animation: twofa-spinner 0.6s linear infinite;
}

@keyframes twofa-spinner {
    to { transform: rotate(360deg); }
}


/* === css/modal-music-player.css === */


.modal-music-player {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-music-player.active {
    display: flex;
}

.modal-music-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.3s ease;
}

.modal-music-content {
    position: relative;
    background: #fff;
    border-radius: 16px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
    z-index: 1;
}

.modal-music-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-radius: 16px 16px 0 0;
}

.modal-music-title-area {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.modal-service-icon {
    font-size: 28px;
    color: #e91e63;
    flex-shrink: 0;
}

.modal-service-icon.fa-spotify {
    color: #1DB954;
}

.modal-service-icon.fa-youtube {
    color: #FF0000;
}

.modal-service-icon.fa-soundcloud {
    color: #FF5500;
}

.modal-service-icon.fa-bandcamp {
    color: #629aa9;
}

.modal-service-icon.fa-apple {
    color: #FA243C;
}

.modal-service-icon.fa-amazon {
    color: #FF9900;
}

.modal-music-info {
    flex: 1;
    min-width: 0;
}

.modal-music-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-music-service {
    font-size: 13px;
    color: #999;
    margin-top: 2px;
}

.modal-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.modal-close-btn:hover {
    background: #e91e63;
    color: #fff;
}

.modal-close-btn i {
    font-size: 18px;
}

.modal-music-body {
    padding: 20px;
}

.modal-music-thumbnail {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 20px;
    position: relative;
}

.modal-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-thumbnail-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.modal-thumbnail-placeholder i {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.3);
}

.modal-music-player-container {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.modal-music-player-container iframe {
    display: block;
    width: 100%;
}

.service-unavailable {
    text-align: center;
    padding: 60px 20px;
    background: #f5f5f5;
    border-radius: 12px;
}

.service-unavailable i {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 16px;
    display: block;
}

.service-unavailable p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.btn-open-external {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #e91e63;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-open-external:hover {
    background: #c2185b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}

.modal-music-description {
    margin-bottom: 20px;
    padding: 16px;
    background: #f9f9f9;
    border-radius: 8px;
}

.modal-music-description p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.modal-music-meta {
    display: flex;
    gap: 20px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.modal-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.modal-meta-item i {
    color: #e91e63;
    font-size: 16px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .modal-music-player {
        padding: 0;
    }

    .modal-music-content {
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }

    .modal-music-header {
        border-radius: 0;
    }

    .modal-music-title {
        font-size: 16px;
    }

    .modal-meta-item {
        font-size: 13px;
    }
}


/* === css/universal-slide-panel.css === */


.universal-slide-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 9998;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, background-color 0.3s ease;
	will-change: opacity;
}

.universal-slide-overlay.active {
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: auto;
}

.universal-slide-panel {
	position: fixed;
	top: 0;
	right: -100%;
	width: 90%;
	max-width: 600px;
	height: 100%;
	background: #666;
	z-index: 10004;  
	transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transform: translateX(100%);
	display: flex;
	flex-direction: column;
	will-change: transform;
	backface-visibility: hidden;
}

.universal-slide-panel.active {
	right: 0;
	transform: translateX(0);
}

.universal-slide-header {
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: flex-end;
	padding: 12px;
	background: #007bff;
	color: white;
	min-height: 56px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	background: white;
	border-bottom: 1px solid #e0e0e0;
	
	z-index: 100;
	height: 56px;
	display: flex;
	align-items: center;
	background-color: #454c84;
	color: #fff;
}

.universal-slide-play-btn,
.universal-slide-close-btn {
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	padding: 8px;
	cursor: pointer;
	transition: opacity 0.2s;
}

.universal-slide-play-btn {
	margin-right: 8px;
}
.universal-slide-topbar-title {
	flex: 1;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	padding: 0 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.universal-slide-play-btn,
.universal-slide-close-btn {
	background: transparent !important;
}

.universal-slide-close-btn:hover {
	color: #666;
}

.universal-slide-content {
	flex: 1;
	overflow-y: auto;
	padding: 0;
	padding-bottom: 5em;
}

.sound-player-wrapper {
	padding: 20px;
	color: #fff;

}

.sound-player-wrapper h2 {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.sound-player-wrapper .player-container {
	margin-bottom: 20px;
	position: relative;
}

.sound-player-wrapper .player-container iframe {
	width: 100%;
	display: block;
}

.sound-player-wrapper p {
	color: #fff;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.universal-slide-panel {
		width: 100%;
		max-width: none;
	}
}

@media (orientation: landscape) {
	.universal-slide-panel.active {
		width: 100vw !important;
		max-width: none !important;
		height: 100vh !important;
		z-index: 99999 !important;
	}

	.universal-slide-overlay.active {

	}

    .universal-slide-panel.active .universal-slide-header {
        width: 100% !important;
    }
    .universal-slide-panel.active .universal-slide-close-btn {
        z-index: 100000 !important;
    }

	.universal-slide-panel.active .sound-player-wrapper {
		padding: 0;
		height: 100vh;
		display: flex;
		flex-direction: column;
	}

	.universal-slide-panel.active .sound-player-wrapper h2 {
		display: none;
	}

	.universal-slide-panel.active .sound-player-wrapper .player-container {
		flex: 1;
		margin: 0;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 99998 !important;
	}

	.universal-slide-panel.active .sound-player-wrapper .player-container iframe {
		width: 100%;
		height: 100% !important;
		pointer-events: auto !important;
		position: relative;
		z-index: 99998 !important;
	}

	.universal-slide-panel.active .sound-player-wrapper p {
		display: none;
	}

	.universal-slide-panel.active .universal-slide-header {
		position: fixed !important;
		top: 10px;
		right: 10px;
		z-index: 100000 !important;
		border-radius: 50%;
		border: none;
		padding: 0;
		pointer-events: auto !important;
		background: transparent !important;	
	}

	.universal-slide-play-btn,
	.universal-slide-close-btn {
		background: transparent !important;
		color: #fff !important;
		width: 40px;
		height: 40px;
		pointer-events: auto !important;
		cursor: pointer !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.universal-slide-panel.active .universal-slide-play-btn {
		position: fixed !important;
		top: 18px;
		right: 60px;
		z-index: 100000 !important;
		background: rgba(0, 0, 0, 0.7) !important;
		border-radius: 50%;
		border: none;
		padding: 0;
	}

	.universal-slide-panel.active .universal-slide-play-btn:hover,
	.universal-slide-panel.active .universal-slide-close-btn:hover {
		background: rgba(255, 255, 255, 0.2) !important;
	}

	.universal-slide-panel.active .universal-slide-topbar-title {
		display: none;
	}

	.universal-slide-panel.active .universal-slide-content {
		padding: 0;
	}

}


/* === css/static-page.css === */


.static-page-container {
	padding: 0;
	background-color: #fff;
	min-height: 100vh;
	padding-bottom: 4em;
}

.static-page-header {
    background-color: #fff;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
}
.static-page-title {
    color: #666;
	font-size: 1em;
}

.static-page-updated {
    margin: 0;
    font-size: 12px;
    color: #666;
    text-align: right;
}

.static-page-body {
    background-color: #fff;
    padding: 20px 16px;
    margin: 0;
}

.static-page-section {
    margin-bottom: 32px;
}
.static-page-section.category-theater,
.static-page-section.category-circle
{
    display: none;
}

.static-page-section:last-child {
    margin-bottom: 0;
}

.static-page-heading {
    font-size: 1em;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #4CAF50;
}

.static-page-content {
    font-size: 1em;
    color: #333;
    word-wrap: break-word;
    word-break: break-word;
}

.static-page-content br {
    display: block;
    margin: 8px 0;
    content: "";
}

.static-page-content strong {
    font-weight: bold;
    color: #000;
}

.static-page-content a {
    color: #4CAF50;
    text-decoration: underline;
    word-break: break-all;
}

.static-page-content a:hover {
    color: #45a049;
}

.static-page-section-membo .static-page-content .membo-intro{
    line-height: 1.4;
}
.static-page-section-membo .static-page-content .membo-features-list{
	margin: 1em 0.5em 0 1.5em;
}
.static-page-section-membo .static-page-content .membo-features-list li{

}
.static-page-section-membo .static-page-content .membo-features-list li .feature-title{
	font-weight: bold;
}

.static-page-content .recommended-site-item {
    border: 1px solid #cec7c7;
    padding: 1em;
    border-radius: 10px;
	margin-bottom:1em;
}
.static-page-content .recommended-site-item .site-title {
    font-weight: bold;
}
.static-page-content .recommended-site-item .site-url {

}
.static-page-content .recommended-site-item .site-url a {

}
.static-page-content .recommended-site-item .site-description {
	line-height: 1.4;
	font-size: 0.8em;
}

.static-page-content.static-page-content-company {
	line-height: 1.4;
}
.static-page-content.static-page-content-company .company-info {

}
.static-page-content.static-page-content-company .company-label{
	font-weight: bold;
	margin-bottom: 0.3em;
}
.static-page-content.static-page-content-company .company-value{
	margin: 0 0 1em 1em;
}
.static-page-content.static-page-content-company .company-value ul {
	margin: 0 0.5em 0 1em;
}
.static-page-content.static-page-content-company .company-value ul li {

}

.static-page-content.static-page-content-about {

}
.static-page-content.static-page-content-about .features-list {
	color: #666;
}
.static-page-content.static-page-content-about .features-list {
	color: #666;
}
.static-page-content.static-page-content-about .features-list .feature-item {
	color: #666;
	display: block;
	text-align: left;
	padding: 0;
	font-weight: normal;
	border: none;
	box-shadow: unset;
}
.static-page-content.static-page-content-about .features-list .feature-title {
	font-weight: bold;
}
.static-page-content.static-page-content-about .features-list .feature-desc {
	margin: 0 0 0 1em;
}
.static-page-content.static-page-content-about .safety-intro {
	margin-bottom: 1em;
}

.static-page-content.static-page-content-about .recommended-users-list,
.static-page-content.static-page-content-about .safety-list {
	margin: 0 0.5em 0 1.5em;
}
.static-page-content.static-page-content-about .recommended-users-list .recommended-user-item,
.static-page-content.static-page-content-about .safety-list .safety-item {

}

.static-page-content.static-page-content-help {
	line-height: 1.6;
}

.static-page-content .faq-item {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e0e0e0;
}

.static-page-content .faq-item:last-child {
	border-bottom: none;
}

.static-page-content .faq-question {
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5em;
}

.static-page-content .faq-answer {
	color: #666;
	margin-left: 1em;
}

.static-page-content.static-page-content-help h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin: 1.5em 0 0.5em 0;
}

.static-page-content.static-page-content-help ul {
	margin: 0.5em 0 1em 1.5em;
	color: #666;
}

.static-page-content.static-page-content-help ul li {
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.static-page-content.static-page-content-help .contact-box {
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 1.5em;
	margin-top: 1em;
}

.static-page-content.static-page-content-help .contact-info {
	margin-top: 1em;
}

.static-page-content.static-page-content-help .contact-info p {
	margin: 0.5em 0;
	color: #666;
}

.static-page-content.static-page-content-help .contact-info strong {
	color: #333;
	font-weight: bold;
}

.static-page-loading {
    text-align: center;
    padding: 60px 20px;
}

.static-page-loading ons-icon {
    font-size: 48px;
    color: #4CAF50;
    margin-bottom: 16px;
}

.static-page-loading p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.static-page-error {
    text-align: center;
    padding: 60px 20px;
}

.static-page-error p {
    font-size: 14px;
    color: #f44336;
    margin: 0;
}

@media (min-width: 768px) {
    .static-page-body {
        max-width: 800px;
        margin: 0 auto;
        padding: 32px 24px;
    }

    .static-page-heading {
        font-size: 20px;
    }

    .static-page-content {
        font-size: 15px;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutToLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

body.page-terms #content-area .page .page-content,
body.page-privacy #content-area .page .page-content,
body.page-about #content-area .page .page-content,
body.page-company #content-area .page .page-content,
body.page-help #content-area .page .page-content,
body.page-recommended_sites #content-area .page .page-content,
body.page-news #content-area .page .page-content {
    animation: slideInFromLeft 0.3s ease forwards;
}

body.page-slide-out #content-area .page .page-content {
    animation: slideOutToLeft 0.3s ease forwards;
}


/* === css/universal-modal.css === */


.universal-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000;  
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.universal-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.universal-modal {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

.universal-modal.active {
    transform: scale(1);
}

.universal-modal-content {
    padding: 30px;
    text-align: center;
}

.universal-modal-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.universal-modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #333;
}

.universal-modal-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px 0;
    color: #666;
}

.universal-modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.universal-modal-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    transition: opacity 0.2s ease;
    min-width: 80px;
	background-color: #667eea;
}

.universal-modal-btn:hover {
    opacity: 0.9;
}

.universal-modal-btn:active {
    transform: scale(0.98);
}

body.modal-open {
    overflow: hidden;
}

