﻿
body {
    -webkit-animation: -amp-start 8s steps(1,end) 0s 1 normal both;
    -moz-animation: -amp-start 8s steps(1,end) 0s 1 normal both;
    -ms-animation: -amp-start 8s steps(1,end) 0s 1 normal both;
    animation: -amp-start 8s steps(1,end) 0s 1 normal both
}

@-webkit-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-moz-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-ms-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-o-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

</style >
<noscript >
<style amp-boilerplate >
body {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

</style >
</noscript >

<style amp-custom >
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #222;
    background: #fff;
}

.container {
    padding: 12px 16px;
    max-width: 700px;
    margin: 0 auto;
}

h1 {
    font-size: 1.55rem;
    line-height: 1.3;
    margin: 12px 0 8px;
    font-weight: 700;
}

.meta {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 16px;
}

.content {
    font-size: 1.05rem;
    line-height: 1.7;
}

    .content p {
        margin-bottom: 1rem;
    }

    .content img {
        max-width: 100%;
        height: auto;
    }

amp-img {
    margin: 16px 0;
}

.logo {
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.caption {
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    margin: 8px 0 16px;
    padding: 8px;
    background: #f9f9f9;
}

.synopsis {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.5;
}

</style >
