.pstContainer{text-shadow:-.25px -.25px #00000080,.25px -.25px #00000080,-.25px .25px #00000080,.25px .25px #00000080,.5px .5px #00000080,.75px .75px #00000080,1px 1px 2px #00000001;grid-template-columns:1fr minmax(1000px,3fr) 1fr;min-height:100vh;padding:10px 1rem 2rem;display:grid}.pstContainer input,.pstContainer textarea,.pstContainer select{text-shadow:none}.pstWrapper{flex-direction:column;grid-column:2;gap:10px;display:flex}.pstLoadingWrapper{text-align:center;flex-direction:column;grid-column:2;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.pstHero{background-color:var(--body_background);z-index:1;border:1px solid #a9a9a933;border-radius:5px;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 8px 6px -6px #0076b666}.pstHero:before{content:"";background-image:var(--gradient-base);z-index:-1;border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.pstHeroContent{text-align:center}.pstHeroContent h1{font-size:var(--fs-display);color:var(--primary_text_color);text-align:left;margin:0 0 1rem;padding-bottom:.5rem;font-weight:700;line-height:1.2;position:relative}.pstHeroContent h1:after{content:"";background:linear-gradient(90deg,#0076b680 0% 75%,#0000 100%);width:100%;height:2px;position:absolute;bottom:0;left:0}.pstHeroContent p{font-size:var(--fs-lg);color:var(--sec_text_color);max-width:600px;margin:0 auto 2rem;line-height:1.6}.pstHeroStats{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.pstHeroStat{background:#0076b61a;border:1px solid #0076b633;border-radius:5px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;display:flex}.pstStatIcon{font-size:var(--fs-lg)}.pstStatText{font-size:var(--fs-base);color:var(--primary_text_color);font-weight:500}.pstPanel{background-color:var(--body_background);z-index:1;border:1px solid #a9a9a933;border-radius:5px;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 8px 6px -6px #0076b666}.pstPanel:before{content:"";background-image:var(--gradient-base);z-index:-1;border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.pstPanelInner,.pstSection{flex-direction:column;gap:1rem;display:flex}.pstSectionHeader{text-align:center;margin-bottom:1rem}.pstSectionHeader h3{font-size:var(--fs-xl);color:var(--primary_text_color);margin:0 0 .5rem;font-weight:600}.pstSectionHeader p{font-size:var(--fs-md);color:var(--sec_text_color);margin:0}.pstGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:768px){.pstGrid{grid-template-columns:1fr;gap:1rem}}.pstInputGroup{flex-direction:column;gap:.5rem;display:flex}.pstLabel{font-size:var(--fs-base);color:var(--primary_text_color);align-items:center;gap:.5rem;margin-bottom:.25rem;font-weight:500;display:flex}.pstCharCount{font-size:var(--fs-sm);color:var(--sec_text_color);font-weight:400}.pstInput,.pstSelect{background-color:var(--body_background);color:var(--primary_text_color);font-size:var(--fs-base);border:1px solid #a9a9a94d;border-radius:5px;width:100%;height:48px;padding:.75rem 1rem;font-family:inherit;transition:all .3s}.pstInput.pstTitleInput{font-size:var(--fs-lg);height:52px;font-weight:500}.pstSelect{cursor:pointer}.pstInput:focus,.pstSelect:focus{border-color:#0076b680;outline:none;box-shadow:0 0 0 3px #0076b61a}.pstInput.pstInvalid{background-color:#ff44440d;border:2px solid #f44!important}.pstHelper{font-size:var(--fs-sm);color:var(--sec_text_color);opacity:.8;line-height:1.4}.pstHelper.pstHelperError{color:#f44;opacity:1;font-weight:500}.pstHelper.pstHelperChecking{color:orange;opacity:1;font-weight:500}.pstHelper.pstHelperWarn{color:#ffa500f2;opacity:1;font-weight:500}.pstDropdownWrap{width:100%;position:relative}.pstDropdownMenu{z-index:50;background:var(--body_background);background-image:var(--gradient-base);border:1px solid #0076b6bf;border-radius:5px;flex-direction:column;gap:2px;max-height:320px;margin:0;padding:6px;list-style:none;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:-8px 8px 6px -6px #0076b666}.pstDropdownItem{text-align:left;cursor:pointer;width:100%;color:var(--primary_text_color);font-family:inherit;font-size:var(--fs-base);z-index:1;background:0 0;border:none;border-radius:5px;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 12px;transition:color .3s;display:flex;position:relative;overflow:hidden}.pstDropdownItem:before{content:"";opacity:0;z-index:-1;background-image:radial-gradient(circle at 100% 0,#0076b6bf,#0000),radial-gradient(circle at 0 100%,#0076b6bf,#0000);border-radius:5px;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.pstDropdownItem:hover,.pstDropdownItem.pstDropdownItemActive{color:#fff}.pstDropdownItem:hover:before,.pstDropdownItem.pstDropdownItemActive:before{opacity:1}.pstDropdownItemPrimary{font-weight:600;font-size:var(--fs-base)}.pstDropdownItemSlug{font-size:var(--fs-sm);opacity:.75;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.pstDropdownEmpty{font-size:var(--fs-base);color:var(--sec_text_color);opacity:.8;padding:10px 12px}.pstNsfwSection{background:#ff63470a;border:1px solid #ff634733;border-radius:8px;padding:.75rem 1rem}.pstNsfwLabel{cursor:pointer;font-size:var(--fs-base);color:var(--primary_text_color);align-items:center;gap:.6rem;display:flex}.pstNsfwCheckbox{accent-color:tomato;cursor:pointer;width:16px;height:16px}.pstNsfwText{font-weight:500}.pstNsfwNote{color:#ff6347bf;font-size:var(--fs-sm);font-weight:400}.pstSubmitSection{border-top:1px solid #a9a9a933;flex-direction:column;align-items:center;gap:1rem;padding-top:1rem;display:flex}.pstSubmitButton{color:#fff;font-size:var(--fs-lg);cursor:pointer;background:linear-gradient(135deg,#0076b6cc,#0076b6);border:none;border-radius:5px;justify-content:center;align-items:center;gap:.75rem;min-width:200px;padding:1rem 2.5rem;font-weight:600;transition:all .3s;display:flex}.pstSubmitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 35px #0076b666}.pstSubmitButton:disabled{opacity:.6;cursor:not-allowed;background:#a9a9a94d;transform:none}.pstSubmitIcon{font-size:var(--fs-lg)}.pstResultsList{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.pstResultCard{background-color:var(--body_background);border:1px solid #a9a9a94d;border-radius:5px;padding:1rem 1.25rem;transition:all .25s}.pstResultCard:hover{border-color:#0076b680;transform:translateY(-1px);box-shadow:0 4px 16px #0076b626}.pstResultTitle{font-size:var(--fs-md);color:var(--primary_text_color);font-weight:600;text-decoration:none;display:inline-block}.pstResultTitle:hover{color:#0076b6;text-decoration:underline}.pstResultMeta{font-size:var(--fs-sm);color:var(--sec_text_color);flex-wrap:wrap;gap:.5rem;margin-top:.4rem;display:flex}.pstResultMetaItem{opacity:.85}.pstResultMetaItem.pstResultMetaNsfw{color:tomato;font-weight:600}.pstResultTopics{flex-wrap:wrap;gap:.35rem;margin-top:.6rem;display:flex}.pstResultTopicChip{font-size:var(--fs-sm);color:var(--primary_text_color);background:#0076b61f;border:1px solid #0076b640;border-radius:999px;padding:2px 10px;text-decoration:none;transition:background .2s}.pstResultTopicChip:hover{background:#0076b638}
