/* Generated by CSSBuilder at 2025-08-04 17:32:51 */
/* CSS Builder for yutai-navi.com */

/* ===== HEADER_IMG ===== */
.header-img-wrap {
                    width: 100vw;
                    max-width: 100%;
                    background: #f6fafd;
                    overflow: hidden;
                    border-radius: 0 0 36px 36px;
                    box-shadow: 0 2px 24px rgba(1,120,255,0.06);
                    display: flex;
                    justify-content: center;
                    align-items: flex-end;
                    margin-bottom: 20px;
                }
                .header-img-wrap img {
                    width: 100vw;
                    max-width: 1920px;
                    height: auto;
                    display: block;
                    margin: 0 auto;
                    user-select: none;
                    pointer-events: none;
                    object-fit: contain;
                }

/* ===== SEARCH_CONTAINER ===== */
.search-container {
                    display: flex;
                    justify-content: center;
                    margin: 24px auto 20px;
                    padding: 0 12px;
                }
                .search-box {
                    width: 100%;
                    max-width: 480px;
                    padding: 13px 15px;
                    border: 2px solid #e1f5fe;
                    border-radius: 18px;
                    font-size: 1.08em;
                    background: rgba(255,255,255,0.95);
                    box-shadow: 0 2px 12px rgba(1,120,255,0.1);
                    transition: all 0.2s;
                    font-family: inherit;
                    margin-right: 10px;
                }
                .search-box:focus { 
                    outline: none; 
                    border-color: #017aff;
                    background: #fff;
                    box-shadow: 0 4px 20px rgba(1,120,255,0.2);
                }
                .search-btn {
                    padding: 13px 20px;
                    background: #017aff;
                    color: white;
                    border: none;
                    border-radius: 18px;
                    font-size: 1.08em;
                    font-weight: 600;
                    cursor: pointer;
                    transition: all 0.2s;
                    white-space: nowrap;
                }
                .search-btn:hover {
                    background: #1565c0;
                    transform: translateY(-1px);
                    box-shadow: 0 4px 12px rgba(1,120,255,0.3);
                }

/* ===== SEARCH_RESULTS ===== */
.search-results {
                    max-width: 800px;
                    margin: 20px auto;
                    background: rgba(255,255,255,0.95);
                    border-radius: 20px;
                    box-shadow: 0 4px 20px rgba(1,120,255,0.1);
                    padding: 20px;
                }
                .search-results-header {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-bottom: 20px;
                    flex-wrap: wrap;
                    gap: 10px;
                }
                .clear-search-btn {
                    background: #f8f9fa;
                    color: #666;
                    border: none;
                    padding: 8px 16px;
                    border-radius: 12px;
                    cursor: pointer;
                    font-size: 0.9em;
                    transition: all 0.2s;
                }
                .clear-search-btn:hover {
                    background: #e9ecef;
                    color: #333;
                }
                .search-result-item {
                    background: white;
                    border-radius: 12px;
                    padding: 16px;
                    margin-bottom: 12px;
                    box-shadow: 0 2px 8px rgba(1,120,255,0.08);
                    cursor: pointer;
                    transition: all 0.2s;
                    border: 1px solid #f0f8ff;
                }
                .search-result-item:hover {
                    transform: translateY(-2px);
                    box-shadow: 0 4px 16px rgba(1,120,255,0.15);
                    border-color: #e3f2fd;
                }
                .search-result-title {
                    font-size: 1.1em;
                    font-weight: 700;
                    color: #017aff;
                    margin-bottom: 4px;
                }
                .search-result-code {
                    font-size: 0.9em;
                    color: #666;
                    margin-bottom: 8px;
                }
                .search-result-summary {
                    font-size: 0.95em;
                    color: #555;
                    line-height: 1.4;
                    margin-bottom: 8px;
                }
                .search-result-highlight {
                    background: #e3f2fd;
                    color: #1976d2;
                    padding: 2px 6px;
                    border-radius: 6px;
                    font-size: 0.8em;
                    font-weight: 600;
                }
                .search-loading, .search-error {
                    text-align: center;
                    padding: 40px 20px;
                    color: #666;
                    font-size: 1.1em;
                }
                .search-error {
                    color: #d32f2f;
                }

/* ===== BREADCRUMB ===== */
.breadcrumb {
                    max-width: 800px;
                    margin: 20px auto;
                    font-size: 0.9em;
                    color: #666;
                    background: rgba(255,255,255,0.8);
                    border-radius: 12px;
                    padding: 12px 20px;
                    box-shadow: 0 2px 8px rgba(1,120,255,0.1);
                }
                .breadcrumb a {
                    color: #017aff;
                    text-decoration: none;
                    font-weight: 600;
                }
                .breadcrumb a:hover { text-decoration: underline; }

/* ===== YUTAI_CONTENT ===== */
.logo-section {
                    text-align: center;
                    margin: 20px auto;
                    max-width: 800px;
                }
                .logo-text {
                    font-size: 2.2em;
                    font-weight: 700;
                    color: #017aff;
                    margin-bottom: 8px;
                }
                .stock-code {
                    font-size: 1.2em;
                    color: #666;
                    font-weight: 600;
                }
                .main-title-bar {
                    background: linear-gradient(90deg, #1976d2 0%, #1565c0 100%);
                    color: #fff;
                    text-align: center;
                    font-size: 2em;
                    letter-spacing: 1.5px;
                    padding: 16px 8px 14px 8px;
                    border-radius: 16px;
                    box-shadow: 0 3px 12px rgba(25,118,210,0.25);
                    margin: 20px auto 26px;
                    font-weight: 700;
                    max-width: 800px;
                }
                .card, .section {
                    background: rgba(255,255,255,0.95);
                    border-radius: 20px;
                    box-shadow: 0 4px 20px rgba(1,120,255,0.1);
                    margin: 20px auto;
                    padding: 24px;
                    max-width: 800px;
                    transition: all 0.2s;
                }
                .card:hover, .section:hover {
                    transform: translateY(-2px);
                    box-shadow: 0 6px 30px rgba(1,120,255,0.15);
                }
                .info-row {
                    display: flex;
                    align-items: flex-start;
                    margin-bottom: 16px;
                    padding: 12px 0;
                    border-bottom: 1px solid #f0f8ff;
                }
                .info-row:last-child {
                    border-bottom: none;
                    margin-bottom: 0;
                }
                .icon-cell {
                    width: 40px;
                    text-align: center;
                    margin-right: 16px;
                    flex-shrink: 0;
                }
                .label-cell {
                    width: 120px;
                    font-weight: 600;
                    color: #333;
                    flex-shrink: 0;
                }
                .value-cell {
                    flex: 1;
                    color: #555;
                    line-height: 1.5;
                }
                .section h2 {
                    color: #017aff;
                    margin-bottom: 16px;
                    font-size: 1.4em;
                    font-weight: 700;
                    border-left: 4px solid #017aff;
                    padding-left: 12px;
                }
                .highlight {
                    background: linear-gradient(135deg, #ffe57f 0%, #ffd54f 100%);
                    color: #654400;
                    padding: 8px 16px;
                    border-radius: 12px;
                    font-weight: 700;
                    font-size: 1.1em;
                    display: inline-block;
                    margin-bottom: 12px;
                }
                .url-list {
                    list-style: none;
                    padding: 0;
                }
                .url-list li {
                    margin-bottom: 8px;
                }
                .url-list a {
                    color: #017aff;
                    text-decoration: none;
                    font-weight: 500;
                }
                .url-list a:hover {
                    text-decoration: underline;
                }
                .footer-bar {
                    background: linear-gradient(90deg, #017aff 0%, #35cfff 100%);
                    color: white;
                    text-align: center;
                    padding: 16px;
                    margin: 40px auto 20px;
                    border-radius: 16px;
                    font-weight: 700;
                    font-size: 1.2em;
                    max-width: 800px;
                    box-shadow: 0 4px 16px rgba(1,120,255,0.2);
                }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
                    .search-container {
                        flex-direction: column;
                        gap: 10px;
                        padding: 0 16px;
                    }
                    .search-box {
                        margin-right: 0;
                        max-width: none;
                    }
                    .search-btn {
                        max-width: none;
                        padding: 15px 20px;
                    }
                    .search-results-header {
                        flex-direction: column;
                        align-items: flex-start;
                        gap: 12px;
                    }
                    .logo-text {
                        font-size: 1.8em;
                    }
                    .main-title-bar {
                        font-size: 1.6em;
                        padding: 14px 16px 12px;
                        margin: 16px;
                    }
                    .card, .section {
                        margin: 16px;
                        padding: 20px;
                    }
                    .info-row {
                        flex-direction: column;
                        gap: 8px;
                    }
                    .icon-cell, .label-cell {
                        width: 100%;
                        margin-right: 0;
                    }
                    .label-cell {
                        font-weight: 700;
                        color: #017aff;
                    }
                }
                @media (max-width: 480px) {
                    .search-container {
                        margin: 16px auto;
                    }
                    .logo-text {
                        font-size: 1.5em;
                    }
                    .main-title-bar {
                        font-size: 1.4em;
                    }
                }

