*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#000;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none}button,a{min-height:44px;min-width:44px}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}button,.no-select{-webkit-user-select:none;user-select:none}@supports (padding: env(safe-area-inset-top)){.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}}.image-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000f2;display:flex;align-items:center;justify-content:center;touch-action:none;-webkit-user-select:none;user-select:none}.image-viewer__close{position:absolute;top:16px;right:16px;top:calc(16px + env(safe-area-inset-top,0px));right:calc(16px + env(safe-area-inset-right,0px));width:44px;height:44px;padding:10px;background:#00000080;border:none;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.image-viewer__close svg{width:24px;height:24px;color:#fff}.image-viewer__close:hover{background:#000000b3}.image-viewer__image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .1s ease-out;will-change:transform}.image-viewer__zoom-indicator{position:absolute;bottom:20px;bottom:calc(20px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);background:#0009;color:#fff;padding:6px 12px;border-radius:16px;font-size:14px;font-weight:500;pointer-events:none}.image-carousel{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.image-carousel--empty{background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center}.image-carousel__placeholder{width:80px;height:80px;color:#fff3}.image-carousel__placeholder svg{width:100%;height:100%}.image-carousel__background{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background-size:cover;background-position:center;filter:blur(30px);transform:scale(1.2);opacity:.8;transition:background-image .3s ease}.image-carousel__main{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.image-carousel__main img{max-width:100%;max-height:100%;object-fit:contain;cursor:pointer}.image-carousel__container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.image-carousel__container::-webkit-scrollbar{display:none}.image-carousel__slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:center;scroll-snap-stop:always}.image-carousel__slide-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-carousel__slide-inner img{max-width:100%;max-height:100%;object-fit:contain;cursor:pointer}.image-carousel__dots{position:absolute;bottom:calc(160px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);display:flex;gap:4px;z-index:10}.image-carousel__dot{width:10px;height:10px;min-width:10px;min-height:10px;padding:0;border:none;border-radius:50%;background:#fff6;cursor:pointer;transition:background .2s}.image-carousel__dot--active{background:#fff}@media(min-width:768px){.image-carousel__dots{bottom:calc(180px + env(safe-area-inset-bottom,0px))}}.image-display{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.image-display--empty{background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center}.image-display__placeholder{width:80px;height:80px;color:#fff3}.image-display__placeholder svg{width:100%;height:100%}.image-display__background{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background-size:cover;background-position:center;filter:blur(30px);transform:scale(1.2);opacity:.8}.image-display__main{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.image-display__main img{max-width:100%;max-height:100%;object-fit:contain;cursor:pointer}.like-button{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px;-webkit-tap-highlight-color:transparent;transition:transform .1s ease}.like-button:active{transform:scale(.95)}.like-button__icon{width:40px;height:40px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .2s ease,color .2s ease}.like-button__icon--liked{color:#ff2d55;animation:like-pulse .3s ease}.like-button__icon--unliked{color:#fff}.like-button__count{color:#fff;font-size:12px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5)}@keyframes like-pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@media(hover:none){.like-button{padding:12px}.like-button__icon{width:44px;height:44px}}.comment-button{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px;-webkit-tap-highlight-color:transparent;transition:transform .1s ease}.comment-button:active{transform:scale(.95)}.comment-button__icon{width:40px;height:40px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .2s ease}.comment-button:hover .comment-button__icon{transform:scale(1.1)}.comment-button__count{color:#fff;font-size:12px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5)}@media(hover:none){.comment-button{padding:12px}.comment-button__icon{width:44px;height:44px}}.comments-panel-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:100;display:flex;justify-content:flex-end}.comments-panel{width:100%;max-width:400px;height:100%;background:#121212;display:flex;flex-direction:column;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.comments-panel__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.comments-panel__title{font-size:18px;font-weight:600;color:#fff;margin:0}.comments-panel__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;color:#fff;transition:background .2s ease}.comments-panel__close:hover{background:#fff3}.comments-panel__close svg{width:20px;height:20px}.comments-panel__content{flex:1;overflow-y:auto;padding:16px 20px;-webkit-overflow-scrolling:touch}.comments-panel__loading,.comments-panel__error,.comments-panel__empty{display:flex;align-items:center;justify-content:center;height:100%;color:#fff9;font-size:14px;text-align:center}.comments-panel__loading-more{display:flex;justify-content:center;padding:16px}.comments-panel__spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.comments-panel__spinner--small{width:24px;height:24px;border-width:2px}.comments-panel__spinner--tiny{width:18px;height:18px;border-width:2px}.comment{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.comment:last-child{border-bottom:none}.comment__header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.comment__author{font-weight:600;font-size:14px;color:#fff}.comment__time{font-size:12px;color:#ffffff80}.comment__content{font-size:14px;color:#ffffffe6;line-height:1.5;margin:0;word-wrap:break-word;white-space:pre-wrap}.comments-panel__footer{padding:12px 20px;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0;background:#121212}@supports (padding-bottom: env(safe-area-inset-bottom)){.comments-panel__footer{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}.comments-panel__form{display:flex;align-items:flex-end;gap:12px}.comments-panel__input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:10px 16px;color:#fff;font-size:14px;resize:none;min-height:40px;max-height:120px;line-height:1.4;font-family:inherit;transition:border-color .2s ease,background .2s ease}.comments-panel__input::placeholder{color:#ffffff80}.comments-panel__input:focus{outline:none;border-color:#ffffff4d;background:#ffffff26}.comments-panel__input:disabled{opacity:.6;cursor:not-allowed}.comments-panel__submit{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fe2c55;border:none;border-radius:50%;cursor:pointer;color:#fff;flex-shrink:0;transition:background .2s ease,opacity .2s ease,transform .1s ease}.comments-panel__submit:hover:not(:disabled){background:#ff4469}.comments-panel__submit:active:not(:disabled){transform:scale(.95)}.comments-panel__submit:disabled{opacity:.5;cursor:not-allowed}.comments-panel__submit svg{width:20px;height:20px}.comments-panel__message{display:flex;align-items:center;justify-content:center;gap:8px;color:#fff9;font-size:14px;padding:8px 0}.comments-panel__message svg{width:18px;height:18px;flex-shrink:0}.comments-panel__login-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;font-family:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease}.comments-panel__login-btn:hover{background:#ffffff26;border-color:#ffffff4d}.comments-panel__login-btn:active{background:#fff3}.comments-panel__login-btn svg{width:18px;height:18px;flex-shrink:0}@media(max-width:480px){.comments-panel{max-width:100%}}@media(min-width:768px){.comments-panel{max-height:100vh;border-left:1px solid rgba(255,255,255,.1)}}.post{height:100vh;height:100dvh;width:100vw;scroll-snap-align:start;scroll-snap-stop:always;position:relative;overflow:hidden;background:#000}.post__overlay{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:flex-end;justify-content:space-between;padding:120px 20px 20px;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px));background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.5) 40%,transparent 100%);z-index:5;transition:all .3s ease;max-height:50vh;overflow:hidden}.post__overlay--expanded{top:0;max-height:100vh;padding-top:calc(60px + env(safe-area-inset-top,0px));background:linear-gradient(to top,#000000f2,#000000d9,#000000b3);overflow-y:auto;align-items:flex-start}.post__overlay--expanded .post__content{padding-top:20px}.post__content{flex:1;padding-right:16px}.post__title{color:#fff;font-size:18px;font-weight:700;margin-bottom:8px;text-shadow:0 1px 3px rgba(0,0,0,.5);line-height:1.3}.post__description{color:#ffffffe6;font-size:14px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.5)}.post__description--expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.post__read-more{background:none;border:none;color:#ffffffb3;font-size:14px;font-weight:600;padding:4px 0;margin-top:4px;cursor:pointer;text-shadow:0 1px 2px rgba(0,0,0,.5);min-height:auto;min-width:auto}.post__read-more:hover{color:#fff}.post__date{display:block;margin-top:8px;color:#fff9;font-size:12px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.post__sidebar{display:flex;flex-direction:column;align-items:center;gap:20px;flex-shrink:0}.visibility-icon{display:flex;align-items:center;justify-content:center;padding:8px}.visibility-icon svg{width:28px;height:28px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));opacity:.7}@media(hover:none){.visibility-icon svg{width:32px;height:32px}}@media(min-width:768px){.post__overlay{max-width:600px;left:50%;transform:translate(-50%)}.post__title{font-size:20px}.post__description{font-size:15px}}@media(min-width:1024px){.post__overlay{max-width:800px}.post__title{font-size:24px}.post__description{font-size:16px;-webkit-line-clamp:4}}@media(min-width:1440px){.post__overlay{max-width:1000px}.post__title{font-size:28px}.post__description{font-size:17px;-webkit-line-clamp:5}}.create-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:200;display:flex;align-items:center;justify-content:center;padding:16px;animation:modal-fade-in .2s ease}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.create-modal__content{width:100%;max-width:480px;max-height:90vh;background:#1a1a1a;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;animation:modal-slide-in .2s ease}@keyframes modal-slide-in{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.create-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.create-modal__header h2{font-size:18px;font-weight:600;color:#fff;margin:0}.create-modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#ffffffb3;border-radius:50%;transition:background .2s,color .2s}.create-modal__close:hover{background:#ffffff1a;color:#fff}.create-modal__close svg{width:20px;height:20px}.create-modal__form{padding:20px;overflow-y:auto;flex:1}.create-modal__error{background:#fe2c5526;border:1px solid rgba(254,44,85,.3);border-radius:8px;padding:12px;margin-bottom:16px;color:#fe2c55;font-size:14px}.create-modal__field{margin-bottom:20px}.create-modal__field label{display:block;font-size:14px;font-weight:500;color:#fffc;margin-bottom:8px}.create-modal__field input[type=text],.create-modal__field textarea{width:100%;padding:12px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:15px;font-family:inherit;transition:border-color .2s,background .2s;box-sizing:border-box}.create-modal__field input[type=text]:focus,.create-modal__field textarea:focus{outline:none;border-color:#fe2c55;background:#ffffff1a}.create-modal__field input[type=text]::placeholder,.create-modal__field textarea::placeholder{color:#fff6}.create-modal__field textarea{resize:vertical;min-height:100px}.create-modal__file-input{display:none}.create-modal__upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px;background:#ffffff0d;border:2px dashed rgba(255,255,255,.2);border-radius:12px;cursor:pointer;transition:border-color .2s,background .2s}.create-modal__upload:hover{border-color:#fff6;background:#ffffff14}.create-modal__upload svg{width:40px;height:40px;color:#ffffff80}.create-modal__upload span{font-size:14px;color:#fff9}.create-modal__images-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.create-modal__image-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1}.create-modal__image-item img{width:100%;height:100%;object-fit:cover;display:block}.create-modal__image-badge{position:absolute;bottom:4px;left:4px;padding:2px 6px;background:#fe2c55e6;border-radius:4px;font-size:10px;font-weight:600;color:#fff;text-transform:uppercase}.create-modal__image-preview{position:relative;border-radius:12px;overflow:hidden}.create-modal__image-preview img{width:100%;max-height:200px;object-fit:cover;display:block}.create-modal__remove-image{position:absolute;top:4px;right:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#000000b3;border:none;border-radius:50%;cursor:pointer;color:#fff;transition:background .2s}.create-modal__remove-image:hover{background:#fe2c55e6}.create-modal__remove-image svg{width:14px;height:14px}.create-modal__toggle{display:flex;gap:0;background:#ffffff14;border-radius:8px;padding:4px}.create-modal__toggle-btn{flex:1;padding:10px 16px;background:none;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;color:#fff9;transition:background .2s,color .2s}.create-modal__toggle-btn:hover{color:#fffc}.create-modal__toggle-btn.active{background:#fe2c55;color:#fff}.create-modal__toggle-btn:disabled{cursor:not-allowed;opacity:.5}.create-modal__actions{display:flex;gap:12px;margin-top:24px}.create-modal__cancel,.create-modal__submit{flex:1;padding:14px 20px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.create-modal__cancel{background:#ffffff1a;color:#fff}.create-modal__cancel:hover{background:#ffffff26}.create-modal__submit{background:linear-gradient(135deg,#fe2c55,#ff0050);color:#fff}.create-modal__submit:hover{background:linear-gradient(135deg,#ff4068,#f26)}.create-modal__submit:active,.create-modal__cancel:active{transform:scale(.98)}.create-modal__cancel:disabled,.create-modal__submit:disabled{cursor:not-allowed;opacity:.6}@supports (padding-top: env(safe-area-inset-top)){.create-modal{padding-top:calc(16px + env(safe-area-inset-top));padding-bottom:calc(16px + env(safe-area-inset-bottom))}}@media(min-width:768px){.create-modal__content{max-width:520px}.create-modal__header h2{font-size:20px}.create-modal__form{padding:24px}}.overlay-panel-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:150;display:flex;align-items:flex-end;justify-content:center;animation:overlay-fade-in .2s ease}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}.overlay-panel{width:100%;max-width:600px;height:60vh;max-height:600px;background:#121212;border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:overlay-slide-up .3s ease;touch-action:none}@keyframes overlay-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.overlay-panel__handle{display:flex;justify-content:center;padding:12px 0 8px;cursor:grab}.overlay-panel__handle-bar{width:36px;height:4px;background:#ffffff4d;border-radius:2px}.overlay-panel__header{display:flex;align-items:center;justify-content:space-between;padding:8px 20px 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.overlay-panel__title{font-size:18px;font-weight:600;color:#fff;margin:0}.overlay-panel__close{width:36px;height:36px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;color:#fff;transition:background .2s ease}.overlay-panel__close:hover{background:#fff3}.overlay-panel__close svg{width:20px;height:20px}.overlay-panel__content{flex:1;overflow-y:auto;padding:16px 20px;-webkit-overflow-scrolling:touch}@supports (padding-bottom: env(safe-area-inset-bottom)){.overlay-panel{padding-bottom:env(safe-area-inset-bottom)}}@media(min-width:768px){.overlay-panel{max-height:70vh;border-radius:16px 16px 0 0}.overlay-panel__title{font-size:20px}}.posts-panel__loading,.posts-panel__error,.posts-panel__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#fff9;font-size:14px}.posts-panel__spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:posts-spin .8s linear infinite}.posts-panel__spinner--small{width:24px;height:24px;border-width:2px}@keyframes posts-spin{to{transform:rotate(360deg)}}.posts-panel__list{display:flex;flex-direction:column;gap:10px}.posts-panel__item{display:flex;align-items:center;gap:12px;padding:10px;background:#ffffff0d;border-radius:10px}.posts-panel__media{flex-shrink:0}.posts-panel__thumbnail{width:56px;height:56px;object-fit:cover;border-radius:8px;display:block}.posts-panel__placeholder{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:8px;color:#ffffff4d}.posts-panel__placeholder svg{width:24px;height:24px}.posts-panel__info{flex:1;min-width:0}.posts-panel__title{font-size:14px;font-weight:500;color:#fff;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.posts-panel__status{display:inline-block;padding:3px 6px;font-size:10px;font-weight:600;text-transform:uppercase;border-radius:4px}.posts-panel__status--published{background:#22c55e33;color:#22c55e}.posts-panel__status--draft{background:#fbbf2433;color:#fbbf24}.posts-panel__status--archived{background:#6b728033;color:#9ca3af}.posts-panel__actions{display:flex;gap:6px;flex-shrink:0}.posts-panel__btn{width:36px;height:36px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:8px;cursor:pointer;color:#fff;transition:background .2s}.posts-panel__btn:hover{background:#ffffff26}.posts-panel__btn:active{transform:scale(.95)}.posts-panel__btn svg{width:18px;height:18px}.posts-panel__btn--publish{background:#22c55e33;color:#22c55e}.posts-panel__btn--publish:hover{background:#22c55e4d}.posts-panel__btn--unpublish{background:#fbbf2433;color:#fbbf24}.posts-panel__btn--unpublish:hover{background:#fbbf244d}.posts-panel__btn--delete{background:#ef444433;color:#ef4444}.posts-panel__btn--delete:hover{background:#ef44444d}@media(min-width:480px){.posts-panel__thumbnail,.posts-panel__placeholder{width:64px;height:64px}.posts-panel__title{font-size:15px}}.users-panel__header{display:flex;justify-content:flex-end;margin-bottom:16px}.users-panel__form{display:flex;flex-direction:column;gap:12px;padding:16px;background:#ffffff0d;border-radius:12px;margin-bottom:16px}.users-panel__form-error{padding:10px 12px;background:#ef444433;color:#ef4444;border-radius:8px;font-size:13px}.users-panel__form-group{display:flex;flex-direction:column;gap:6px}.users-panel__form-label{font-size:13px;font-weight:500;color:#fffc}.users-panel__form-input,.users-panel__form-select{min-height:44px;padding:10px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:15px;color:#fff}.users-panel__form-input:focus,.users-panel__form-select:focus{outline:none;border-color:#ffffff4d}.users-panel__form-select{cursor:pointer}.users-panel__loading,.users-panel__error,.users-panel__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#fff9;font-size:14px}.users-panel__spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:users-spin .8s linear infinite}.users-panel__spinner--small{width:20px;height:20px;border-width:2px}@keyframes users-spin{to{transform:rotate(360deg)}}.users-panel__list{display:flex;flex-direction:column;gap:12px}.users-panel__item{display:flex;flex-direction:column;gap:12px;padding:14px;background:#ffffff0d;border-radius:12px}.users-panel__info{flex:1}.users-panel__username{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.users-panel__email{font-size:13px;color:#fff9;margin-bottom:8px}.users-panel__badges{display:flex;gap:8px;flex-wrap:wrap}.users-panel__status,.users-panel__active{display:inline-block;padding:4px 8px;font-size:11px;font-weight:600;text-transform:uppercase;border-radius:4px}.users-panel__status--approved{background:#22c55e33;color:#22c55e}.users-panel__status--pending{background:#fbbf2433;color:#fbbf24}.users-panel__status--rejected{background:#ef444433;color:#ef4444}.users-panel__active--yes{background:#3b82f633;color:#3b82f6}.users-panel__active--no{background:#6b728033;color:#9ca3af}.users-panel__actions{display:flex;flex-wrap:wrap;gap:8px}.users-panel__btn{min-width:44px;min-height:36px;padding:8px 12px;background:#ffffff1a;border:none;border-radius:8px;font-size:13px;font-weight:500;color:#fff;cursor:pointer;transition:background .2s}.users-panel__btn:hover{background:#ffffff26}.users-panel__btn:active{transform:scale(.98)}.users-panel__btn--approve{background:#22c55e33;color:#22c55e}.users-panel__btn--approve:hover{background:#22c55e4d}.users-panel__btn--reject{background:#fbbf2433;color:#fbbf24}.users-panel__btn--reject:hover{background:#fbbf244d}.users-panel__btn--delete{background:#ef444433;color:#ef4444}.users-panel__btn--delete:hover{background:#ef44444d}.users-panel__btn--new{background:#3b82f633;color:#3b82f6}.users-panel__btn--new:hover{background:#3b82f64d}.users-panel__btn--create{background:#22c55e33;color:#22c55e;margin-top:4px}.users-panel__btn--create:hover{background:#22c55e4d}.users-panel__btn--edit{background:#a855f733;color:#a855f7}.users-panel__btn--edit:hover{background:#a855f74d}.users-panel__btn--save{background:#22c55e33;color:#22c55e}.users-panel__btn--save:hover{background:#22c55e4d}.users-panel__btn--save:disabled{opacity:.5;cursor:not-allowed}.users-panel__role{display:inline-block;padding:4px 8px;font-size:11px;font-weight:600;text-transform:uppercase;border-radius:4px;background:#a855f733;color:#a855f7}.users-panel__role-select{padding:4px 8px;font-size:11px;font-weight:600;text-transform:uppercase;border-radius:4px;background:#a855f733;color:#a855f7;border:1px solid rgba(168,85,247,.3);cursor:pointer;min-height:28px}.users-panel__role-select:focus{outline:none;border-color:#a855f780}.users-panel__role-select:disabled{opacity:.5;cursor:not-allowed}.users-panel__role-select option{background:#1f2937;color:#a855f7}.users-panel__edit-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1100;padding:20px}.users-panel__edit-modal{background:#1f2937;border-radius:16px;padding:24px;width:100%;max-width:320px;box-shadow:0 20px 60px #0006}.users-panel__edit-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#fff}.users-panel__edit-username{margin:0 0 20px;font-size:14px;color:#fff9}.users-panel__edit-field{margin-bottom:24px}.users-panel__edit-label{display:block;font-size:13px;font-weight:500;color:#fffc;margin-bottom:8px}.users-panel__edit-select{width:100%;min-height:44px;padding:10px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:15px;color:#fff;cursor:pointer}.users-panel__edit-select:focus{outline:none;border-color:#ffffff4d}.users-panel__edit-select:disabled{opacity:.5;cursor:not-allowed}.users-panel__edit-select option{background:#1f2937;color:#fff}.users-panel__edit-actions{display:flex;gap:12px;justify-content:flex-end}@media(min-width:480px){.users-panel__item{flex-direction:row;align-items:center}.users-panel__actions{flex-shrink:0}}.dashboard-panel__loading,.dashboard-panel__error{display:flex;align-items:center;justify-content:center;height:200px;color:#fff9;font-size:14px}.dashboard-panel__spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:dashboard-spin .8s linear infinite}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-panel__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dashboard-panel__card{padding:20px 16px;background:#ffffff0d;border-radius:12px;text-align:center;border-left:3px solid rgba(255,255,255,.2)}.dashboard-panel__card--published{border-left-color:#22c55e}.dashboard-panel__card--draft{border-left-color:#fbbf24}.dashboard-panel__card--likes{border-left-color:#fe2c55}.dashboard-panel__value{font-size:32px;font-weight:700;color:#fff;line-height:1;margin-bottom:8px}.dashboard-panel__label{font-size:13px;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.5px}@media(min-width:480px){.dashboard-panel__grid{gap:16px}.dashboard-panel__card{padding:24px 20px}.dashboard-panel__value{font-size:36px}}.settings-panel__loading{display:flex;align-items:center;justify-content:center;height:200px}.settings-panel__spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:settings-spin .8s linear infinite}@keyframes settings-spin{to{transform:rotate(360deg)}}.settings-panel__content{display:flex;flex-direction:column;gap:24px}.settings-panel__error{padding:12px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:14px}.settings-panel__success{padding:12px;background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:8px;color:#22c55e;font-size:14px}.settings-panel__section{padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.settings-panel__section:last-child{border-bottom:none;padding-bottom:0}.settings-panel__section-title{font-size:16px;font-weight:600;color:#fff;margin:0 0 16px}.settings-panel__field{margin-bottom:16px}.settings-panel__label{display:block;font-size:14px;font-weight:500;color:#fffc;margin-bottom:8px}.settings-panel__textarea{width:100%;padding:12px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:15px;font-family:inherit;resize:vertical;min-height:80px;box-sizing:border-box}.settings-panel__textarea:focus{outline:none;border-color:#fe2c55;background:#ffffff1a}.settings-panel__textarea::placeholder{color:#fff6}.settings-panel__image-preview{position:relative;margin-bottom:12px;border-radius:8px;overflow:hidden}.settings-panel__image-preview img{width:100%;max-height:150px;object-fit:cover;display:block}.settings-panel__remove-image{position:absolute;top:8px;right:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#000000b3;border:none;border-radius:50%;cursor:pointer;color:#fff;transition:background .2s}.settings-panel__remove-image:hover{background:#ef4444e6}.settings-panel__remove-image svg{width:16px;height:16px}.settings-panel__upload{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:#ffffff0d;border:2px dashed rgba(255,255,255,.2);border-radius:8px;cursor:pointer;transition:border-color .2s,background .2s}.settings-panel__upload:hover{border-color:#fff6;background:#ffffff14}.settings-panel__upload svg{width:24px;height:24px;color:#ffffff80}.settings-panel__upload span{font-size:14px;color:#fff9}.settings-panel__file-input{display:none}.settings-panel__save{width:100%;min-height:44px;padding:12px 20px;background:linear-gradient(135deg,#fe2c55,#ff0050);border:none;border-radius:8px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:opacity .2s,transform .2s}.settings-panel__save:hover{opacity:.9}.settings-panel__save:active{transform:scale(.98)}.settings-panel__save:disabled{opacity:.6;cursor:not-allowed}.settings-panel__hint{font-size:13px;color:#ffffff80;margin:0 0 12px}.settings-panel__task-list{display:flex;flex-direction:column;gap:8px}.settings-panel__task{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#ffffff0d;border-radius:8px}.settings-panel__task-info{display:flex;flex-direction:column;gap:2px}.settings-panel__task-name{font-size:14px;font-weight:500;color:#fff}.settings-panel__task-interval{font-size:12px;color:#ffffff80}.settings-panel__task-status{padding:4px 8px;font-size:11px;font-weight:600;text-transform:uppercase;border-radius:4px}.settings-panel__task-status--active{background:#22c55e33;color:#22c55e}.settings-panel__task-status--inactive{background:#6b728033;color:#9ca3af}.user-profile-panel__content{display:flex;flex-direction:column;align-items:center;padding:20px 0}.user-profile-panel__avatar{width:80px;height:80px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.user-profile-panel__avatar svg{width:48px;height:48px;color:#fff9}.user-profile-panel__info{text-align:center;margin-bottom:32px}.user-profile-panel__username{font-size:20px;font-weight:600;color:#fff;margin-bottom:4px}.user-profile-panel__email{font-size:14px;color:#fff9;margin-bottom:8px}.user-profile-panel__role{display:inline-block;padding:4px 12px;background:#fe2c5533;border:1px solid rgba(254,44,85,.3);border-radius:16px;font-size:12px;font-weight:500;color:#fe2c55;text-transform:uppercase;letter-spacing:.5px}.user-profile-panel__actions{width:100%}.user-profile-panel__logout{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fffc;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.user-profile-panel__logout:hover{background:#ffffff1a;color:#fff}.user-profile-panel__logout svg{width:18px;height:18px}.user-profile-panel__message{font-size:14px;color:#ffffff80;margin-top:4px}.user-profile-panel__status{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:16px;font-size:13px;font-weight:500}.user-profile-panel__status svg{width:14px;height:14px}.user-profile-panel__status--pending{background:#ffc10726;border:1px solid rgba(255,193,7,.3);color:#ffc107}.user-profile-panel__action-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:10px}.user-profile-panel__action-btn:last-child{margin-bottom:0}.user-profile-panel__action-btn svg{width:18px;height:18px}.user-profile-panel__action-btn--primary{background:#fe2c55;border:1px solid #fe2c55;color:#fff}.user-profile-panel__action-btn--primary:hover{background:#e5284c;border-color:#e5284c}.user-profile-panel__action-btn--secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fffc}.user-profile-panel__action-btn--secondary:hover{background:#ffffff1a;color:#fff}.user-profile-panel__google-btn{display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;color:#3c4043;font-size:15px;font-weight:500;padding:14px 20px;border-radius:10px;text-decoration:none;transition:box-shadow .2s,background .2s;box-shadow:0 1px 3px #0003;margin-bottom:10px}.user-profile-panel__google-btn:hover{background:#f8f9fa;box-shadow:0 2px 6px #0000004d}.user-profile-panel__google-icon{width:20px;height:20px;flex-shrink:0}.user-profile-panel__divider{display:flex;align-items:center;margin:10px 0}.user-profile-panel__divider:before,.user-profile-panel__divider:after{content:"";flex:1;height:1px;background:#ffffff26}.user-profile-panel__divider span{padding:0 12px;color:#ffffff80;font-size:13px}.user-profile-panel__edit-form{width:100%}.user-profile-panel__field{margin-bottom:16px}.user-profile-panel__label{display:block;font-size:13px;font-weight:500;color:#ffffffb3;margin-bottom:6px}.user-profile-panel__input,.user-profile-panel__textarea{width:100%;padding:12px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:15px;font-family:inherit;transition:border-color .2s,background .2s}.user-profile-panel__input:focus,.user-profile-panel__textarea:focus{outline:none;background:#ffffff1f;border-color:#ffffff4d}.user-profile-panel__input::placeholder,.user-profile-panel__textarea::placeholder{color:#fff6}.user-profile-panel__textarea{resize:vertical;min-height:80px}.user-profile-panel__error{color:#ff4757;font-size:13px;margin-bottom:12px;padding:8px 12px;background:#ff47571a;border-radius:6px}.user-profile-panel__edit-actions{display:flex;gap:10px}.user-profile-panel__edit-actions .user-profile-panel__action-btn{flex:1;margin-bottom:0}.user-profile-panel__handle{font-size:13px;color:#ffffff80;margin-bottom:4px}.user-profile-panel__bio{font-size:14px;color:#ffffffb3;margin-top:8px;margin-bottom:8px;line-height:1.4}@media(min-width:480px){.user-profile-panel__avatar{width:96px;height:96px}.user-profile-panel__avatar svg{width:56px;height:56px}.user-profile-panel__username{font-size:22px}}.toc-panel__loading,.toc-panel__error,.toc-panel__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#fff9;font-size:14px}.toc-panel__spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:toc-spin .8s linear infinite}@keyframes toc-spin{to{transform:rotate(360deg)}}.toc-panel__list{display:flex;flex-direction:column;gap:4px}.toc-panel__item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:transparent;border:none;border-radius:10px;text-align:left;cursor:pointer;transition:background-color .2s}.toc-panel__item:hover{background:#ffffff14}.toc-panel__item:active{background:#ffffff1f}.toc-panel__thumbnail{flex-shrink:0;width:60px;height:60px;object-fit:cover;border-radius:8px}.toc-panel__index{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;font-size:18px;font-weight:600;color:#ffffffb3}.toc-panel__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.toc-panel__title{font-size:15px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toc-panel__description{font-size:13px;color:#fff9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}@media(min-width:480px){.toc-panel__item{padding:16px 20px}.toc-panel__thumbnail{width:80px;height:80px}.toc-panel__index{width:80px;height:80px;font-size:20px}.toc-panel__title{font-size:16px}.toc-panel__description{font-size:14px}}.admin-bottom-bar{position:fixed;bottom:0;left:0;right:0;height:48px;display:flex;align-items:center;justify-content:center;background:#000000d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);z-index:60;padding-bottom:env(safe-area-inset-bottom,0px)}.admin-create-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fe2c55,#ff0050);border:none;border-radius:8px;cursor:pointer;color:#fff;box-shadow:0 2px 10px #fe2c5566;transition:transform .2s,box-shadow .2s}.admin-create-btn:hover{transform:scale(1.1);box-shadow:0 4px 15px #fe2c5580}.admin-create-btn:active{transform:scale(.95)}.admin-create-btn svg{width:20px;height:20px}@media(min-width:768px){.admin-bottom-bar{max-width:500px;left:50%;transform:translate(-50%);border-radius:12px 12px 0 0}.admin-create-btn{width:40px;height:40px}.admin-create-btn svg{width:22px;height:22px}}.admin-icon-btn{position:absolute;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#fff9;transition:color .2s,background-color .2s}.admin-icon-btn:hover{color:#ffffffe6;background:#ffffff1a}.admin-icon-btn:active{color:#fff;background:#ffffff26}.admin-icon-btn svg{width:18px;height:18px}.admin-icon-btn-left{left:16px}.admin-icon-btn-left-center{left:60px}.admin-icon-btn-right{right:16px}.admin-icon-btn-right-center{right:60px}.admin-icon-btn-right-far{right:104px}@media(min-width:768px){.admin-icon-btn{width:36px;height:36px}.admin-icon-btn svg{width:20px;height:20px}.admin-icon-btn-left{left:20px}.admin-icon-btn-left-center{left:70px}.admin-icon-btn-right{right:20px}.admin-icon-btn-right-center{right:70px}.admin-icon-btn-right-far{right:120px}}.home-screen{height:100vh;height:100dvh;width:100vw;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;cursor:pointer;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}.home-screen--loading{cursor:default}.home-screen__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.home-screen__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#00000080,#000000b3)}.home-screen__content{position:relative;z-index:1;text-align:center;padding:20px;max-width:600px}.home-screen__headline{color:#fff;font-size:28px;font-weight:700;line-height:1.3;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.6)}.home-screen__swipe-hint{position:absolute;bottom:80px;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:1}.home-screen__swipe-text{color:#fffc;font-size:14px;text-shadow:0 1px 3px rgba(0,0,0,.5)}.home-screen__arrow{width:32px;height:32px;color:#fff;animation:bounce 2s ease-in-out infinite}.home-screen__arrow svg{width:100%;height:100%}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(10px)}60%{transform:translateY(5px)}}@supports (padding-bottom: env(safe-area-inset-bottom)){.home-screen__swipe-hint{bottom:calc(80px + env(safe-area-inset-bottom))}}@media(min-width:768px){.home-screen__headline{font-size:36px}.home-screen__swipe-text{font-size:16px}.home-screen__arrow{width:40px;height:40px}}.feed{height:100vh;height:100dvh;overflow-y:scroll;scroll-snap-type:y mandatory;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.feed--loading,.feed--error,.feed--empty{display:flex;align-items:center;justify-content:center;height:100vh;height:100dvh;color:#ffffffb3;font-size:16px}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.feed-header{position:fixed;top:20px;top:calc(20px + env(safe-area-inset-top,0px));left:0;right:0;z-index:100;height:44px;display:flex;align-items:center;justify-content:center;pointer-events:none}.feed-header__title{margin:0;font-size:18px;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5);letter-spacing:-.01em}.feed-nav{position:fixed;top:20px;right:16px;display:flex;flex-direction:column;gap:12px;z-index:50}.feed-nav__btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;cursor:pointer;color:#fff;transition:background .2s,transform .2s}.feed-nav__btn:hover{background:#000000b3}.feed-nav__btn:active{transform:scale(.95)}.feed-nav__btn svg{width:22px;height:22px}@supports (padding-top: env(safe-area-inset-top)){.feed-nav{top:calc(20px + env(safe-area-inset-top))}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#000,#121212);padding:20px}.auth-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:40px;border-radius:16px;width:100%;max-width:400px}.auth-title{text-align:center;font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}.auth-subtitle{text-align:center;font-size:14px;color:#fff9;margin-bottom:32px}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-error{background:#fe445026;border:1px solid rgba(254,68,80,.3);color:#fe4450;padding:12px 16px;border-radius:8px;font-size:14px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:14px;font-weight:500;color:#fffc}.auth-field input{padding:14px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:16px;color:#fff;transition:border-color .2s,background .2s}.auth-field input::placeholder{color:#fff6}.auth-field input:focus{outline:none;border-color:#fe2c55;background:#ffffff1a}.auth-field input.auth-input--error{border-color:#fe4450}.auth-field__error{font-size:12px;color:#fe4450}.auth-field__hint{font-size:12px;color:#ffffff80}.auth-btn{padding:14px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s,transform .1s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-btn:active:not(:disabled){transform:scale(.98)}.auth-btn--primary{background:#fe2c55;color:#fff}.auth-btn--primary:hover:not(:disabled){background:#e8284e}.auth-footer{text-align:center;margin-top:24px;font-size:14px;color:#fff9}.auth-footer a{color:#fe2c55;text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}.auth-success{text-align:center;padding:20px 0}.auth-success__icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:#25d36626;border-radius:50%;color:#25d366}.auth-success__icon svg{width:32px;height:32px}.auth-success__title{font-size:24px;font-weight:700;color:#fff;margin-bottom:12px}.auth-success__message{font-size:14px;color:#fff9;margin-bottom:24px;line-height:1.5}@media(max-width:480px){.auth-card{padding:32px 24px}.auth-title{font-size:24px}}.profile-page{min-height:100vh;background:linear-gradient(180deg,#000,#121212);padding:40px 20px}.profile-container,.profile-edit-container{max-width:700px;margin:0 auto}.profile-loading,.profile-error{text-align:center;padding:60px 20px;color:#ffffffb3}.profile-error h2{color:#fe4450;margin-bottom:16px}.profile-header{display:flex;gap:24px;padding:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;margin-bottom:24px}@media(max-width:600px){.profile-header{flex-direction:column;align-items:center;text-align:center}}.profile-avatar{flex-shrink:0;width:120px;height:120px;border-radius:50%;overflow:hidden;background:#ffffff1a;border:3px solid rgba(254,44,85,.5)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar-initial{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fe2c55;background:linear-gradient(135deg,#fe2c5533,#fe2c551a)}.profile-info{flex:1;min-width:0}.profile-display-name{font-size:28px;font-weight:700;color:#fff;margin:0 0 4px}.profile-username{font-size:16px;color:#ffffff80;margin:0 0 16px}.profile-bio{font-size:15px;color:#fffc;line-height:1.5;margin:0 0 16px}.profile-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.profile-joined{display:flex;align-items:center;gap:6px;font-size:14px;color:#ffffff80}.profile-joined svg{opacity:.7}.profile-social-links{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.profile-social-link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#fffc;font-size:13px;text-decoration:none;transition:all .2s}.profile-social-link:hover{background:#ffffff1f;border-color:#fff3;color:#fff}.profile-social-link svg{opacity:.8}.profile-edit-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#fe2c5526;border:1px solid rgba(254,44,85,.3);border-radius:8px;color:#fe2c55;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.profile-edit-btn:hover{background:#fe2c5540;border-color:#fe2c5580}.profile-activity{padding:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;margin-bottom:24px}.profile-section-title{font-size:18px;font-weight:600;color:#fff;margin:0 0 20px}.profile-activity-empty{text-align:center;padding:32px;color:#ffffff80}.profile-activity-list{display:flex;flex-direction:column;gap:16px}.profile-activity-item{display:flex;gap:12px;padding:16px;background:#ffffff08;border-radius:12px;transition:background .2s}.profile-activity-item:hover{background:#ffffff0f}.profile-activity-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fe2c5526;border-radius:50%;color:#fe2c55}.profile-activity-content{flex:1;min-width:0}.profile-activity-text{font-size:14px;color:#fffc;margin:0 0 6px}.profile-activity-link{color:#fe2c55;text-decoration:none}.profile-activity-link:hover{text-decoration:underline}.profile-activity-preview{font-size:13px;color:#ffffff80;margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-activity-time{font-size:12px;color:#fff6}.profile-nav{text-align:center}.profile-back-link{display:inline-flex;align-items:center;gap:8px;color:#fff9;text-decoration:none;font-size:14px;transition:color .2s}.profile-back-link:hover{color:#fff}.profile-edit-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.profile-edit-header h1{font-size:28px;font-weight:700;color:#fff;margin:0}.profile-edit-cancel{color:#fff9;text-decoration:none;font-size:14px;transition:color .2s}.profile-edit-cancel:hover{color:#fff}.profile-edit-form,.profile-password-form{padding:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;margin-bottom:24px}.profile-success{background:#25d36626;border:1px solid rgba(37,211,102,.3);color:#25d366;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:24px}.profile-form-error{background:#fe445026;border:1px solid rgba(254,68,80,.3);color:#fe4450;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px}.profile-edit-avatar-section{display:flex;gap:20px;align-items:flex-start;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:500px){.profile-edit-avatar-section{flex-direction:column;align-items:center}}.profile-edit-avatar{flex-shrink:0;width:80px;height:80px;border-radius:50%;overflow:hidden;background:#ffffff1a;border:2px solid rgba(254,44,85,.5)}.profile-edit-avatar img{width:100%;height:100%;object-fit:cover}.profile-edit-avatar-input{flex:1}.profile-edit-avatar-input label{display:block;font-size:14px;font-weight:500;color:#fffc;margin-bottom:8px}.profile-edit-avatar-input input{width:100%;padding:12px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:14px;color:#fff;transition:border-color .2s,background .2s}.profile-edit-avatar-input input:focus{outline:none;border-color:#fe2c55;background:#ffffff1a}.profile-edit-section-title{font-size:16px;font-weight:600;color:#fff;margin:24px 0 16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.profile-edit-section-title:first-child{margin-top:0;padding-top:0;border-top:none}.profile-edit-field{margin-bottom:20px}.profile-edit-field label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#fffc;margin-bottom:8px}.profile-edit-field label svg{opacity:.7}.profile-edit-field input,.profile-edit-field textarea{width:100%;padding:12px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:14px;color:#fff;font-family:inherit;transition:border-color .2s,background .2s;box-sizing:border-box}.profile-edit-field input::placeholder,.profile-edit-field textarea::placeholder{color:#fff6}.profile-edit-field input:focus,.profile-edit-field textarea:focus{outline:none;border-color:#fe2c55;background:#ffffff1a}.profile-edit-field textarea{resize:vertical;min-height:100px}.profile-field-hint{display:block;font-size:12px;color:#ffffff80;margin-top:6px}.profile-save-btn{width:100%;padding:14px 24px;background:#fe2c55;border:none;border-radius:8px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:background .2s,opacity .2s;margin-top:8px}.profile-save-btn:hover:not(:disabled){background:#e8284e}.profile-save-btn:disabled{opacity:.5;cursor:not-allowed}.profile-save-btn--secondary{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fffc}.profile-save-btn--secondary:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff4d}.profile-google-notice{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:24px}.profile-google-notice svg{flex-shrink:0;color:#ffffff80;margin-top:2px}.profile-google-notice p{margin:0;font-size:14px;color:#fff9;line-height:1.5}.admin-layout{min-height:100vh;background:#f5f5f5;color:#333}.admin-nav{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:60px;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 1px 3px #0000001a}.admin-nav__brand a{font-size:20px;font-weight:700;color:#333;text-decoration:none}.admin-nav__links{display:flex;gap:8px}.admin-nav__link{padding:8px 16px;color:#666;text-decoration:none;border-radius:4px;transition:background .2s}.admin-nav__link:hover{background:#f0f0f0}.admin-nav__link--active{background:#e8e8e8;color:#333;font-weight:500}.admin-nav__actions{display:flex;align-items:center;gap:12px}.admin-main{padding:20px;max-width:1200px;margin:0 auto}.admin-page{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}.admin-page h1{margin-bottom:24px;font-size:24px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h1{margin-bottom:0}.page-header__actions{display:flex;gap:12px;align-items:center}.filter-select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff}.role-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:500;text-transform:capitalize;background:#e8e3f3;color:#6b46c1}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e)}.admin-login__card{background:#fff;padding:40px;border-radius:12px;width:100%;max-width:400px;box-shadow:0 10px 40px #0003}.admin-login__title{text-align:center;margin-bottom:32px;color:#333}.admin-login__form{display:flex;flex-direction:column;gap:16px}.admin-login__error{background:#fee;color:#c00;padding:12px;border-radius:4px;font-size:14px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500;color:#555}.form-group input,.form-group textarea,.form-group select{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#4a90d9}.form-error{background:#fee;color:#c00;padding:12px;border-radius:4px;font-size:14px;margin-bottom:16px}.form-success{background:#d4edda;color:#155724;padding:12px;border-radius:4px;font-size:14px;margin-bottom:16px}.form-hint{color:#666;font-size:12px;margin-top:4px;display:block}.settings-preview{margin-top:32px;padding-top:24px;border-top:1px solid #eee}.settings-preview h2{font-size:18px;margin-bottom:8px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.form-row{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.form-row .form-group{flex:1;min-width:150px}.inline-form{background:#f9f9f9;padding:20px;border-radius:8px;margin-bottom:24px}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s,opacity .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:#4a90d9;color:#fff}.btn--primary:hover:not(:disabled){background:#3a7bc8}.btn--secondary{background:#e8e8e8;color:#333}.btn--secondary:hover:not(:disabled){background:#ddd}.btn--success{background:#28a745;color:#fff}.btn--success:hover:not(:disabled){background:#218838}.btn--warning{background:#ffc107;color:#333}.btn--warning:hover:not(:disabled){background:#e0a800}.btn--danger{background:#dc3545;color:#fff}.btn--danger:hover:not(:disabled){background:#c82333}.btn--small{padding:6px 12px;font-size:12px}.btn--edit{background:#e8e3f3;color:#6b46c1}.btn--edit:hover:not(:disabled){background:#d4cce8}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:12px;text-align:left;border-bottom:1px solid #eee}.data-table th{font-weight:600;color:#555;background:#fafafa}.data-table tbody tr:hover{background:#f9f9f9}.post-title-cell{display:flex;align-items:center;gap:12px}.post-thumbnail{width:48px;height:48px;object-fit:cover;border-radius:4px}.actions{display:flex;gap:8px}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:capitalize}.status-badge--published,.status-badge--active{background:#d4edda;color:#155724}.status-badge--draft,.status-badge--pending{background:#fff3cd;color:#856404}.status-badge--archived,.status-badge--inactive{background:#e2e3e5;color:#6c757d}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:32px}.stat-card{background:#f9f9f9;padding:20px;border-radius:8px;text-align:center}.stat-card__value{font-size:32px;font-weight:700;color:#333}.stat-card__label{font-size:14px;color:#666;margin-top:4px}.quick-actions h2{font-size:18px;margin-bottom:16px}.quick-actions__buttons{display:flex;gap:12px;flex-wrap:wrap}.post-form{max-width:600px}.image-preview{margin-top:12px}.image-preview img{max-width:100%;max-height:300px;border-radius:8px;border:1px solid #ddd}.images-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.image-grid-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid #ddd}.image-grid-item img{width:100%;height:100%;object-fit:cover}.image-grid-item--new{border:2px solid #4a90d9}.image-remove-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#0009;border:none;border-radius:50%;cursor:pointer;color:#fff;transition:background .2s}.image-remove-btn:hover{background:#e53e3e}.image-remove-btn svg{width:14px;height:14px}.image-badge{position:absolute;bottom:4px;left:4px;padding:2px 6px;background:#4a90d9;border-radius:4px;font-size:10px;font-weight:600;color:#fff;text-transform:uppercase}.image-new-badge{position:absolute;top:4px;left:4px;padding:2px 6px;background:#48bb78;border-radius:4px;font-size:10px;font-weight:600;color:#fff;text-transform:uppercase}.image-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;border:2px dashed #ddd;border-radius:8px;cursor:pointer;transition:border-color .2s,background .2s}.image-upload-area:hover{border-color:#4a90d9;background:#f8f9fa}.image-upload-area svg{width:32px;height:32px;color:#999}.image-upload-area span{font-size:14px;color:#666}.filters{margin-bottom:20px}.filters select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.loading,.empty-state{text-align:center;padding:40px;color:#666}.empty-state .btn{margin-top:16px}.mode-toggle{display:flex;background:#f0f0f0;border-radius:6px;padding:2px}.mode-toggle__btn{padding:6px 16px;border:none;background:transparent;font-size:14px;font-weight:500;color:#666;cursor:pointer;border-radius:4px;transition:background .2s,color .2s}.mode-toggle__btn:hover{color:#333}.mode-toggle__btn--active{background:#fff;color:#333;box-shadow:0 1px 3px #0000001a}.reorder-instructions{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f0f7ff;border-radius:8px;margin-bottom:20px}.reorder-instructions p{margin:0;color:#333;font-size:14px}.reorder-list{display:flex;flex-direction:column;gap:8px}.reorder-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:grab;transition:box-shadow .2s,border-color .2s,opacity .2s}.reorder-item:hover{border-color:#ccc;box-shadow:0 2px 8px #00000014}.reorder-item:active{cursor:grabbing}.reorder-item--dragging{opacity:.5;border-color:#4a90d9;box-shadow:0 4px 12px #4a90d933}.reorder-item__handle{color:#999;display:flex;align-items:center;flex-shrink:0}.reorder-item__number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:50%;font-size:12px;font-weight:600;color:#666;flex-shrink:0}.reorder-item__thumbnail{width:48px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0}.reorder-item__content{flex:1;display:flex;align-items:center;gap:12px;min-width:0}.reorder-item__title{font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edit-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.edit-modal{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:400px;box-shadow:0 20px 60px #0003}.edit-modal__title{margin:0 0 4px;font-size:20px;font-weight:600;color:#333}.edit-modal__subtitle{margin:0 0 20px;font-size:14px;color:#666}.edit-modal__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}@media(max-width:768px){.admin-nav{flex-wrap:wrap;height:auto;padding:12px;gap:12px}.admin-nav__links{order:3;width:100%;justify-content:center}.data-table{display:block;overflow-x:auto}.form-row{flex-direction:column}.actions{flex-wrap:wrap}}
