.post-page{flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:1rem;padding:1rem;max-height:100%;overflow:auto}.post-page,.post-page .post-page-header{display:flex;justify-content:flex-start;gap:1rem}.post-page .post-page-header{flex-direction:row;align-items:center;width:100%}.post-page .post-page-header .post-page-header-actions{display:flex;flex:1 1;align-items:center;justify-content:flex-end;gap:1rem}.post-page .post-page-header .icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem}.post-page .post-page-header .icon svg{width:100%;height:100%}.post-page .post-page-header .post-page-header-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.post-page .post-page-header .post-page-header-content .title{font-size:1.5rem;font-weight:700;color:#000}.post-page .post-page-header .post-page-header-content .description{font-size:.9rem;font-weight:400;line-height:1.25rem;color:#8690a0}.post-page-body{width:100%}.post-page .separator{width:100%;height:1px;border-bottom:1px solid #d1d5db;border-radius:1rem}.post-page .post-page-body{width:100%}.tabs-container{flex-direction:row;align-items:center}.post-card,.tabs-container{display:flex;width:100%;gap:1rem}.post-card{background:#fff;border-radius:1rem;padding:1rem;font-family:DM Sans,sans-serif;flex-direction:column;border:1px solid #d1d5db}.post-card .post-card-header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.5rem}.post-card .post-card-header .post-card-left-side{display:flex;flex-direction:row;align-items:center;gap:.5rem}.post-card .post-card-header .post-card-right-side{display:flex;flex-direction:row;align-items:center;gap:1rem}.post-card .post-card-header .post-card-right-side .post-card-badge{padding:.25rem .65rem;border-radius:.5rem;background-color:#f4f4f4}.post-card .post-card-header .post-card-right-side .post-card-badge span{color:#844be0}.post-card .post-card-header .post-card-right-side .post-card-right-side-icons{display:flex;flex-direction:row;align-items:center;gap:.5rem}.post-card .post-card-header .post-card-right-side .post-card-right-side-icons .divider{width:1px;height:1.2rem;background-color:#eaeaea}.post-card .post-card-header .post-card-avatar{width:2.2rem;height:2.2rem;border-radius:50%;object-fit:cover}.post-card .post-card-header .post-card-userinfo{display:flex;flex-direction:column;gap:0}.post-card .post-card-header .post-card-userinfo .post-card-name{display:flex;flex-direction:row;align-items:center;gap:.25rem}.post-card .post-card-header .post-card-userinfo .post-card-name span{font-size:.9rem;font-weight:700;line-height:1.2rem;color:#000}.post-card .post-card-header .post-card-userinfo .post-card-username{font-size:.65rem;font-weight:400;line-height:1.2rem;color:#646f7f}.post-card .post-card-content-container{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem;width:100%}.post-card .post-card-content-container .post-card-content{font-size:.85rem;font-weight:400;line-height:1.2rem;max-height:80px;min-height:80px;overflow:hidden;text-overflow:ellipsis;color:#000;width:-moz-fit-content;width:fit-content}.post-card .post-card-content-container .post-card-images-wrapper{align-self:flex-end;justify-self:flex-end;position:relative;height:4.5rem;overflow:hidden;max-width:305px}.post-card .post-card-content-container .post-card-images-wrapper .post-card-images{display:flex;gap:.5rem;overflow-x:auto;scroll-behavior:smooth;padding:0;width:100%}.post-card .post-card-content-container .post-card-images-wrapper .post-card-images img{width:7.6rem;height:100%;object-fit:cover;flex-shrink:0}.post-card .post-card-content-container .post-card-images-wrapper .post-card-images:after{content:"";display:block;width:2px;height:100%;background-color:#fff;flex-shrink:0}.post-card .post-card-content-container .post-card-images-wrapper .post-card-images:before{content:"";position:absolute;right:0;top:0;width:20%;height:100%;background:linear-gradient(90deg,transparent,white);pointer-events:none}.post-card .post-card-content-container .post-card-images-wrapper .post-card-images-overlay{position:absolute;right:0;top:0;height:100%;width:2rem;background:linear-gradient(90deg,transparent,white);display:flex;align-items:center;justify-content:center;pointer-events:none}.post-card .post-card-content-container .post-card-images-wrapper .post-card-images-overlay .arrow-button{height:1.5rem;width:1.5rem;pointer-events:all;background-color:hsla(0,0%,100%,.6);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.post-card .post-card-content-container .post-card-images-wrapper .post-card-images-overlay .arrow-button svg{width:100%;height:100%}.post-card .post-card-date{font-size:.75rem;font-weight:400;line-height:1.2rem;color:#8690a0}.post-card .post-card-footer{display:flex;align-items:center;gap:2rem;position:relative}.post-card .post-card-footer .post-card-action{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.85rem;color:#646f7f}.post-card .post-card-footer .post-card-action svg{width:1.2rem;height:1.2rem}.post-card .post-card-footer .post-card-feeling{display:flex;align-items:center;cursor:pointer;position:relative;margin-left:auto}.post-card .post-card-footer .post-card-feeling .sentiment-arrow{transition:transform .3s ease;transform-origin:center}.post-card .post-card-footer .post-card-feeling.popup-open .sentiment-arrow{transform:rotate(180deg)}.post-card .post-card-footer .post-card-feeling .feeling-popup{position:absolute;bottom:100%;right:0;background:#fff;border-radius:.5rem;box-shadow:0 2px 16px rgba(0,0,0,.07);border:1px solid #d1d5db;padding:.5rem;margin-bottom:.5rem;min-width:120px;z-index:1000;animation:slideIn .2s ease-out}.post-card .post-card-footer .post-card-feeling .feeling-popup .feeling-option{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.25rem;cursor:pointer;transition:background-color .2s ease;font-size:.875rem;color:#646f7f}.post-card .post-card-footer .post-card-feeling .feeling-popup .feeling-option:hover{background-color:#f4f4f4}.post-card .post-card-footer .post-card-feeling .feeling-popup .feeling-option.active{background-color:#f4f4f4;color:#844be0}.post-card .post-card-footer .post-card-feeling .feeling-popup .feeling-option svg{width:1rem;height:1rem}@media(max-width:800px){.post-card{padding:16px 8px;max-width:100%}.post-card-header{gap:10px}.post-card-images{gap:8px}.post-card-image{width:120px;height:90px}.post-card-footer{gap:16px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.modal-overlay .modal{background-color:#fff;border-radius:24px;width:-moz-fit-content;width:fit-content;max-width:800px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;padding:1.5rem;gap:1rem}.modal-overlay .modal .modal-header{display:flex;justify-content:space-between;align-items:flex-start}.modal-overlay .modal .modal-header .modal-description{color:#d1d5db;font-size:.875rem;font-weight:400}.modal-overlay .modal .modal-header .close-button{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:8px;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.modal-overlay .modal .modal-header .close-button:hover{background-color:#f3f4f6}.modal-overlay .modal .modal-content{flex:1 1;overflow-y:auto;width:-moz-fit-content;width:fit-content;max-width:100%}.image-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.85);display:flex;justify-content:center;align-items:center;z-index:10000;cursor:pointer;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-viewer-content{position:relative;max-width:90vw;max-height:90vh;cursor:default;animation:scaleUp .3s ease}@keyframes scaleUp{0%{transform:scale(.9)}to{transform:scale(1)}}.image-viewer-image{max-width:100%;max-height:95vh;object-fit:contain;border-radius:8px}.image-viewer-close-button{position:absolute;top:-15px;right:-45px;background:none;border:none;font-size:3rem;color:#fff;cursor:pointer;line-height:1;padding:.5rem;transition:color .2s ease}.image-viewer-close-button:hover{color:#ccc}.post-referenced-tweet{border:1px solid #d1d5db;padding:.875rem 1rem;border-radius:.875rem}.post-referenced-tweet-title{font-weight:700;font-style:Bold;font-size:.875rem;color:#8690a0}.post-details-content,.post-referenced-tweet-content{font-weight:400;font-size:.875rem}.post-details-content{color:#0a0a0a;flex:1 1}.post-images-container{scroll-behavior:smooth;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;overflow-x:auto;gap:.5rem}.post-images-container .post-image{width:200px;aspect-ratio:200/118;object-fit:contain;border-radius:.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.post-images-container .post-image:hover{transform:scale(1.05);box-shadow:0 2px 16px rgba(0,0,0,.07)}.post-details-wrapper{display:flex;flex-direction:column;gap:1rem;min-width:600px;min-height:200px}.post-card-header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.post-card-header .post-card-left-side{display:flex;flex-direction:row;align-items:center;gap:.5rem}.post-card-header .post-card-right-side{display:flex;flex-direction:row;align-items:center;gap:1rem}.post-card-header .post-card-right-side .post-card-badge{padding:.25rem .65rem;border-radius:.5rem;background-color:#f4f4f4}.post-card-header .post-card-right-side .post-card-badge span{color:#844be0}.post-card-header .post-card-right-side .post-card-right-side-icons{display:flex;flex-direction:row;align-items:center;gap:.5rem}.post-card-header .post-card-right-side .post-card-right-side-icons .divider{width:1px;height:1.2rem;background-color:#eaeaea}.post-card-header .post-card-avatar{width:2.2rem;height:2.2rem;border-radius:50%;object-fit:cover}.post-card-header .post-card-userinfo{display:flex;flex-direction:column;gap:0}.post-card-header .post-card-userinfo .post-card-name{font-size:.9rem;font-weight:700;line-height:1.2rem;color:#000}.post-card-header .post-card-userinfo .post-card-username{font-size:.65rem;font-weight:400;line-height:1.2rem;color:#646f7f}.post-card-date{font-size:.75rem;font-weight:400;line-height:1.2rem;color:#8690a0}.post-card-footer{display:flex;align-items:center;gap:2rem;position:relative}.post-card-footer .post-card-action{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.85rem;color:#646f7f}.post-card-footer .post-card-action svg{width:1.2rem;height:1.2rem}.post-card-footer .post-card-feeling{display:flex;align-items:center;position:relative;margin-left:auto}.post-card-footer .post-card-feeling .sentiment-arrow{transition:transform .3s ease;transform-origin:center}.post-card-footer .post-card-feeling.popup-open .sentiment-arrow{transform:rotate(180deg)}.post-card-footer .post-card-feeling .feeling-popup{position:absolute;bottom:100%;right:0;background:#fff;border-radius:.5rem;box-shadow:0 2px 16px rgba(0,0,0,.07);border:1px solid #d1d5db;padding:.5rem;margin-bottom:.5rem;min-width:120px;z-index:1000;animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.post-card-footer .post-card-feeling .feeling-popup .feeling-option{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.25rem;cursor:pointer;transition:background-color .2s ease;font-size:.875rem;color:#646f7f}.post-card-footer .post-card-feeling .feeling-popup .feeling-option:hover{background-color:#f4f4f4}.post-card-footer .post-card-feeling .feeling-popup .feeling-option.active{color:#844be0;background-color:#f4f4f4}.post-card-footer .post-card-feeling .feeling-popup .feeling-option svg{width:1rem;height:1rem}.delete-post-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:50}.delete-post-modal__container{background-color:#fff;border-radius:24px;padding:24px;max-width:448px;width:100%;margin:0 16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);min-width:-moz-fit-content;min-width:fit-content}.delete-post-modal__header{gap:16px;margin-bottom:1rem}.delete-post-modal__title-wrapper{display:flex;gap:.25rem}.delete-post-modal__icon-wrapper{flex-shrink:0}.delete-post-modal__content{flex:1 1;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.delete-post-modal__title{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}.delete-post-modal__description{color:#6b7280;font-size:14px;line-height:1.5;max-width:480px}.delete-post-modal__actions{display:flex;gap:12px;margin-bottom:0}.delete-post-modal__button--cancel{flex:1 1;background-color:rgba(0,0,0,0)!important;color:#9ca3af!important;border:1px solid #d1d5db!important;border-radius:12px!important;padding:8px 16px!important;font-weight:500;font-size:14px;min-width:85px!important;height:40px!important;-webkit-margin-end:30px;margin-inline-end:30px}.delete-post-modal__button--cancel:hover{background-color:#f9fafb!important}.delete-post-modal__button--block{flex:1 1;background-color:#ef4444!important;color:#fff!important;border:none!important;border-radius:12px!important;padding:8px 16px!important;font-weight:500;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;min-width:142px!important;height:40px!important}.delete-post-modal__button--block:hover{background-color:#dc2626!important}.delete-post-modal__button--delete{flex:1 1;background-color:rgba(251,55,72,.1)!important;color:#dc2626!important;border:none!important;border-radius:12px!important;padding:8px 16px!important;font-weight:500;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;min-width:148px!important;height:40px!important}.delete-post-modal__button--delete:hover{background-color:rgba(251,55,72,.2)!important}.delete-post-modal__warning-icon{width:48px;height:48px}.delete-post-modal__action-icon{width:16px;height:16px}.stat-card{display:flex;align-items:center;justify-content:start;padding:.5rem;flex:1 1;background-color:#f4f4f4;border-radius:1rem}.stat-card__icon-wrapper{margin-right:.5rem;width:57px;height:57px;background-color:#fff;border-radius:.5rem;flex-shrink:0}.stat-card__icon,.stat-card__icon-wrapper{display:flex;align-items:center;justify-content:center}.stat-card__icon{font-size:24px;color:#6c63ff}.stat-card__content{display:flex;flex-direction:column}.stat-card__label{font-size:.875rem;color:#646f7f;text-transform:capitalize;margin-bottom:2px}.stat-card__value{font-size:1.375rem;font-weight:700;color:#844be0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:24vw;display:block}.company-modal-form{flex:1 1;min-width:680px;overflow-y:auto;display:flex;flex-direction:column;gap:32px}.file-upload-container{width:100%}.file-upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:1rem;text-align:center;background-color:#f9fafb;transition:border-color .2s,background-color .2s;position:relative}.file-upload-area:hover{border-color:#8b5cf6;background-color:#f5f3ff}.upload-icon{width:48px;height:48px;margin:0 auto 16px;color:#9ca3af;display:flex;align-items:center;justify-content:center}.upload-text{font-size:16px;color:#abb3be;margin:0 0 16px}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-label{display:inline-block;background-color:#f4f4f4;color:#a17eff;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.file-label:hover{background-color:#e5e7eb}.file-name{font-size:14px;color:#059669;margin:8px 0 0;font-weight:500}.company-modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid #e5e7eb;margin-top:16px}.rename-modal-content{min-width:300px;height:auto;display:flex;flex-direction:column;gap:1rem}.rename-modal-content .rename-modal-title{color:#0a0a0a;font-size:1.5rem;font-weight:700;margin:0;padding:0;line-height:1.4}.rename-modal-content .rename-modal-form{display:flex;flex-direction:column;gap:1rem}.rename-modal-content .rename-modal-form .rename-modal-label{color:#8690a0;font-size:.875rem;font-weight:400;line-height:1.4;margin:0}.rename-modal-content .rename-modal-separator{width:100%;height:1px;background:#d1d5db;margin:.5rem 0}.rename-modal-content .rename-modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:auto}.rename-modal-content .rename-modal-actions .rename-modal-cancel.btn.outlined{background:rgba(0,0,0,0)!important;color:#8690a0!important;border:1px solid #d1d5db!important;min-width:84px!important;height:40px!important;border-radius:12px!important;font-size:.875rem!important}.rename-modal-content .rename-modal-actions .rename-modal-cancel.btn.outlined:hover:not(:disabled){background:#f9fafb!important;border-color:#9ca3af!important}.rename-modal-content .rename-modal-actions .rename-modal-ok.btn.primary{background:#844be0!important;color:#fff!important;border:none!important;min-width:84px!important;height:40px!important;border-radius:12px!important;font-size:.875rem!important}.rename-modal-content .rename-modal-actions .rename-modal-ok.btn.primary:hover:not(:disabled){background:#7c3aed!important}.rename-modal-content .rename-modal-actions .rename-modal-ok.btn.primary:disabled{background:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed}.modal-overlay .modal{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.modal-overlay .modal .rename-modal-content{border-radius:24px}.user-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5);padding:20px}.user-modal{background-color:#fff;border-radius:24px;width:100%;max-width:700px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.user-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;border-bottom:none}.user-modal-header h2{font-size:24px;font-weight:600;color:#111827;margin:0}.user-modal-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:8px;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.user-modal-close:hover{background-color:#f3f4f6}.user-modal-close:disabled{opacity:.5;cursor:not-allowed}.user-modal-form{flex:1 1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:32px}.form-section{gap:16px}.section-title{font-size:16px;font-weight:500;color:#8b5cf6;margin:0}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media(max-width:768px){.form-row{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:4px}.error-message{font-size:12px;color:#ef4444;margin-top:4px}.user-modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid #e5e7eb;margin-top:16px}@media(max-width:640px){.user-modal-overlay{padding:10px}.user-modal{max-width:100%;max-height:95vh}.user-modal-header{padding:16px 16px 0}.user-modal-form{padding:16px}.user-modal-actions{flex-direction:column}.user-modal-actions .btn{width:100%}}.delete-account-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:50}.delete-account-modal__container{background-color:#fff;border-radius:24px;padding:24px;max-width:448px;width:100%;margin:0 16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);min-width:-moz-fit-content;min-width:fit-content}.delete-account-modal__header{gap:16px;margin-bottom:1rem}.delete-account-modal__title-wrapper{display:flex;gap:.25rem}.delete-account-modal__icon-wrapper{flex-shrink:0}.delete-account-modal__content{flex:1 1;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.delete-account-modal__title{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}.delete-account-modal__description{color:#6b7280;font-size:14px;line-height:1.5;max-width:480px}.delete-account-modal__actions{display:flex;gap:12px;margin-bottom:0}.delete-account-modal__button--cancel{flex:1 1;background-color:rgba(0,0,0,0)!important;color:#9ca3af!important;border:1px solid #d1d5db!important;border-radius:12px!important;padding:8px 16px!important;font-weight:500;font-size:14px;min-width:85px!important;height:40px!important;-webkit-margin-end:30px;margin-inline-end:30px}.delete-account-modal__button--cancel:hover{background-color:#f9fafb!important}.delete-account-modal__button--delete{flex:1 1;background-color:rgba(251,55,72,.1)!important;color:#dc2626!important;border:none!important;border-radius:12px!important;padding:8px 16px!important;font-weight:500;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;min-width:148px!important;height:40px!important}.delete-account-modal__button--delete:hover{background-color:rgba(251,55,72,.2)!important}.delete-account-modal__warning-icon{width:48px;height:48px}.delete-account-modal__action-icon{width:16px;height:16px}.account-card{width:100%;height:100%;background-color:#fff;border:1.5px solid #d1d5db;border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;gap:1rem}.account-card .account-card-header{width:100%;display:flex;justify-content:space-between;align-items:center}.account-card .account-card-header .account-card-header-right{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.account-card .account-card-header .account-card-header-right img{border-radius:50%;object-fit:cover;align-self:flex-start}.account-card .account-card-header .account-card-header-right .account-card-header-right-info{display:flex;flex-direction:column;align-self:flex-start;gap:0}.account-card .account-card-header .account-card-header-right .account-card-header-right-info h3{margin:0;padding:0;font-size:.875rem;font-weight:700;color:#000;line-height:1.25rem;display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.account-card .account-card-header .account-card-header-right .account-card-header-right-info p{margin:0;padding:0;font-size:.75rem;font-weight:400;color:#8690a0;line-height:1rem}.account-card .account-card-header .account-card-header-left{display:flex;align-items:center;gap:.5rem;align-self:flex-start}.account-card .account-card-header .account-card-header-left .divider{width:1px;height:1rem;background-color:#d1d5db}.account-card .account-card-content{width:100%;display:flex;flex-direction:column;gap:1rem;height:100%}.account-card .account-card-content p{font-size:.875rem;font-weight:400;color:#000;flex:1 1;line-height:1.25rem}.account-card .account-card-content .account-card-content-info{display:flex;justify-content:flex-start;gap:1rem}.account-card .account-card-content .account-card-content-info .account-card-content-info-item,.account-card .account-card-content .account-card-content-info .account-card-content-info-item a{display:flex;align-items:center;justify-content:center;gap:.25rem}.account-card .account-card-content .account-card-content-info .account-card-content-info-item span{font-size:.75rem;font-weight:400;line-height:1.25rem;color:#646f7f}.account-card .account-card-content .account-card-content-info .account-card-content-info-item svg{width:1.5rem;height:1.5rem;color:#646f7f}.account-card .account-card-footer{display:flex;align-items:center;gap:1rem;align-self:flex-start;justify-content:flex-start}.account-card .account-card-footer .account-card-footer-item{display:flex;align-items:center;gap:0;background-color:#f4f4f4;border:none;border-radius:.5rem;padding:.5rem .75rem}.account-card .account-card-footer .account-card-footer-item span{font-size:.875rem;font-weight:700;line-height:1.25rem;color:#646f7f}.account-card .account-card-footer .account-card-footer-item span:last-child{font-size:.75rem;font-weight:400;line-height:1.25rem;color:#646f7f;text-transform:uppercase;padding-left:.25rem}.account-card .account-card-footer .account-card-footer-item svg{width:1.5rem;height:1.5rem;padding-right:.5rem}.article-card{display:flex;flex-direction:column;background:#fff;border-radius:.8rem;border:1px solid #d1d5db;transition:all .2s ease;padding:1rem;gap:1rem}.article-card .article-card-image{width:100%;height:50%;overflow:hidden;border-top-left-radius:.8rem;border-top-right-radius:.8rem}.article-card .article-card-image img{width:100%;height:100%;object-fit:cover}.article-card .article-card-content{flex:1 1;display:flex;flex-direction:column;gap:1rem}.article-card .article-card-content .article-card-content-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.article-card .article-card-content .article-card-content-header .article-card-title{font-weight:700;font-size:1.125rem;line-height:21px;letter-spacing:0;color:#8690a0;margin:0}.article-card .article-card-content .article-card-content-header .article-card-content-header-actions,.article-card .article-card-content .article-card-content-header .article-card-content-header-actions *{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.article-card .article-card-content .article-card-content-header .article-card-content-header-actions .divider{width:1px;height:1rem;background-color:#d1d5db}.article-card .article-card-content .article-card-content-body .article-card-content-body-content{font-weight:500;font-size:1.125rem;line-height:1.6875rem;letter-spacing:0;color:#0a0a0a}.article-card .article-card-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.article-card .article-card-footer .date{font-weight:400;font-size:.75rem;line-height:1.125rem;letter-spacing:0;color:#646f7f}.article-card .article-card-footer .article-card-footer-left{display:flex;flex-direction:row;align-items:center;gap:.5rem}.article-card .article-card-footer .article-card-footer-left .views{font-weight:400;font-size:.75rem;line-height:1.125rem;letter-spacing:0;color:#646f7f}.portal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5)}.portal-overlay>div{background-color:#fff;box-shadow:0 2px 16px rgba(0,0,0,.07);padding:1.5rem;border-radius:1rem}.article-details-popup{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:.8rem;border:1px solid #d1d5db;overflow:hidden;max-width:800px;max-height:90vh;width:100%;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);padding:1.5rem}.article-details-popup .article-details-popup-header{display:flex;align-items:center;justify-content:space-between}.article-details-popup .article-details-popup-header .article-details-popup-title{font-size:1.5rem;font-weight:700;color:#000;margin:0}.article-details-popup .article-details-popup-header .article-details-popup-close{background:none;cursor:pointer;border-radius:.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db}.article-details-popup .article-details-popup-header .article-details-popup-close svg{width:1.5rem;height:1.5rem;fill:#646f7f}.article-details-popup .article-details-popup-image{width:100%;height:30vh;border-radius:.8rem}.article-details-popup .article-details-popup-image img{border-radius:.8rem;width:100%;height:100%;object-fit:cover}.article-details-popup .article-details-popup-content{flex:1 1;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.article-details-popup .article-details-popup-content .article-details-popup-content-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.article-details-popup .article-details-popup-content .article-details-popup-content-header .article-details-popup-source{font-weight:700;font-size:1.125rem;line-height:21px;letter-spacing:0;color:#8690a0;margin:0}.article-details-popup .article-details-popup-content .article-details-popup-content-header .article-details-popup-content-header-actions{display:flex;flex-direction:row;align-items:center;gap:.5rem}.article-details-popup .article-details-popup-content .article-details-popup-content-header .article-details-popup-content-header-actions .divider{width:1px;height:1rem;background-color:#d1d5db}.article-details-popup .article-details-popup-content .article-details-popup-content-header .article-details-popup-content-header-actions svg{width:16px;height:16px;color:#646f7f;cursor:pointer;transition:color .2s ease}.article-details-popup .article-details-popup-content .article-details-popup-content-header .article-details-popup-content-header-actions svg:hover{color:#844be0}.article-details-popup .article-details-popup-content .article-details-popup-content-body{display:flex;flex-direction:column;gap:1rem}.article-details-popup .article-details-popup-content .article-details-popup-content-body .article-details-popup-content-title{font-weight:700;font-size:1.5rem;line-height:1.4;letter-spacing:0;color:#000;margin:0}.article-details-popup .article-details-popup-content .article-details-popup-content-body .article-details-popup-info{display:flex;flex-direction:row;align-items:center;gap:1rem}.article-details-popup .article-details-popup-content .article-details-popup-content-body .article-details-popup-info span{flex-direction:row;font-size:.875rem;color:#646f7f;display:flex;align-items:center;gap:.5rem}.article-details-popup .article-details-popup-content .article-details-popup-content-text{display:flex;flex-direction:column;gap:.25rem}.article-details-popup .article-details-popup-content .article-details-popup-content-text .article-details-popup-content-text-title{font-weight:700;font-size:.875rem;line-height:1.5rem;letter-spacing:0;color:#646f7f;margin:0}.article-details-popup .article-details-popup-content .article-details-popup-content-text .article-details-popup-content-text-content{font-weight:400;font-size:.875rem;line-height:1.125rem;letter-spacing:0;color:#000;margin:0;border:1px solid #d1d5db;padding:.625rem 1rem;border-radius:.8rem;width:100%;overflow-y:auto;max-height:5.5rem}.article-details-popup .article-details-popup-actions{display:flex;gap:1rem;justify-content:center;border-top:1px solid #d1d5db;padding-top:1rem}.article-details-popup .article-details-popup-actions .btn:last-child{width:90%}@media(max-width:768px){.article-details-popup{max-width:95vw;max-height:95vh;margin:1rem}.article-details-popup .article-details-popup-image{height:200px;margin:.5rem 1rem}.article-details-popup .article-details-popup-content-header{flex-direction:column;align-items:flex-start;gap:1rem}.article-details-popup .article-details-popup-actions{flex-direction:column}.article-details-popup .article-details-popup-actions button{width:100%}}.filter-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.filter-drawer-overlay.open{opacity:1;visibility:visible}.filter-drawer{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100%;background-color:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.1);z-index:1001;transform:translateX(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column}.filter-drawer.open{transform:translateX(0)}.filter-drawer .filter-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #d1d5db}.filter-drawer .filter-drawer-header h3{font-size:1.25rem;font-weight:700;color:#000;margin:0}.filter-drawer .filter-drawer-header .close-button{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:8px;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.filter-drawer .filter-drawer-header .close-button:hover{background-color:#f3f4f6}.filter-drawer .filter-drawer-body{flex:1 1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem}.filter-drawer .filter-section{display:flex;flex-direction:column;gap:1rem}.filter-drawer .filter-section-title{font-size:1rem;font-weight:600;color:#0a0a0a;margin:0;padding-bottom:.5rem;border-bottom:1px solid #d1d5db}.filter-drawer .follower-range-inputs{display:flex;gap:1rem}.filter-drawer .filter-drawer-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #d1d5db;background-color:#fff}.filter-drawer .filter-drawer-footer .btn{flex:1 1}.author-range-inputs,.engagement-range-inputs,.filter-section{display:flex;gap:1rem}.filter-section{flex-direction:column}.filter-section-title{font-size:1rem;font-weight:600;color:#0a0a0a;margin:0;padding-bottom:.5rem;border-bottom:1px solid #d1d5db}.dashboard-card{flex:1 0 24%;background-color:#fff;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;min-width:30vw;max-width:100%}.dashboard-card .dashboard-card-header{display:flex;justify-content:space-between;align-items:center}.dashboard-card .dashboard-card-header span{font-size:2rem;font-weight:700;color:#844be0;line-height:2.5rem}.dashboard-card .dashboard-card-content p{margin:0;padding:0;font-size:1rem;font-weight:400;color:#646f7f;line-height:.8rem}.dashboard-table{display:flex;flex-direction:column;gap:1rem;background-color:#fff;padding:1.5rem;border-radius:.75rem}.dashboard-table .dashboard-table-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.dashboard-table .dashboard-table-header h2{font-size:1.25rem;font-weight:700;color:#000;line-height:1.25rem}.dashboard-table .dashboard-table-header p{font-size:1rem;font-weight:400;color:#646f7f;line-height:1.25rem}.dashboard-table .separator{width:100%;height:1.5px;background-color:#f4f4f4}.dashboard-table .dashboard-table-content{display:flex;flex-direction:column;gap:1rem}.dashboard-table .dashboard-table-content .dashboard-table-content-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;overflow-x:auto}.dashboard-table .dashboard-table-content .dashboard-table-content-item .dashboard-table-content-item-details{display:flex;flex-direction:row;align-items:center;gap:1rem}.dashboard-table .dashboard-table-content .dashboard-table-content-item .dashboard-table-content-item-details .dashboard-table-content-item-details-logo{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden}.dashboard-table .dashboard-table-content .dashboard-table-content-item .dashboard-table-content-item-details .dashboard-table-content-item-details-logo img{width:100%;height:100%;object-fit:cover}.dashboard-table .dashboard-table-content .dashboard-table-content-item .dashboard-table-content-item-details .dashboard-table-content-item-details-content{display:flex;flex-direction:column;gap:0}.dashboard-table .dashboard-table-content .dashboard-table-content-item .dashboard-table-content-item-details .dashboard-table-content-item-details-content h2{font-size:1rem;font-weight:500;color:#000;line-height:1.25rem}.dashboard-table .dashboard-table-content .dashboard-table-content-item .dashboard-table-content-item-details .dashboard-table-content-item-details-content p{font-size:.875rem;font-weight:400;color:#646f7f;line-height:1.25rem}.dashboard-table .dashboard-table-content .dashboard-table-content-item .dashboard-table-content-item-value{font-size:.875rem;font-weight:700;color:#844be0;line-height:1.25rem}.circle-logo{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#844be0;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#fff}.survey-card{display:flex;flex-direction:column;border-radius:12px;border:1px solid #d1d5db;padding:.625rem;position:relative;width:260px}.survey-card .survey-card-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;width:100%}.survey-card .survey-card-content .survey-card-content-image{height:100%;border-radius:.5rem}.survey-card .survey-card-content .survey-card-content-image img{width:100%!important;height:100%!important}.survey-card .survey-card-content .survey-card-content-info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.survey-card .survey-card-content .survey-card-content-info .survey-card-content-info-name-title{font-size:1.125rem;font-weight:700;line-height:1.6875rem;letter-spacing:0;color:#844be0;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.survey-card .survey-card-content .survey-card-content-info .survey-card-content-info-name-description{font-size:.625rem;font-weight:400;line-height:1.25rem;letter-spacing:0;color:#646f7f;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.survey-card .survey-card-content .survey-card-content-image{width:100%;height:60%;overflow:hidden}.survey-card .survey-card-content .survey-card-content-image img{width:100%;height:100%;object-fit:cover}.survey-card .survey-card-content-info-actions{cursor:pointer;line-height:0px;padding:8px;border-radius:.5rem}.survey-card .survey-card-content-info-actions:hover{background-color:#f4f4f4}.survey-card .survey-card-content-info-actions-menu{position:absolute;z-index:100;padding:.5rem;top:85%;left:85%;width:160px;height:auto;border-radius:1rem;border:1px solid #d1d5db;background-color:#fff;border-radius:.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;box-shadow:0 16px 32px -12px rgba(88,92,95,.1019607843)}.survey-card .survey-card-content-info-actions-menu .survey-card-content-info-actions-menu-item{padding:.5rem .625rem;font-size:.875rem;font-weight:400;line-height:1.25rem;letter-spacing:0;color:#646f7f;width:100%}.survey-card .survey-card-content-info-actions-menu .survey-card-content-info-actions-menu-item:hover{border-radius:.5rem;cursor:pointer;background-color:#f4f4f4}.survey-card .survey-card-content-info-actions-menu .survey-card-content-info-actions-menu-item:last-child{width:100%;border-top:1px solid #d1d5db;color:#fb3748}.question-card{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;border:1px solid #d1d5db;border-radius:1rem;padding:1.5rem;background-color:#fff}.question-card .question-card-header{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.question-card .question-card-header h3{font-size:1.4rem;font-weight:600;color:#844be0;margin:0}.question-card .question-card-header .delete-question-btn{padding:.5rem;min-width:auto}.question-card .question-card-header .delete-question-btn svg{color:#fb3748}.question-card .separator{width:100%;height:1px;background-color:#d1d5db}.question-card .question-card-body{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:2rem}.question-card .question-card-body .question-card-body-left{flex:1 1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.question-card .question-card-body .question-card-body-left .question-preview{width:100%;display:flex;flex-direction:column;gap:1rem}.question-card .question-card-body .question-card-body-left .question-preview .preview-section{display:flex;flex-direction:column;gap:.5rem}.question-card .question-card-body .question-card-body-left .question-preview .preview-section label{font-size:.875rem;font-weight:500;color:#646f7f}.question-card .question-card-body .question-card-body-left .question-preview .preview-section .preview-textarea{width:100%;min-height:80px;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-family:inherit;resize:vertical;background-color:#f4f4f4}.question-card .question-card-body .question-card-body-left .question-preview .preview-section .preview-textarea:focus{outline:none;border-color:#844be0}.question-card .question-card-body .question-card-body-left .question-preview .preview-section .preview-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f4f4f4}.question-card .question-card-body .question-card-body-left .question-preview .preview-section .preview-input:focus{outline:none;border-color:#844be0}.question-card .question-card-body .question-card-body-left .question-preview .preview-section .preview-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f4f4f4}.question-card .question-card-body .question-card-body-left .question-preview .preview-section .preview-select:focus{outline:none;border-color:#844be0}.question-card .question-card-body .question-card-body-left .question-preview .options-section{display:flex;flex-direction:column;gap:1rem}.question-card .question-card-body .question-card-body-left .question-preview .options-section>label{font-size:.875rem;font-weight:500;color:#646f7f}.question-card .question-card-body .question-card-body-left .question-preview .options-section .option-input-row{display:flex;align-items:center;gap:.75rem}.question-card .question-card-body .question-card-body-left .question-preview .options-section .option-input-row .option-preview{margin:1.8rem 0 0}.question-card .question-card-body .question-card-body-left .question-preview .options-section .option-input-row .form-input{flex:1 1}.question-card .question-card-body .question-card-body-left .question-preview .options-section .option-input-row .remove-option-btn{padding:.5rem;min-width:auto;margin-top:1.8rem}.question-card .question-card-body .question-card-body-left .question-preview .options-section .option-input-row .remove-option-btn svg{color:#fb3748}.question-card .question-card-body .question-card-body-left .question-preview .options-section .add-option-btn{align-self:flex-start;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem}.question-card .question-card-body .question-card-body-left .question-preview .scale-settings{display:flex;flex-direction:column;gap:1rem}.question-card .question-card-body .question-card-body-left .question-preview .scale-settings h4{font-size:1rem;font-weight:600;color:#646f7f;margin:0}.question-card .question-card-body .question-card-body-left .question-preview .scale-settings .scale-inputs-row{display:flex;gap:1rem}.question-card .question-card-body .question-card-body-left .question-preview .scale-settings .scale-inputs-row .form-input{flex:1 1}.question-card .question-card-body .question-card-body-left .question-preview .scale-settings .scale-preview{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f4f4f4}.question-card .question-card-body .question-card-body-left .question-preview .scale-settings .scale-preview .scale-label{font-size:.875rem;color:#646f7f;min-width:120px}.question-card .question-card-body .question-card-body-left .question-preview .scale-settings .scale-preview .scale-options{display:flex;gap:.5rem;flex:1 1;justify-content:center}.question-card .question-card-body .question-card-body-left .question-preview .scale-settings .scale-preview .scale-options .scale-option{display:flex;flex-direction:column;align-items:center;gap:.25rem;cursor:default}.question-card .question-card-body .question-card-body-left .question-preview .scale-settings .scale-preview .scale-options .scale-option input[type=radio]{margin:0}.question-card .question-card-body .question-card-body-left .question-preview .scale-settings .scale-preview .scale-options .scale-option span{font-size:.75rem;color:#646f7f}.question-card .question-card-body .question-card-body-left .question-preview .file-upload-preview .file-upload-area{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;border:2px dashed #d1d5db;border-radius:.5rem;background-color:#f4f4f4;text-align:center}.question-card .question-card-body .question-card-body-left .question-preview .file-upload-preview .file-upload-area p{margin:0;color:#646f7f;font-size:.875rem}.question-card .question-card-body .question-card-body-left .question-preview .file-upload-preview .file-upload-area .file-upload-btn{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.25rem;background-color:#fff;color:#646f7f;font-size:.875rem;cursor:default}.question-card .question-card-body .question-card-body-right{width:200px;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:1rem;padding-top:1rem}.question-card .question-card-body .question-card-body-right .dropdown-container{width:100%}.question-card .question-card-body .question-card-body-right .dropdown-container .btn{width:100%;justify-content:flex-start;color:#844be0}.question-card .question-card-body .question-card-body-right .dropdown-container .btn .navbar-dropdown-button{width:100%;justify-content:space-between}.question-card .question-card-body .question-card-body-right .dropdown-container .navbar-dropdown,.question-card .question-card-body .question-card-body-right .dropdown-container .navbar-dropdown .navbar-dropdown-content{width:100%}.question-card .question-card-footer{border-top:1px solid #d1d5db;width:100%;padding-top:1rem}.question-card .question-card-footer .question-card-footer-required{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.question-card .question-card-footer .question-card-footer-required span{font-size:.875rem;font-weight:500;color:#646f7f}@media(max-width:768px){.question-card .question-card-body{flex-direction:column;gap:1rem}.question-card .question-card-body .question-card-body-right{width:100%;align-items:flex-start}.question-card .question-preview .scale-settings .scale-inputs-row{flex-direction:column}.question-card .question-preview .scale-settings .scale-preview{flex-direction:column;gap:.5rem}.question-card .question-preview .scale-settings .scale-preview .scale-label{min-width:auto;text-align:center}.question-card .question-preview .scale-settings .scale-preview .scale-options{justify-content:space-between}.question-card .question-preview .options-section .option-input-row{flex-wrap:wrap}.question-card .question-preview .options-section .option-input-row .option-preview,.question-card .question-preview .options-section .option-input-row .remove-option-btn{margin-top:0}}.paragraph-question{width:100%;display:flex;flex-direction:column;gap:1rem}.paragraph-question .preview-section{display:flex;flex-direction:column;gap:.5rem}.paragraph-question .preview-section label{font-size:.875rem;font-weight:500;color:#646f7f}.paragraph-question .preview-section .preview-textarea{width:100%;min-height:80px;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-family:inherit;resize:vertical;background-color:#f4f4f4}.paragraph-question .preview-section .preview-textarea:focus{outline:none;border-color:#844be0}.paragraph-question .preview-section .preview-textarea::placeholder{color:#646f7f}.multiple-choice-question{width:100%}.multiple-choice-question,.multiple-choice-question .options-section{display:flex;flex-direction:column;gap:1rem}.multiple-choice-question .options-section>label{font-size:.875rem;font-weight:500;color:#646f7f}.multiple-choice-question .options-section .option-input-row{display:flex;align-items:center;gap:.75rem}.multiple-choice-question .options-section .option-input-row .option-preview{margin:.5rem 0 0}.multiple-choice-question .options-section .option-input-row .form-input{flex:1 1}.multiple-choice-question .options-section .option-input-row .form-input .input-container.underline{padding:0}.multiple-choice-question .options-section .option-input-row .remove-option-btn{padding:.5rem;min-width:auto;margin-top:1.8rem}.multiple-choice-question .options-section .option-input-row .remove-option-btn svg{color:#fb3748}.multiple-choice-question .options-section .add-option-btn{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s ease;padding:.5rem 0}.multiple-choice-question .options-section .add-option-btn .option-preview{margin:0}.multiple-choice-question .options-section .add-option-btn span{font-size:.9rem;color:#646f7f}.multiple-choice-question .options-section .add-option-btn span .other-option{color:#844be0}@media(max-width:768px){.multiple-choice-question .options-section .option-input-row{flex-wrap:wrap}.multiple-choice-question .options-section .option-input-row .option-preview,.multiple-choice-question .options-section .option-input-row .remove-option-btn{margin-top:0}}.checkbox-question{width:100%}.checkbox-question,.checkbox-question .options-section{display:flex;flex-direction:column;gap:1rem}.checkbox-question .options-section>label{font-size:.875rem;font-weight:500;color:#646f7f}.checkbox-question .options-section .option-input-row{display:flex;align-items:center;gap:.75rem}.checkbox-question .options-section .option-input-row .option-preview{margin:.5rem 0 0;border-radius:0}.checkbox-question .options-section .option-input-row .form-input{flex:1 1}.checkbox-question .options-section .option-input-row .form-input .input-container.blank{padding:0}.checkbox-question .options-section .option-input-row .remove-option-btn{min-width:auto}.checkbox-question .options-section .add-option-btn{align-self:flex-start;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s ease;padding:.5rem 0}.checkbox-question .options-section .add-option-btn .option-preview{margin:0}.checkbox-question .options-section .add-option-btn span{font-size:.9rem;color:#646f7f}.checkbox-question .options-section .add-option-btn span .other-option{color:#844be0}@media(max-width:768px){.checkbox-question .options-section .option-input-row{flex-wrap:wrap}.checkbox-question .options-section .option-input-row .option-preview,.checkbox-question .options-section .option-input-row .remove-option-btn{margin-top:0}}.dropdown-question{width:100%}.dropdown-question,.dropdown-question .options-section{display:flex;flex-direction:column;gap:1rem}.dropdown-question .options-section>label{font-size:.875rem;font-weight:500;color:#646f7f}.dropdown-question .options-section .option-input-row{display:flex;align-items:center;gap:.5rem}.dropdown-question .options-section .option-input-row .option-preview{margin:.5rem 0 0;border-radius:0}.dropdown-question .options-section .option-input-row .form-input{flex:1 1}.dropdown-question .options-section .option-input-row .form-input .input-container.blank{padding:0}.dropdown-question .options-section .option-input-row .remove-option-btn{min-width:auto;margin-top:.5rem}.dropdown-question .options-section .add-option-btn{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:1rem;font-weight:400;margin-top:.5rem}.dropdown-question .options-section .add-option-btn span{color:#646f7f}.dropdown-question .options-section .add-option-btn span:first-child{color:#000}.dropdown-question .options-section .add-option-btn span .add-other-option{color:#844be0;font-weight:500}.dropdown-question .options-section .preview-section{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.dropdown-question .options-section .preview-section label{font-size:.875rem;font-weight:500;color:#646f7f}.dropdown-question .options-section .preview-section .preview-select{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff}.dropdown-question .options-section .preview-section .preview-select:focus{outline:none;border-color:#844be0}@media(max-width:768px){.dropdown-question .options-section .option-input-row{flex-direction:column;align-items:flex-start;gap:.5rem}.dropdown-question .options-section .option-input-row .remove-option-btn{margin-top:0;align-self:flex-end}}.linear-scale-question{width:100%}.linear-scale-question,.linear-scale-question .scale-settings{display:flex;flex-direction:column;gap:1rem}.linear-scale-question .scale-settings h4{font-size:1rem;font-weight:600;color:#646f7f;margin:0}.linear-scale-question .scale-settings .scale-inputs-row{display:flex;gap:1rem}.linear-scale-question .scale-settings .scale-inputs-row .form-input{flex:1 1}.linear-scale-question .scale-settings .preview-section{display:flex;flex-direction:column;gap:.5rem}.linear-scale-question .scale-settings .preview-section label{font-size:.875rem;font-weight:500;color:#646f7f}.linear-scale-question .scale-settings .preview-section .scale-preview{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f4f4f4}.linear-scale-question .scale-settings .preview-section .scale-preview .scale-label{font-size:.875rem;color:#646f7f;min-width:120px;text-align:left}.linear-scale-question .scale-settings .preview-section .scale-preview .scale-label:last-child{text-align:right}.linear-scale-question .scale-settings .preview-section .scale-preview .scale-options{display:flex;gap:.5rem;flex:1 1;justify-content:space-between}.linear-scale-question .scale-settings .preview-section .scale-preview .scale-options .scale-option{display:flex;flex-direction:column;align-items:center;gap:.25rem;cursor:default}.linear-scale-question .scale-settings .preview-section .scale-preview .scale-options .scale-option input[type=radio]{margin:0}.linear-scale-question .scale-settings .preview-section .scale-preview .scale-options .scale-option span{font-size:.75rem;color:#646f7f}@media(max-width:768px){.linear-scale-question .scale-settings .scale-inputs-row{flex-direction:column}.linear-scale-question .scale-settings .preview-section .scale-preview{flex-direction:column;gap:.5rem}.linear-scale-question .scale-settings .preview-section .scale-preview .scale-label{min-width:auto}.linear-scale-question .scale-settings .preview-section .scale-preview .scale-options{justify-content:space-between}}.short-answer-question{width:100%;display:flex;flex-direction:column;gap:1rem}.short-answer-question .preview-section{display:flex;flex-direction:column;gap:.5rem}.short-answer-question .preview-section label{font-size:.875rem;font-weight:500;color:#646f7f}.short-answer-question .preview-section .preview-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f4f4f4}.short-answer-question .preview-section .preview-input:focus{outline:none;border-color:#844be0}.short-answer-question .preview-section .preview-input::placeholder{color:#646f7f}.date-question{width:100%;display:flex;flex-direction:column;gap:1rem}.date-question .preview-section{display:flex;flex-direction:column;gap:.5rem}.date-question .preview-section label{font-size:.875rem;font-weight:500;color:#646f7f}.date-question .preview-section .preview-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f4f4f4}.date-question .preview-section .preview-input:focus{outline:none;border-color:#844be0}.clickable-input{cursor:pointer}.calendar-picker{display:flex;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:650px;height:450px}.sidebar{width:160px;padding:20px 0;border-right:1px solid #e9ecef}.preset-option{padding:14px 24px;color:#6c757d;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;border-right:3px solid rgba(0,0,0,0)}.preset-option:hover{background:#f1f3f5;color:#495057}.preset-option.active{background:#f8f0ff;color:#7c3aed;border-right-color:#7c3aed;border-left-color:#7c3aed}.calendar-container{flex:1 1;padding:20px;display:flex;flex-direction:column}.calendar-header{display:flex;align-items:center;justify-content:center;margin-bottom:12px;position:relative;z-index:100}.calendar-space{flex:1 1}.calendar-header p{margin:0;font-size:14px;font-weight:400;color:#0a0a0a;display:flex;gap:2px;position:relative}.month-year-selector{cursor:pointer;padding:6px 8px;border-radius:6px;transition:all .2s ease;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid rgba(0,0,0,0);display:flex;align-items:center;gap:1px}.month-year-selector:hover{background:#f8f9fa;border-color:#dee2e6}.month-year-selector.active{background:#f8f9fa;border-color:#7c3aed}.dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:rgba(0,0,0,.05);pointer-events:all}.dropdown{position:fixed;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.15);max-height:280px;overflow-y:auto;min-width:160px;animation:calendarDropdownFadeIn .2s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateX(-50%)}.month-dropdown-positioned{top:120px;left:50%;margin-left:-40px}@keyframes calendarDropdownFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(-8px) scale(.96)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}.dropdown-item{padding:12px 20px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;color:#495057;display:flex;align-items:center;justify-content:space-between}.dropdown-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.dropdown-item:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.dropdown-item:hover{background:#f8f9fa;color:#212529}.dropdown-item.active{background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;font-weight:600}.dropdown-item.active:hover{background:linear-gradient(135deg,#6d28d9,#7c3aed)}.dropdown-item.active:after{content:"✓";font-size:12px;font-weight:700}.dropdown::-webkit-scrollbar{width:6px}.dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}.dropdown::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:6px}.dropdown::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.nav-button{background:none;border:none;font-size:20px;color:#6c757d;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s ease}.nav-button:hover{background:#f8f9fa;color:#495057}.calendar-grid{flex:1 1}.weekdays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px;margin-bottom:8px}.weekday{text-align:center;font-size:12px;font-weight:600;color:#6c757d;padding:8px 0}.weekday.weekend{color:#dc3545}.days{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:0;gap:0}.day{display:flex;padding:12px 0;margin-bottom:4px;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .2s ease;font-size:12px;font-weight:400}.day:not(.empty):hover{background:#f8f9fa}.day.empty{cursor:default}.day.selected{background:#7c3aed;color:#fff}.day.range-start,.day.range-start:hover{background:#7c3aed;color:#fff;border-top-left-radius:8px;border-bottom-left-radius:8px}.day.range-end{background:#7c3aed;color:#fff;border-top-right-radius:8px;border-bottom-right-radius:8px}.day.selected:not(.range-start):not(.range-end){background:#e9d5ff;color:#7c3aed}.day.range-end:hover{background:#7c3aed;color:#fff;border-top-right-radius:8px;border-bottom-right-radius:8px}.day-number{position:relative;z-index:2}.event-dot{position:absolute;bottom:6px;right:50%;transform:translateX(50%);width:4px;height:4px;border-radius:50%;background:#10b981;z-index:1}.day.selected .event-dot{background:#fff}.time-controls{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding-top:20px;border-top:1px solid #e9ecef}.time-input{flex:1 1}.time-input input{width:100%;padding:12px 16px;border:1px solid #dee2e6;border-radius:8px;font-size:14px;color:#6c757d;background:#fff;transition:border-color .2s ease}.time-input input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.1)}.time-separator{color:#6c757d;font-size:16px;font-weight:500}.apply-button{padding:12px 24px;background:#7c3aed;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:80px}.cancel-button{border:1px solid #d1d5db}.day.disabled{cursor:not-allowed;pointer-events:none}.day.disabled,.day.disabled:hover{background:#f8f9fa;color:#adb5bd}.day.disabled .day-number{opacity:.5}.time-question{width:100%;display:flex;flex-direction:column;gap:1rem}.time-question .time-question-row{width:22%;display:flex;align-items:center;gap:.5rem}.time-question .time-question-row .time-question-input{width:100%;color:#646f7f}.time-question .time-question-row .time-question-arrow{display:flex;align-items:center;justify-content:center}.time-question .time-question-row .time-question-arrow svg{width:1.5rem;height:1.5rem}.time-question .preview-section{display:flex;flex-direction:column;gap:.5rem}.time-question .preview-section label{font-size:.875rem;font-weight:500;color:#646f7f}.time-question .preview-section .preview-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f4f4f4}.time-question .preview-section .preview-input:focus{outline:none;border-color:#844be0}.file-upload-question{width:100%;display:flex;flex-direction:column;gap:1rem}.file-upload-question .preview-section{display:flex;flex-direction:column;gap:.5rem}.file-upload-question .preview-section label{font-size:.875rem;font-weight:500;color:#646f7f}.file-upload-question .preview-section .file-upload-preview .file-upload-area{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;border:2px dashed #d1d5db;border-radius:.5rem;background-color:#f4f4f4;text-align:center}.file-upload-question .preview-section .file-upload-preview .file-upload-area p{margin:0;color:#646f7f;font-size:.875rem}.file-upload-question .preview-section .file-upload-preview .file-upload-area .file-upload-btn{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.25rem;background-color:#fff;color:#646f7f;font-size:.875rem;cursor:default}.switch{position:relative;display:inline-block;width:2.75rem;height:1.5rem}.switch input{opacity:0;width:0;height:0}.switch input:checked+.slider{background-color:#a17eff}.switch input:checked+.slider:before{transform:translateX(1.275rem)}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#8690a0;transition:background .4s;border-radius:1.5rem}.switch .slider:before{position:absolute;content:"";height:1.125rem;width:1.125rem;left:.1875rem;bottom:.1875rem;background-color:#fff;transition:transform .4s;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.08)}.form-checkbox{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s ease}.form-checkbox input{display:none}.form-checkbox .checkmark{display:inline-block;box-sizing:border-box;width:1.25rem;height:1.25rem;border:1px solid #844be0;border-radius:.25rem;background-color:#fff;transition:all .2s ease;position:relative}.form-checkbox .checkmark:hover{border-color:#844be0}.form-checkbox .checkmark:after{content:"";position:absolute;left:30%;top:12.5%;width:25%;height:50%;border:solid #844be0;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.form-checkbox input:checked+.checkmark{background-color:rgba(161,126,255,.1490196078)}.form-checkbox input:checked+.checkmark:after{opacity:1}.form-file-upload{display:flex;flex-direction:column;gap:1rem}.form-file-upload .form-file-upload-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;border:3px dashed rgba(161,126,255,.1490196078);border-radius:1rem;padding:1rem}.form-file-upload .form-file-upload-container input{display:none}.form-file-upload .form-file-upload-container .form-file-upload-placeholder{font-weight:500;font-size:1.125rem;line-height:1.6875rem;letter-spacing:0;color:#abb3be}.form-file-upload .form-file-upload-container .btn{padding:.5rem 1.5rem}.form-file-upload .form-file-upload-container .btn span{font-size:1rem;line-height:1.5rem;letter-spacing:0;vertical-align:middle}.article-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.article-modal-content{background:#fff;border-radius:1rem;padding:1.5rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px rgba(0,0,0,.2)}.article-modal-header{margin-bottom:1.5rem}.article-modal-header h2{font-size:1.75rem;font-weight:700;color:#000;margin:0}.article-modal-form{gap:1rem}.article-modal-form,.form-section{display:flex;flex-direction:column}.form-section{gap:.5rem}.form-label{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}.form-label.days-back-label{color:#844be0;font-weight:500}.language-selector{display:flex;flex-direction:column;gap:1rem}.language-dropdown .language-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;background-color:#fff;color:#646f7f}.language-dropdown .language-select:focus{outline:none;border-color:#844be0;box-shadow:0 0 0 3px rgba(132,75,224,.1)}.selected-languages{display:flex;flex-wrap:wrap;gap:.5rem}.language-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#844be0;color:#fff;border-radius:1.5rem;font-size:.875rem}.language-tag .remove-language{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:0;line-height:1}.language-tag .remove-language:hover{opacity:.8}.date-range{display:flex;align-items:center;gap:1rem}.date-range .form-input{flex:1 1}.date-range .date-separator{font-size:1rem;color:#646f7f;font-weight:500}.search-preview p{margin:0;padding:0;color:#abb3be;font-size:.875rem;line-height:1.4}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;border-top:1px solid #d1d5db;padding-top:1rem}.error-text{color:#fb3748;font-size:.875rem;margin-top:.25rem}@media(max-width:768px){.article-modal-overlay{padding:.5rem}.article-modal-content{padding:1.5rem;max-height:95vh}.article-modal-header{margin-bottom:1.5rem}.article-modal-header h2{font-size:1.5rem}.article-modal-form{gap:1rem}.date-range{flex-direction:column;align-items:flex-start;gap:.5rem}.date-range .date-separator{align-self:center}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}@media(max-width:480px){.article-modal-content{padding:1rem}.selected-languages .language-tag{font-size:.75rem;padding:.4rem .6rem}}.survey-success-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.survey-success-modal{background-color:#fff;border-radius:24px;width:503px;max-width:90vw;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden}.survey-success-modal-header{padding:24px 24px 0}.survey-success-modal-header .survey-success-modal-title{font-size:20px;font-weight:600;color:#111827;margin:0}.survey-success-modal-content{padding:16px 24px 24px}.survey-success-modal-link-field{margin-bottom:16px}.survey-success-modal-link-field .survey-success-modal-link-input{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:12px;background-color:#f9fafb;color:#7c3aed;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s}.survey-success-modal-link-field .survey-success-modal-link-input:focus{border-color:#7c3aed}.survey-success-modal-link-field .survey-success-modal-link-input::placeholder{color:#9ca3af}.survey-success-modal-separator{height:1px;background-color:#e5e7eb;margin:16px 0}.survey-success-modal-actions{display:flex;gap:12px;justify-content:flex-end}.survey-success-modal-actions .survey-success-modal-cancel{padding:10px 24px;border-radius:8px;border:1px solid #d1d5db;background-color:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.survey-success-modal-actions .survey-success-modal-cancel:hover{background-color:#f9fafb;border-color:#9ca3af}.survey-success-modal-actions .survey-success-modal-copy{padding:10px 24px;border-radius:8px;border:none;background-color:#7c3aed;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.survey-success-modal-actions .survey-success-modal-copy:hover{background-color:#6d28d9}.survey-success-modal-actions .survey-success-modal-copy:active{transform:translateY(1px)}