.here:link { font-weight: bold; color: black; text-decoration: none;}
.here:visited { font-weight: bold; color: black; text-decoration: none;}
.here:hover { font-weight: bold; color: black; text-decoration: underline;}

p {
    margin-bottom: 0px;
    margin-top: 0px;
}
.h {
    background-color: #ef9b49;
    font-weight: bold;
    text-align: center;
}


.big1 {
    font-weight: bold;
    font-stretch: expanded;

}
.big2 {
    font-weight: bold;
    font-size: 2em;
}

.big3 {
    font-weight: bold;
    font-size: 3em;
}

.red {
    color: #ff0000;
}

.title {
    background-color: #ef9b49;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.top {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.bottom {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}


.u {
    text-decoration: underline
}

.b1 {
    background-color: #efd1b4;
}
.b2 {
    background-color: #efe1d4
}

a {
    color: mediumblue;
    text-decoration: none;
}
a:hover {
    text-decoration: underline
}
body {
    font-family: sans-serif,Verdana, Arial;
    background-color: white;
    color: #000000;
    font-size: 1em;
}
.hl {
    FONT-SIZE: x-small;
    FONT-STYLE: italic;
}
.hl a {
    COLOR: #ef7600;
}
font.n {
    FONT-SIZE: x-small;
    FONT-STYLE: italic;
}
table {
    text-align: left;
    border-width: 0;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;

}

table.normal {
    width: 100%;
}
table.t90{
    width: 90%;
}
th {
    background-color: #ef9b49;
    text-align: center;
    vertical-align: top;
}

.dbsubmit {
    color: #ffffff;
    background-color: #ef9b49;
    border: 1;
}
#dbsubmit {
    color: #ffffff;
    background-color: #ef9b49;
    border: 0;
}

/* Artist Autocomplete - Design Template Styling */

/* Artist Lookup Input Field */
.artist_lookup {
    padding: 0.75rem 1rem !important;
    border: 2px solid #E9ECEF !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    transition: all 0.2s !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
}

.artist_lookup:focus {
    border-color: #EF9B49 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(239, 155, 73, 0.1) !important;
}

.artist_lookup::placeholder {
    color: #999;
}

/* Autocomplete Results Dropdown */
div.auto_complete {
    width: 400px;
    background: white;
    z-index: 1000;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(239, 155, 73, 0.3);
    margin-top: 4px;
    overflow: hidden;
}

div.auto_complete ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    border: none;
}

div.auto_complete ul li {
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    color: #2C2416;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 1px solid #F0F0F0;
}

div.auto_complete ul li:last-child {
    border-bottom: none;
}

div.auto_complete ul li:hover {
    background: #FFF9F0;
}

div.auto_complete ul li.selected {
    background: linear-gradient(135deg, #EF9B49 0%, #D88635 100%);
    color: white;
    font-weight: 500;
}

div.auto_complete ul li.selected font {
    background: transparent;
    color: white;
}

div.auto_complete ul strong.highlight {
    color: inherit;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

div.auto_complete ul li.selected strong.highlight {
    color: white;
    font-weight: 700;
}
div.floatright{
    bottom: 8px;
    left: 8px;
    right: auto;
    top: auto;
    position: absolute;
}

.dbnav {
    position:relative;
    padding:9px 8px 21px 0;
}

.dbnav ul li img { border: none; }


.dbnav ul {
    margin:0;
    padding:0;
}
.dbnav li {
    display:inline;
    margin:0;
    padding:0;
    list-style:none;
}
.dbnav li a, .dbnav li a:visited, .dbnav span {
    position:relative;
    display:block;
    margin-bottom:-1px;
    text-decoration:none;
    border-bottom:1px solid gray;
}

.dbnav li li a, .dbnav li li a:visited,  .dbnav li li span {
    border-top:1px solid #d5e0e6;
}

.dbnav a {
    padding:3px 6px 3px 7px;
    width:145px; /* IE redraw */
}

.dbnav a:hover {
    background-color: #ef9b49;
    color: white;
}

/* Bring selected to front */
.dbnav li a.selected, .dbnav li a.selected:visited, .dbnav span.selected {
    background-color:#dde6eb;
    border-top:1px solid #c8cacc;
    border-bottom:1px solid #acc2cd;
}

/* Cancel topmost border */
.dbnav a.peer:visited,
.dbnav a.selected, .dbnav a.selected:visited,
.dbnav span.selected {
    padding-left:15px;
    width:161px; /* IE redraw */
    font-weight:bold;
}

.ico {
    border: none;
}



/* Zend Form Styling */
.zend_form {
    background:#fff;
    width:840;
    border-radius: 15px;
    margin:5px auto;
    padding:0;
    overflow:auto;
}

dl.zend_form {
    border: solid;
    border-color: #EF9B49;
    border-radius: 15px;
}

.zend_form dt{
    padding:0;
    clear:both;
    width:20%;
    float:left;
    text-align:right;
    margin:5px 12px 5px 0;
    font-weight: bold;
}

.zend_form dd{
    padding:0;
    float:left;
    text-align:left;
    width:68%;
    margin:5px 2px 5px 0;
}

.zend_form ul.errors li {
    margin: 0 0.15em;
    color: #ff0000;
    list-style-type:none;
}

.zend_form p{
    padding:0;
    margin:0;
}

.zend_form p.description {
    font-style:italic;
}

textarea.zend_form {
    font-family:monospace;
    margin:0 0 2px 0;
    padding:0;
}

/* Form Errors */
ul.form-errors li {
    list-style-type:none;
}

ul.form-errors ul.errors li {
    color: #ff0000;
    list-style-type:none;
    font-size: 15pt;
    text-align: center;
}

/* End Zend_Form */

/* Lightbox */
.dbLightboxMask {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.dbLightboxBody {
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    padding: 16px;
    border: 3px solid #385C74;
    background-color: white;
    border-radius: 10px;
    z-index:1002;
    overflow: auto;
}
/* End Lightbox */

/**
 * Classes from here below are specific to new Zend code
 */

div.pad {
    text-align: left;
    padding: 10px;
}

/* ============================================
   ARTISTS PAGE - Alphabet Navigation
   ============================================ */

/* Alphabet Navigation - Full Width */
.alphabet-nav {
    background: linear-gradient(135deg, #ef9b49 0%, #d88635 100%);
    padding: 1.5rem 1rem;
    margin: 0 0 2rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 0.5rem;
}

.alphabet-letter {
    display: inline-block;
    padding: 0.5rem 0.8rem;
    color: white;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0.2);
    min-width: 2.2rem;
    text-align: center;
    flex: 0 0 auto;
}

.alphabet-letter:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
}

.alphabet-letter.active {
    background: white;
    color: #d88635;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Artist Search Form */
.artist-search-form {
    margin-bottom: 3rem;
}

.artist-search-form .search-input-group {
    display: flex;
    gap: 0.75rem;
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.artist-search-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 2px solid #E9ECEF;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.2s;
}

.artist-search-input:focus {
    border-color: #EF9B49;
    outline: none;
    box-shadow: 0 0 0 3px rgba(239, 155, 73, 0.1);
}

.artist-search-input::placeholder {
    color: #999;
}

.artist-search-btn {
    padding: 0.75rem 1.5rem;
    background-color: #EF9B49;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.artist-search-btn:hover {
    background-color: #d88940;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(239, 155, 73, 0.3);
}

@media (max-width: 768px) {
    .alphabet-nav {
        padding: 1rem;
        line-height: 2;
        gap: 0.3rem;
    }

    .alphabet-letter {
        padding: 0.4rem 0.7rem;
        min-width: 2rem;
    }

    .artist-search-form .search-input-group {
        flex-direction: column;
        padding: 1rem;
    }

    .artist-search-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   ARTISTS PAGE - Main Layout
   ============================================ */

/* Main Container */
.artists-main-container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

/* Page Title */
.artists-page-title,
.shows-page-title {
    color: #2C2416;
    margin: 1.5rem 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.artists-page-title a,
.shows-page-title a {
    color: #2C2416;
    text-decoration: none;
}

.artists-page-title a:hover,
.shows-page-title a:hover {
    text-decoration: underline;
}

/* Alphabet Navigation (moved below title) */
.artists-main-container .alphabet-nav,
.sources-main-container .alphabet-nav {
    margin-bottom: 3rem;
}

/* Letter anchor styling */
.letter-anchor {
    scroll-margin-top: 100px;
}

/* Artists List Container */
.artists-list-container {
    background: white;
    padding: 2rem;
    margin: 0 0 2rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: 100%;
}

/* Three Column Layout - CSS Columns */
.artists-list {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 3;
    column-gap: 3rem;
    width: 100%;
}

/* Artist Items */
.artist-item {
    margin-bottom: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s;
    background: transparent;
    border-left: 3px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    break-inside: avoid;
    page-break-inside: avoid;
}

/* Featured Artists */
.artist-item.featured {
    background: linear-gradient(to right, #f5e6d3, white);
    border-left-color: #d88635;
    border-left-width: 4px;
}

/* Artist Name Links */
.artist-name {
    color: blue;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.artist-name:hover {
    text-decoration: underline;
}

.artist-item.featured .artist-name {
    font-weight: 600;
    color: #2c2416;
}

/* Star Icon for Featured Artists */
.star {
    color: #ef9b49;
    font-weight: bold;
    line-height: 1;
}

/* Sources Button */
.sources-btn {
    color: #ef9b49;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    transition: all 0.2s;
    background: transparent;
}

.sources-btn:hover {
    background: #ef9b49;
    color: white;
    text-decoration: none;
    transform: scale(1.05);
}

/* Floating Back to Top Button */
.floating-back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(135deg, #ef9b49 0%, #d88635 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(239, 155, 73, 0.4);
    transition: all 0.3s;
    z-index: 1000;
    font-size: 1.5rem;
    font-weight: bold;
}

.floating-back-to-top:hover {
    background: linear-gradient(135deg, #d88635 0%, #c77525 100%);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(239, 155, 73, 0.6);
    color: white;
    text-decoration: none;
}

.floating-back-to-top .arrow-up {
    line-height: 1;
}

/* ============================================
   SOURCES PAGE STYLES
   ============================================ */

/* Main Container */
.sources-main-container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

/* Page Title */
.sources-page-title {
    color: #2C2416;
    margin: 1.5rem 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

/* Resource Links */
.sources-resource-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #ef9b49;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sources-resource-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: text-decoration 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.sources-resource-links a:hover {
    text-decoration: underline;
    color: white;
}

/* Artist Filter Form */
.artist-filter-form {
    margin-bottom: 1.5rem;
}

/* Search Form */
.sources-search-form {
    margin-bottom: 3rem;
}

.search-input-group {
    display: flex;
    gap: 0.75rem;
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sources-search-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 2px solid #E9ECEF;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.2s;
}

.sources-search-input:focus {
    border-color: #EF9B49;
    outline: none;
    box-shadow: 0 0 0 3px rgba(239, 155, 73, 0.1);
}

.sources-search-input::placeholder {
    color: #999;
}

.sources-search-btn {
    background: linear-gradient(135deg, #EF9B49 0%, #D88635 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.sources-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 155, 73, 0.3);
}

/* Sources List Container */
.sources-list-container {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sources-list {
    column-count: 3;
    column-gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.source-artist-item {
    break-inside: avoid;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s;
    background: transparent;
}

.source-artist-item:last-child {
    margin-bottom: 0;
}

.source-artist-name {
    color: blue;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.2s;
    display: block;
}

.source-artist-name:hover {
    text-decoration: underline;
}

.source-artist-name.artist-group {
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .artists-list {
        column-count: 2;
        column-gap: 2rem;
    }

    .artists-list-container {
        padding: 1.5rem;
    }

    .sources-list {
        column-count: 2;
        column-gap: 2rem;
    }

    .sources-list-container {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .artists-main-container {
        padding: 1rem;
    }

    .artists-list {
        column-count: 1;
        column-gap: 0;
    }

    .artists-list-container {
        padding: 1rem;
    }

    .artists-page-title,
    .shows-page-title,
    .sources-page-title {
        font-size: 1.5rem;
        margin: 1rem 0 0.5rem 0;
    }

    .artists-main-container .alphabet-nav,
    .sources-main-container .alphabet-nav {
        margin-bottom: 2rem;
    }

    .floating-back-to-top {
        bottom: 1rem;
        right: 1rem;
        width: 3rem;
        height: 3rem;
        font-size: 1.25rem;
    }

    /* Sources mobile styles */
    .sources-list {
        column-count: 1;
        column-gap: 0;
    }

    .sources-list-container {
        padding: 1rem;
    }

    .sources-resource-links {
        flex-direction: column;
        gap: 0.75rem;
    }

    .sources-resource-links a {
        width: 100%;
        justify-content: center;
    }

    .search-input-group {
        flex-direction: column;
        padding: 1rem;
    }

    .sources-search-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   SHNLIST PAGE (Sources by Artist/Year)
   ============================================ */

/* Main Container */
.shnlist-main-container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

/* Page Title */
.shnlist-page-title {
    color: #2C2416;
    margin: 1.5rem 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.shnlist-page-title a {
    color: #2C2416;
    text-decoration: none;
}

.shnlist-page-title a:hover {
    text-decoration: underline;
}

/* Related Artists Info */
.shnlist-related-info {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #fff8f0;
    border-radius: 8px;
    color: #6B5D4F;
}

.shnlist-related-info a {
    color: #EF9B49;
    font-weight: 500;
}

/* Year Navigation */
.shnlist-year-nav {
    background: linear-gradient(135deg, #ef9b49 0%, #d88635 100%);
    padding: 1.5rem 1rem;
    margin: 0 0 0.75rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 0.5rem;
}

.shnlist-year-nav.bottom {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.shnlist-year-nav .year-link {
    display: inline-block;
    padding: 0.5rem 0.8rem;
    color: white;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0.2);
    min-width: 2.2rem;
    text-align: center;
    font-size: 0.9rem;
    flex: 0 0 auto;
}

.shnlist-year-nav .year-link:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
}

.shnlist-year-nav .year-link.active {
    background: white;
    color: #d88635;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Month Navigation */
.shnlist-month-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem;
    background-color: #6B5D4F;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.month-link {
    padding: 0.4rem 0.7rem;
    background: white;
    color: #2C2416;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s;
    white-space: nowrap;
    min-width: 2.5rem;
    text-align: center;
}

.month-link:hover {
    background: #EF9B49;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Header/Footer Cards */
.shnlist-header-card,
.shnlist-footer-card {
    background-color: #efd1b4;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.shnlist-footer-card {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

/* Sources Table */
.shnlist-table {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    border-collapse: collapse;
}

.shnlist-table td {
    padding: 0.15rem 0.5rem;
    font-size: 0.9rem;
    line-height: 1.3;
}

.shnlist-table tr.b1 {
    background-color: #ffffff;
}

.shnlist-table tr.b2 {
    background-color: #f5f5f5;
}

.shnlist-table tr:hover td {
    background-color: #fff8f0;
}

/* Source Comments - Truncate with Ellipsis */
.source-comments {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: help;
}

.source-comments:hover {
    white-space: normal;
    overflow: visible;
    background: #fffbf5;
    padding: 0.25rem;
    border-radius: 4px;
    position: relative;
    z-index: 10;
}

/* Venue and Metadata Styling */
.shn-venue {
    font-weight: 500;
}

.shn-separator {
    color: #999;
    margin: 0 0.5rem;
}

.shn-dates {
    color: #666;
    font-size: 0.85rem;
}

.shn-comments {
    color: mediumblue;
    text-decoration: none;
    font-size: 0.85rem;
}

.shn-comments:hover {
    text-decoration: underline;
}

/* Checksums Row */
.shn-checksums {
    font-size: 0.85rem;
    font-family: monospace;
    color: #666;
}

.shn-checksums a {
    color: mediumblue;
    text-decoration: none;
    margin-right: 0.5rem;
}

.shn-checksums a:hover {
    text-decoration: underline;
}

/* Month Anchor (invisible but functional) */
.month-anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
    height: 0;
}

/* Actions Bar */
.shnlist-actions-bar {
    background-color: #ef9b49;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    text-align: center;
}

.shnlist-actions-bar a {
    color: white;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: text-decoration 0.2s;
    white-space: nowrap;
}

.shnlist-actions-bar a:hover {
    text-decoration: underline;
    color: white;
}

/* Individual Source Card */
.source-card {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.25rem;
    transition: all 0.2s;
}

.source-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* Source Header */
.source-header {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #E9ECEF;
    margin-bottom: 1rem;
    align-items: center;
}

/* Add to Collection Button */
.add-show-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: white;
    color: #EF9B49;
    border: 2px solid #EF9B49;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    transition: all 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.add-show-btn:hover {
    background: #EF9B49;
    color: white;
    text-decoration: none;
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(239, 155, 73, 0.3);
}

.add-show-btn:active {
    transform: scale(0.98);
}

.source-date {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.source-date-line {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.source-date a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2C2416;
    text-decoration: none;
}

.source-date a:hover {
    color: #EF9B49;
    text-decoration: underline;
}

.source-id {
    font-size: 0.85rem;
    font-weight: 600;
    color: #EF9B49;
    text-decoration: none;
}

.source-id:hover {
    text-decoration: underline;
}

.source-icons {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.source-venue {
    flex: 1;
    font-size: 1.05rem;
    color: #6B5D4F;
    min-width: 200px;
}

.source-edit {
    flex: 0 0 auto;
}

.edit-source-btn {
    padding: 0.5rem 1rem;
    background-color: #EF9B49;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.edit-source-btn:hover {
    background-color: #d88940;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(239, 155, 73, 0.3);
}

/* Source Details Grid */
.source-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
    padding: 1rem;
    background-color: rgba(239, 155, 73, 0.05);
    border-radius: 6px;
    margin-bottom: 0;
}

.source-detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.source-checksums-item {
    grid-column: 1 / -1;
}

.detail-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #6B5D4F;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 0.95rem;
    color: #2C2416;
}

.detail-value a {
    color: #EF9B49;
    font-weight: 500;
}

/* Checksums */
.source-checksums {
    padding: 0.75rem;
    background-color: #f9f9f9;
    border-radius: 6px;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.checksum-link {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    margin: 0.25rem;
    background-color: white;
    border: 1px solid #E9ECEF;
    border-radius: 4px;
    color: #2C2416;
    text-decoration: none;
    font-family: monospace;
    font-size: 0.85rem;
    transition: all 0.2s;
}

.checksum-link:hover {
    background-color: #EF9B49;
    color: white;
    border-color: #EF9B49;
}

/* Source Description */
.source-description {
    padding: 1rem;
    background-color: rgba(239, 155, 73, 0.05);
    border-left: 3px solid #EF9B49;
    border-radius: 4px;
    margin-bottom: 0;
    line-height: 1.6;
}

.source-description strong {
    color: #2C2416;
}

/* Source Detail Table */
.shn-detail-table td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

/* SHNID / SHOWID Badge */
.shnid-badge {
    display: inline-flex;
    align-items: stretch;
    border-radius: 12px;
    border: 2px solid #ef9b49;
    overflow: hidden;
    vertical-align: middle;
}

.shnid-badge-archive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    background: #ef9b49;
    text-decoration: none;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.shnid-badge-archive .iconochive-logo {
    font-size: 1.35em;
    color: #000;
    line-height: 1;
}

.shnid-badge-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: white;
    color: #000;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.shnid-badge-label {
    opacity: 0.8;
    text-transform: uppercase;
}

/* Recent Additions Links */
.shnlist-recent-links {
    text-align: center;
    padding: 1.5rem;
    background-color: #fff8f0;
    border-radius: 8px;
    margin-top: 1rem;
}

.shnlist-recent-links a {
    color: #EF9B49;
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .shnlist-page-title {
        font-size: 1.5rem;
        margin: 1rem 0 0.5rem 0;
    }

    .shnlist-year-nav,
    .shnlist-month-nav {
        gap: 0.3rem;
        padding: 0.75rem;
    }

    .shnlist-year-nav .year-link,
    .month-link {
        padding: 0.4rem 0.6rem;
        font-size: 0.9rem;
    }

    .shnlist-table td {
        padding: 0.5rem;
        font-size: 0.85rem;
    }

    .shn-separator {
        display: none;
    }

    .shn-venue,
    .shn-dates,
    .shn-comments {
        display: block;
        margin: 0.25rem 0;
    }
}

/* ============================================
   LOGIN PAGE STYLES
   ============================================ */

/* Main Container */
.login-main-container {
    max-width: 500px;
    margin: 3rem auto;
    padding: 0 1rem;
    text-align: center;
}

/* Page Title */
.login-page-title {
    color: #2C2416;
    margin: 0 0 2rem 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

/* Login Form Card */
.login-form-card {
    background: white;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

.login-form-card .zend_form {
    border: none;
    outline: none;
}

.login-form-card input[type="submit"],
.login-form-card button[type="submit"] {
    padding: 0.75rem 2rem;
    background-color: #EF9B49;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1rem;
}

.login-form-card input[type="submit"]:hover,
.login-form-card button[type="submit"]:hover {
    background-color: #d88940;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(239, 155, 73, 0.3);
}

/* Action Links */
.login-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.login-action-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    color: #2C2416;
    border: 2px solid #E9ECEF;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.login-action-link:hover {
    border-color: #EF9B49;
    color: #EF9B49;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(239, 155, 73, 0.2);
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .login-main-container {
        margin: 2rem auto;
    }

    .login-page-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .login-form-card {
        padding: 1.5rem;
    }

    .login-actions {
        width: 100%;
    }

    .login-action-link {
        width: 100%;
        justify-content: center;
    }
}

/* ===========================
   Wiki Documentation Styles
   =========================== */

.wiki-main-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.wiki-top-nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.wiki-top-nav a {
    color: #6B5D4F;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.wiki-top-nav a:hover {
    color: #EF9B49;
    transform: translateY(-2px);
}

.wiki-header-card {
    background: linear-gradient(135deg, #EF9B49 0%, #D88635 100%);
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.wiki-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.wiki-page-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.wiki-search-form {
    margin: 0;
}

.wiki-search-group {
    display: flex;
    gap: 0.5rem;
}

.wiki-search-input {
    padding: 0.75rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.2s;
    min-width: 300px;
}

.wiki-search-input:focus {
    border-color: white;
    background: white;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.wiki-search-input::placeholder {
    color: #999;
}

.wiki-search-btn {
    background: white;
    color: #D88635;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.wiki-search-btn:hover {
    background: #2C2416;
    color: white;
    transform: translateY(-2px);
}

.wiki-search-btn .ico {
    filter: brightness(0) saturate(100%) invert(54%) sepia(93%) saturate(442%) hue-rotate(346deg) brightness(93%) contrast(87%);
}

.wiki-search-btn:hover .ico {
    filter: brightness(0) invert(1);
}

.wiki-content-card {
    background: white;
    padding: 3rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    line-height: 1.8;
    font-size: 1.05rem;
}

.wiki-content-card h1,
.wiki-content-card h2,
.wiki-content-card h3,
.wiki-content-card h4 {
    color: #2C2416;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.wiki-content-card h1 {
    font-size: 2rem;
    border-bottom: 3px solid #EF9B49;
    padding-bottom: 0.5rem;
}

.wiki-content-card h2 {
    font-size: 1.5rem;
    border-bottom: 2px solid #EFD1B4;
    padding-bottom: 0.5rem;
}

.wiki-content-card h3 {
    font-size: 1.25rem;
}

.wiki-content-card p {
    margin-bottom: 1rem;
    color: #6B5D4F;
}

.wiki-content-card a {
    color: #EF9B49;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

.wiki-content-card a:hover {
    color: #D88635;
    text-decoration: underline;
}

.wiki-content-card ul,
.wiki-content-card ol {
    margin: 1rem 0 1rem 2rem;
    color: #6B5D4F;
}

.wiki-content-card li {
    margin-bottom: 0.5rem;
}

.wiki-content-card code,
.wiki-content-card pre {
    background: #F8F8F8;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.wiki-content-card pre {
    padding: 1rem;
    overflow-x: auto;
    display: block;
}

.wiki-content-card blockquote {
    border-left: 4px solid #EF9B49;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    color: #6B5D4F;
    font-style: italic;
}

.wiki-content-card table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.wiki-content-card table th,
.wiki-content-card table td {
    padding: 0.75rem;
    border: 1px solid #E9ECEF;
    text-align: left;
}

.wiki-content-card table th {
    background: #EFD1B4;
    color: #2C2416;
    font-weight: 600;
}

.wiki-content-card table tr:nth-child(even) {
    background: #FAFAFA;
}

.wiki-controls-footer {
    background: white;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.wiki-controls-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.wiki-control-link {
    color: #EF9B49;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.wiki-control-link:hover {
    color: #D88635;
    text-decoration: underline;
}

.wiki-control-link em {
    font-style: normal;
    font-weight: 700;
}

.wiki-control-disabled {
    color: #999;
    font-weight: 600;
}

.wiki-control-separator {
    color: #D1D5DB;
    margin: 0 0.5rem;
}

.wiki-controls-right {
    color: #6B5D4F;
}

.wiki-timestamp {
    font-size: 0.95rem;
    font-weight: 500;
}

/* Responsive Wiki Styles */
@media (max-width: 900px) {
    .wiki-search-input {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .wiki-main-container {
        padding: 1rem 0.75rem;
    }

    .wiki-header-card {
        padding: 1.25rem 1rem;
        border-radius: 6px;
        margin-bottom: 1rem;
    }

    .wiki-header-content {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .wiki-page-title {
        font-size: 1.4rem;
        text-align: center;
    }

    .wiki-search-group {
        flex-direction: row;
    }

    .wiki-search-input {
        flex: 1;
        min-width: 0;
        width: 100%;
        padding: 0.5rem 0.75rem;
    }

    .wiki-search-btn {
        padding: 0.5rem 1rem;
        white-space: nowrap;
    }

    .wiki-content-card {
        padding: 1rem;
        font-size: 0.97rem;
        border-radius: 6px;
    }

    .wiki-content-card pre {
        overflow-x: auto;
        font-size: 0.82rem;
        padding: 0.75rem;
    }

    .wiki-content-card table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .wiki-content-card h1 {
        font-size: 1.5rem;
    }

    .wiki-content-card h2 {
        font-size: 1.25rem;
    }

    .wiki-controls-footer {
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        border-radius: 6px;
    }

    .wiki-controls-left {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}

/* ===========================
   Users/Collections Page Styles
   =========================== */

.users-main-container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.users-page-title {
    color: #2C2416;
    margin: 1.5rem 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.users-search-card {
    background: white;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.users-search-form {
    margin: 0;
}

.users-search-group {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.users-search-group label {
    font-weight: 600;
    color: #2C2416;
}

.users-search-input {
    flex: 1;
    min-width: 250px;
    padding: 0.75rem 1rem;
    border: 2px solid #E9ECEF;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.2s;
}

.users-search-input:focus {
    border-color: #EF9B49;
    outline: none;
    box-shadow: 0 0 0 3px rgba(239, 155, 73, 0.1);
}

.users-search-btn {
    background: linear-gradient(135deg, #EF9B49 0%, #D88635 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.users-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 155, 73, 0.3);
}

.users-pagination {
    background: white;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.users-table-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow-x: auto;
    margin-bottom: 2rem;
}

.users-table {
    width: 100%;
    border-collapse: collapse;
}

.users-table thead {
    background: linear-gradient(135deg, #EF9B49 0%, #D88635 100%);
    color: white;
}

.users-table th {
    padding: 1rem;
    font-weight: 700;
    text-align: left;
    font-size: 0.95rem;
    border-bottom: 3px solid #D88635;
}

.users-table tbody tr {
    border-bottom: 1px solid #E9ECEF;
    transition: background-color 0.2s;
}

.users-table tbody tr:hover {
    background-color: #FFFBF5;
}

.users-table tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}

.users-table tbody tr:nth-child(even):hover {
    background-color: #FFFBF5;
}

.users-table td {
    padding: 1rem;
    vertical-align: top;
}

.users-name-cell {
    min-width: 200px;
}

.users-name-link {
    color: #EF9B49;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: color 0.2s;
}

.users-name-link:hover {
    color: #D88635;
    text-decoration: underline;
}

.users-city {
    color: #6B5D4F;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.users-yahoo-icon {
    border: none;
    vertical-align: middle;
    margin-top: 0.25rem;
}

.users-active-cell,
.users-rating-cell,
.users-lastupdate-cell {
    text-align: center;
    font-weight: 600;
}

.users-rating-cell a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.users-rating-cell a:hover {
    text-decoration: underline;
}

.users-total-cell {
    text-align: right;
    font-weight: 600;
    color: #2C2416;
}

.users-artists-cell {
    min-width: 300px;
}

.users-artist-link {
    color: #EF9B49;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    margin-right: 0.5rem;
    display: inline-block;
}

.users-artist-link:hover {
    color: #D88635;
    text-decoration: underline;
}

.users-filter-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.users-filter-card h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2C2416;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #EF9B49;
}

.users-filter-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2C2416;
    margin-bottom: 1rem;
}

.users-filter-legend {
    background: #FFF9F0;
    border-left: 4px solid #EF9B49;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    color: #6B5D4F;
    font-size: 0.95rem;
}

.users-filter-legend strong {
    color: #2C2416;
}

.users-filter-separator {
    margin: 0 1rem;
    color: #D1D5DB;
}

.users-filter-form {
    margin: 0;
}

.users-filter-section {
    margin-bottom: 2rem;
}

.users-filter-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.users-filter-checkboxes label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6B5D4F;
    cursor: pointer;
}

.users-filter-checkboxes input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.users-filter-inputs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.filter-input-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-input-group label {
    font-weight: 600;
    color: #2C2416;
    font-size: 0.95rem;
}

.users-filter-select {
    padding: 0.75rem 1rem;
    border: 2px solid #E9ECEF;
    border-radius: 6px;
    font-size: 1rem;
    background: white;
    transition: all 0.2s;
    cursor: pointer;
}

.users-filter-select:focus {
    border-color: #EF9B49;
    outline: none;
    box-shadow: 0 0 0 3px rgba(239, 155, 73, 0.1);
}

.users-filter-checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #2C2416;
    cursor: pointer;
    font-weight: 600;
}

.users-filter-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.users-filter-submit {
    background: linear-gradient(135deg, #EF9B49 0%, #D88635 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.users-filter-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 155, 73, 0.3);
}

/* Responsive Users Page */
@media (max-width: 1200px) {
    .users-table {
        font-size: 0.9rem;
    }

    .users-table th,
    .users-table td {
        padding: 0.75rem;
    }
}

@media (max-width: 768px) {
    .users-search-group {
        flex-direction: column;
        align-items: stretch;
    }

    .users-search-input {
        min-width: 100%;
    }

    .users-table-container {
        overflow-x: auto;
    }

    .users-table {
        min-width: 800px;
    }

    .users-filter-inputs {
        grid-template-columns: 1fr;
    }
}

/* Print Styles */
@media print {
    .alphabet-nav,
    .floating-back-to-top {
        display: none;
    }

    .artists-list {
        column-count: 3;
        column-gap: 1rem;
    }

    .artist-item {
        padding: 0.25rem 0.5rem;
        margin-bottom: 0.25rem;
    }
}

/* ===========================
   Lookup Show Page Styles
   =========================== */

.lookup-main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.lookup-page-title {
    color: #2C2416;
    margin: 1.5rem 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.lookup-info-card {
    background: #FFF9F0;
    border-left: 4px solid #EF9B49;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.lookup-info-card strong {
    color: #D88635;
    font-weight: 600;
}

.lookup-table-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow-x: auto;
    margin-bottom: 2rem;
}

.lookup-table {
    width: 100%;
    border-collapse: collapse;
}

.lookup-table thead {
    background: linear-gradient(135deg, #EF9B49 0%, #D88635 100%);
    color: white;
}

.lookup-table th {
    padding: 1rem;
    font-weight: 700;
    text-align: left;
    font-size: 0.95rem;
    border-bottom: 3px solid #D88635;
}

.lookup-table tbody tr {
    border-bottom: 1px solid #E9ECEF;
    transition: background-color 0.2s;
}

.lookup-table tbody tr:hover {
    background-color: #FFFBF5;
}

.lookup-table tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}

.lookup-table tbody tr:nth-child(even):hover {
    background-color: #FFFBF5;
}

.lookup-table td {
    padding: 1rem;
    vertical-align: middle;
}

.lookup-artist-cell a {
    color: #EF9B49;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.lookup-artist-cell a:hover {
    color: #D88635;
    text-decoration: underline;
}

.lookup-date-cell a {
    color: #2C2416;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.lookup-date-cell a:hover {
    color: #EF9B49;
    text-decoration: underline;
}

.lookup-actions-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.lookup-actions-card p {
    color: #6B5D4F;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.lookup-actions-card strong {
    color: #2C2416;
}

.lookup-actions-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.lookup-action-btn {
    background: linear-gradient(135deg, #EF9B49 0%, #D88635 100%);
    color: white;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(239, 155, 73, 0.3);
}

.lookup-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 155, 73, 0.4);
    color: white;
    text-decoration: none;
}

.lookup-action-btn.secondary {
    background: white;
    color: #EF9B49;
    border: 2px solid #EF9B49;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.lookup-action-btn.secondary:hover {
    background: #FFF9F0;
    color: #D88635;
    border-color: #D88635;
}

.lookup-empty-card {
    background: white;
    padding: 3rem 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.lookup-empty-icon {
    margin-bottom: 1.5rem;
}

.lookup-empty-card p {
    color: #6B5D4F;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/* Responsive Lookup Page */
@media (max-width: 768px) {
    .lookup-table-container {
        overflow-x: auto;
    }

    .lookup-table {
        min-width: 600px;
    }

    .lookup-actions-buttons {
        flex-direction: column;
    }

    .lookup-action-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===========================
   Lookup Show Page - Clean Styles
   =========================== */

.lookup-main-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.lookup-page-title {
    color: #2C2416;
    margin: 1.5rem 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.lookup-info-message {
    background: linear-gradient(135deg, #EFD1B4 0%, #F5E6D3 100%);
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.05rem;
    color: #2C2416;
    font-weight: 500;
}

.lookup-table-container {
    background: white;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow-x: auto;
    margin-bottom: 2rem;
}

.lookup-table {
    width: 100%;
    border-collapse: collapse;
}

.lookup-table thead {
    background: linear-gradient(135deg, #EF9B49 0%, #D88635 100%);
    color: white;
}

.lookup-table th {
    padding: 1rem;
    font-weight: 700;
    text-align: left;
    font-size: 0.95rem;
}

.lookup-table tbody tr {
    border-bottom: 1px solid #E9ECEF;
    transition: background-color 0.2s;
}

.lookup-table tbody tr:hover {
    background-color: #FFFBF5;
}

.lookup-table tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}

.lookup-table tbody tr:nth-child(even):hover {
    background-color: #FFFBF5;
}

.lookup-table td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
}

.lookup-artist-cell a {
    color: #EF9B49;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.lookup-artist-cell a:hover {
    color: #D88635;
    text-decoration: underline;
}

.lookup-date-cell a {
    color: #2C2416;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.lookup-date-cell a:hover {
    color: #EF9B49;
    text-decoration: underline;
}

.lookup-actions-footer {
    background: linear-gradient(135deg, #EFD1B4 0%, #F5E6D3 100%);
    padding: 1rem 1.5rem;
    border-radius: 0 0 8px 8px;
    text-align: center;
    color: #2C2416;
    margin-top: -2rem;
    margin-bottom: 2rem;
}

.lookup-actions-footer a {
    color: #D88635;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.lookup-actions-footer a:hover {
    color: #EF9B49;
    text-decoration: underline;
}

.lookup-empty-card {
    background: white;
    padding: 3rem 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    max-width: 600px;
    margin: 2rem auto;
}

.lookup-empty-icon {
    margin-bottom: 1.5rem;
}

.lookup-empty-card p {
    color: #6B5D4F;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.lookup-action-btn {
    background: linear-gradient(135deg, #EF9B49 0%, #D88635 100%);
    color: white;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(239, 155, 73, 0.3);
}

.lookup-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 155, 73, 0.4);
    color: white;
    text-decoration: none;
}

/* Responsive Lookup Page */
@media (max-width: 768px) {
    .lookup-table-container {
        overflow-x: auto;
    }

    .lookup-table {
        min-width: 700px;
    }

    .lookup-info-message,
    .lookup-actions-footer {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }
}
