/* 纸张尺寸对照表 - AeroCore子页面样式 */
.ac-paper-size-page {
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 2rem 1.5rem 2.5rem;
    transition: all 0.2s;
}

.ac-paper-size-page .ac-ps-header {
    margin-bottom: 2rem;
    border-bottom: 2px solid #e9eef3;
    padding-bottom: 1rem;
}
.ac-paper-size-page .ac-ps-header h1 {
    font-size: 1.9rem;
    font-weight: 700;
    background: linear-gradient(135deg, #1e3c72, #2b4c7c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.3px;
    margin: 0;
}
.ac-paper-size-page .ac-ps-header p {
    color: #5b6e8c;
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
}

.ac-paper-size-page .ac-ps-nav {
    background: #f8fafc;
    border-radius: 60px;
    padding: 0.75rem 1.2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    border: 1px solid #e2edf2;
}
.ac-paper-size-page .ac-ps-nav-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #2c5f8a;
    background: #eef2ff;
    padding: 0.25rem 0.8rem;
    border-radius: 40px;
}
.ac-paper-size-page .ac-ps-nav-btn {
    padding: 0.35rem 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.2s;
    color: #2c3e66;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    border: 1px solid #dce5ec;
    font-family: inherit;
    line-height: inherit;
}
.ac-paper-size-page .ac-ps-nav-btn:hover {
    background: #eef2ff;
    border-color: #b9d0f0;
    transform: translateY(-1px);
    color: #0f3b5f;
}
.ac-paper-size-page .ac-ps-nav-btn:active {
    transform: translateY(1px);
}

.ac-paper-size-page .ac-ps-search {
    margin-bottom: 2rem;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #eef2f8;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.ac-paper-size-page .ac-ps-search-icon {
    font-size: 1.2rem;
    color: #5e7a9f;
    line-height: 1;
}
.ac-paper-size-page .ac-ps-search-input {
    flex: 1;
    padding: 0.8rem 0;
    border: none;
    font-size: 1rem;
    background: transparent;
    outline: none;
    font-weight: 450;
    color: #0a2540;
    font-family: inherit;
    line-height: inherit;
    min-width: 200px;
}
.ac-paper-size-page .ac-ps-search-input::placeholder {
    color: #9aaebf;
    font-weight: 400;
}
.ac-paper-size-page .ac-ps-search-clear {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #94a3b8;
    padding: 0 0.4rem;
    border-radius: 30px;
    transition: 0.1s;
    font-family: inherit;
    line-height: 1;
}
.ac-paper-size-page .ac-ps-search-clear:hover {
    color: #dc2626;
    background: #fff0f0;
}
.ac-paper-size-page .ac-ps-search-info {
    font-size: 0.75rem;
    background: #eef2ff;
    padding: 0.25rem 0.8rem;
    border-radius: 30px;
    color: #2d4e7c;
    white-space: nowrap;
}

.ac-paper-size-page .ac-ps-section {
    margin-top: 2rem;
    scroll-margin-top: 90px;
}
.ac-paper-size-page .ac-ps-title {
    font-size: 1.7rem;
    font-weight: 650;
    letter-spacing: -0.3px;
    background: linear-gradient(145deg, #1f3b62, #224b73);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 1.8rem 0 1rem;
    padding-left: 0.5rem;
    border-left: 5px solid #2c7da0;
}
.ac-paper-size-page .ac-ps-section:first-of-type .ac-ps-title {
    margin-top: 0;
}

.ac-paper-size-page .ac-ps-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid #eef2f5;
    background: #fff;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: all 0.2s;
}
.ac-paper-size-page .ac-ps-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 540px;
    margin: 0;
}
.ac-paper-size-page .ac-ps-table th {
    background: #f1f6fd;
    color: #1e4663;
    font-weight: 600;
    padding: 1rem;
    border-bottom: 1px solid #dce5ef;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-align: left;
}
.ac-paper-size-page .ac-ps-table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #ecf3f8;
    color: #2c3f5c;
}
.ac-paper-size-page .ac-ps-table tbody tr:nth-child(even) td {
    background-color: #fdfdfe;
}
.ac-paper-size-page .ac-ps-table tbody tr:hover td {
    background-color: #eef5ff;
    transition: 0.08s;
}

.ac-paper-size-page .ac-ps-badge {
    background: #eef2ff;
    border-radius: 50px;
    font-size: 0.7rem;
    padding: 2px 8px;
    margin-left: 10px;
    font-weight: normal;
    color: #2c5282;
    vertical-align: middle;
}

.ac-paper-size-page .ac-ps-tips {
    margin-top: 3rem;
    background: #fafdff;
    border-radius: 28px;
    padding: 1.8rem 2rem;
    border: 1px solid #e6edf4;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}
.ac-paper-size-page .ac-ps-tips-head {
    font-weight: 700;
    font-size: 1.2rem;
    color: #1f4e79;
    display: inline-block;
    margin-bottom: 1rem;
    border-left: 4px solid #3c8dbc;
    padding-left: 12px;
}
.ac-paper-size-page .ac-ps-tips p {
    margin: 0.7rem 0;
    line-height: 1.6;
    color: #2c4c6e;
    font-size: 0.9rem;
}

.ac-paper-size-page .ac-ps-footer {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 2rem;
    color: #7e95b0;
}

.ac-paper-size-page ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.ac-paper-size-page ::-webkit-scrollbar-track {
    background: #eef2f7;
    border-radius: 10px;
}
.ac-paper-size-page ::-webkit-scrollbar-thumb {
    background: #b9cfec;
    border-radius: 10px;
}

@media (max-width: 680px) {
    .ac-paper-size-page {
        padding: 1.2rem;
    }
    .ac-paper-size-page .ac-ps-title {
        font-size: 1.4rem;
    }
    .ac-paper-size-page .ac-ps-table th,
    .ac-paper-size-page .ac-ps-table td {
        padding: 0.65rem 0.8rem;
    }
    .ac-paper-size-page .ac-ps-nav {
        border-radius: 28px;
    }
}
