.waicpmu-is-hidden{
    display:none !important;
}

.waicpmu-page-shell{
    max-width:780px;
    margin:0 auto;
    padding:44px 18px 60px;
    position:relative;
}

.waicpmu-page-shell-wide{
    max-width:1140px;
}

.waicpmu-page-shell:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:0;
    pointer-events:none;
    background:linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0));
}

.waicpmu-page-shell > *{
    position:relative;
    z-index:1;
}

.waicpmu-hero{
    text-align:center;
    margin-bottom:24px;
    padding:8px 8px 0;
}

.waicpmu-hero-badge{
    display:inline-block;
    min-height:34px;
    line-height:18px;
    padding:8px 14px;
    margin-bottom:14px;
    border-radius:999px;
    background:#eef2ff;
    border:1px solid #c7d2fe;
    color:#4338ca;
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.waicpmu-hero h1{
    margin:0 0 10px;
    font-size:42px;
    line-height:1.1;
    letter-spacing:-0.04em;
    color:#0f172a;
    font-weight:900;
}

.waicpmu-hero p{
    margin:0;
    color:#475569;
    font-size:17px;
    line-height:1.7;
}

.waicpmu-card{
    background:#ffffff;
    border:1px solid #e2e8f0;
    border-radius:30px;
    box-shadow:0 30px 70px rgba(15,23,42,0.12);
    padding:24px;
    position:relative;
    overflow:hidden;
}

.waicpmu-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:1px;
    background:#e9eefe;
}

.waicpmu-share-widget,
.waicpmu-view-widget{
    display:block;
}

.waicpmu-premium-intro,
.waicpmu-view-header{
    overflow:hidden;
    padding:18px;
    border-radius:22px;
    background:#f8fbff;
    border:1px solid #dbeafe;
    margin-bottom:18px;
}

.waicpmu-premium-icon{
    float:left;
    width:54px;
    height:54px;
    line-height:54px;
    text-align:center;
    border-radius:18px;
    font-size:24px;
    background:#6366f1;
    color:#ffffff;
    box-shadow:0 14px 28px rgba(79,70,229,0.22);
    margin-right:14px;
}

.waicpmu-premium-copy{
    overflow:hidden;
}

.waicpmu-premium-copy h2{
    margin:0 0 6px;
    font-size:22px;
    line-height:1.2;
    letter-spacing:-0.03em;
    color:#0f172a;
    font-weight:800;
}

.waicpmu-premium-copy p{
    margin:0;
    color:#475569;
    line-height:1.65;
    font-size:14px;
}

.waicpmu-share-cta{
    display:block;
    margin-bottom:14px;
}

.waicpmu-status-block{
    margin-bottom:18px;
}

.waicpmu-status{
    display:block;
    min-height:20px;
    line-height:1.6;
    padding:12px 14px;
    border-radius:18px;
    font-weight:700;
    font-size:14px;
    color:#64748b;
    background:#f8fafc;
    border:1px solid transparent;
    box-sizing:border-box;
}

.waicpmu-status-inline:empty{
    display:none;
}

.waicpmu-status.is-success{
    color:#1d4ed8;
    background:#eff6ff;
    border-color:#bfdbfe;
    text-align:center;
}

.waicpmu-status.is-error{
    color:#dc2626;
    background:#fef2f2;
    border-color:#fecaca;
}

.waicpmu-share-block{
    display:block;
    margin-bottom:16px;
}

.waicpmu-share-label-row{
    overflow:hidden;
    margin-bottom:8px;
}

.waicpmu-label{
    float:left;
    display:block;
    font-weight:800;
    color:#0f172a;
    font-size:14px;
}

.waicpmu-share-result{
    display:block;
    margin-top:2px;
    padding:18px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:22px;
    box-shadow:0 8px 20px rgba(15,23,42,0.04);
}

.waicpmu-input-wrap{
    position:relative;
}

.waicpmu-input{
    width:100%;
    min-height:52px;
    padding:14px 16px;
    border:1px solid #cbd5e1;
    border-radius:16px;
    font-size:15px;
    line-height:1.4;
    color:#0f172a;
    background:#ffffff;
    box-sizing:border-box;
}

.waicpmu-input:focus{
    outline:none;
    border-color:#93c5fd;
    box-shadow:0 0 0 4px rgba(37,99,235,0.12);
}

.waicpmu-btn{
    appearance:none;
    border:1px solid transparent;
    border-radius:16px;
    background:#e2e8f0;
    color:#0f172a;
    min-height:54px;
    padding:14px 18px;
    font-weight:800;
    font-size:15px;
    line-height:1;
    letter-spacing:-0.01em;
    cursor:pointer;
    display:block;
    width:100%;
    text-align:center;
    box-sizing:border-box;
    position:relative;
    box-shadow:0 8px 18px rgba(15,23,42,0.06);
    text-decoration:none;
    transition:all .22s ease;
}

.waicpmu-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(15,23,42,0.08);
}

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

.waicpmu-btn[disabled],
.waicpmu-btn:disabled{
    opacity:.58;
    cursor:not-allowed;
    transform:none;
    box-shadow:none;
}

.waicpmu-btn.is-loading{
    opacity:.78;
}

.waicpmu-btn.is-done{
    background:#ecfdf5;
    color:#047857;
    border-color:#a7f3d0;
}

.waicpmu-btn-icon{
    display:inline-block;
    width:18px;
    margin-right:8px;
    line-height:1;
    vertical-align:middle;
}

.waicpmu-btn-text{
    display:inline-block;
    vertical-align:middle;
    line-height:1;
}

.waicpmu-btn-primary{
    color:#ffffff;
    border-color:rgba(255,255,255,0.14);
    background:#8b7cf6;
}

.waicpmu-btn-secondary{
    background:#343434;
    border-color:#2b2b2b;
    color:#facc15;
    box-shadow:0 12px 24px rgba(15,23,42,0.18);
}

.waicpmu-btn-secondary .waicpmu-btn-icon,
.waicpmu-btn-secondary .waicpmu-btn-text{
    color:#facc15;
}

.waicpmu-btn-secondary:hover{
    background:#1f1f1f;
    border-color:#111111;
    color:#fde047;
    box-shadow:0 16px 32px rgba(15,23,42,0.28);
}

.waicpmu-btn-secondary:hover .waicpmu-btn-icon,
.waicpmu-btn-secondary:hover .waicpmu-btn-text{
    color:#fde047;
}

.waicpmu-btn-danger{
    background:#d74b42;
    color:#ffffff;
}

.waicpmu-btn-xl{
    min-height:60px;
    border-radius:20px;
    font-size:16px;
    box-shadow:0 16px 32px rgba(79,70,229,0.22);
}

.waicpmu-action-row{
    margin-bottom:16px;
}

.waicpmu-action-row-single .waicpmu-btn{
    width:100%;
}

.waicpmu-share-icons-wrap{
    display:block;
    margin-bottom:16px;
}

.waicpmu-share-icons-title{
    font-size:13px;
    font-weight:800;
    color:#475569;
    margin-bottom:12px;
    text-align:center;
}

.waicpmu-share-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
}

.waicpmu-share-icon{
    width:52px;
    height:52px;
    line-height:52px;
    border-radius:50%;
    text-align:center;
    background:#f3f4f6;
    border:1px solid #eceff3;
    color:#3f3f46;
    text-decoration:none;
    box-shadow:0 8px 18px rgba(15,23,42,0.06);
    transition:all .22s ease;
    font-weight:800;
    position:relative;
    flex:0 0 auto;
}

.waicpmu-share-icon:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(15,23,42,0.08);
    background:#ffffff;
}

.waicpmu-share-icon span{
    font-size:22px;
    line-height:52px;
}

.waicpmu-share-icon::after{
    content: attr(title);
    position:absolute;
    left:50%;
    bottom:calc(100% + 10px);
    transform:translateX(-50%);
    background:#0f172a;
    color:#ffffff;
    font-size:12px;
    font-weight:700;
    line-height:1;
    padding:8px 10px;
    border-radius:10px;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    box-shadow:0 12px 24px rgba(15,23,42,0.16);
    transition:opacity .18s ease, visibility .18s ease, transform .18s ease;
    z-index:20;
}

.waicpmu-share-icon::before{
    content:"";
    position:absolute;
    left:50%;
    bottom:calc(100% + 4px);
    transform:translateX(-50%);
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:6px solid #0f172a;
    opacity:0;
    visibility:hidden;
    transition:opacity .18s ease, visibility .18s ease;
    z-index:20;
}

.waicpmu-share-icon:hover::after,
.waicpmu-share-icon:hover::before,
.waicpmu-share-icon:focus::after,
.waicpmu-share-icon:focus::before{
    opacity:1;
    visibility:visible;
}

.waicpmu-share-icon-kakao{
    background:#FEE500;
    border-color:#F2D900;
    color:#191919;
}

.waicpmu-share-icon-facebook{
    background:#4f6cc8;
    border-color:#445fb1;
    color:#ffffff;
}

.waicpmu-share-icon-x{
    background:#111111;
    border-color:#000000;
    color:#ffffff;
}

.waicpmu-share-icon-sms{
    background:#22c55e;
    border-color:#16a34a;
    color:#ffffff;
}

.waicpmu-owner-meta{
    overflow:hidden;
    margin:4px 0 16px;
}

.waicpmu-owner-meta-item{
    float:left;
    width:48%;
    margin:0 4% 12px 0;
    padding:14px 16px;
    background:#ffffff;
    border:1px solid #e2e8f0;
    border-radius:18px;
    box-sizing:border-box;
}

.waicpmu-owner-meta-item:nth-child(2n){
    margin-right:0;
}

.waicpmu-owner-meta-item strong{
    display:block;
    color:#334155;
    font-size:12px;
    font-weight:800;
    margin-bottom:7px;
    text-transform:uppercase;
}

.waicpmu-owner-meta-item span{
    display:block;
    color:#0f172a;
    font-size:14px;
    line-height:1.5;
    word-break:break-word;
}

.waicpmu-help{
    margin:0;
    color:#64748b;
    font-size:13px;
    line-height:1.65;
}

.waicpmu-note{
    margin-top:4px;
}

.waicpmu-map{
    width:100%;
    min-height:420px;
    border-radius:24px;
    overflow:hidden;
    background:#f1f5f9;
    border:1px solid rgba(226,232,240,0.9);
    margin-bottom:18px;
}

.waicpmu-meta{
    overflow:hidden;
}

.waicpmu-meta div{
    float:left;
    width:48%;
    margin:0 4% 12px 0;
    padding:16px;
    background:#ffffff;
    border:1px solid #e2e8f0;
    border-radius:18px;
    box-shadow:0 6px 16px rgba(15,23,42,0.04);
    box-sizing:border-box;
}

.waicpmu-meta div:nth-child(2n){
    margin-right:0;
}

.waicpmu-meta strong{
    display:block;
    color:#334155;
    font-size:12px;
    font-weight:800;
    margin-bottom:7px;
    letter-spacing:.02em;
    text-transform:uppercase;
}

.waicpmu-meta span{
    display:block;
    font-family:monospace;
    font-size:14px;
    line-height:1.45;
    color:#0f172a;
    word-break:break-all;
}

.waicpmu-toast{
    position:fixed;
    left:50%;
    bottom:24px;
    margin-left:-180px;
    width:360px;
    padding:14px 16px;
    border-radius:18px;
    box-shadow:0 24px 60px rgba(15,23,42,0.10);
    font-weight:700;
    font-size:14px;
    line-height:1.5;
    z-index:99999;
    opacity:0;
    background:#111827;
    color:#ffffff;
    border:1px solid rgba(255,255,255,0.08);
    transition:all .22s ease;
    box-sizing:border-box;
}

.waicpmu-toast.is-show{
    opacity:1;
    bottom:32px;
}

.waicpmu-toast.is-success{
    background:#0f172a;
    color:#ffffff;
}

.waicpmu-toast.is-error{
    background:#7f1d1d;
    color:#ffffff;
}

.leaflet-container{
    border-radius:24px;
    font-family:inherit;
}

@media screen and (max-width:640px){
    .waicpmu-page-shell{
        padding:28px 14px 44px;
    }

    .waicpmu-hero h1{
        font-size:32px;
    }

    .waicpmu-hero p{
        font-size:15px;
    }

    .waicpmu-card{
        border-radius:24px;
        padding:16px;
    }

    .waicpmu-premium-intro,
    .waicpmu-view-header{
        padding:14px;
    }

    .waicpmu-premium-intro{
        display:grid;
        grid-template-columns:54px minmax(0,1fr);
        column-gap:12px;
        row-gap:10px;
        align-items:start;
    }

    .waicpmu-premium-icon{
        float:none;
        grid-column:1;
        grid-row:1;
        width:54px;
        height:54px;
        line-height:54px;
        margin:0;
    }

    .waicpmu-premium-copy{
        overflow:visible;
        display:contents;
    }

    .waicpmu-premium-copy h2{
        grid-column:2;
        grid-row:1;
        font-size:18px;
        margin:0;
        line-height:1.25;
    }

    .waicpmu-premium-copy p{
        grid-column:1 / -1;
        grid-row:2;
        font-size:14px;
        line-height:1.6;
        margin:0;
    }

    .waicpmu-label{
        float:none;
        display:block;
        margin-bottom:8px;
    }

    .waicpmu-meta div,
    .waicpmu-owner-meta-item{
        float:none;
        width:100%;
        margin-right:0;
    }

    .waicpmu-share-icon{
        width:48px;
        height:48px;
        line-height:48px;
    }

    .waicpmu-share-icon span{
        font-size:20px;
        line-height:48px;
    }

    .waicpmu-share-icon::after,
    .waicpmu-share-icon::before{
        display:none;
    }

    .waicpmu-map{
        min-height:340px;
        border-radius:18px;
    }

    .leaflet-container{
        border-radius:18px;
    }

    .waicpmu-toast{
        width:auto;
        left:14px;
        right:14px;
        margin-left:0;
        bottom:18px;
    }

    .waicpmu-toast.is-show{
        bottom:24px;
    }
}