@charset "utf-8";

.coco-request-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 16px 14px 96px;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    color: #171717;
    box-sizing: border-box;
}

.coco-request-page * {
    box-sizing: border-box;
}

.coco-request-hero {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    padding: 28px 22px;
    background: linear-gradient(135deg, #ff4d3d 0%, #ff7a1a 55%, #ffb347 100%);
    color: #fff;
    box-shadow: 0 16px 36px rgba(255, 95, 45, 0.28);
}

.coco-request-hero:after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
}

.coco-request-hero:before {
    content: "";
    position: absolute;
    right: 34px;
    bottom: -48px;
    width: 120px;
    height: 120px;
    border-radius: 36px;
    background: rgba(255,255,255,0.13);
    transform: rotate(22deg);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
    backdrop-filter: blur(8px);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.coco-request-hero h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -1px;
}

.coco-request-hero p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 600;
    color: rgba(255,255,255,0.92);
}

.coco-request-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 0;
    padding: 14px 14px;
    border: 1px solid #f1f1f1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17,17,17,0.05);
}

.flow-item {
    min-width: 66px;
    text-align: center;
    color: #9ca3af;
}

.flow-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-bottom: 6px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 900;
}

.flow-item strong {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.flow-item.active {
    color: #ff4d3d;
}

.flow-item.active span {
    background: #ff4d3d;
    color: #fff;
}

.flow-line {
    flex: 1;
    height: 2px;
    margin: 0 5px;
    background: #f0f0f0;
}

.coco-notice-card {
    margin-bottom: 16px;
    padding: 16px 16px;
    border-radius: 20px;
    background: #fff8f3;
    border: 1px solid #ffe4d5;
}

.coco-notice-card strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    color: #e6492d;
    font-size: 14px;
    font-weight: 900;
}

.coco-notice-card strong:before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ff4d3d;
    color: #fff;
    font-size: 12px;
}

.coco-notice-card p {
    margin: 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.65;
}

.coco-form-card {
    padding: 18px 16px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #eeeeee;
    box-shadow: 0 14px 38px rgba(0,0,0,0.06);
}

.coco-section-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 22px 0 13px;
}

.coco-section-title:first-child {
    margin-top: 4px;
}

.coco-section-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    border-radius: 11px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.coco-section-title strong {
    color: #111827;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.7px;
}

.coco-field {
    margin-bottom: 17px;
}

.coco-field label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.4px;
}

.coco-field label em {
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    background: #ff4d3d;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.coco-field label span {
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 10px;
    font-weight: 900;
}

.coco-input,
.coco-textarea {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fafafa;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    transition: all .18s ease;
}

.coco-input {
    height: 52px;
    padding: 0 15px;
}

.coco-textarea {
    min-height: 132px;
    padding: 15px;
    resize: vertical;
    line-height: 1.6;
}

.coco-input:focus,
.coco-textarea:focus {
    border-color: #ff6b35;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255,107,53,0.12);
}

.coco-input::placeholder,
.coco-textarea::placeholder {
    color: #a3a3a3;
    font-weight: 600;
}

.coco-qty {
    max-width: 150px;
}

.coco-help {
    margin: 7px 2px 0;
    color: #8a8f98;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.3px;
}

.coco-file-box {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    min-height: 170px;
    padding: 20px 16px;
    border: 2px dashed #ffd2c2;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff8f4 0%, #ffffff 100%);
    text-align: center;
    cursor: pointer;
}

.coco-file-box .file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(255,95,45,0.16);
    font-size: 27px;
}

.coco-file-box strong {
    display: block;
    margin-bottom: 5px;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.coco-file-box p {
    margin: 0;
    color: #8a8f98;
    font-size: 12px;
    font-weight: 700;
}

.coco-file-box input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.coco-current-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
    padding: 12px;
    border-radius: 16px;
    background: #f9fafb;
    border: 1px solid #eeeeee;
}

.coco-current-file strong {
    display: block;
    margin-bottom: 3px;
    color: #111827;
    font-size: 13px;
    font-weight: 900;
}

.coco-current-file p {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    word-break: break-all;
}

.coco-current-file label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    white-space: nowrap;
    color: #ef4444;
    font-size: 12px;
    font-weight: 900;
}

.coco-agree-box {
    margin-top: 18px;
    padding: 15px 15px;
    border-radius: 20px;
    background: #f9fafb;
    border: 1px solid #eeeeee;
}

.coco-agree-box strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
}

.coco-agree-box ul {
    margin: 0;
    padding-left: 18px;
}

.coco-agree-box li {
    margin: 4px 0;
    color: #5b616b;
    font-size: 12px;
    line-height: 1.55;
}

.coco-captcha {
    overflow: hidden;
}

.coco-submit-bar {
    position: sticky;
    bottom: 0;
    z-index: 50;
    display: flex;
    gap: 10px;
    margin: 18px -14px 0;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(0,0,0,0.06);
}

.coco-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    border: 0;
    border-radius: 17px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: -0.5px;
    cursor: pointer;
}

.coco-btn-light {
    flex: 0 0 92px;
    background: #f3f4f6;
    color: #374151;
}

.coco-btn-main {
    flex: 1;
    background: linear-gradient(135deg, #ff4d3d, #ff7a1a);
    color: #fff;
    box-shadow: 0 12px 24px rgba(255,95,45,0.28);
}

.coco-btn-main:disabled {
    opacity: .55;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .coco-request-page {
        padding: 12px 12px 92px;
    }

    .coco-request-hero {
        border-radius: 24px;
        padding: 25px 20px;
    }

    .coco-request-hero h2 {
        font-size: 28px;
    }

    .coco-form-card {
        padding: 17px 14px;
        border-radius: 24px;
    }

    .coco-section-title strong {
        font-size: 16px;
    }

    .coco-input {
        height: 52px;
        font-size: 14px;
    }

    .coco-file-box {
        min-height: 160px;
    }
}

/* =========================================================
   COCO REQUEST LIST
========================================================= */

.coco-request-list-page {
    max-width: 860px;
    margin: 0 auto;
    padding: 16px 14px 90px;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    color: #171717;
    box-sizing: border-box;
}

.coco-request-list-page * {
    box-sizing: border-box;
}

.coco-list-hero {
    position: relative;
    overflow: hidden;
    min-height: 164px;
    display: flex;
    align-items: flex-end;
    border-radius: 28px;
    padding: 26px 22px;
    background: linear-gradient(135deg, #ff4d3d 0%, #ff7a1a 58%, #ffba5a 100%);
    color: #fff;
    box-shadow: 0 16px 36px rgba(255, 95, 45, 0.25);
}

.coco-list-hero:before {
    content: "";
    position: absolute;
    right: -44px;
    top: -42px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,0.17);
}

.coco-list-hero:after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: -46px;
    width: 120px;
    height: 120px;
    border-radius: 36px;
    background: rgba(255,255,255,0.13);
    transform: rotate(20deg);
}

.coco-list-badge {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.23);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .4px;
}

.coco-list-hero h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.12;
}

.coco-list-hero p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.58;
}

.coco-list-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 14px 0;
}

.coco-list-summary > div {
    min-height: 78px;
    padding: 15px 8px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eeeeee;
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
    text-align: center;
}

.coco-list-summary strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.8px;
}

.coco-list-summary span {
    display: block;
    color: #8a8f98;
    font-size: 12px;
    font-weight: 800;
}

.coco-list-guide {
    margin-bottom: 16px;
    padding: 15px 16px;
    border-radius: 20px;
    background: #fff8f3;
    border: 1px solid #ffe2d2;
}

.coco-list-guide strong {
    display: block;
    margin-bottom: 5px;
    color: #e6492d;
    font-size: 14px;
    font-weight: 900;
}

.coco-list-guide p {
    margin: 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.65;
}

.coco-list-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 18px 0 12px;
}

.coco-list-title strong {
    display: block;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.6px;
}

.coco-list-title span {
    display: block;
    margin-top: 3px;
    color: #8a8f98;
    font-size: 12px;
    font-weight: 700;
}

.coco-list-write-btn,
.coco-bottom-write-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px;
    border-radius: 15px;
    background: linear-gradient(135deg, #ff4d3d, #ff7a1a);
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(255,95,45,0.24);
    white-space: nowrap;
}

.coco-request-card-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.coco-request-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #eeeeee;
    box-shadow: 0 12px 30px rgba(0,0,0,0.055);
    transition: transform .18s ease, box-shadow .18s ease;
}

.coco-request-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.075);
}

.coco-request-card.is-notice {
    border-color: #ffd8c7;
    background: linear-gradient(180deg, #fff8f4 0%, #ffffff 55%);
}

.coco-card-link {
    display: grid;
    grid-template-columns: 92px 1fr 20px;
    gap: 13px;
    align-items: center;
    padding: 13px 13px;
    color: inherit;
    text-decoration: none;
}

.coco-card-thumb {
    position: relative;
    width: 92px;
    height: 92px;
    overflow: hidden;
    border-radius: 20px;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
}

.coco-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #fff;
}

.coco-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fff5ef, #f7f7f7);
}

.coco-thumb-placeholder span {
    font-size: 31px;
}

.coco-new-badge {
    position: absolute;
    left: 7px;
    top: 7px;
    display: inline-flex;
    align-items: center;
    height: 21px;
    padding: 0 7px;
    border-radius: 999px;
    background: #ff4d3d;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .3px;
}

.coco-card-info {
    min-width: 0;
}

.coco-card-head {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
}

.coco-status-badge,
.coco-secret-badge {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: -0.2px;
}

.coco-status-badge.ready {
    background: #fff0e8;
    color: #f05a28;
}

.coco-status-badge.checking {
    background: #eef6ff;
    color: #2563eb;
}

.coco-status-badge.done {
    background: #ecfdf3;
    color: #16a34a;
}

.coco-status-badge.reject {
    background: #f3f4f6;
    color: #6b7280;
}

.coco-secret-badge {
    background: #111827;
    color: #fff;
}

.coco-card-info h3 {
    margin: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -0.55px;
    line-height: 1.38;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.notice-label {
    display: inline-flex;
    align-items: center;
    height: 21px;
    padding: 0 7px;
    margin-right: 5px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    vertical-align: middle;
}

.coco-comment-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    margin-left: 5px;
    border-radius: 999px;
    background: #ff4d3d;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    vertical-align: middle;
}

.coco-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 9px;
    margin-top: 8px;
    color: #8a8f98;
    font-size: 11px;
    font-weight: 700;
}

.coco-card-meta span {
    position: relative;
}

.coco-card-meta span + span:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #c8ccd3;
}

.coco-card-sub {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}

.coco-card-sub span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f6f7f9;
    color: #737984;
    font-size: 11px;
    font-weight: 800;
}

.coco-card-sub .has-link {
    background: #fff3ed;
    color: #f05a28;
}

.coco-card-arrow {
    color: #c7cbd1;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
}

.coco-card-check {
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 3;
}

.coco-card-check input {
    width: 18px;
    height: 18px;
}

.coco-empty-list {
    padding: 44px 22px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.045);
}

.coco-empty-list .empty-icon {
    margin-bottom: 12px;
    font-size: 40px;
}

.coco-empty-list strong {
    display: block;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.6px;
}

.coco-empty-list p {
    margin: 8px 0 18px;
    color: #8a8f98;
    font-size: 13px;
    line-height: 1.55;
}

.coco-empty-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px;
    border-radius: 15px;
    background: linear-gradient(135deg, #ff4d3d, #ff7a1a);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.coco-admin-checkbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 18px;
    background: #f9fafb;
    border: 1px solid #eeeeee;
}

.coco-admin-checkbar label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #374151;
    font-size: 12px;
    font-weight: 900;
}

.coco-admin-checkbar button {
    height: 32px;
    padding: 0 9px;
    border: 0;
    border-radius: 10px;
    background: #111827;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.coco-list-bottom {
    margin-top: 16px;
    text-align: right;
}

.coco-pagination {
    margin: 22px 0 18px;
    text-align: center;
}

.coco-pagination .pg_wrap {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.coco-pagination .pg_page,
.coco-pagination .pg_current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.coco-pagination .pg_current {
    border-color: #ff6b35;
    background: #ff6b35;
    color: #fff;
}

.coco-board-search {
    margin: 18px 0 0;
    padding: 14px;
    border: 1px solid #eeeeee;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
	display: none;
}

.coco-board-search legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.coco-board-search form {
    display: flex;
    gap: 8px;
}

.coco-board-search select {
    flex: 0 0 118px;
    height: 46px;
    padding: 0 10px;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    background: #fafafa;
    color: #374151;
    font-size: 12px;
    font-weight: 800;
    outline: none;
}

.coco-search-input-wrap {
    flex: 1;
    display: flex;
    gap: 8px;
}

.coco-search-input-wrap input {
    flex: 1;
    height: 46px;
    padding: 0 13px;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    background: #fafafa;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    outline: none;
}

.coco-search-input-wrap button {
    flex: 0 0 68px;
    height: 46px;
    border: 0;
    border-radius: 15px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.coco-noscript {
    margin: 12px 0;
    padding: 10px;
    border-radius: 12px;
    background: #fff1f2;
    color: #be123c;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 520px) {
    .coco-request-list-page {
        padding: 12px 12px 90px;
    }

    .coco-list-hero {
        min-height: 156px;
        border-radius: 25px;
        padding: 24px 20px;
    }

    .coco-list-hero h2 {
        font-size: 28px;
    }

    .coco-list-summary {
        gap: 7px;
    }

    .coco-list-summary > div {
        min-height: 70px;
        padding: 12px 6px;
        border-radius: 18px;
    }

    .coco-list-summary strong {
        font-size: 18px;
    }

    .coco-list-summary span {
        font-size: 11px;
    }

    .coco-list-topbar {
        align-items: flex-end;
    }

    .coco-list-write-btn {
        height: 40px;
        padding: 0 12px;
        border-radius: 14px;
        font-size: 12px;
    }

    .coco-card-link {
        grid-template-columns: 82px 1fr 14px;
        gap: 11px;
        padding: 12px;
    }

    .coco-card-thumb {
        width: 82px;
        height: 82px;
        border-radius: 18px;
    }

    .coco-card-info h3 {
        font-size: 14px;
        line-height: 1.36;
    }

    .coco-card-meta {
        font-size: 10.5px;
        gap: 4px 8px;
    }

    .coco-card-sub span {
        font-size: 10.5px;
    }

    .coco-card-arrow {
        font-size: 26px;
    }

    .coco-admin-checkbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .coco-board-search form {
        flex-direction: column;
    }

    .coco-board-search select {
        flex: none;
        width: 100%;
    }

    .coco-search-input-wrap {
        width: 100%;
    }

    .coco-search-input-wrap button {
        flex: 0 0 64px;
    }
}

/* =========================================================
   COCO REQUEST VIEW
========================================================= */

.coco-request-view-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 16px 14px 90px;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    color: #171717;
    box-sizing: border-box;
}

.coco-request-view-page * {
    box-sizing: border-box;
}

.coco-view-hero {
    position: relative;
    overflow: hidden;
    min-height: 158px;
    display: flex;
    align-items: flex-end;
    border-radius: 28px;
    padding: 26px 22px;
    background: linear-gradient(135deg, #ff4d3d 0%, #ff7a1a 58%, #ffba5a 100%);
    color: #fff;
    box-shadow: 0 16px 36px rgba(255, 95, 45, 0.25);
}

.coco-view-hero:before {
    content: "";
    position: absolute;
    right: -44px;
    top: -42px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,0.17);
}

.coco-view-hero:after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: -46px;
    width: 120px;
    height: 120px;
    border-radius: 36px;
    background: rgba(255,255,255,0.13);
    transform: rotate(20deg);
}

.coco-view-badge {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.23);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .4px;
}

.coco-view-hero h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.12;
}

.coco-view-hero p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.58;
}

.coco-view-status-card {
    margin: 14px 0;
    padding: 18px 18px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #eeeeee;
    box-shadow: 0 12px 30px rgba(0,0,0,0.055);
}

.coco-view-status-card strong {
    display: block;
    margin-top: 9px;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.8px;
    line-height: 1.35;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.coco-view-status-card p {
    margin: 7px 0 0;
    color: #8a8f98;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.coco-admin-status-panel {
    margin-bottom: 14px;
    padding: 16px;
    border-radius: 24px;
    background: #111827;
    box-shadow: 0 14px 30px rgba(17,24,39,0.16);
}

.admin-status-head strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.admin-status-head p {
    margin: 0 0 13px;
    color: rgba(255,255,255,0.68);
    font-size: 12px;
    font-weight: 700;
}

.admin-status-body {
    display: flex;
    gap: 8px;
}

.admin-status-body select {
    flex: 1;
    height: 46px;
    padding: 0 12px;
    border: 0;
    border-radius: 15px;
    background: #fff;
    color: #111827;
    font-size: 13px;
    font-weight: 900;
    outline: none;
}

.admin-status-body button {
    flex: 0 0 100px;
    height: 46px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #ff4d3d, #ff7a1a);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.admin-status-body button:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.admin-status-help {
    margin: 10px 2px 0;
    color: rgba(255,255,255,0.56);
    font-size: 11px;
    font-weight: 700;
}

.coco-view-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 14px;
    align-items: start;
}

.coco-view-main {
    min-width: 0;
}

.coco-product-photo-card,
.coco-view-info-card,
.coco-view-content-card,
.coco-attach-card,
.coco-side-card {
    margin-bottom: 14px;
    padding: 16px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #eeeeee;
    box-shadow: 0 12px 30px rgba(0,0,0,0.045);
}

.photo-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.photo-title strong {
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.photo-title span {
    color: #8a8f98;
    font-size: 11px;
    font-weight: 800;
}

.photo-box {
    overflow: hidden;
    border-radius: 22px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
}

.photo-box img {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: contain;
    background: #fff;
}

.photo-empty {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.photo-empty span {
    font-size: 42px;
}

.photo-empty p {
    margin: 8px 0 0;
    font-size: 13px;
    font-weight: 800;
}

.coco-view-section-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
}

.coco-view-section-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    border-radius: 11px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.coco-view-section-title strong {
    color: #111827;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.7px;
}

.coco-info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coco-info-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 14px;
    border-radius: 17px;
    background: #f9fafb;
    border: 1px solid #f0f0f0;
}

.coco-info-row span {
    flex: 0 0 74px;
    color: #8a8f98;
    font-size: 12px;
    font-weight: 900;
}

.coco-info-row strong {
    flex: 1;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.45;
    text-align: right;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.coco-info-row a {
    color: #ff4d3d;
    text-decoration: none;
}

.coco-view-content {
    min-height: 100px;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.coco-view-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.coco-attach-card strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
}

.coco-attach-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 15px;
    background: #f9fafb;
    color: #374151;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.coco-attach-card span {
    color: #9ca3af;
    font-size: 11px;
}

.coco-view-side {
    position: sticky;
    top: 16px;
}

.coco-side-card strong {
    display: block;
    margin-bottom: 10px;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -0.4px;
}

.coco-side-card ul {
    margin: 0;
    padding-left: 17px;
}

.coco-side-card li {
    margin: 6px 0;
    color: #5b616b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
}

.coco-side-step {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 9px;
    padding: 10px;
    border-radius: 15px;
    background: #f9fafb;
    border: 1px solid #eeeeee;
    opacity: .55;
}

.coco-side-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 10px;
    background: #d1d5db;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.coco-side-step p {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    font-weight: 900;
}

.coco-side-step.on {
    opacity: 1;
    background: #fff8f3;
    border-color: #ffe0d0;
}

.coco-side-step.on span {
    background: #ff4d3d;
}

.coco-side-step.on p {
    color: #e6492d;
}

.coco-side-step.off {
    opacity: 1;
    background: #f3f4f6;
    border-color: #e5e7eb;
}

.coco-side-step.off span {
    background: #6b7280;
}

.coco-side-step.off p {
    color: #4b5563;
}

.coco-view-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin: 16px 0;
}

.coco-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 44px;
    padding: 0 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.coco-view-btn.light {
    background: #f3f4f6;
    color: #374151;
}

.coco-view-btn.gray {
    background: #111827;
}

.coco-view-btn.danger {
    background: #ef4444;
}

.coco-view-btn.main {
    background: linear-gradient(135deg, #ff4d3d, #ff7a1a);
    box-shadow: 0 10px 20px rgba(255,95,45,0.22);
}

.coco-prev-next {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 16px 0;
}

.coco-prev-next a {
    display: block;
    padding: 14px 15px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #eeeeee;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.coco-prev-next span {
    display: block;
    margin-bottom: 4px;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 900;
}

.coco-prev-next strong {
    display: block;
    color: #374151;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .coco-request-view-page {
        padding: 12px 12px 90px;
    }

    .coco-view-hero {
        min-height: 150px;
        border-radius: 25px;
        padding: 24px 20px;
    }

    .coco-view-hero h2 {
        font-size: 27px;
    }

    .coco-view-grid {
        display: block;
    }

    .coco-view-side {
        position: static;
    }

    .admin-status-body {
        flex-direction: column;
    }

    .admin-status-body button {
        flex: none;
        width: 100%;
    }

    .coco-info-row {
        display: block;
    }

    .coco-info-row span {
        display: block;
        margin-bottom: 5px;
    }

    .coco-info-row strong {
        display: block;
        text-align: left;
    }

    .coco-view-btns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .coco-view-btn {
        width: 100%;
    }

    .coco-prev-next {
        grid-template-columns: 1fr;
    }
}