:root{
  --primary:#E11D48;
  --secondary:#6C2CF2;
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#5b6476;
  --line:rgba(15,23,42,0.12);
  --shadow: 0 18px 55px rgba(18,18,60,0.12);
  --max:1180px;
  --font:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --display:'Manrope','Inter',system-ui,sans-serif;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(900px 420px at 18% -10%, rgba(108,44,242,.14), transparent 60%),
    radial-gradient(800px 420px at 85% 0%, rgba(225,29,72,.10), transparent 55%),
    #fff;
}
a{color:inherit}
.psh-wrap{width:min(var(--max), calc(100% - 40px)); margin:0 auto}
.psh-main{padding-bottom:50px}

/* Header */
.psh-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.psh-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}
.psh-brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.psh-logo{height:34px;width:auto;display:block}
.psh-brand__name{font-family:var(--display);font-weight:900;letter-spacing:-.02em}
.psh-nav .psh-menu{list-style:none;display:flex;gap:12px;margin:0;padding:0}
.psh-nav .psh-menu a{text-decoration:none;font-size:13px;color:rgba(15,23,42,.72);padding:8px 10px;border-radius:999px}
.psh-nav .psh-menu a:hover{background:rgba(108,44,242,.08);color:rgba(15,23,42,.92)}

/* Buttons */
.psh-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:10px 14px;border-radius:12px;
  font-weight:900;font-size:13px;text-decoration:none;
  border:1px solid transparent;cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease, opacity .12s ease;
}
.psh-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.08)}
.psh-btn:active{transform:translateY(0)}
.psh-btn--primary{background:linear-gradient(135deg,var(--primary),#f43f5e);color:#fff}
.psh-btn--light{background:rgba(108,44,242,.10);border-color:rgba(108,44,242,.20);color:rgba(15,23,42,.92)}
.psh-btn--ghost{background:transparent;border-color:rgba(15,23,42,.16);color:rgba(15,23,42,.88)}
.psh-btn[disabled]{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}

.psh-pill{
  display:inline-flex;align-items:center;
  padding:7px 10px;border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  font-weight:900;font-size:12px;color:#fff
}

/* Typography */
.psh-h1{font-family:var(--display);font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:10px 0 10px;font-size:clamp(28px,3.2vw,44px)}
.psh-h2{font-family:var(--display);font-weight:900;letter-spacing:-.02em;margin:0 0 6px;font-size:24px}
.psh-h3{font-family:var(--display);font-weight:900;margin:0 0 8px;font-size:18px}
.psh-sub{margin:0 0 16px;color:rgba(255,255,255,.86);font-size:15px;max-width:62ch}
.psh-muted{color:rgba(15,23,42,.62);font-size:13px;line-height:1.6}
.psh-link{color:var(--secondary)}
.psh-link:hover{text-decoration:underline}

/* Hero */
.psh-hero{
/*  background:linear-gradient(180deg,var(--secondary) 0%, #7C3AED 55%, var(--secondary) 100%); */
  color:#fff;
  padding:46px 0 34px;

  background: linear-gradient(135deg, #E53935 0%, #0F2A44 100%);

}
.psh-hero__inner{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:center}
.psh-hero__cta{display:flex;gap:12px;flex-wrap:wrap}
.psh-hero__meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px;font-size:13px;color:rgba(255,255,255,.92)}
.psh-hero__card{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:16px}
.psh-mock{border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.psh-mock__top{padding:10px 12px;background:#f1f5f9;display:flex;gap:6px}
.psh-dot{width:10px;height:10px;border-radius:99px;background:#cbd5e1}
.psh-mock__body{padding:14px;display:grid;gap:10px}
.psh-mock__line{height:10px;border-radius:999px;background:#e2e8f0}
.psh-mock__line.w1{width:72%}
.psh-mock__line.w2{width:54%}
.psh-mock__row{height:14px;border-radius:12px;background:#edf2f7}
.psh-mock__pill{height:18px;border-radius:999px;background:#e2e8f0;width:45%;justify-self:end}
.psh-hero__cardNote{margin-top:10px;font-size:12px;color:rgba(255,255,255,.88)}

/* Sections */
.psh-section{padding:44px 0}
.psh-center{text-align:center;margin-bottom:18px}
.psh-post{margin-bottom:16px}

/* Band */
.psh-band{/*background:linear-gradient(90deg,var(--secondary),#7C3AED);*/color:#fff;padding:22px 0;background: linear-gradient(135deg, #E53935 0%, #0F2A44 100%);}
.psh-band__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}
.psh-band__left{max-width:52ch}
.psh-band__text{margin:6px 0 0;color:rgba(255,255,255,.85)}
.psh-band__chips{display:flex;gap:10px;flex-wrap:wrap}
.psh-chip{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-weight:900;font-size:12px}

/* App */
.psh-app{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.psh-app__nav{
  display:flex;
  gap:10px;
  padding:12px;
  border-bottom:1px solid rgba(15,23,42,.08);
  overflow:auto;
  background:linear-gradient(180deg, rgba(108,44,242,.06), rgba(225,29,72,.02));
}
.psh-toolBtn{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(108,44,242,.18);
  background:#fff;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}
.psh-toolBtn:hover{background:rgba(108,44,242,.08)}
.psh-toolBtn.is-active{background:rgba(108,44,242,.12);border-color:rgba(108,44,242,.32)}
.psh-app__panel{padding:16px}
.psh-panelHead{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:12px}
.psh-panelTitle{font-family:var(--display);font-weight:900;font-size:18px}
.psh-panelSub{color:rgba(15,23,42,.62);font-size:13px;margin-top:4px}
.psh-panelBadges{display:flex;gap:10px;flex-wrap:wrap}
.psh-badge{padding:7px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.10);background:#fff;font-weight:900;font-size:12px;color:rgba(15,23,42,.76)}

.psh-work{display:grid;grid-template-columns: 1.2fr .8fr;gap:14px;align-items:stretch}
.psh-drop{
  border:1px dashed rgba(108,44,242,.35);
  border-radius:18px;
  padding:16px;
  background:rgba(108,44,242,.06);
  position:relative;
  min-height: 230px;
}
.psh-drop__inner{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}
.psh-drop__title{font-family:var(--display);font-weight:900}
.psh-drop__hint{color:rgba(15,23,42,.62);font-size:13px}
.psh-file{position:absolute; inset:0; opacity:0; cursor:pointer;}

.psh-list{
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  padding:14px;
  background:#fff;
}
.psh-listHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.psh-listTitle{font-family:var(--display);font-weight:900}
.psh-listBtns{display:flex;gap:8px}
.psh-miniBtn{
  padding:8px 10px;border-radius:12px;border:1px solid rgba(15,23,42,.16);
  background:#fff;cursor:pointer;font-weight:900;font-size:12px;line-height:1;
}
.psh-miniBtn:hover{background:rgba(15,23,42,.04)}
.psh-items{display:grid;gap:8px;max-height:220px;overflow:auto;padding-right:6px}
.psh-item{
  border:1px solid rgba(15,23,42,.10);
  border-radius:14px;
  padding:10px;
  display:flex;align-items:center;justify-content:space-between;gap:10px;
}
.psh-item.is-selected{outline:3px solid rgba(108,44,242,.14);border-color:rgba(108,44,242,.30)}
.psh-item__name{font-size:13px;font-weight:900;color:rgba(15,23,42,.86);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.psh-item__meta{font-size:12px;color:rgba(15,23,42,.56)}
.psh-item__x{border:0;background:transparent;cursor:pointer;font-weight:900;color:rgba(225,29,72,.9)}
.psh-item__x:hover{color:#b0002d}

.psh-ops{margin-top:12px;display:grid;gap:10px}
.psh-field{display:flex;flex-direction:column;gap:6px}
.psh-field label{font-size:12px;color:rgba(15,23,42,.62);font-weight:900}
.psh-field input, .psh-field select{
  padding:10px 12px;border-radius:14px;border:1px solid rgba(15,23,42,.14);
  outline:none;font-size:13px;background:#fff;
}
.psh-field input:focus, .psh-field select:focus{border-color:rgba(108,44,242,.55);box-shadow:0 0 0 4px rgba(108,44,242,.10)}

.psh-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:12px}
.psh-note{margin-top:10px;color:rgba(15,23,42,.62);font-size:12px;line-height:1.6;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:10px}

.psh-spin{
  width:14px;height:14px;border-radius:99px;border:2px solid rgba(255,255,255,.35);
  border-top-color:rgba(255,255,255,.95);
  display:none;animation:pshspin .8s linear infinite;
}
.psh-running .psh-spin{display:inline-block}
@keyframes pshspin{to{transform:rotate(360deg)}}

/* FAQ */
.psh-faq{max-width:860px;margin:0 auto;display:grid;gap:10px}
.psh-faq__item{border:1px solid rgba(15,23,42,.12);border-radius:16px;background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.05);padding:12px 14px}
.psh-faq__q{cursor:pointer;font-weight:900;font-family:var(--display)}
.psh-faq__a{margin-top:10px;color:rgba(15,23,42,.70);font-size:13px;line-height:1.65}

/* Footer */
.psh-footer{background:#0b1020;color:rgba(255,255,255,.92);margin-top:40px}
.psh-footer__grid{padding:34px 0 10px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:14px}
.psh-footer__title{font-family:var(--display);font-weight:900;margin-bottom:10px}
.psh-footer__text{color:rgba(255,255,255,.72);font-size:13px;line-height:1.65}
.psh-footer__link{display:block;text-decoration:none;color:rgba(255,255,255,.78);font-size:13px;padding:6px 0}
.psh-footer__link:hover{color:#fff}
.psh-footer__bottom{border-top:1px solid rgba(255,255,255,.10);padding:14px 0 18px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:rgba(255,255,255,.78);font-size:13px}
.psh-footer__muted{color:rgba(255,255,255,.62)}

/* Responsive */
@media (max-width:980px){
  .psh-hero__inner{grid-template-columns:1fr}
  .psh-work{grid-template-columns:1fr}
  .psh-footer__grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .psh-wrap{width:calc(100% - 26px)}
  .psh-footer__grid{grid-template-columns:1fr}
  .psh-brand__name{display:none}
}
