    :root{
      --bg:#f6f5f1;
      --card:#ffffff;
      --ink:#171717;
      --muted:#667085;
      --line:#e5e7eb;
      --dark:#111827;
      --soft:#f3f4f6;
      --ok:#067647;
      --bad:#b42318;
      --radius:18px;
    }

    *{box-sizing:border-box}

    body{
      margin:0;
      background:var(--bg);
      color:var(--ink);
      font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    }

    header,main{
      max-width:1320px;
      margin:auto;
    }

    header{
      padding:34px 24px 10px;
    }

    h1{
      margin:0 0 8px;
      font-size:clamp(28px,4vw,46px);
      letter-spacing:-.04em;
      line-height:1;
    }

    .sub{
      margin:0;
      color:var(--muted);
      max-width:900px;
      line-height:1.45;
    }

    main{
      padding:20px 24px 60px;
      display:grid;
      gap:22px;
      grid-template-columns:1fr;
    }

    @media(min-width:1120px){
      main{
        grid-template-columns:1.08fr .82fr;
        align-items:start;
      }
    }

    .card,.sec{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:0 18px 50px rgba(0,0,0,.05);
    }

    .card{padding:22px}
    .sec{
      padding:16px;
      box-shadow:none;
    }

    .stack{display:grid;gap:18px}
    .grid{display:grid;gap:14px;grid-template-columns:1fr}

    @media(min-width:720px){
      .two{grid-template-columns:repeat(2,1fr)}
      .three{grid-template-columns:repeat(3,1fr)}
      .four{grid-template-columns:repeat(4,1fr)}
    }

    h2{
      font-size:18px;
      margin:0 0 14px;
      letter-spacing:-.02em;
    }

    h3{
      font-size:15px;
      margin:0 0 12px;
    }

    label{
      display:block;
      font-size:13px;
      font-weight:780;
      margin:0 0 6px;
    }

    input,select,textarea{
      width:100%;
      border:1px solid var(--line);
      background:#fff;
      border-radius:12px;
      padding:11px 12px;
      font:inherit;
      color:var(--ink);
      outline:none;
    }

    input[type=file]{padding:9px}

    textarea{
      min-height:84px;
      resize:vertical;
    }

    input:focus,select:focus,textarea:focus{
      border-color:#111827;
      box-shadow:0 0 0 3px rgba(17,24,39,.08);
    }

    .hint{
      font-size:12px;
      color:var(--muted);
      line-height:1.4;
      margin:6px 0 0;
    }

    .note{
      font-size:12px;
      color:var(--muted);
      line-height:1.45;
      background:#f9fafb;
      border:1px solid var(--line);
      border-radius:14px;
      padding:12px;
    }

    .logo{
      border:1px solid var(--line);
      border-radius:16px;
      padding:14px;
    }

    .preview{
      display:none;
      grid-template-columns:72px 1fr;
      gap:12px;
      align-items:center;
      margin-top:10px;
      padding:10px;
      border:1px dashed var(--line);
      border-radius:14px;
      background:#fafafa;
    }

    .preview.show{display:grid}

    .preview img{
      width:72px;
      height:72px;
      object-fit:contain;
      border:1px solid var(--line);
      border-radius:10px;
      background:#fff;
    }

    .meta{
      font-size:12px;
      color:var(--muted);
      overflow-wrap:anywhere;
      line-height:1.4;
    }

    .swatchline{
      display:flex;
      gap:8px;
      align-items:center;
      font-size:12px;
      color:var(--muted);
      margin-top:8px;
    }

    .swatch{
      width:22px;
      height:22px;
      border-radius:999px;
      border:1px solid rgba(0,0,0,.2);
      flex:0 0 auto;
    }

    .actions{
      position:sticky;
      bottom:12px;
      z-index:5;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
      padding:12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(10px);
      box-shadow:0 12px 30px rgba(0,0,0,.08);
    }

    button{
      border:0;
      border-radius:999px;
      padding:12px 18px;
      font-weight:850;
      cursor:pointer;
      font-size:14px;
    }

    .primary{background:var(--dark);color:#fff}
    .secondary{background:var(--soft);color:var(--dark);border:1px solid var(--line)}
    .danger{background:#fee4e2;color:var(--bad);border:1px solid #fecdca}

    .out{
      min-height:760px;
      white-space:pre-wrap;
      font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
      background:#0b1020;
      color:#e5e7eb;
      border-radius:16px;
      padding:18px;
      overflow:auto;
      border:1px solid #1f2937;
    }

    .pill{
      display:inline-flex;
      margin-left:8px;
      background:#ecfdf3;
      color:var(--ok);
      border-radius:999px;
      font-size:12px;
      font-weight:850;
      padding:6px 10px;
    }

    .status{
      font-size:13px;
      color:var(--muted);
      margin-top:10px;
    }

    .hide{display:none}
  body
{
   background-color: #4F4F4F;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #4F4F4F;
   text-decoration: underline;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
.wb-theme-header
{
   background-color: #F8F8F8;
   background-image: none;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   color: #212529;
   --background-color: rgba(248,248,248,1.00);
   --border-color: #D2D2D2;
   --border-width: 1px;
   --color: #212529;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   color: #212529;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DEE2E6;
   --border-width: 1px;
   --color: #212529;
   --icon-color: #0D6EFD;
   --colorize: invert(26%) sepia(98%) saturate(2473%) hue-rotate(212deg) brightness(100%) contrast(107%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #0D6EFD;
   background-image: none;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(13,110,253,1.00);
   --border-color: #0D6EFD;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border: 1px solid #0A58CA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(11,94,215,1.00);
   --border-color: #0A58CA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #0A58CA;
   background-image: none;
   border: 1px solid #0A53BE;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(10,88,202,1.00);
   --border-color: #0A53BE;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #272B2F;
   background-image: none;
   border: 1px solid #424549;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(39,43,47,1.00);
   --border-color: #424549;
   --border-width: 1px;
   --color: #DEE2E6;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #0D6EFD;
   --colorize: invert(28%) sepia(92%) saturate(2673%) hue-rotate(210deg) brightness(101%) contrast(103%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #0D6EFD;
   background-image: none;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(13,110,253,1.00);
   --border-color: #0D6EFD;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border: 1px solid #0A58CA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(11,94,215,1.00);
   --border-color: #0A58CA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #0A58CA;
   background-image: none;
   border: 1px solid #0A53BE;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(10,88,202,1.00);
   --border-color: #0A53BE;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_menu19LayoutGrid
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#menu19LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#menu19LayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#menu19LayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#menu19LayoutGrid > .col-1
{
   background-color: #0D6EFD;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 320px)
{
#menu19LayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#menu19Button2
{
   box-sizing: border-box;
   line-height: 29px;
   text-decoration: none;
   vertical-align: top;
   border: 0px solid rgba(255,255,255,0.00);
   border-radius: 25px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 8px 10px 8px 10px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#menu19Button2:focus
{
   outline: 0;
}
#wb_ResponsiveMenu1
{
   display: block;
   font-family: Arial;
   font-weight: normal;
   text-align: left;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   background-color: #F5F5F5;
   height: 46px;
}
#wb_ResponsiveMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu1 ul li i
{
   font-size: 0px;
   width: 0px;
   margin-bottom: 0px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: #F5F5F5;
   color: #4F4F4F;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 15px 15px 15px;
   text-align: center;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: 16px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: #F5F5F5;
   color: #000000;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 46px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 480px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: #F5F5F5;
   border: 0px solid #F5F5F5;
   color: #4F4F4F;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: #F5F5F5;
   color: #000000;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 15px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   left: 480px;
   position: relative;
   top: -46px;
}
#wb_ResponsiveMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 1px;
   vertical-align: middle;
   border-top: 4px solid #4F4F4F;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 1px;
   vertical-align: middle;
   border-left: 4px solid #4F4F4F;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu1 li:hover > a .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{ 
   border-top-color: #000000;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #000000;
}
#wb_ResponsiveMenu1 .toggle,[id^=ResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_ResponsiveMenu1
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-size: 15px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 15px 15px 15px;
}
#wb_ResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1 
{
   background-color: transparent;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu1 .toggle 
{
   display: block;
   background-color: #F5F5F5;
   color: #4F4F4F;
   padding: 0 15px 0 15px;
   line-height: 47px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: #F5F5F5;
   color: #000000;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 46px !important;
   line-height: 46px !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul ul .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   padding: 0 30px;
}
#wb_ResponsiveMenu1 a:hover,
#wb_ResponsiveMenu1 ul ul ul a 
{
   background-color: #F5F5F5;
   color: #4F4F4F;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: #F5F5F5;
   color: #4F4F4F;
}
#wb_ResponsiveMenu1 ul ul ul a 
{
   padding: 15px 15px 15px 45px;
}
#wb_ResponsiveMenu1 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1 ul li i 
{
   margin-right: 0px;
}
#wb_ResponsiveMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu1 ul ul li:hover > ul,
#wb_ResponsiveMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu1-icon 
{
   display: block;
   position: absolute;
   right: 15px;
   top: 11px;
   user-select: none;
}
#ResponsiveMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #4F4F4F;
   color: #4F4F4F;
   width: 24px;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover
{
   background-color: #F5F5F5;
   color: #000000;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #4F4F4F;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #000000;
}
#wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #4F4F4F;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #000000;
}
}
