/* MIIGO_PRIVATE_OFFICIAL_WEBSITE_DESKTOP_STYLE_V1 */

:root{
    color-scheme:light;
    --official-accent:#d6b45e;
    --official-bg:#f4f2eb;
    --official-text:#15120f;
    --official-muted:rgba(21,18,15,.58);
    --official-line:rgba(67,54,35,.10);
    --official-glass:rgba(255,255,255,.62);
    --official-shadow:0 28px 90px rgba(77,61,34,.14);
}

*{
    box-sizing:border-box;
}

html,
body{
    margin:0;
    min-height:100%;
}

body{
    position:relative;
    min-width:760px;
    overflow-x:hidden;
    background:
        linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,255,255,.18) 42%,transparent 70%),
        radial-gradient(circle at 18% 12%,rgba(255,255,255,.95),transparent 32%),
        var(--official-bg);
    color:var(--official-text);
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "PingFang SC",
        "Microsoft YaHei",
        sans-serif;
    -webkit-font-smoothing:antialiased;
}

body::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    opacity:.34;
    background-image:
        linear-gradient(rgba(64,49,28,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(64,49,28,.035) 1px,transparent 1px);
    background-size:54px 54px;
    mask-image:linear-gradient(to bottom,black,transparent 76%);
}

body::after{
    content:"";
    position:fixed;
    width:55vw;
    height:65vh;
    left:-18vw;
    bottom:-30vh;
    border:1px solid rgba(172,134,50,.16);
    border-radius:50%;
    box-shadow:
        0 0 0 70px rgba(172,134,50,.026),
        0 0 0 150px rgba(172,134,50,.02);
    pointer-events:none;
}

button,
a{
    font:inherit;
}

a{
    color:inherit;
}

.official-ambient{
    position:fixed;
    inset:0;
    pointer-events:none;
    overflow:hidden;
}

.official-ambient i{
    position:absolute;
    display:block;
    border-radius:50%;
    filter:blur(2px);
}

.official-ambient i:nth-child(1){
    width:440px;
    height:440px;
    right:-110px;
    top:-190px;
    background:rgba(255,255,255,.72);
    box-shadow:inset 0 0 80px rgba(205,170,90,.09);
}

.official-ambient i:nth-child(2){
    width:16px;
    height:16px;
    left:9vw;
    top:28vh;
    background:var(--official-accent);
    box-shadow:0 0 45px 14px color-mix(in srgb,var(--official-accent) 28%,transparent);
}

.official-ambient i:nth-child(3){
    width:150px;
    height:150px;
    right:35vw;
    bottom:-80px;
    border:1px solid rgba(255,255,255,.9);
    background:rgba(255,255,255,.22);
}

.official-shell{
    position:relative;
    z-index:1;
    width:min(1380px,calc(100% - 72px));
    min-height:100vh;
    margin:0 auto;
    display:grid;
    grid-template-rows:auto 1fr auto;
}

.official-header{
    min-height:104px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid var(--official-line);
}

.official-brand{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
}

.brand-mark{
    width:48px;
    height:48px;
    flex:0 0 auto;
    display:grid;
    place-items:center;
    overflow:hidden;
    border:1px solid rgba(112,86,38,.14);
    border-radius:15px;
    background:
        linear-gradient(145deg,#fff 0%,#f4ead0 52%,#d7b253 100%);
    color:#1e1710;
    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.95),
        0 10px 26px rgba(84,63,23,.12);
}

.brand-mark img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.brand-mark b,
.brand-mark > span{
    font-family:Georgia,serif;
    font-size:27px;
    font-style:italic;
}

.official-brand > span:last-child{
    display:grid;
    gap:3px;
}

.official-brand strong{
    font-family:Georgia,"Times New Roman",serif;
    font-size:24px;
    line-height:1;
    letter-spacing:-.02em;
}

.official-brand small{
    color:var(--official-muted);
    font-size:9px;
    letter-spacing:.24em;
}

.official-status{
    display:flex;
    align-items:center;
    gap:9px;
    padding:10px 15px;
    border:1px solid rgba(43,36,26,.09);
    border-radius:999px;
    background:rgba(255,255,255,.46);
    color:rgba(21,18,15,.65);
    font-size:13px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
    backdrop-filter:blur(16px);
}

.official-status i{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#4fbc79;
    box-shadow:0 0 0 5px rgba(79,188,121,.1);
}

.official-hero{
    min-height:650px;
    padding:44px 0 38px;
    display:grid;
    grid-template-columns:minmax(0,1.6fr) minmax(340px,.72fr);
    align-items:center;
    gap:56px;
}

.official-feature{
    min-width:0;
    min-height:590px;
    position:relative;
    display:grid;
    grid-template-columns:minmax(360px,.8fr) minmax(390px,1fr);
    align-items:center;
}

.official-copy{
    position:relative;
    z-index:4;
    padding:24px 0 64px;
}

.official-eyebrow{
    margin:0 0 22px;
    display:flex;
    align-items:center;
    gap:11px;
    color:rgba(21,18,15,.55);
    font-size:11px;
    font-weight:800;
    letter-spacing:.22em;
}

.official-eyebrow span{
    width:29px;
    height:3px;
    border-radius:9px;
    background:var(--official-accent);
}

.official-copy h1{
    max-width:620px;
    margin:0;
    font-family:
        "Songti SC",
        "STSong",
        "Noto Serif SC",
        Georgia,
        serif;
    font-size:clamp(52px,5vw,82px);
    font-weight:700;
    line-height:1.06;
    letter-spacing:-.075em;
    text-wrap:balance;
}

.official-description{
    max-width:520px;
    margin:27px 0 0;
    color:var(--official-muted);
    font-size:16px;
    line-height:1.9;
}

.official-points{
    margin-top:33px;
    display:flex;
    align-items:center;
    gap:9px;
    flex-wrap:wrap;
}

.official-points span{
    padding:9px 13px;
    border:1px solid rgba(69,53,29,.09);
    border-radius:999px;
    background:rgba(255,255,255,.48);
    color:rgba(21,18,15,.64);
    font-size:12px;
    backdrop-filter:blur(10px);
}

.official-stage{
    --stage-x:0deg;
    --stage-y:0deg;
    position:relative;
    z-index:2;
    height:530px;
    perspective:1100px;
    transform-style:preserve-3d;
    isolation:isolate;
}

.official-stage::before{
    content:"";
    position:absolute;
    inset:14% -5% 8% 1%;
    border-radius:50%;
    background:
        var(--official-hero-image,linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.03)));
    background-size:cover;
    background-position:center;
    opacity:.82;
    filter:saturate(.82);
    transform:rotate(-8deg);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.58),
        0 45px 80px rgba(109,78,22,.08);
    z-index:-2;
}

.official-stage::after{
    content:"";
    position:absolute;
    left:13%;
    right:2%;
    bottom:8%;
    height:34%;
    border-radius:50%;
    background:rgba(255,255,255,.5);
    border:1px solid rgba(255,255,255,.84);
    transform:rotateX(67deg) rotateZ(-7deg);
    box-shadow:
        inset 0 -24px 60px rgba(196,151,45,.06),
        0 36px 85px rgba(71,53,21,.08);
    z-index:-1;
}

.stage-shadow{
    position:absolute;
    width:210px;
    height:76px;
    left:44%;
    bottom:92px;
    transform:translateX(-50%);
    border-radius:50%;
    background:rgba(72,48,11,.16);
    filter:blur(28px);
}

.stage-ring{
    position:absolute;
    left:44%;
    top:46%;
    border:1px solid rgba(170,129,42,.2);
    border-radius:50%;
    transform:
        translate(-50%,-50%)
        rotateX(66deg)
        rotateZ(-7deg);
}

.stage-ring-one{
    width:330px;
    height:330px;
    animation:ring-breathe 6s ease-in-out infinite;
}

.stage-ring-two{
    width:425px;
    height:425px;
    border-color:rgba(255,255,255,.76);
}

.stage-platform{
    position:absolute;
    width:270px;
    height:116px;
    left:44%;
    bottom:104px;
    display:grid;
    place-items:center;
    border:1px solid rgba(139,102,30,.15);
    border-radius:50%;
    transform:
        translateX(-50%)
        rotateX(63deg)
        rotateZ(-7deg);
    background:
        linear-gradient(180deg,rgba(255,255,255,.98),rgba(234,218,176,.86));
    box-shadow:
        inset 0 -18px 30px rgba(141,97,13,.1),
        0 36px 50px rgba(88,59,16,.12);
}

.stage-platform::after{
    content:"";
    position:absolute;
    inset:14px;
    border-radius:50%;
    border:1px solid rgba(149,111,38,.16);
}

.stage-platform span{
    transform:rotateZ(7deg);
    color:rgba(85,61,20,.38);
    font-size:12px;
    font-weight:800;
    letter-spacing:.45em;
}

.stage-core{
    position:absolute;
    width:188px;
    height:188px;
    left:44%;
    top:42%;
    transform:
        translate(-50%,-50%)
        rotateX(var(--stage-y))
        rotateY(var(--stage-x))
        rotateZ(-7deg);
    transform-style:preserve-3d;
    transition:transform .2s ease-out;
    animation:core-float 5.5s ease-in-out infinite;
}

.stage-core::before{
    content:"";
    position:absolute;
    inset:-18px;
    border-radius:42px;
    background:rgba(255,255,255,.38);
    border:1px solid rgba(255,255,255,.8);
    transform:translateZ(-20px);
    box-shadow:
        0 38px 70px rgba(101,72,20,.18),
        inset 0 0 30px rgba(255,255,255,.8);
    backdrop-filter:blur(16px);
}

.stage-core-face{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    overflow:hidden;
    border:1px solid rgba(104,77,27,.14);
    border-radius:36px;
    background:
        linear-gradient(145deg,#fff,#f2dfac 64%,var(--official-accent));
    box-shadow:
        inset 0 2px 5px rgba(255,255,255,.9),
        inset 0 -18px 32px rgba(106,70,8,.1);
}

.stage-core-face img{
    width:76%;
    height:76%;
    object-fit:cover;
    border-radius:25%;
    filter:drop-shadow(0 13px 17px rgba(58,41,13,.17));
}

.stage-core-face b{
    font-family:Georgia,serif;
    font-size:112px;
    font-style:italic;
}

.float-card{
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(93,71,29,.1);
    border-radius:21px;
    background:rgba(255,255,255,.52);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.9),
        0 18px 40px rgba(74,52,14,.09);
    backdrop-filter:blur(16px);
}

.float-play{
    width:74px;
    height:74px;
    right:3%;
    top:19%;
    transform:rotate(9deg);
    animation:float-a 6s ease-in-out infinite;
}

.float-play span{
    width:0;
    height:0;
    margin-left:6px;
    border-top:13px solid transparent;
    border-bottom:13px solid transparent;
    border-left:20px solid var(--official-accent);
    filter:drop-shadow(0 4px 4px rgba(64,42,6,.13));
}

.float-film{
    width:92px;
    height:58px;
    left:1%;
    top:19%;
    gap:7px;
    transform:rotate(-11deg);
    animation:float-b 7s ease-in-out infinite;
}

.float-film i{
    width:13px;
    height:28px;
    border-radius:6px;
    background:linear-gradient(to bottom,var(--official-accent),#f3ddb1);
}

.float-wave{
    width:92px;
    height:58px;
    right:1%;
    bottom:15%;
    gap:5px;
    transform:rotate(-5deg);
    animation:float-b 6.5s ease-in-out infinite reverse;
}

.float-wave i{
    width:6px;
    border-radius:99px;
    background:var(--official-accent);
}

.float-wave i:nth-child(1){height:13px}
.float-wave i:nth-child(2){height:28px}
.float-wave i:nth-child(3){height:38px}
.float-wave i:nth-child(4){height:21px}

.official-scan-card{
    position:relative;
    overflow:hidden;
    padding:28px;
    border:1px solid rgba(255,255,255,.78);
    border-radius:34px;
    background:
        linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.46));
    box-shadow:var(--official-shadow);
    backdrop-filter:blur(24px) saturate(120%);
}

.official-scan-card::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(115deg,rgba(255,255,255,.5),transparent 38%),
        radial-gradient(circle at 90% 4%,color-mix(in srgb,var(--official-accent) 18%,transparent),transparent 34%);
}

.scan-card-glow{
    position:absolute;
    width:160px;
    height:160px;
    right:-70px;
    bottom:-60px;
    border-radius:50%;
    background:color-mix(in srgb,var(--official-accent) 24%,transparent);
    filter:blur(26px);
}

.scan-card-head,
.scan-subtitle,
.official-qr,
.scan-domain,
.scan-tip,
.official-actions{
    position:relative;
    z-index:1;
}

.scan-card-head{
    display:flex;
    align-items:center;
    gap:13px;
}

.scan-logo{
    width:46px;
    height:46px;
    flex:0 0 auto;
    display:grid;
    place-items:center;
    overflow:hidden;
    border-radius:15px;
    background:#fff;
    box-shadow:0 8px 22px rgba(70,49,12,.12);
}

.scan-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.scan-logo b{
    font-family:Georgia,serif;
    font-size:25px;
}

.scan-card-head > span:last-child{
    min-width:0;
    display:grid;
    gap:4px;
}

.scan-card-head small{
    color:rgba(21,18,15,.42);
    font-size:9px;
    font-weight:800;
    letter-spacing:.19em;
}

.scan-card-head strong{
    overflow:hidden;
    font-size:17px;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.scan-subtitle{
    margin:18px 0 15px;
    color:var(--official-muted);
    font-size:13px;
    line-height:1.6;
}

.official-qr{
    aspect-ratio:1;
    width:100%;
    display:grid;
    place-items:center;
    padding:16px;
    overflow:hidden;
    border:1px solid rgba(69,52,20,.08);
    border-radius:24px;
    background:#fff;
    box-shadow:
        inset 0 0 0 7px rgba(239,233,218,.45),
        0 16px 36px rgba(68,49,14,.09);
}

.official-qr svg{
    width:100%;
    height:100%;
    display:block;
}

.official-qr svg path{
    fill:#17130f;
}

.qr-loading{
    color:rgba(21,18,15,.42);
    font-size:12px;
}

.qr-fallback{
    padding:14px 20px;
    border-radius:999px;
    background:var(--official-accent);
    color:#17130f;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
}

.scan-domain{
    margin-top:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:0;
    color:rgba(21,18,15,.58);
    font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
    font-size:12px;
}

.scan-domain i{
    width:6px;
    height:6px;
    flex:0 0 auto;
    border-radius:50%;
    background:#4fbc79;
    box-shadow:0 0 0 4px rgba(79,188,121,.1);
}

.scan-domain span{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.scan-tip{
    margin:13px 0 19px;
    color:rgba(21,18,15,.42);
    font-size:11px;
    line-height:1.65;
    text-align:center;
}

.official-actions{
    display:grid;
    gap:9px;
}

.button{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border:1px solid transparent;
    border-radius:15px;
    cursor:pointer;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.button:hover{
    transform:translateY(-2px);
}

.button-primary{
    background:
        linear-gradient(135deg,#ecd988,var(--official-accent));
    color:#17130f;
    box-shadow:0 10px 24px color-mix(in srgb,var(--official-accent) 28%,transparent);
}

.button-primary span{
    font-size:16px;
}

.button-secondary{
    border-color:rgba(21,18,15,.09);
    background:rgba(255,255,255,.44);
    color:rgba(21,18,15,.7);
}

.button-secondary.is-copied{
    border-color:rgba(79,188,121,.25);
    background:rgba(79,188,121,.09);
    color:#27774a;
}

.official-footer{
    min-height:74px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    border-top:1px solid var(--official-line);
    color:rgba(21,18,15,.38);
    font-size:11px;
}

.official-maintenance{
    position:relative;
    z-index:1;
    min-height:100vh;
    display:grid;
    place-items:center;
    align-content:center;
    gap:12px;
    padding:48px;
    text-align:center;
}

.official-maintenance .brand-mark{
    width:76px;
    height:76px;
    border-radius:23px;
}

.official-maintenance p{
    margin:12px 0 0;
    color:var(--official-muted);
    font-size:11px;
    font-weight:800;
    letter-spacing:.2em;
}

.official-maintenance h1{
    margin:0;
    font-family:"Songti SC",Georgia,serif;
    font-size:44px;
}

.official-maintenance > span{
    color:var(--official-muted);
    font-size:14px;
}

@keyframes core-float{
    0%,100%{margin-top:0}
    50%{margin-top:-13px}
}

@keyframes ring-breathe{
    0%,100%{opacity:.38}
    50%{opacity:.85}
}

@keyframes float-a{
    0%,100%{margin-top:0}
    50%{margin-top:-16px}
}

@keyframes float-b{
    0%,100%{margin-top:0}
    50%{margin-top:12px}
}

@media (max-width:1180px){
    .official-shell{
        width:min(1120px,calc(100% - 48px));
    }

    .official-hero{
        grid-template-columns:minmax(0,1fr) 330px;
        gap:30px;
    }

    .official-feature{
        grid-template-columns:minmax(330px,.86fr) minmax(320px,1fr);
    }

    .official-stage{
        height:500px;
        transform:scale(.91);
        transform-origin:center;
    }

    .official-copy h1{
        font-size:55px;
    }
}

@media (max-width:930px){
    body{
        min-width:0;
    }

    .official-shell{
        width:min(700px,calc(100% - 36px));
    }

    .official-header{
        min-height:86px;
    }

    .official-hero{
        padding:32px 0;
        grid-template-columns:1fr;
    }

    .official-feature{
        min-height:620px;
        grid-template-columns:1fr 1fr;
    }

    .official-copy h1{
        font-size:48px;
    }

    .official-scan-card{
        width:min(390px,100%);
        margin:0 auto;
    }
}

@media (prefers-reduced-motion:reduce){
    *,
    *::before,
    *::after{
        scroll-behavior:auto!important;
        animation-duration:.01ms!important;
        animation-iteration-count:1!important;
        transition-duration:.01ms!important;
    }
}
