.ps-app{--ps-purple:#6b4df3;--ps-purple-2:#8a70ff;--ps-soft:#f3efff;--ps-line:#e6e5ee;--ps-text:#2d3042;--ps-muted:#80869a;--ps-green:#1d9a72;--ps-green-soft:#eaf8f3;--ps-red:#ca5365;--ps-red-soft:#fff0f2;--ps-amber:#d18a18;--ps-amber-soft:#fff6df;color:var(--ps-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.ps-app *{box-sizing:border-box;}.ps-app button,.ps-app input,.ps-app textarea,.ps-app select{font:inherit;}.ps-app .hidden{display:none!important;}
.ps-topbar{display:flex;align-items:center;gap:18px;border:1px solid #dedcef;border-radius:16px;background:linear-gradient(105deg,#ffffff 0%,#fbfaff 55%,#f5f1ff 100%);box-shadow:0 8px 22px rgba(54,42,115,.05);}
.ps-topbar-brand{display:flex;align-items:center;gap:11px;min-width:0;flex:1 1 auto;}.ps-topbar-icon{display:grid;place-items:center;flex:0 0 42px;background:linear-gradient(135deg,#7658f5,#6246e8);color:#fff;box-shadow:0 8px 18px rgba(105,77,238,.18);}.ps-topbar-icon svg{stroke-width:2;}.ps-topbar-title{min-width:0;}.ps-topbar-title h1{margin:0;color:#292d40;font-weight:850;}.ps-topbar-title span{display:block;color:#858a9d;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ps-topbar-flow{display:flex;align-items:center;gap:7px;flex:0 0 auto;}.ps-flow-chip{display:inline-flex;align-items:center;gap:6px;border-radius:10px;font-weight:800;white-space:nowrap;}.ps-flow-chip svg{stroke-width:2;}.ps-flow-build{background:#f0ebff;color:#6348dc;}.ps-flow-share{background:#eaf4ff;color:#2875b9;}.ps-flow-insight{background:#e9f8f2;color:#1d8465;}.ps-flow-arrow{width:13px;height:13px;color:#b6b1ca;stroke-width:1.7;}.ps-topbar-new{flex:0 0 auto;}
.ps-btn{height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid #dedee8;border-radius:10px;background:#fff;color:#555b70;font-weight:780;cursor:pointer;transition:.15s ease;white-space:nowrap;}.ps-btn:hover{border-color:#cbc7e2;background:#faf9fe;}.ps-btn svg{width:14px;height:14px;stroke-width:1.9;}.ps-btn-primary{border-color:#694bf2;background:linear-gradient(135deg,#7456f5,#6546ea);color:#fff;box-shadow:0 7px 16px rgba(107,77,243,.18);}.ps-btn-primary:hover{border-color:#5d42db;background:#6245e1;}.ps-btn-soft{border-color:#ddd7fb;background:#faf8ff;color:#654bdc;}.ps-btn-soft:hover{background:#f2eeff;border-color:#cec4ff;}.ps-btn.danger{border-color:#f0d1d6;background:#fff7f8;color:#b54d5e;}
.ps-icon-btn{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid #e0e1e8;border-radius:10px;background:#fff;color:#7d8396;cursor:pointer;}.ps-icon-btn:hover{border-color:#d5cff8;background:#f8f5ff;color:#654bdc;}.ps-icon-btn svg{width:15px;height:15px;}
.ps-tabs{display:flex;align-items:center;border:1px solid #e2e2eb;background:#fff;overflow:auto;}.ps-tab{height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:0;border-radius:9px;background:transparent;color:#747b90;font-size:10px;font-weight:760;cursor:pointer;white-space:nowrap;}.ps-tab svg{width:14px;height:14px;}.ps-tab:hover{background:#f8f7fc;color:#53596d;}.ps-tab.active{background:#f1edff;color:#6549df;box-shadow:inset 0 0 0 1px #dbd2ff;}
.ps-panel{display:none;border:1px solid #e3e4eb;border-radius:16px;background:#fff;}.ps-panel.active{display:block;}.ps-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;}.ps-panel-head h3{margin:0;color:#313548;}.ps-panel-head p{margin:4px 0 0;color:#8a90a2;}.ps-panel-actions{display:flex;align-items:center;gap:8px;}.ps-company-filter{display:flex;align-items:center;gap:7px;}.ps-company-filter span{color:#8b90a2;font-size:9px;font-weight:760;}.ps-company-filter select{height:36px;min-width:210px;padding:0 30px 0 10px;border:1px solid #e0e1e8;border-radius:10px;background:#fff;color:#4f5568;font-size:10px;outline:none;}
.ps-study-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;}.ps-study-card{position:relative;min-width:0;padding:14px;border:1px solid #e3e4eb;border-radius:14px;background:#fff;transition:.15s ease;}.ps-study-card:hover{border-color:#d4cdf9;box-shadow:0 9px 22px rgba(63,47,135,.07);transform:translateY(-1px);}.ps-study-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;}.ps-study-company{display:block;color:#8477c7;font-size:8px;font-weight:820;text-transform:uppercase;letter-spacing:.55px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.ps-study-card h4{margin:4px 0 0;color:#34384a;font-size:12.5px;line-height:1.35;}.ps-status{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;background:#f1edff;color:#6349dd;font-weight:820;text-transform:capitalize;}.ps-status.live{background:#eaf8f2;color:#177858;}.ps-status.closed{background:#f1f2f6;color:#73788a;}.ps-study-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:13px;}.ps-study-stat{padding:8px;border:1px solid #ededf2;border-radius:10px;background:#fafafe;}.ps-study-stat span{display:block;color:#9499aa;font-size:7.5px;font-weight:760;text-transform:uppercase;letter-spacing:.35px;}.ps-study-stat strong{display:block;margin-top:3px;color:#3b3f52;font-size:13px;font-weight:820;font-variant-numeric:tabular-nums;}.ps-study-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid #efeff3;}.ps-study-updated{color:#989cad;font-size:8px;}.ps-study-actions{display:flex;align-items:center;gap:5px;}.ps-study-actions button{height:28px;padding:0 8px;border:1px solid #e2e3ea;border-radius:8px;background:#fff;color:#6d7286;font-size:8.5px;font-weight:750;cursor:pointer;}.ps-study-actions button.primary{border-color:#ddd5ff;background:#f7f4ff;color:#6449dd;}
.ps-loading-card{grid-column:1/-1;min-height:130px;display:flex;align-items:center;justify-content:center;gap:8px;color:#8a90a2;font-size:10px;}.ps-spinner{width:16px;height:16px;border:2px solid #e4e0fb;border-top-color:#6b4df3;border-radius:50%;animation:psSpin .7s linear infinite;}@keyframes psSpin{to{transform:rotate(360deg)}}
.ps-empty-state{min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}.ps-empty-state>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#f1edff;color:#684ee8;}.ps-empty-state>span svg{width:22px;height:22px;}.ps-empty-state h3{margin:12px 0 4px;font-size:14px;}.ps-empty-state p{max-width:430px;margin:0 0 12px;color:#8b90a2;font-size:10px;line-height:1.5;}
.ps-workbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-2px 0 14px;padding-bottom:12px;border-bottom:1px solid #ececf1;}.ps-workbar-title,.ps-workbar-actions{display:flex;align-items:center;gap:9px;}.ps-workbar-title>div span{display:block;color:#9599aa;font-size:8px;font-weight:720;}.ps-workbar-title>div strong{display:block;margin-top:2px;color:#34384b;font-size:13px;}.ps-builder-layout{display:grid;gap:12px;}.ps-builder-settings{display:flex;flex-direction:column;gap:10px;}.ps-side-card{border:1px solid #e5e6ec;border-radius:13px;background:#fbfbfe;}.ps-side-title{display:flex;align-items:center;color:#4e5367;font-weight:800;}.ps-side-title svg{color:#6c50ea;}.ps-field{display:block;}.ps-field:first-of-type{margin-top:0;}.ps-field>span{display:block;margin:0 0 5px;}.ps-field input,.ps-field textarea,.ps-field select{width:100%;border:1px solid #dddfe7;background:#fff;outline:none;resize:vertical;}.ps-field input:focus,.ps-field textarea:focus,.ps-field select:focus{border-color:#baaafc;box-shadow:0 0 0 3px #f1edff;}.ps-help-row{display:flex;align-items:flex-start;border-top:1px solid #ececf2;}.ps-help-row:first-of-type{border-top:0;}.ps-help-row>svg{flex:0 0 14px;margin-top:1px;color:#6a50e9;}.ps-help-row b{display:block;color:#555a6d;}.ps-help-row small{display:block;color:#9296a7;}.ps-builder-main{min-width:0;}.ps-builder-main-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;}.ps-builder-main-head h3{margin:0;}.ps-builder-main-head p{margin:3px 0 0;}.ps-question-list{display:flex;flex-direction:column;}.ps-question-card{border:1px solid #e2e3ea;background:#fff;overflow:hidden;}.ps-question-card-top{display:grid;align-items:center;border-bottom:1px solid #efeff3;background:#fcfcfe;}.ps-qdrag{display:grid;place-items:center;border-radius:9px;background:#f0edff;color:#674ce8;font-weight:850;}.ps-qtext{width:100%;border:0;background:transparent;color:#3d4154;outline:none;}.ps-qtype{border:1px solid #e0e1e8;border-radius:8px;background:#fff;color:#5f6578;outline:none;}.ps-qactions{display:flex;gap:4px;}.ps-qactions button{display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:#9095a6;cursor:pointer;}.ps-qactions button:hover{border-color:#e2def8;background:#f7f4ff;color:#674ce5;}.ps-question-card-body{display:grid;}.ps-qoption-wrap{grid-column:1/-1;}.ps-options-editor{width:100%;min-height:64px;padding:8px 9px;border:1px solid #e0e1e8;border-radius:9px;background:#fbfbfd;color:#555a6d;font-size:9px;line-height:1.45;resize:vertical;outline:none;}.ps-options-editor:focus{border-color:#b9a9fc;}.ps-toggle-row{display:flex;align-items:center;}.ps-toggle-row input{accent-color:#6b4df3;}.ps-add-question-row{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:8px;border:1.5px dashed #d8d5e6;border-radius:12px;background:#fbfbfd;color:#7666c9;font-weight:760;cursor:pointer;}.ps-add-question-row:hover{border-color:#c8bef8;background:#f8f5ff;}.ps-add-question-row svg{width:14px;height:14px;}
.ps-share-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px;}.ps-share-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:14px;border:1px solid #e3e4eb;border-radius:14px;background:#fbfbfe;}.ps-share-main{background:linear-gradient(135deg,#fff,#faf8ff);}.ps-share-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#eee9ff;color:#654be5;}.ps-share-icon svg{width:17px;height:17px;}.ps-share-copy{min-width:0;width:100%;}.ps-share-copy>span{display:block;color:#8f94a6;font-size:7.5px;font-weight:780;text-transform:uppercase;letter-spacing:.45px;}.ps-share-copy>strong{display:block;margin-top:3px;color:#414558;font-size:11px;}.ps-share-copy p{margin:5px 0 0;color:#8b90a2;font-size:8.5px;line-height:1.45;}.ps-share-copy small{display:block;margin-top:5px;color:#8c91a3;font-size:8px;}.ps-link-box{display:flex;align-items:center;margin-top:8px;}.ps-link-box input{min-width:0;flex:1;height:34px;padding:0 9px;border:1px solid #dedfe7;border-radius:9px 0 0 9px;background:#fff;color:#5f6579;font-size:9px;outline:none;}.ps-link-box button{width:36px;height:34px;display:grid;place-items:center;border:1px solid #dcd8f7;border-left:0;border-radius:0 9px 9px 0;background:#f5f2ff;color:#674de1;cursor:pointer;}.ps-link-box svg{width:14px;height:14px;}.ps-share-actions{display:flex;align-items:center;gap:6px;margin-top:auto;}.ps-log-row{display:flex;gap:6px;width:100%;margin-top:auto;}.ps-log-row input{min-width:0;flex:1;height:36px;padding:0 9px;border:1px solid #e0e1e8;border-radius:9px;background:#fff;color:#505569;font-size:9px;outline:none;}
.ps-kpi-grid{display:grid;margin-bottom:10px;}.ps-kpi{position:relative;overflow:hidden;background:#fff;}.ps-kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#7053ef;}.ps-kpi.green:before{background:#23a078;}.ps-kpi.amber:before{background:#d59122;}.ps-kpi.red:before{background:#d45b6c;}.ps-kpi strong{display:block;line-height:1;font-weight:820;font-variant-numeric:tabular-nums;}.ps-kpi small{display:block;}.ps-dashboard-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:10px;margin-bottom:10px;}.ps-dash-card{border:1px solid #e4e5eb;background:#fff;}.ps-dash-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px;}.ps-dash-title span{display:block;color:#9499aa;font-weight:780;text-transform:uppercase;}.ps-dash-title strong{display:block;margin-top:2px;}.ps-overall-distribution{grid-template-columns:repeat(5,1fr);}.ps-dist-item{padding:10px 8px;border-radius:10px;background:#fafafe;text-align:center;}.ps-dist-item:nth-child(1){background:#fff1f3;color:#bd5162;}.ps-dist-item:nth-child(2){background:#fff7e4;color:#b57a17;}.ps-dist-item:nth-child(3){background:#f5f5f8;color:#6f7486;}.ps-dist-item:nth-child(4){background:#edf8f4;color:#208063;}.ps-dist-item:nth-child(5){background:#e8f7f1;color:#147455;}.ps-dist-item strong{display:block;font-size:15px;font-variant-numeric:tabular-nums;}.ps-dist-item span{display:block;margin-top:3px;font-size:7.5px;font-weight:760;}.ps-section-scores{flex-direction:column;}.ps-score-row{display:grid;grid-template-columns:minmax(0,1fr) 100px 36px;align-items:center;gap:7px;}.ps-score-row span{overflow:hidden;color:#5f6478;font-size:8.5px;font-weight:680;white-space:nowrap;text-overflow:ellipsis;}.ps-score-bar{border-radius:999px;background:#eeeef4;overflow:hidden;}.ps-score-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8a70ff,#684be9);}.ps-score-row b{color:#45495c;font-size:9px;text-align:right;font-variant-numeric:tabular-nums;}.ps-question-score-list{flex-direction:column;}.ps-question-score{display:grid;align-items:center;gap:8px;border:1px solid #ededf2;}.ps-question-score .rank{display:grid;place-items:center;background:#f0ecff;color:#674ce5;font-weight:820;}.ps-question-score .copy{min-width:0;}.ps-question-score .copy strong{overflow:hidden;color:#4b5063;font-weight:720;text-overflow:ellipsis;}.ps-question-score .copy span{display:block;color:#979baa;}.ps-sentiment{display:flex;overflow:hidden;border-radius:999px;background:#f0f0f4;}.ps-sentiment i{display:block;height:100%;}.ps-sentiment .neg{background:#d45b6c;}.ps-sentiment .neu{background:#c6c8d1;}.ps-sentiment .pos{background:#25a078;}.ps-question-score>strong{color:#41465a;text-align:right;}.ps-open-feedback{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;}.ps-feedback-group{border:1px solid #ececf2;overflow:hidden;}.ps-feedback-q{border-bottom:1px solid #ececf2;color:#54596d;font-weight:760;line-height:1.4;}.ps-feedback-answers{overflow:auto;}.ps-feedback-answer{border-top:1px solid #f0f0f4;color:#5e6377;font-size:8.5px;line-height:1.5;}.ps-feedback-answer:first-child{border-top:0;}.ps-feedback-answer small{display:block;color:#a0a4b2;}
.ps-response-table-wrap{border:1px solid #e5e6ec;border-radius:12px;overflow:auto;}.ps-response-table{width:100%;border-collapse:collapse;min-width:680px;}.ps-response-table th{height:34px;padding:0 10px;border-bottom:1px solid #e7e8ee;background:#f8f8fb;color:#7f8497;font-size:7.5px;font-weight:820;text-align:left;text-transform:uppercase;letter-spacing:.4px;}.ps-response-table td{height:43px;padding:0 10px;border-bottom:1px solid #efeff3;color:#596074;font-size:9px;}.ps-response-table tr:last-child td{border-bottom:0;}.ps-response-table strong{color:#3d4256;}.ps-response-score{display:inline-flex;align-items:center;gap:4px;min-height:23px;padding:0 7px;border-radius:999px;background:#f1edff;color:#654bdc;font-weight:800;}.ps-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:9px;color:#8a8fa0;font-size:8.5px;}.ps-pagination>div{display:flex;gap:5px;}
.ps-modal-backdrop{position:fixed;inset:0;z-index:1900;background:rgba(34,31,54,.3);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:.17s;}.ps-modal-backdrop.show{opacity:1;pointer-events:auto;}.ps-modal{position:fixed;z-index:1910;left:50%;top:50%;width:min(560px,calc(100vw - 28px));max-height:calc(100vh - 28px);display:flex;flex-direction:column;border:1px solid #e1e1eb;border-radius:17px;background:#fff;box-shadow:0 28px 70px rgba(37,31,69,.24);opacity:0;pointer-events:none;transform:translate(-50%,-48%) scale(.985);transition:.17s;}.ps-modal.show{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1);}.ps-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 17px;border-bottom:1px solid #ececf2;}.ps-modal-head h3{margin:4px 0 0;font-size:16px;}.ps-modal-head p{margin:4px 0 0;color:#8c91a2;font-size:9px;line-height:1.45;}.ps-modal-body{overflow:auto;padding:16px 17px;}.ps-modal-foot{display:flex;align-items:center;justify-content:flex-end;gap:7px;padding:11px 17px;border-top:1px solid #ececf2;background:#fdfdff;}.ps-template-choice{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;}.ps-template-choice input{position:absolute;opacity:0;}.ps-template-choice label>span{min-height:118px;display:flex;flex-direction:column;align-items:flex-start;padding:12px;border:1px solid #e2e3ea;border-radius:12px;background:#fbfbfe;cursor:pointer;}.ps-template-choice label>span>svg{width:30px;height:30px;padding:7px;border-radius:9px;background:#eee9ff;color:#674de7;}.ps-template-choice b{display:block;margin-top:9px;color:#464b5e;font-size:10px;}.ps-template-choice small{display:block;margin-top:4px;color:#8d92a4;font-size:8px;line-height:1.4;}.ps-template-choice input:checked+span{border-color:#bfb0ff;background:#f7f4ff;box-shadow:inset 0 0 0 1px #ddd5ff;}
.ps-response-drawer{position:fixed;z-index:1910;top:0;width:min(560px,100vw);height:100vh;display:flex;flex-direction:column;border-left:1px solid #e2e2eb;background:#fff;transition:.2s ease;}.ps-response-detail{overflow:auto;padding:13px 16px 24px;}.ps-detail-section{margin-top:12px;}.ps-detail-section:first-child{margin-top:0;}.ps-detail-section h4{margin:0 0 7px;color:#6d58c9;font-size:9px;text-transform:uppercase;letter-spacing:.5px;}.ps-detail-answer{padding:10px;border:1px solid #e9e9ef;border-radius:10px;background:#fbfbfd;margin-bottom:6px;}.ps-detail-answer strong{display:block;color:#565b6f;font-size:9px;line-height:1.4;}.ps-detail-answer p{margin:5px 0 0;color:#777d91;font-size:9px;line-height:1.5;white-space:pre-wrap;}.ps-detail-rating{display:inline-flex;align-items:center;margin-top:6px;padding:4px 7px;border-radius:999px;background:#f1edff;color:#654bdc;font-size:8px;font-weight:800;}
.ps-toast{position:fixed;z-index:1990;left:50%;bottom:22px;max-width:min(460px,calc(100vw - 28px));padding:10px 13px;border:1px solid #dedbe9;border-radius:11px;background:#fff;color:#4d5265;font-size:9.5px;font-weight:700;box-shadow:0 14px 35px rgba(34,28,63,.15);opacity:0;pointer-events:none;transform:translate(-50%,12px);transition:.18s;}.ps-toast.show{opacity:1;transform:translate(-50%,0);}.ps-toast.error{border-color:#f1cbd1;background:#fff6f7;color:#ac4657;}
@media(max-width:1180px){.ps-study-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ps-share-grid{grid-template-columns:1fr 1fr;}.ps-share-main{grid-column:1/-1;}}
@media(max-width:780px){.ps-topbar{align-items:flex-start;flex-wrap:wrap;}.ps-topbar-brand{flex-basis:calc(100% - 120px);}.ps-topbar-flow{order:3;width:100%;justify-content:flex-start;}.ps-topbar-new{margin-left:auto;}.ps-panel-head,.ps-workbar{align-items:flex-start;flex-direction:column;}.ps-panel-actions{width:100%;flex-wrap:wrap;}.ps-company-filter{width:100%;}.ps-company-filter select{flex:1;min-width:0;}.ps-study-grid{grid-template-columns:1fr;}.ps-builder-settings{order:2;}.ps-question-card-top{grid-template-columns:30px minmax(0,1fr) auto;}.ps-qtype{grid-column:2/4;}.ps-share-grid,.ps-dashboard-grid,.ps-open-feedback{grid-template-columns:1fr;}.ps-share-main{grid-column:auto;}.ps-kpi-grid{grid-template-columns:1fr 1fr;}.ps-question-score{grid-template-columns:28px minmax(0,1fr) 55px;}.ps-sentiment{display:none;}.ps-template-choice{grid-template-columns:1fr;}}
@media(max-width:480px){.ps-kpi-grid{grid-template-columns:1fr;}.ps-overall-distribution{grid-template-columns:1fr 1fr;}.ps-tabs{padding:4px;}.ps-tab{padding:0 9px;}.ps-tab span{display:none;}}

@media(max-width:520px){.ps-topbar{gap:10px;padding:10px;}.ps-topbar-brand{flex-basis:100%;}.ps-topbar-new{order:2;margin-left:0;}.ps-topbar-flow{order:3;overflow:auto;padding-bottom:1px;}.ps-topbar-title h1{font-size:18px;}.ps-flow-arrow{display:none;}.ps-flow-chip{height:28px;padding:0 9px;}}


.ps-workbar-title{min-width:0;flex:1 1 auto;}
.ps-workbar-meta{min-width:0;flex:1 1 auto;}
.ps-workbar-meta>span{display:block;color:#7d8498;font-size:10.5px!important;font-weight:700;line-height:1.25;}
.ps-inline-study-name{min-width:0;max-width:680px;display:flex;align-items:center;gap:7px;margin-top:3px;padding:2px 7px 2px 5px;border:1px solid transparent;border-radius:9px;background:transparent;transition:.15s ease;cursor:text;}
.ps-inline-study-name:hover{border-color:#e2def7;background:#faf8ff;}
.ps-inline-study-name:focus-within{border-color:#bcaefb;background:#fff;box-shadow:0 0 0 3px #f1edff;}
.ps-inline-study-name>svg{width:15px;height:15px;flex:0 0 15px;color:#7258ea;stroke-width:1.9;}
.ps-inline-study-name input{min-width:240px;width:min(52vw,620px);padding:2px 0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#30354a;font-size:14px!important;line-height:1.3;font-weight:800;}
.ps-inline-study-name input::placeholder{color:#a0a4b4;font-weight:650;}

.ps-builder-layout{grid-template-columns:300px minmax(0,1fr);}
.ps-side-card{padding:14px;}
.ps-side-title{margin-bottom:12px;font-size:12px;gap:8px;}
.ps-side-title svg{width:16px;height:16px;}
.ps-field{margin-top:11px;}
.ps-field>span{margin-bottom:6px;color:#686f84;font-size:10.5px;font-weight:780;}
.ps-field input,.ps-field textarea,.ps-field select{padding:10px 11px;border-radius:10px;color:#3f4559;font-size:11.5px;line-height:1.4;}
.ps-field textarea{min-height:92px;}
.ps-help-row{gap:9px;padding:10px 0;}
.ps-help-row>svg{width:16px;height:16px;flex-basis:16px;}
.ps-help-row b{font-size:10.5px;}
.ps-help-row small{margin-top:3px;font-size:9.5px;line-height:1.45;}
.ps-builder-main-head{margin-bottom:11px;}
.ps-builder-main-head h3{font-size:15px;}
.ps-builder-main-head p{margin-top:4px;color:#7f8598;font-size:10.5px;line-height:1.45;}
.ps-question-list{gap:10px;}
.ps-question-card{border-radius:14px;}
.ps-question-card-top{grid-template-columns:36px minmax(0,1fr) 150px auto;gap:10px;padding:11px 12px;}
.ps-qdrag{width:32px;height:32px;font-size:11px;}
.ps-qtext{font-size:12.5px;font-weight:700;line-height:1.35;}
.ps-qtype{height:34px;padding:0 9px;font-size:10.5px;}
.ps-qactions button{width:31px;height:31px;}
.ps-qactions svg{width:14px;height:14px;}
.ps-question-card-body{grid-template-columns:minmax(0,1fr) 170px 105px;gap:10px;padding:11px 12px 12px;}
.ps-question-card-body .ps-field{margin-top:0;}
.ps-toggle-row{gap:8px;padding-top:24px;color:#5f667b;font-size:10.5px;font-weight:750;}
.ps-toggle-row input{width:15px;height:15px;}
.ps-add-question-row{height:44px;font-size:10.5px;}
.ps-btn{font-size:11px;}
.ps-status{font-size:9px;}
.ps-workbar-title .ps-status{flex:0 0 auto;}

@media(max-width:1180px){
  .ps-builder-layout{grid-template-columns:260px minmax(0,1fr);}
  .ps-question-card-top{grid-template-columns:34px minmax(0,1fr) 145px auto;}
  .ps-inline-study-name input{width:min(48vw,520px);}
}
@media(max-width:780px){
  .ps-inline-study-name input{min-width:0;width:100%;font-size:13px!important;}
  .ps-workbar-title{width:100%;}
  .ps-workbar-meta{flex:1;}
  .ps-builder-layout{grid-template-columns:1fr;}
  .ps-question-card-body{grid-template-columns:1fr;}
  .ps-toggle-row{padding-top:0;}
}


.ps-circulate-panel{padding:14px 16px 16px;}
.ps-circulate-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;}
.ps-circulate-title{display:flex;align-items:center;gap:10px;min-width:0;}
.ps-circulate-title-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:12px;background:#f0ecff;color:#684cf0;}
.ps-circulate-title-icon svg{width:17px;height:17px;stroke-width:2;}
.ps-circulate-title h3{margin:0;color:#2f3347;font-size:15px;font-weight:840;line-height:1.2;}
.ps-circulate-title p{margin:3px 0 0;color:#7f869a;font-size:10.5px;line-height:1.4;font-weight:560;}
.ps-circulate-status-wrap{display:flex;align-items:center;gap:8px;flex:0 0 auto;}
.ps-circulate-status-wrap .ps-btn{height:36px;padding:0 12px;}

.ps-circulate-row{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.72fr);gap:10px;padding:10px;border:1px solid #e4e4ed;border-radius:15px;background:#fbfbfe;}
.ps-circulate-link-block{display:flex;align-items:center;gap:11px;min-width:0;padding:11px 12px;border:1px solid #e3e7f2;border-radius:13px;background:#fff;}
.ps-circulate-block-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:11px;}
.ps-circulate-block-icon svg{width:17px;height:17px;stroke-width:2;}
.ps-circulate-block-icon.blue{background:#eef4ff;color:#4f7fe4;}
.ps-circulate-block-icon.green{background:#eaf8f3;color:#25876c;}
.ps-circulate-link-copy{min-width:0;flex:1;}
.ps-circulate-link-copy>span{display:block;color:#8c92a4;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.55px;}
.ps-circulate-link-copy>strong{display:block;margin-top:2px;color:#3b4054;font-size:11.5px;font-weight:820;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ps-circulate-link-actions{display:flex;align-items:center;gap:7px;margin-top:7px;min-width:0;}
.ps-circulate-link-actions .ps-link-box{flex:1;min-width:0;margin-top:0;}
.ps-circulate-link-actions .ps-link-box input{height:34px;font-size:9.5px;}
.ps-mini-action{height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #dcd8f5;border-radius:9px;background:#fff;color:#6652d2;font-size:9.5px;font-weight:800;cursor:pointer;white-space:nowrap;}
.ps-mini-action:hover{background:#f7f4ff;border-color:#cfc6fa;}
.ps-mini-action svg{width:13px;height:13px;}

.ps-circulate-mail-action{display:flex;align-items:center;gap:11px;min-width:0;padding:11px 12px;border:1px solid #d8d0ff;border-radius:13px;background:linear-gradient(135deg,#f8f5ff 0%,#f0ebff 100%);color:inherit;text-align:left;cursor:pointer;transition:.15s ease;}
.ps-circulate-mail-action:hover{transform:translateY(-1px);border-color:#bfb2ff;box-shadow:0 10px 24px rgba(97,70,205,.10);}
.ps-circulate-mail-copy{min-width:0;flex:1;display:block;}
.ps-circulate-mail-copy small{display:block;color:#7e70c8;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.5px;}
.ps-circulate-mail-copy strong{display:block;margin-top:3px;color:#423966;font-size:12px;font-weight:850;line-height:1.2;}
.ps-circulate-mail-copy em{display:block;margin-top:4px;color:#837b9f;font-size:9.5px;line-height:1.3;font-style:normal;font-weight:600;}
.ps-circulate-arrow{width:16px;height:16px;flex:0 0 16px;color:#7259e8;}
.ps-circulate-footnote{display:flex;align-items:center;gap:7px;margin-top:9px;padding:0 3px;color:#7f8699;font-size:9.5px;line-height:1.4;}
.ps-circulate-footnote svg{width:14px;height:14px;flex:0 0 14px;color:#32a184;}

@media(max-width:980px){
  .ps-circulate-row{grid-template-columns:1fr;}
}



.ps-mailer-workspace{margin-top:2px;border:1px solid #deddf0;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(43,37,79,.06);}
.ps-mailer-flowbar{position:sticky;top:0;z-index:12;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;min-height:76px;padding:10px 12px;border-bottom:1px solid #e8e7f1;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);}
.ps-mailer-back{height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #e1e2ea;border-radius:10px;background:#fff;color:#646b80;font-size:10px;font-weight:780;cursor:pointer;}
.ps-mailer-back:hover{border-color:#d2caf9;background:#faf8ff;color:#6048d5;}.ps-mailer-back svg{width:14px;height:14px;}
.ps-mailer-steps{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0;}
.ps-mailer-steps>svg{width:15px;height:15px;flex:0 0 15px;color:#c2c5d0;}
.ps-mailer-step{display:flex;align-items:center;gap:8px;min-width:0;padding:7px 9px;border:1px solid transparent;border-radius:12px;color:#858b9d;transition:.15s ease;}
.ps-mailer-step>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border-radius:9px;background:#f0f1f5;color:#8a8fa0;font-size:10px;font-weight:850;}
.ps-mailer-step div{min-width:0;}.ps-mailer-step b{display:block;color:inherit;font-size:10.5px;font-weight:830;line-height:1.2;white-space:nowrap;}.ps-mailer-step small{display:block;margin-top:2px;color:#9aa0b0;font-size:8.5px;line-height:1.2;white-space:nowrap;}
.ps-mailer-step.active{border-color:#d9d0ff;background:#f7f4ff;color:#5f48cf;}.ps-mailer-step.active>span{background:#6c4cf5;color:#fff;box-shadow:0 5px 13px rgba(108,76,245,.22);}.ps-mailer-step.active small{color:#8677cd;}
.ps-mailer-step.done{color:#248267;}.ps-mailer-step.done>span{background:#e5f7f0;color:#1d8262;}.ps-mailer-step.done small{color:#6d9d8e;}
.ps-mailer-next{min-width:196px;height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 13px;border:0;border-radius:13px;background:linear-gradient(135deg,#7557f3,#6546e8);color:#fff;box-shadow:0 9px 22px rgba(104,75,235,.23);cursor:pointer;transition:.15s ease;}
.ps-mailer-next:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(104,75,235,.29);}
.ps-mailer-next:disabled{cursor:default;opacity:.74;}.ps-mailer-next>span{display:block;text-align:left;}.ps-mailer-next small{display:block;color:#e7e1ff;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.45px;}.ps-mailer-next strong{display:block;margin-top:2px;color:#fff;font-size:11px;font-weight:850;white-space:nowrap;}.ps-mailer-next>svg{width:17px;height:17px;flex:0 0 17px;}.ps-mailer-next.complete{background:#238667;box-shadow:0 8px 20px rgba(35,134,103,.18);}
.ps-mailer-frame-shell{position:relative;}
.ps-mailer-loading{position:absolute;z-index:5;inset:0;display:flex;align-items:center;justify-content:center;gap:9px;background:#f8f8fc;color:#656b7f;font-size:11px;font-weight:760;}.ps-mailer-loading.hidden{display:none;}.ps-mailer-loading .ps-spinner{width:16px;height:16px;}
.ps-circulate-mail-action:disabled{opacity:.65;cursor:wait;transform:none!important;}
@media(max-width:980px){.ps-mailer-flowbar{grid-template-columns:auto 1fr;}.ps-mailer-steps{order:3;grid-column:1/-1;justify-content:flex-start;overflow:auto;}.ps-mailer-next{margin-left:auto;}}


.ps-mailer-workspace{
  overflow:visible;
}
.ps-mailer-flowbar{
  border-radius:16px 16px 0 0;
}
.ps-mailer-frame-shell{
  min-height:0;
  overflow:visible;
  background:#f6f6fb;
}
.ps-mailer-frame-shell iframe{
  display:block;
  width:100%;
  height:900px;
  min-height:0;
  border:0;
  overflow:hidden;
  background:#f6f6fb;
}
@media(max-width:980px){
  .ps-mailer-frame-shell iframe{height:900px;}
}
/* =========================================================
   CANONICAL RESPONSIVE PROFILE — (max-width:650px)
   Safely consolidated equivalent breakpoint groups.
   ========================================================= */
@media (max-width:650px){
  /* Component group 1 */
.ps-mailer-flowbar{display:flex;align-items:stretch;flex-direction:column;gap:8px;}.ps-mailer-steps{order:2;width:100%;gap:4px;}.ps-mailer-steps>svg{display:none;}.ps-mailer-step{flex:1;padding:6px;}.ps-mailer-step small{display:none;}.ps-mailer-next{order:3;width:100%;min-width:0;}.ps-mailer-back{align-self:flex-start;}

  /* Component group 2 */
  .ps-mailer-frame-shell iframe{height:980px;}

}



.ps-dashboard-head h3{margin:0 0 6px;}
.ps-dashboard-head p{color:#7b8195;}
.ps-dashboard-hero-row{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;margin:16px 0;}
.ps-dash-hero-card,.ps-dash-side-card{border:1px solid #e7e6f2;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(91,73,215,.06);}
.ps-dash-hero-card{padding:22px;background:linear-gradient(135deg,#f8f5ff 0%,#ffffff 52%,#eef7f3 100%);}
.ps-dash-side-card{padding:18px;}
.ps-hero-score-wrap{display:grid;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:22px;}
.ps-hero-score-ring{--score:0%;border-radius:999px;background:conic-gradient(#6a4df0 var(--score),#ebebf4 0);display:grid;place-items:center;position:relative;box-shadow:0 10px 25px rgba(106,77,240,.15);}
.ps-hero-score-ring:after{content:"";position:absolute;border-radius:inherit;background:#fff;}
.ps-hero-score-core{position:relative;z-index:1;display:grid;place-items:center;text-align:center;}
.ps-hero-score-core strong{line-height:1;color:#2f3447;font-weight:850;}
.ps-hero-score-core span{margin-top:6px;color:#8a8fa3;font-weight:700;}
.ps-hero-kicker{display:inline-flex;border-radius:999px;background:#efeaff;color:#6a4df0;font-weight:800;letter-spacing:.03em;text-transform:uppercase;}
.ps-hero-score-copy h4{color:#272c3e;line-height:1.15;}
.ps-hero-score-copy p{margin:0;color:#6c7287;}
.ps-hero-response-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}
.ps-hero-response-meta span{display:inline-flex;align-items:center;gap:8px;border-radius:12px;background:#ffffffcc;border:1px solid #ebe8f7;color:#565d73;font-weight:700;}
.ps-hero-response-meta svg{width:16px;height:16px;color:#6a4df0;}
.ps-hero-sentiment-block{display:grid;gap:12px;margin-top:18px;}
.ps-hero-sentiment-row{display:grid;grid-template-columns:74px minmax(0,1fr) 62px;align-items:center;gap:12px;}
.ps-hero-sentiment-row span{color:#596175;font-size:14px;font-weight:750;}
.ps-hero-sentiment-row strong{color:#2f3549;font-size:14px;text-align:right;font-weight:800;font-variant-numeric:tabular-nums;}
.ps-hero-meter{height:10px;border-radius:999px;background:#ececf4;overflow:hidden;}
.ps-hero-meter i{display:block;height:100%;border-radius:inherit;}.ps-hero-meter .pos{background:linear-gradient(90deg,#3cc790,#209f71);}.ps-hero-meter .neu{background:linear-gradient(90deg,#f4cc6a,#e0ab38);}.ps-hero-meter .neg{background:linear-gradient(90deg,#f08493,#d75b71);}
.ps-dash-title span{letter-spacing:.08em;}.ps-dash-title strong{color:#2d3246;}
.ps-dash-highlights{display:grid;gap:12px;margin-top:12px;}
.ps-highlight-card{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;padding:15px;border-radius:16px;border:1px solid #ecebf5;background:#fafafe;}
.ps-highlight-card .icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;}
.ps-highlight-card .icon svg{width:20px;height:20px;}
.ps-highlight-card strong{display:block;color:#2f3447;line-height:1.35;margin:4px 0 6px;}.ps-highlight-card small{display:block;color:#7c84a0;font-weight:800;letter-spacing:.06em;text-transform:uppercase;}.ps-highlight-card p{margin:0;color:#70778d;line-height:1.5;}
.ps-highlight-card.strong .icon{background:#edf8f3;color:#209f71;}.ps-highlight-card.warn .icon{background:#fff2f3;color:#cf5e72;}.ps-highlight-card.info .icon{background:#efecff;color:#6a4df0;}
.ps-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:0 0 16px;}
.ps-kpi{padding:16px 16px 15px;border-radius:18px;border:1px solid #e8e7f1;box-shadow:0 8px 20px rgba(24,32,56,.04);}
.ps-kpi:before{display:none;}
.ps-kpi span{display:flex;align-items:center;gap:8px;color:#7b8093;font-weight:800;letter-spacing:.04em;text-transform:uppercase;}
.ps-kpi span svg{width:16px;height:16px;}
.ps-kpi strong{margin-top:10px;color:#282d3f;}.ps-kpi small{margin-top:8px;color:#8d93a7;line-height:1.4;}
.ps-kpi.purple{background:linear-gradient(180deg,#faf8ff,#fff);}.ps-kpi.blue{background:linear-gradient(180deg,#f5f9ff,#fff);}.ps-kpi.green{background:linear-gradient(180deg,#f1fbf6,#fff);}.ps-kpi.amber{background:linear-gradient(180deg,#fffaf0,#fff);}.ps-kpi.red{background:linear-gradient(180deg,#fff6f7,#fff);}
.ps-dashboard-analytics-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.ps-dashboard-bottom-grid{grid-template-columns:1.2fr .8fr;gap:16px;}
.ps-dash-card{padding:18px;border-radius:20px;box-shadow:0 10px 24px rgba(24,32,56,.045);}
.ps-overall-distribution{display:grid;gap:12px;}
.ps-dist-row{display:grid;grid-template-columns:170px minmax(0,1fr) 70px;align-items:center;gap:14px;padding:12px 14px;border-radius:16px;background:#fafafe;border:1px solid #efeff5;}
.ps-dist-label{display:flex;flex-direction:column;gap:3px;}.ps-dist-label b{color:#33384b;}.ps-dist-label small{color:#8a91a6;}.ps-dist-bar{height:12px;background:#ececf4;border-radius:999px;overflow:hidden;}.ps-dist-bar i{display:block;height:100%;border-radius:inherit;}
.ps-dist-row.is-1 .ps-dist-bar i{background:linear-gradient(90deg,#ee97a3,#d75b71);}.ps-dist-row.is-2 .ps-dist-bar i{background:linear-gradient(90deg,#f4c967,#deac39);}.ps-dist-row.is-3 .ps-dist-bar i{background:linear-gradient(90deg,#c7cada,#9ca2b7);}.ps-dist-row.is-4 .ps-dist-bar i{background:linear-gradient(90deg,#86ddb2,#34b883);}.ps-dist-row.is-5 .ps-dist-bar i{background:linear-gradient(90deg,#69d8a0,#199c6c);}
.ps-dist-row strong{color:#2f3447;text-align:right;font-variant-numeric:tabular-nums;}
.ps-section-scores{display:grid;gap:12px;}
.ps-section-card{padding:14px;border-radius:16px;border:1px solid #efeff5;background:#fafafe;}
.ps-section-card-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:10px;}.ps-section-rank{display:inline-grid;place-items:center;min-width:34px;height:34px;padding:0 10px;border-radius:10px;background:#efeaff;color:#6a4df0;font-size:12px;font-weight:800;}.ps-section-card-top strong{color:#32374a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.ps-section-card-top b{color:#252a3b;}.ps-section-card small{display:block;margin-top:8px;color:#8b90a5;}
.ps-score-bar{height:10px;}
.ps-question-score-list{display:grid;gap:10px;}
.ps-question-score{grid-template-columns:36px minmax(0,1fr) 140px 64px;padding:12px 14px;border-radius:16px;background:#fbfbfe;}
.ps-question-score.top{border-color:#d8f1e5;background:linear-gradient(180deg,#f6fffa,#fbfbfe);}.ps-question-score.low{border-color:#f8d9df;background:linear-gradient(180deg,#fff9fa,#fbfbfe);}
.ps-question-score .rank{width:34px;height:34px;border-radius:11px;font-size:12px;}.ps-question-score .copy strong{line-height:1.4;white-space:normal;display:block;}.ps-question-score .copy span{margin-top:4px;}.ps-sentiment{height:10px;}.ps-question-score>strong{font-weight:800;}
.ps-comments-card .ps-open-feedback{grid-template-columns:1fr;gap:12px;}
.ps-feedback-group{border-radius:16px;background:#fbfbfe;}
.ps-feedback-q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px;background:#f8f8fc;}.ps-feedback-q span{font-weight:780;line-height:1.5;}.ps-feedback-q b{white-space:nowrap;color:#6a4df0;}.ps-feedback-answers{max-height:520px;padding:0 0 4px;}.ps-feedback-answer{padding:14px 15px;}.ps-feedback-answer p{margin:0;color:#50576b;line-height:1.65;}.ps-feedback-answer small{margin-top:8px;}
@media(max-width:1200px){.ps-dashboard-hero-row,.ps-dashboard-bottom-grid,.ps-dashboard-analytics-grid{grid-template-columns:1fr;}.ps-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:900px){.ps-hero-score-wrap{grid-template-columns:1fr;justify-items:start;}.ps-hero-score-ring{width:132px;height:132px;}.ps-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ps-dist-row{grid-template-columns:1fr;}.ps-dist-row strong{text-align:left;}.ps-question-score{grid-template-columns:36px minmax(0,1fr) 64px;}.ps-sentiment{display:none;}}
/* =========================================================
   CANONICAL RESPONSIVE PROFILE — (max-width:640px)
   Safely consolidated equivalent breakpoint groups.
   ========================================================= */
@media (max-width:640px){
  /* Component group 1 */
  .ps-circulate-head{align-items:flex-start;flex-direction:column;}
  .ps-circulate-status-wrap{width:100%;justify-content:space-between;}
  .ps-circulate-link-block{align-items:flex-start;}
  .ps-circulate-link-actions{align-items:stretch;flex-direction:column;}
  .ps-mini-action{justify-content:center;}
  .ps-circulate-footnote{align-items:flex-start;}

  /* Component group 2 */
.ps-dashboard-head h3{font-size:24px;}.ps-dash-title strong{font-size:16px;}.ps-kpi-grid{grid-template-columns:1fr;}.ps-hero-sentiment-row{grid-template-columns:62px minmax(0,1fr) 54px;}.ps-feedback-q{flex-direction:column;align-items:flex-start;}.ps-question-score{grid-template-columns:1fr;}.ps-question-score .rank{display:none;}

}



.ps-hero-kicker{padding:6px 10px;}
.ps-hero-score-copy h4{margin:10px 0 6px;}
.ps-hero-score-copy p{line-height:1.5;}
.ps-hero-response-meta span{font-size:12px;padding:8px 10px;}
.ps-hero-score-ring{width:130px;height:130px;}
.ps-hero-score-ring:after{inset:10px;}
.ps-hero-score-core strong{font-size:31px;}
.ps-hero-score-core span{font-size:12px;}
.ps-hero-sentiment-row span,.ps-hero-sentiment-row strong{font-size:13px;}
.ps-highlight-card small{font-size:10px;}
.ps-dist-label b{font-size:13px;}
.ps-dist-label small{font-size:11px;}
.ps-dist-row strong{font-size:16px;}
.ps-section-card-top strong{font-size:14px;}
.ps-section-card-top b{font-size:17px;}
.ps-section-card small{font-size:11px;}
.ps-question-score .copy strong{font-size:13px;}
.ps-question-score .copy span{font-size:11px;}
.ps-question-score>strong{font-size:15px;}
.ps-feedback-q{font-size:12px;}
.ps-feedback-q b{font-size:11px;}
.ps-feedback-answer p{font-size:13px;}
.ps-feedback-answer small{font-size:10px;}


.ps-btn-ai{display:inline-flex;align-items:center;gap:7px;border:1px solid #d9ceff;background:#f3efff;color:#6349dc;font-weight:780;}.ps-btn-ai:hover{background:#ebe5ff;}.ps-btn-ai:disabled{opacity:.55;cursor:not-allowed;}
.ps-dashboard-tabs{display:flex;align-items:center;margin:0 0 14px;border:1px solid #e7e6ef;overflow-x:auto;}.ps-dashboard-tabs button{display:inline-flex;align-items:center;border:0;background:transparent;color:#687086;white-space:nowrap;cursor:pointer;}.ps-dashboard-tabs button.active{background:#fff;border:1px solid #ded7ff;}.ps-dashboard-view{display:none;}.ps-dashboard-view.active{display:block;}
.ps-survey-snapshot{margin:0 0 16px;padding:16px;border:1px solid #e7e7ef;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfbfe);}.ps-snapshot-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px;}.ps-snapshot-head>div span{display:block;color:#979caf;font-size:9px;font-weight:820;letter-spacing:.09em;text-transform:uppercase;}.ps-snapshot-head>div strong{display:block;margin-top:2px;color:#31364a;font-size:15px;}.ps-snapshot-head>small{padding:6px 9px;border-radius:999px;background:#f0ecff;color:#654ce3;font-size:10px;font-weight:780;}.ps-snapshot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}.ps-snapshot-grid>div{min-width:0;padding:12px;border:1px solid #ececf3;border-radius:13px;background:#fff;}.ps-snapshot-grid>div>span{display:flex;align-items:center;gap:6px;color:#7e8497;font-size:10px;font-weight:780;text-transform:uppercase;}.ps-snapshot-grid>div>span svg{width:14px;height:14px;color:#694ff0;}.ps-snapshot-grid>div>strong{display:block;margin-top:7px;color:#2e3347;font-size:20px;}.ps-snapshot-grid>div>small{display:block;margin-top:4px;color:#9499aa;font-size:10px;line-height:1.4;}.ps-trend-bars{height:28px;display:flex;align-items:flex-end;gap:3px;margin-top:7px;}.ps-trend-bars i{flex:1;min-width:3px;max-width:10px;border-radius:3px 3px 1px 1px;background:linear-gradient(180deg,#927dff,#6249e4);}.ps-trend-bars em{color:#a1a5b4;font-size:10px;font-style:normal;}
.ps-ai-executive-card{margin-top:16px;}.ps-ai-wide-card{padding:18px;border:1px solid #e5e3f2;border-radius:18px;background:#fff;box-shadow:0 9px 24px rgba(42,33,96,.04);margin-bottom:14px;}.ps-ai-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px;}.ps-ai-card-head h4{margin:7px 0 3px;color:#2d3245;font-size:16px;}.ps-ai-card-head p{margin:0;color:#858b9f;font-size:11px;line-height:1.45;}.ps-ai-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#f0ebff;color:#654ae2;font-size:9px;font-weight:820;letter-spacing:.06em;text-transform:uppercase;}.ps-ai-badge svg{width:13px;height:13px;}.ps-ai-badge.danger{background:#fff0f2;color:#ca586d;}.ps-ai-status{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#f4f4f7;color:#858a9a;font-size:9px;font-weight:760;}.ps-ai-status.ready{background:#eaf8f2;color:#218464;}.ps-ai-status.error{background:#fff0f2;color:#bd5064;}.ps-ai-status.stale{background:#fff7e4;color:#a87116;}.ps-ai-executive{display:grid;grid-template-columns:.9fr 1.1fr;gap:14px;}.ps-ai-overall-read{padding:14px;border-radius:14px;background:linear-gradient(135deg,#f6f2ff,#fff);border:1px solid #e8e1ff;}.ps-ai-overall-read>span{display:block;color:#7f70c7;font-size:9px;font-weight:820;text-transform:uppercase;letter-spacing:.08em;}.ps-ai-overall-read>strong{display:block;margin-top:6px;color:#32364b;font-size:15px;line-height:1.4;}.ps-ai-overall-read p{margin:7px 0 0;color:#676d81;font-size:12px;line-height:1.55;}.ps-ai-overall-read small{display:flex;align-items:flex-start;gap:6px;margin-top:10px;color:#8b90a1;font-size:9px;line-height:1.45;}.ps-ai-overall-read small svg{width:13px;height:13px;flex:0 0 13px;margin-top:1px;}.ps-ai-summary-bullets{display:grid;gap:7px;}.ps-ai-summary-bullets>div{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:flex-start;padding:10px 11px;border:1px solid #ededf3;border-radius:11px;background:#fcfcfe;}.ps-ai-summary-bullets svg{width:16px;height:16px;color:#31a67c;margin-top:1px;}.ps-ai-summary-bullets span{color:#51576a;font-size:11px;line-height:1.5;}.ps-ai-meta{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap;}.ps-ai-meta span{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:8px;background:#f6f6f9;color:#8a8fa1;font-size:9px;}.ps-ai-meta span svg{width:12px;height:12px;}.ps-ai-meta .stale{background:#fff6e5;color:#a6751d;}.ps-ai-empty{min-height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:16px;border:1px dashed #dddbea;border-radius:13px;background:#fafafe;color:#8a90a2;}.ps-ai-empty>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f0ecff;color:#694ff0;}.ps-ai-empty svg{width:16px;height:16px;}.ps-ai-empty strong{max-width:600px;font-size:11px;line-height:1.5;font-weight:650;}
.ps-report-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin:3px 0 14px;}.ps-report-section-head span{display:block;color:#704ff1;font-size:9px;font-weight:820;letter-spacing:.09em;text-transform:uppercase;}.ps-report-section-head h4{margin:4px 0 3px;color:#2d3245;font-size:18px;}.ps-report-section-head p{margin:0;color:#858b9f;font-size:11px;}
.ps-detailed-questions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.ps-question-result-card{padding:14px;border:1px solid #e8e8ef;border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(27,35,62,.035);}.ps-question-result-head{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:flex-start;gap:10px;}.ps-question-number{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#efeaff;color:#684de5;font-size:10px;font-weight:820;}.ps-question-result-head small{display:block;color:#9a9eae;font-size:8px;font-weight:780;text-transform:uppercase;letter-spacing:.06em;}.ps-question-result-head h5{margin:3px 0 0;color:#3a3f53;font-size:12px;line-height:1.45;}.ps-question-average{display:flex;align-items:baseline;gap:3px;padding:6px 8px;border-radius:9px;background:#f7f5ff;color:#5e46d8;}.ps-question-average strong{font-size:16px;}.ps-question-average span{font-size:9px;font-weight:700;}.ps-question-result-meta{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0;}.ps-question-result-meta span{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:8px;background:#f6f6f9;color:#7d8294;font-size:8.5px;font-weight:700;}.ps-question-result-meta svg{width:11px;height:11px;}.ps-question-result-meta .positive{background:#edf8f3;color:#268468;}.ps-question-result-meta .negative{background:#fff0f2;color:#bd5367;}.ps-question-distribution{display:grid;gap:6px;}.ps-qdist-row{display:grid;grid-template-columns:76px minmax(0,1fr) 48px 24px;align-items:center;gap:7px;}.ps-qdist-row>span{font-size:9px;color:#73798c;font-weight:700;}.ps-qdist-row>div{height:7px;border-radius:999px;background:#eeeef3;overflow:hidden;}.ps-qdist-row>div i{display:block;height:100%;border-radius:inherit;}.ps-qdist-row>b{font-size:9px;color:#4b5063;text-align:right;}.ps-qdist-row>small{font-size:8px;color:#9a9ead;text-align:right;}.ps-qdist-row.score-1 i{background:#d75c70;}.ps-qdist-row.score-2 i{background:#dfab3a;}.ps-qdist-row.score-3 i{background:#9ea4b5;}.ps-qdist-row.score-4 i{background:#37b884;}.ps-qdist-row.score-5 i{background:#1d9b6d;}
.ps-investor-voice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}.ps-voice-card{padding:13px;border:1px solid #ececf2;border-radius:14px;background:#fbfbfe;}.ps-voice-card-head{display:flex;align-items:center;gap:8px;}.ps-voice-card-head>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#efebff;color:#684de5;}.ps-voice-card-head svg{width:14px;height:14px;}.ps-voice-card-head strong{color:#34394d;font-size:11px;}.ps-voice-card>p{margin:9px 0;color:#666c80;font-size:11px;line-height:1.55;}.ps-voice-themes{display:grid;gap:5px;}.ps-voice-themes>span{display:block;padding:7px 8px;border-radius:9px;background:#fff;border:1px solid #ededf3;color:#7a8092;font-size:9px;line-height:1.45;}.ps-voice-themes b{display:block;margin-bottom:2px;color:#4d5265;font-size:9.5px;}.ps-raw-feedback-card{margin-top:14px;}
.ps-recommendation-layout{display:grid;grid-template-columns:1fr 1fr;gap:12px;}.ps-ai-theme-list{display:grid;gap:8px;}.ps-ai-theme{padding:11px 12px;border:1px solid #ececf2;border-radius:11px;background:#fcfcfe;}.ps-ai-theme strong{display:block;color:#34394d;font-size:11px;}.ps-ai-theme p{margin:4px 0 0;color:#747a8d;font-size:10px;line-height:1.5;}.ps-ai-theme-list.positive .ps-ai-theme{border-left:3px solid #31a47b;}.ps-ai-theme-list.negative .ps-ai-theme{border-left:3px solid #d45c70;}.ps-actions-card{margin-top:0;}.ps-ai-actions{display:grid;gap:9px;}.ps-ai-action{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;padding:12px;border:1px solid #ececf2;border-radius:13px;background:#fbfbfe;}.ps-action-no{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#efeaff;color:#674be4;font-size:10px;font-weight:820;}.ps-action-title{display:flex;align-items:center;justify-content:space-between;gap:10px;}.ps-action-title strong{color:#34394d;font-size:11px;}.ps-action-title .priority{padding:4px 7px;border-radius:999px;background:#f1f1f5;color:#73798c;font-size:8px;font-weight:820;text-transform:uppercase;}.ps-action-title .priority.high{background:#fff0f2;color:#bd5367;}.ps-action-title .priority.medium{background:#fff7e4;color:#a8731c;}.ps-action-title .priority.low{background:#edf8f3;color:#248166;}.ps-ai-action p{margin:5px 0 3px;color:#555c71;font-size:11px;line-height:1.45;font-weight:650;}.ps-ai-action small{color:#888e9f;font-size:9px;line-height:1.45;}.ps-conclusion-card{background:linear-gradient(135deg,#faf8ff,#fff);}.ps-ai-conclusion-text{margin:0;padding:14px;border-radius:13px;background:#fff;border:1px solid #ece8ff;color:#50576c;font-size:11px;line-height:1.65;}.ps-question-score-cache{display:none!important;}
@media(max-width:1100px){.ps-snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ps-detailed-questions,.ps-investor-voice-grid,.ps-recommendation-layout{grid-template-columns:1fr;}.ps-ai-executive{grid-template-columns:1fr;}}
@media(max-width:680px){.ps-dashboard-tabs{gap:4px;}.ps-dashboard-tabs button{padding:0 9px;font-size:10px;}.ps-dashboard-head .ps-panel-actions{display:flex;gap:6px;flex-wrap:wrap;}.ps-snapshot-grid{grid-template-columns:1fr;}.ps-qdist-row{grid-template-columns:66px minmax(0,1fr) 44px;}.ps-qdist-row>small{display:none;}.ps-ai-card-head{flex-direction:column;}.ps-question-result-head{grid-template-columns:30px minmax(0,1fr);}.ps-question-average{grid-column:2;justify-self:start;}}



/* 1. Module identity — strongest level */
.ps-topbar{
  min-height:76px;
  padding:12px 14px;
}
.ps-topbar-icon{
  width:46px;
  height:46px;
  flex-basis:46px;
  border-radius:14px;
}
.ps-topbar-icon svg{width:21px;height:21px;}
.ps-topbar-title h1{
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.45px;
}
.ps-topbar-title span{
  margin-top:5px;
  font-size:11.5px;
  line-height:1.3;
}
.ps-flow-chip{
  height:32px;
  padding:0 11px;
  font-size:10.5px;
}
.ps-flow-chip svg{width:14px;height:14px;}
.ps-topbar-new{height:40px;padding:0 15px;font-size:12px;}

/* 2. Primary module navigation — clearly above any dashboard tabs */
.ps-tabs{
  min-height:54px;
  gap:7px;
  margin:14px 0;
  padding:6px 8px;
  border-radius:15px;
}
.ps-tabs .ps-tab{
  height:42px;
  gap:8px;
  padding:0 16px;
  border-radius:11px;
  font-size:13px;
  font-weight:780;
}
.ps-tabs .ps-tab svg{
  width:17px;
  height:17px;
  stroke-width:1.9;
}
.ps-tabs .ps-tab.active{
  background:#eee9ff;
  color:#5f43df;
  box-shadow:inset 0 0 0 1px #d6cbff,0 5px 12px rgba(91,67,202,.08);
}

/* 3. Main section heading level */
.ps-panel{padding:18px;}
.ps-panel-head{margin-bottom:16px;}
.ps-panel-head h3{
  font-size:18px;
  line-height:1.25;
  font-weight:840;
  letter-spacing:-.15px;
}
.ps-panel-head p{
  margin-top:5px;
  font-size:11.5px;
  line-height:1.5;
}

/* Dashboard study title is important, but remains below module identity */
.ps-dashboard-head h3{
  font-size:21px;
  line-height:1.15;
  font-weight:840;
  letter-spacing:-.25px;
}
.ps-dashboard-head p{
  margin-top:5px;
  font-size:12px;
  line-height:1.5;
}

/* 4. Dashboard local navigation — deliberately secondary */
.ps-dashboard-tabs{
  min-height:44px;
  gap:4px;
  margin-bottom:14px;
  padding:4px 6px;
  border-radius:12px;
  background:#fafafe;
}
.ps-dashboard-tabs button{
  height:34px;
  gap:6px;
  padding:0 11px;
  border-radius:9px;
  font-size:10.5px;
  font-weight:720;
}
.ps-dashboard-tabs button svg{
  width:13px;
  height:13px;
}
.ps-dashboard-tabs button.active{
  color:#6248db;
  box-shadow:0 3px 9px rgba(87,64,190,.07);
}

/* 5. Dashboard card/content scale — below headings and primary navigation */
.ps-dash-title span{font-size:9.5px;}
.ps-dash-title strong{font-size:14.5px;line-height:1.3;}
.ps-hero-kicker{font-size:10px;}
.ps-hero-score-copy h4{font-size:18px;}
.ps-hero-score-copy p{font-size:12.5px;}
.ps-highlight-card strong{font-size:13px;}
.ps-highlight-card p{font-size:11.5px;}
.ps-kpi span{font-size:10px;}
.ps-kpi strong{font-size:21px;}
.ps-kpi small{font-size:11px;}
.ps-question-result-title,.ps-ai-section-title{font-size:14px;}

/* Buttons in dashboard stay visually secondary to primary section tabs */
.ps-dashboard-head .ps-btn{
  height:34px;
  padding:0 11px;
  font-size:10.5px;
}

@media(max-width:780px){
  .ps-topbar-title h1{font-size:21px;}
  .ps-topbar-title span{font-size:10.5px;}
  .ps-tabs{min-height:50px;padding:5px;}
  .ps-tabs .ps-tab{height:39px;padding:0 12px;font-size:12px;}
  .ps-tabs .ps-tab svg{width:16px;height:16px;}
  .ps-panel-head h3{font-size:17px;}
  .ps-dashboard-head h3{font-size:19px;}
}


.ps-dashboard-view,
.ps-dashboard-grid,
.ps-dashboard-analytics-grid,
.ps-dashboard-bottom-grid,
.ps-dash-card,
.ps-response-table-wrap,
.ps-comments-card,
.ps-ai-card{
  min-width:0;
}

.ps-dashboard-view,
.ps-dash-card,
.ps-comments-card,
.ps-ai-card{
  overflow-x:hidden;
}

/* keep the response detail drawer fully hidden until explicitly opened */
.ps-response-drawer{
  right:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(calc(100% + 36px));
  box-shadow:none;
}

.ps-response-drawer.show{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(0);
  box-shadow:-25px 0 60px rgba(39,32,73,.16);
}

.ps-response-detail{
  overflow-x:hidden;
}
