*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    margin:0;
    font-family:'Poppins',sans-serif;
    overscroll-behavior:none;

    background:
    radial-gradient(circle at top left,#dbeafe 0%,transparent 35%),
    radial-gradient(circle at top right,#ede9fe 0%,transparent 35%),
    radial-gradient(circle at bottom,#fce7f3 0%,transparent 40%),
    linear-gradient(135deg,#f8fafc,#f1f5f9,#eef2ff);

    background-attachment:fixed;
}

.container{
    width:1200px;
    margin:30px auto;
}

h1{
    text-align:center;
    margin-bottom:25px;
}

.page-title{
    font-family:'Bebas Neue',sans-serif;
    font-size:72px;
    letter-spacing:4px;
    text-align:center;
    margin-bottom:20px;

    background:linear-gradient(90deg,#2563eb,#06b6d4);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.template-menu{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-bottom:30px;
}

.template{
    width:180px;
    background:#fff;
    border-radius:12px;
    padding:10px;
    cursor:pointer;
    border:3px solid transparent;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.template.active{
    border-color:#0d6efd;
}

.template span{
    display:block;
    text-align:center;
    margin-top:10px;
    font-weight:bold;
}

.mini{
    width:100%;
    height:130px;
    border-radius:10px;
    background:#f5f5f5;
    position:relative;
    overflow:hidden;
}

/* Thumbnail Template 1 */

.t1::before{
    content:"";
    position:absolute;
    left:8px;
    top:8px;
    width:154px;
    height:70px;
    background:#bbb;
}

.t1::after{
    content:"";
    position:absolute;
    left:8px;
    bottom:8px;
    width:72px;
    height:40px;
    background:#bbb;
    box-shadow:82px 0 #bbb;
}

/* Thumbnail Template 2 */

.t2::before{
    content:"";
    position:absolute;
    left:8px;
    top:8px;
    width:65px;
    height:114px;
    background:#bbb;
}

.t2::after{
    content:"";
    position:absolute;
    right:8px;
    top:8px;
    width:90px;
    height:52px;
    background:#bbb;
    box-shadow:0 62px #bbb;
}

/* Thumbnail Template 3 */

.t3::before{
    content:"";
    position:absolute;
    left:8px;
    top:8px;
    width:72px;
    height:52px;
    background:#bbb;
    box-shadow:82px 0 #bbb;
}

.t3::after{
    content:"";
    position:absolute;
    left:8px;
    bottom:8px;
    width:154px;
    height:52px;
    background:#bbb;
}

/* Thumbnail Template 4 */

.t4::before{

content:"";

position:absolute;

left:25px;

top:20px;

width:110px;

height:70px;

background:#bbb;

}

.t4::after{

content:"";

position:absolute;

left:8px;

bottom:10px;

width:50px;

height:40px;

background:#bbb;

box-shadow:
55px 0 #999,
110px 0 #bbb;
}

.input-group select{

    width:100%;
    height:52px;

    border:2px solid #e5e7eb;
    border-radius:12px;

    padding:0 15px;

    font-size:16px;

    font-family:'Poppins',sans-serif;

    background:#fff;

    outline:none;

}

.input-group select:focus{

    border-color:#0d6efd;

    box-shadow:0 0 0 4px rgba(13,110,253,.15);

}

/* ========================= */

#editor{
    width:1020px;
    height:1350px;
    margin:50px auto;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:
        0 20px 60px rgba(0,0,0,.15),
        0 6px 20px rgba(0,0,0,.08);
        touch-action:none;
}

.poster{

    width:100%;
    height:100%;

    background:white;

    position:relative;

}

.header{

    height:120px;

    background:linear-gradient(135deg,#0b1220,#1d4ed8,#38bdf8);

    display:flex;

    justify-content:center;

    align-items:center;

}

.header-box{
    text-align:center;
}

.judul-kecil{
    font-family:'Poppins',sans-serif;
    font-size:18px;
    color:#ffffffcc;
    letter-spacing:5px;
    font-weight:600;
}

.judul-besar{
    font-family:'Bebas Neue',sans-serif;
    font-size:64px;
    letter-spacing:3px;
    color:#fff;
    text-shadow:
        0 3px 10px rgba(0,0,0,.4),
        0 0 20px rgba(255,255,255,.15);
}

.upload{
    position:relative;
    overflow:hidden;
    border:2px dashed #dcdcdc;
    border-radius:18px;
    background:#fff;
    cursor:pointer;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.img-area{

    position:absolute;

    inset:0;

    overflow:hidden;

    touch-action:none;

}

.upload:hover{

    border-color:#0d6efd;

}

.upload span{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    color:#777;

    font-size:24px;

    font-weight:bold;

}

.upload img{

    position:absolute;

    left:50%;
    top:50%;

    width:auto;
    height:auto;

    max-width:none;
    max-height:none;

    display:none;

    transform:translate(-50%,-50%);

    transform-origin:center center;

    cursor:grab;

    user-select:none;
    -webkit-user-drag:none;

    touch-action:none;

}

.upload.dragging img{

    cursor:grabbing;

}

.watermark{

    position:absolute;
    right:20px;
    bottom:20px;
    color:rgba(255,255,255,.7);
    font-size:22px;
    font-weight:bold;
    text-shadow:0 2px 8px rgba(0,0,0,.6);

}

#download{

    display:block;

    margin:30px auto;

    width:350px;

    height:60px;

    border:none;

    background:#0d6efd;

    color:white;

    border-radius:10px;

    cursor:pointer;

    font-size:22px;

    font-weight:bold;

}

.form{

    width:1080px;
    margin:35px auto;
    padding:35px;

    background:rgba(255,255,255,.88);

    backdrop-filter:blur(18px);

    border-radius:26px;

    border:1px solid rgba(255,255,255,.8);

    box-shadow:
        0 20px 45px rgba(15,23,42,.08),
        0 8px 18px rgba(15,23,42,.05);

}

.form h2{

    font-size:24px;

    margin-bottom:20px;

    color:#0d6efd;

    border-left:5px solid #0d6efd;

    padding-left:12px;

}

.grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin-top:15px;

}

.input-group{

    display:flex;

    flex-direction:column;

}

.input-group label{

    font-size:14px;

    font-weight:bold;

    color:#555;

    margin-bottom:8px;

    text-transform:uppercase;

}

.input-group input{

    height:52px;

    border:2px solid #e5e7eb;

    border-radius:12px;

    padding:0 15px;

    font-size:16px;

    transition:.25s;

    outline:none;

}

.input-group input:focus{

    border-color:#0d6efd;

    box-shadow:0 0 0 4px rgba(13,110,253,.15);

}

.info{
    width:1000px;
    margin:25px auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.card-info{
    background:#fff;
    border-radius:18px;
    padding:20px;
    text-align:center;
    border:2px solid #e8e8e8;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.label{
    font-family:'Montserrat',sans-serif;
    font-size:16px;
    font-weight:700;
    color:#0d6efd;
    letter-spacing:2px;
    margin-bottom:10px;
}

.value{
    font-family:'Poppins',sans-serif;
    font-size:28px;
    font-weight:700;
    color:#222;
}

#download:hover{

    background:#004acb;

}

.gallery{

width:900px;

margin:25px auto;

display:flex;

justify-content:space-between;

}

.foto1{

display:block;

}