body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2d3748}.CommentForm{background:#fff;padding:16px;border-radius:4px;box-shadow:0 3px 10px rgba(0,0,0,.1)}.CommentForm,.CommentForm__Textarea{max-width:100%;box-sizing:border-box}.CommentForm__Textarea{font-size:16px;height:100px;width:400px;max-height:100px;font-family:inherit;background:#f1f1f1;border:2px solid #f1f1f1;padding:12px;border-radius:5px;transition:border-color .3s ease 0s;display:block}.CommentForm__Textarea:focus{border-color:#3471ea}.CommentForm__Submit{background-color:#1a8cd8;color:#fff;height:36px;line-height:36px;min-width:100px;width:300px;margin-left:10%;font-size:14px;border:none;cursor:pointer;border-radius:5px;transition:background-color .3s ease 0s}.CommentForm__Submit:hover{background-color:#245bc1}body{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;min-height:100vh}body,ul{margin:0;padding:0}ul{list-style:none}.post{width:100%;max-width:600px;margin:0 0 24px;background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.post.expanded{max-width:1000px}.post:hover{box-shadow:0 8px 25px rgba(0,0,0,.12);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.post__container{padding:20px;display:flex;flex-direction:column}.post__container.two-column{flex-direction:row;grid-gap:24px;gap:24px}.post__main-content{flex:1 1}.post__analysis-panel{flex:1 1;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;padding:20px;border:1px solid rgba(226,232,240,.8);-webkit-animation:slideInRight .3s ease-out;animation:slideInRight .3s ease-out}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.post__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.post__avatar{margin-right:12px}.avatar__circle{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px}.post__info{flex:1 1}.post__username{font-weight:600;font-size:16px;color:#1a202c;margin-bottom:2px}.post__timestamp{font-size:14px;color:#718096}.post__safety{display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:12px;font-weight:600;padding:6px 12px;border-radius:20px;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1)}.safety__emoji{font-size:14px}.post__content{margin-bottom:20px;line-height:1.6}.post__content p{color:#2d3748;font-size:16px;margin:0;word-wrap:break-word}.post__metrics{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;padding:16px;margin-bottom:16px;border:1px solid rgba(226,232,240,.8)}.metrics__header{display:flex;align-items:center;margin-bottom:12px;font-weight:600;font-size:14px;color:#4a5568}.metrics__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.metric__item{background:#fff;border-radius:8px;padding:12px;border:1px solid rgba(226,232,240,.6);transition:all .2s ease}.metric__item:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.metric__label{display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:12px;font-weight:600;color:#4a5568;margin-bottom:6px}.metric__icon{font-size:14px}.metric__value{font-size:14px;font-weight:700;margin-bottom:6px;color:#2d3748}.metric__bar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.metric__progress{height:100%;border-radius:2px;transition:width .3s ease}.post__actions{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid #e2e8f0}.action__item{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#4a5568;background:transparent}.action__item:hover{background:#f7fafc;color:#2d3748}.action__item.liked{background:rgba(239,68,68,.1);color:#ef4444}.action__item.liked:hover{background:rgba(239,68,68,.2);color:#dc2626}.action__item span:first-child{font-size:16px}label{display:block;margin-bottom:8px;font-weight:600;color:#2d3748;font-size:14px}.CommentForm__Textarea,input[type=text]{font-size:16px;width:100%;max-width:100%;box-sizing:border-box;font-family:inherit;background:#f7fafc;border:2px solid #e2e8f0;padding:12px 16px;border-radius:12px;transition:all .3s ease;display:block;margin-bottom:16px}.CommentForm__Textarea:focus,input[type=text]:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1);outline:none}.CommentForm__Textarea{height:120px;resize:vertical}button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;margin-top:12px;margin-bottom:12px}button:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}button:active{-webkit-transform:translateY(0);transform:translateY(0)}.CommentForm__Actions{margin-top:12px;display:flex;justify-content:flex-end}.metric__score{display:flex;align-items:center;grid-gap:6px;gap:6px;font-weight:700;font-size:14px}.score__emoji{font-size:16px}.score__percentage{-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:768px){.post{margin:0 0 16px;border-radius:12px}.post__container.two-column{flex-direction:column;grid-gap:16px;gap:16px}.post__analysis-panel{margin-left:0}.metrics__grid{grid-template-columns:1fr}.post__actions{flex-wrap:wrap;grid-gap:8px;gap:8px}.action__item{flex:1 1;justify-content:center;min-width:0}.action__item span:last-child{display:none}}.feed{height:750px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding-top:20px;overflow-y:auto}.feed__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 300px;grid-gap:24px;gap:24px;padding:0 20px}.feed__content{display:flex;flex-direction:column;grid-gap:20px;gap:20px;max-width:600px}.feed__stories{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.stories__container{display:flex;grid-gap:16px;gap:16px;overflow-x:auto;padding-bottom:8px}.stories__container::-webkit-scrollbar{height:4px}.stories__container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.stories__container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.story__item{display:flex;flex-direction:column;align-items:center;grid-gap:8px;gap:8px;min-width:70px;cursor:pointer;padding:8px;border-radius:12px;transition:all .2s ease}.story__item:hover{background:#f7fafc}.story__avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:18px;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px rgba(102,126,234,.3)}.add-story .story__avatar{background:linear-gradient(135deg,#48bb78,#38a169);font-size:24px}.story__item span{font-size:12px;font-weight:500;color:#4a5568;text-align:center}.commentForm{background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.commentForm__container{padding:24px}.commentForm__header{display:flex;align-items:center;grid-gap:16px;gap:16px;margin-bottom:20px}.composer__avatar .avatar__circle{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px;box-shadow:0 4px 12px rgba(102,126,234,.3)}.composer__info h3{margin:0 0 4px;color:#2d3748;font-size:18px;font-weight:600}.composer__info p{margin:0;color:#718096;font-size:14px}.commentForm__form{grid-gap:16px;gap:16px}.commentForm__form,.form__group{display:flex;flex-direction:column}.form__input,.form__textarea{padding:16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;font-family:inherit;background:#f7fafc;transition:all .3s ease;resize:vertical}.form__input:focus,.form__textarea:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form__input--username{max-width:200px}.form__textarea{min-height:100px}.commentForm__actions{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.form__info{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:14px;color:#718096}.info__icon{font-size:16px}.form__submit{display:flex;align-items:center;grid-gap:8px;gap:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease}.form__submit:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.posts__container{grid-gap:20px;gap:20px}.feed__loading,.posts__container{display:flex;flex-direction:column}.feed__loading{align-items:center;justify-content:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.loading__spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin-bottom:16px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.feed__loading p{color:#718096;font-size:16px;margin:0}.feed__empty{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.empty__icon{font-size:48px;margin-bottom:16px}.feed__empty h3{color:#2d3748;margin:0 0 8px;font-size:20px}.feed__empty p{color:#718096;margin:0;font-size:16px}.feed__sidebar{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.sidebar__section{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.sidebar__section h3{margin:0 0 16px;color:#2d3748;font-size:16px;font-weight:600}.guidelines__item{display:flex;align-items:center;grid-gap:12px;gap:12px;margin-bottom:12px;font-size:14px;color:#4a5568}.guidelines__item:last-child{margin-bottom:0}.guideline__icon{font-size:16px}.stats__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.stat__item{text-align:center;padding:16px;background:#f7fafc;border-radius:12px}.stat__number{font-size:24px;font-weight:700;color:#667eea;margin-bottom:4px}.stat__label{font-size:12px;color:#718096;font-weight:500}.trending__item{background:#f7fafc;color:#667eea;padding:8px 12px;border-radius:20px;font-size:14px;font-weight:500;margin-bottom:8px;cursor:pointer;transition:all .2s ease}.trending__item:hover{background:#edf2f7;-webkit-transform:translateX(4px);transform:translateX(4px)}.trending__item:last-child{margin-bottom:0}@media (max-width:1024px){.feed__container{grid-template-columns:1fr;max-width:1000px}.feed__content{max-width:1000px}.feed__sidebar{order:-1;max-width:600px;margin:0 auto}.sidebar__section{padding:16px}.stories__container{justify-content:center}}@media (max-width:768px){.feed{height:100vh;padding-top:10px}.feed__container{padding:0 16px;grid-gap:16px;gap:16px}.feed__content{max-width:100%}.commentForm__container{padding:20px}.commentForm__header{text-align:center}.commentForm__actions,.commentForm__header{flex-direction:column;grid-gap:12px;gap:12px}.commentForm__actions{align-items:stretch}.form__submit{justify-content:center}.stats__grid{grid-template-columns:1fr}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header__container{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;max-width:1200px;margin:0 auto}.header__left{flex:1 1}.header__logo h2{color:#fff;font-size:28px;font-weight:700;margin:0;letter-spacing:-.5px}.header__tagline{color:hsla(0,0%,100%,.8);font-size:12px;display:block;margin-top:2px;font-weight:400}.header__right{display:flex;justify-content:flex-end}.header__nav{display:flex;grid-gap:24px;gap:24px}.header__navItem{display:flex;flex-direction:column;align-items:center;color:#fff;cursor:pointer;padding:8px 12px;border-radius:12px;transition:all .3s ease;font-size:12px;font-weight:500}.header__navItem:hover{background:hsla(0,0%,100%,.15);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.header__navItem span:first-child{font-size:18px;margin-bottom:4px}@media (max-width:768px){.header__container{padding:8px 16px}.header__nav{grid-gap:12px;gap:12px}.header__navItem span:last-child{display:none}.header__logo h2{font-size:20px}}*{margin:0;padding:0;box-sizing:border-box}.App{min-height:100vh;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell",sans-serif;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.App__main{flex:1 1}.App__footer{background:linear-gradient(135deg,#2d3748,#4a5568);color:#fff;margin-top:60px}.footer__content{max-width:1200px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px}.footer__section h4{font-size:24px;font-weight:700;margin-bottom:12px;color:#fff}.footer__section h5{font-size:16px;font-weight:600;margin-bottom:16px;color:#e2e8f0}.footer__section p{color:#cbd5e0;font-size:14px;line-height:1.6}.footer__section ul{list-style:none;padding:0}.footer__section ul li{color:#a0aec0;font-size:14px;margin-bottom:8px;cursor:pointer;transition:color .2s ease}.footer__section ul li:hover{color:#e2e8f0}.footer__bottom{border-top:1px solid #4a5568;padding:20px;text-align:center}.footer__bottom p{color:#a0aec0;font-size:14px}@media (max-width:1024px){.footer__content{grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}}@media (max-width:768px){.footer__content{grid-template-columns:1fr;grid-gap:24px;gap:24px;padding:30px 20px}.footer__section:first-child{text-align:center}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}::selection{background:rgba(102,126,234,.3);color:#2d3748}::-moz-selection{background:rgba(102,126,234,.3);color:#2d3748}button:focus,input:focus,textarea:focus{outline:2px solid #667eea;outline-offset:2px}*{transition:background-color .2s ease,border-color .2s ease,color .2s ease}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fade-in{-webkit-animation:fadeIn .6s ease-out;animation:fadeIn .6s ease-out}@-webkit-keyframes slideIn{0%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slideIn{0%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.slide-in{-webkit-animation:slideIn .4s ease-out;animation:slideIn .4s ease-out}@media print{.App__footer,.header,.post__actions{display:none!important}.post{page-break-inside:avoid;-webkit-column-break-inside:avoid;break-inside:avoid;box-shadow:none!important;border:1px solid #e2e8f0!important}}
/*# sourceMappingURL=main.1b31b3b7.chunk.css.map */