@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&family=Poppins:wght@400;500;600;700&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--font-sans:"Poppins","Segoe UI",sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--color-bg-gradient-start:#0f172a;--color-bg-gradient-end:#1f2937;--color-primary:#2848d9;--color-primary-accent:#8655f7;--color-secondary:#22d3ee;--color-text:#f8fafc;--color-muted:#cbd5f5;--color-muted-strong:#94a3b8;--glass-bg:#0f172aa6;--glass-border:#94a3b859;--glass-shadow:0 32px 80px #0f172a8c;--glass-backdrop:blur(22px);--layout-max-width:1200px;--layout-gutter:clamp(1rem,2vw,2rem);--transition-fast:150ms ease;--transition-medium:250ms ease}.glass-surface{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);background:#0f172aa6;background:var(--glass-bg);border:1px solid #94a3b859;border:1px solid var(--glass-border);border-radius:8px;box-shadow:0 32px 80px #0f172a8c;box-shadow:var(--glass-shadow)}.btn-primary{align-items:center;background:linear-gradient(135deg,#2848d9,#8655f7);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-accent));border:none;border-radius:999px;color:#f8fafc;color:var(--color-text);cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.02em;padding:.85rem 1.35rem;transition:transform .15s ease,box-shadow .15s ease;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.btn-primary:hover{box-shadow:0 16px 32px #a855f759;transform:translateY(-1px) scale(1.01)}.btn-glass{-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);background:#94a3b81a;border:1px solid #94a3b873;box-shadow:0 18px 44px #0f172a73;width:100%}.btn-glass:hover{background:#94a3b82e;box-shadow:0 22px 48px #22d3ee40;color:#f8fafc;color:var(--color-text)}.btn-glass:active{box-shadow:0 8px 20px #0f172a8c;transform:translateY(0)}.tag-pill{align-items:center;background:#22d3ee26;border-radius:999px;color:#22d3ee;color:var(--color-secondary);display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.06em;padding:.25rem .75rem;text-transform:uppercase}:root{--scrollbar-size:10px;--scrollbar-radius:12px;--scrollbar-track-color:#221e29;--scrollbar-thumb-color:#8381a0e6;--scrollbar-thumb-hover-color:#9890ff;--scrollbar-thumb-gradient:linear-gradient(180deg,#8a81ffcc,#665edce6);--scrollbar-thumb-hover-gradient:linear-gradient(180deg,#9e95ff,#7a72f0);--scrollbar-border-color:#0c091ce6}*{box-sizing:border-box;scrollbar-color:#8381a0e6 #221e29;scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color);scrollbar-width:thin}::-webkit-scrollbar{height:10px;height:var(--scrollbar-size);width:10px;width:var(--scrollbar-size)}::-webkit-scrollbar-track{background:#221e29;background:var(--scrollbar-track-color)}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border-radius:12px;border-radius:var(--scrollbar-radius)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#8a81ffcc,#665edce6);background:var(--scrollbar-thumb-gradient);border:2px solid #0c091ce6;border:2px solid var(--scrollbar-border-color)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9e95ff,#7a72f0);background:var(--scrollbar-thumb-hover-gradient)}body,html{background:radial-gradient(circle at top left,#6d28d959,#0000 55%),radial-gradient(circle at bottom right,#22d3ee47,#0000 45%),linear-gradient(140deg,var(--color-bg-gradient-start),var(--color-bg-gradient-end));background-attachment:fixed;color:var(--color-text);font-family:var(--font-sans);height:100%;margin:0;padding:0;position:relative;width:100%;z-index:0}body:before{-webkit-backdrop-filter:blur(16px) saturate(120%);backdrop-filter:blur(16px) saturate(120%);z-index:-2}body:after,body:before{content:"";inset:0;pointer-events:none;position:fixed}body:after{background-image:repeating-linear-gradient(#0000,#0000 139px,#ffffff29 0,#ffffff29 140px),repeating-linear-gradient(90deg,#0000,#0000 139px,#ffffff24 0,#ffffff24 140px),repeating-linear-gradient(#0000,#0000 34px,#ffffff0f 0,#ffffff0f 35px),repeating-linear-gradient(90deg,#0000,#0000 34px,#ffffff0d 0,#ffffff0d 35px);background-position:50%;opacity:.65;z-index:-1}#root,.app-shell{display:flex;flex-direction:column;min-height:100vh;padding:.5rem}main{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:auto}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}::selection{background:#a855f759;color:var(--color-text)}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fg-toast{-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);background:linear-gradient(145deg,#0f172ad1,#1e293bb8);border:1px solid #94a3b859;border-radius:8px;box-shadow:0 24px 48px #0f172a80,inset 0 0 0 1px #ffffff0d;color:var(--color-text);min-height:auto;padding:1rem 1.1rem}.fg-toast__body{font-size:.95rem;letter-spacing:.01em;line-height:1.55;margin:0;padding:0}.fg-toast__progress{background:linear-gradient(90deg,#38bdf8cc,#a855f7d9);border-radius:999px;height:4px}.fg-toast.Toastify__toast--success{border-color:#22c55e73;box-shadow:0 28px 55px #16a34a4d,inset 0 0 0 1px #ffffff14}.fg-toast.Toastify__toast--error{background:linear-gradient(145deg,#7f1d1dc7,#ef444499);border-color:#f8717173;box-shadow:0 28px 55px #f871714d,inset 0 0 0 1px #ffffff14}.fg-toast.Toastify__toast--info{background:linear-gradient(145deg,#0f172acc,#3b82f68c);border-color:#38bdf873}.Toastify__toast-container{padding:.75rem}.Toastify__toast-container .Toastify__toast{margin-bottom:1rem}.Toastify__close-button{color:#e2e8f0b3}.Toastify__close-button:focus-visible,.Toastify__close-button:hover{color:#e2e8f0}.dm-toast{display:flex;flex-direction:column}.dm-toast__title{font-size:.95rem;font-weight:600;margin-bottom:.15rem}.dm-toast__subtitle{color:#e2e8f0d9;font-size:.85rem;line-height:1.25}.fg-mention{align-items:center;background:#38bdf82e;border-radius:999px;color:#e0f2fef2;display:inline-flex;font-weight:600;gap:.25rem;letter-spacing:.04em;margin:0 .08rem;padding:.15rem .55rem;text-decoration:none;transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);vertical-align:initial;white-space:nowrap}.fg-mention:focus-visible,.fg-mention:hover{background:#38bdf847;color:#f4f9ff;outline:none;text-decoration:none;transform:translateY(-1px)}body.fg-modal-body-locked{overflow:hidden}.fg-modal-backdrop{align-items:center;animation:fg-modal-fade-in .24s cubic-bezier(.4,.14,.3,1) forwards;animation:fg-modal-fade-in .24s var(--bezier,cubic-bezier(.4,.14,.3,1)) forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(180deg,#0f172ab8,#0f172ae6);display:flex;inset:0;justify-content:center;opacity:0;padding:clamp(1.5rem,6vw,3.5rem) clamp(1.5rem,6vw,3.75rem);position:fixed;z-index:1000}.fg-modal-backdrop.is-leaving{animation:fg-modal-fade-out .2s cubic-bezier(.4,.14,.3,1) forwards;animation:fg-modal-fade-out .2s var(--bezier,cubic-bezier(.4,.14,.3,1)) forwards}.fg-modal{animation:fg-modal-pop-in .3s cubic-bezier(.4,.14,.3,1) forwards;animation:fg-modal-pop-in .3s var(--bezier,cubic-bezier(.4,.14,.3,1)) forwards;background:linear-gradient(145deg,#0f172ae0,#1e293bd1);border:1px solid #94a3b847;border-radius:8px;box-shadow:0 36px 80px #0f172a99,inset 0 0 0 1px #ffffff0d;color:var(--color-text);display:flex;flex-direction:column;min-height:320px;min-height:var(--fg-modal-min-height,320px);opacity:0;overflow:hidden;transform:translateY(14px) scale(.975);width:auto}.fg-modal.is-leaving{animation:fg-modal-pop-out .2s cubic-bezier(.4,.14,.3,1) forwards;animation:fg-modal-pop-out .2s var(--bezier,cubic-bezier(.4,.14,.3,1)) forwards}@keyframes fg-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fg-modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes fg-modal-pop-in{0%{opacity:0;transform:translateY(18px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fg-modal-pop-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(.96)}}.fg-modal__header{align-items:center;border-bottom:1px solid #94a3b83d;display:flex;gap:.75rem;justify-content:space-between;padding:1.35rem 1.75rem 1.1rem}.fg-modal__title-group{align-items:center;display:inline-flex;gap:.65rem}.fg-modal__title-group:first-child{margin-left:0}.fg-modal__body{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:1rem}.fg-modal__footer{border-top:1px solid #94a3b82e;display:flex;gap:.75rem;padding:.85rem 1.75rem 1.5rem}.fg-modal__close,.fg-modal__footer{align-items:center;justify-content:center}.fg-modal__close{background:#0f172aa6;border:1px solid #94a3b847;border-radius:999px;color:#e2e8f0e0;cursor:pointer;display:inline-flex;font-size:1.05rem;height:40px;transition:background var(--transition-fast),transform var(--transition-fast),border var(--transition-fast);width:40px}.fg-modal__close:focus-visible,.fg-modal__close:hover{background:#1e293bd9;border-color:#94a3b873;transform:translateY(-1px)}.fg-modal__subtitle{color:#e2e8f0c7;font-size:.95rem}@media (max-width:640px){.fg-modal-backdrop{align-items:center;padding:1.25rem 1rem}.fg-modal{border-radius:12px;max-height:88vh;width:min(100%,560px)}.fg-modal__header{gap:.6rem;padding:.95rem 1.1rem .9rem}.fg-modal__header .fg-modal__title-group h2,.fg-modal__header h2{font-size:1.05rem;line-height:1.2}.fg-modal__close{font-size:.95rem;height:38px;width:38px}.fg-modal__title-group{flex:1 1;min-width:0}.fg-modal__title-group>:first-child{flex-shrink:0}.fg-modal__body{padding:1rem 1.25rem 1.15rem}.fg-modal__footer{padding:.8rem 1.35rem 1.25rem}}.home-page{align-items:stretch;display:flex;flex-wrap:wrap;gap:clamp(1rem,2vw,1.5rem);justify-content:center;margin:0 auto;max-width:var(--layout-max-width);min-height:100vh;padding-block:clamp(1.5rem,4vw,2.5rem);width:100%}.column-left-stack{display:flex;flex:1 1 380px;flex-direction:column;gap:clamp(1rem,2.5vw,1rem);min-width:min(420px,100%)}.column{display:flex;flex-direction:column;justify-content:flex-start;min-height:100%;overflow:hidden;padding:clamp(1.25rem,3vw,2.25rem);position:relative}.column:after{background:radial-gradient(circle at top right,#22d3ee2e,#0000 45%),radial-gradient(circle at bottom left,#6d28d93d,#0000 55%);content:"";inset:0;opacity:.65;pointer-events:none;position:absolute;z-index:0}.column-inner{gap:1.75rem;position:relative;z-index:1}.column-inner,.column-left{display:flex;flex-direction:column}.column-left{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;flex:1 1;justify-content:flex-end;min-height:min(520px,60vh);transition:background-image .6s ease,opacity .6s ease;width:100%}.column-left.is-loading{background-color:#0f172abf;background-image:none!important}.column-loader{align-items:center;-webkit-backdrop-filter:blur(12px) saturate(140%);backdrop-filter:blur(12px) saturate(140%);background:radial-gradient(circle at 30% 20%,#94a3b82e,#0000 60%),radial-gradient(circle at 70% 80%,#38bdf82e,#0000 55%),#0f172a8c;display:flex;inset:0;justify-content:center;position:absolute;z-index:1}.column-loader__spinner{animation:column-spin 1s linear infinite;border-bottom:3px solid #ffffff2e;border-left:3px solid #ffffff2e;border-radius:50%;border-right:3px solid #38bdf873;border-top:3px solid #ffffff2e;border-top-color:var(--color-secondary);box-shadow:0 0 25px #0ea5e959;height:clamp(48px,8vw,64px);width:clamp(48px,8vw,64px)}.column-left.is-loaded .column-loader{display:none}.hero-overlay{align-items:center;-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%);background:linear-gradient(135deg,#0f172ad1,#0f172a99);border:1px solid #94a3b859;border-radius:8px;box-shadow:0 22px 45px #0f172a8c;display:flex;flex-direction:column;gap:.9rem;padding:1.5rem;position:relative;text-align:center;width:100%;z-index:1}.hero-overlay--separate{align-self:stretch;margin:0;width:100%}.hero-overlay__eyebrow{color:#94c6ffd9;font-size:.8rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase}.hero-overlay__title{font-size:1.6rem;line-height:1.1;margin:0}.hero-overlay__subtitle{color:#e2e8f0d9;font-size:.8rem;margin:0;max-width:36ch;text-align:center}@keyframes column-spin{to{transform:rotate(1turn)}}.column-right{flex:1 1 360px;min-height:460px;min-width:min(400px,100%)}.column-right .column-inner{height:100%;margin:0 auto;max-width:520px;width:100%}@media (min-width:1081px){.home-page{align-items:stretch;flex-wrap:nowrap;justify-content:space-between}.column-left-stack{max-width:calc(55% - clamp(.5rem, 1vw, .75rem))}.column-right{max-width:calc(45% - clamp(.5rem, 1vw, .75rem))}}@media (max-width:1080px){.home-page{gap:clamp(1.25rem,6vw,2rem);max-width:min(600px,100%);padding-block:clamp(1.25rem,6vw,2rem)}.column{padding:clamp(1.25rem,5vw,2rem)}.column-right{min-height:auto}.column-right .column-inner{height:auto;max-width:440px}.column-left-stack{gap:clamp(1rem,6vw,1rem);min-width:100%}.hero-overlay--separate{align-self:stretch;max-width:none}}@media (max-width:720px){.column{padding:clamp(1rem,6vw,1.75rem)}.hero-overlay--separate{padding:clamp(1.25rem,7vw,1.75rem)}}.auth-form{align-items:center;display:flex;flex-direction:column;gap:.8rem;height:100%;text-align:center}.auth-card{-webkit-backdrop-filter:blur(22px) saturate(150%);backdrop-filter:blur(22px) saturate(150%);background:#0f172aad;border:1px solid #94a3b852;border-radius:12px;box-shadow:0 32px 60px #080f228c,inset 0 0 0 1px #ffffff0d;gap:1.1rem;max-width:420px;min-height:660px;overflow:hidden;padding:clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,4vw,2.4rem);position:relative;transition:box-shadow .45s ease,border-color .45s ease,background .45s ease,transform .45s ease}.auth-card,.auth-card__content{align-items:center;display:flex;flex-direction:column;width:100%}.auth-card__content{animation-duration:.55s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.22,1,.36,1);gap:.75rem;will-change:transform,opacity}.auth-card__content[data-state=login]{animation-name:auth-card-slide-in-left}.auth-card__content[data-state=register]{animation-name:auth-card-slide-in-right}.auth-card__content[data-state=verification]{animation-name:auth-card-fade-in}@keyframes auth-card-slide-in-left{0%{opacity:0;transform:translateX(-22px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes auth-card-slide-in-right{0%{opacity:0;transform:translateX(22px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes auth-card-fade-in{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.auth-card{transition:none!important}.auth-card__content{animation:none!important}}@media (max-width:768px){.auth-card{border-radius:8px;padding:clamp(1.25rem,4vw,2rem) clamp(1rem,6vw,2rem)}}@media (max-width:480px){.auth-card{border-radius:8px;padding:1.15rem 1rem 1.6rem}}.auth-tabs{background:#0f172a73;border:1px solid #94a3b859;border-radius:999px;box-shadow:inset 0 0 0 1px #ffffff0a;display:inline-flex;gap:.25rem;margin-bottom:1rem;padding:.3rem}.auth-tab{align-items:center;background:#0000;border:none;border-radius:999px;color:var(--color-muted);cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;letter-spacing:.08em;padding:.55rem 1.5rem;position:relative;text-transform:uppercase;transition:color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast)}.auth-tab.is-active{-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);background:#212948;border:1px solid #94a3b866;box-shadow:inset 0 0 0 1px #ffffff14,0 12px 28px #0e162873;color:var(--color-text);transform:translateY(-1px)}.auth-tab:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}.auth-header{align-items:center;display:flex;flex-direction:column;gap:.25rem}.auth-header h2{font-size:1.5rem;font-weight:500;margin:0}.auth-header p{color:var(--color-muted);font-size:.95rem;line-height:1.45;margin:.2rem 0 .1rem;overflow:hidden;transition:box-shadow .45s ease,border-color .45s ease,background .45s ease,transform .45s ease}.auth-brand{align-items:center;display:inline-flex;gap:.75rem;padding:.75rem 1.25rem}.auth-brand__logo{filter:drop-shadow(0 6px 12px rgba(15,23,42,.45));height:44px;object-fit:contain;width:44px}.auth-brand__name{color:var(--color-text);font-size:1.75rem;font-weight:500;letter-spacing:.2em}.auth-social{align-items:center;display:flex;flex-direction:column;gap:.6rem;margin:1.1rem 0 .6rem}.auth-google-button,.auth-social>div{display:flex;justify-content:center;width:100%}.auth-google-button{align-items:center;max-width:360px;min-height:52px;position:relative}.auth-google-button__control{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute}.auth-google-button__control>div{display:flex;justify-content:center;width:100%}.auth-google-button__control iframe{height:100%!important;min-height:52px;width:100%!important}.auth-google-button__display{align-items:center;display:inline-flex;font-size:.9rem;gap:.75rem;justify-content:center;letter-spacing:.08em;min-height:52px;pointer-events:none;text-transform:uppercase;width:100%}.auth-google-button__display--interactive{cursor:pointer;pointer-events:auto;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.auth-google-button__display--interactive:hover{border:2px solid #22d3eebf;transform:translateY(-1px) scale(1.01)}.auth-google-button__display--interactive:focus-visible{outline:2px solid #22d3eebf;outline-offset:3px}.auth-google-button__icon{align-items:center;background:#fff;border-radius:50%;color:#4285f4;display:inline-flex;font-size:1rem;font-weight:600;height:28px;justify-content:center;position:relative;text-shadow:none;width:28px}.auth-google-button__icon:before{background:conic-gradient(#4285f4 0deg 90deg,#34a853 90deg 180deg,#fbbc04 180deg 270deg,#ea4335 270deg 1turn);border-radius:50%;content:"";inset:-3px;position:absolute;z-index:-1}.auth-google-button__text{color:inherit}.auth-social__hint{color:#e2e8f0b3;font-size:.85rem;letter-spacing:.02em;margin:0;text-align:center}.auth-divider{color:#94a3b899;font-size:.8rem;letter-spacing:.24em;margin:1.2rem 0 1rem;text-transform:uppercase}.auth-divider:after,.auth-divider:before{background:linear-gradient(90deg,#94a3b866,#0f172a00);margin:0 .75rem}.input-group{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:0 auto;max-width:360px;width:100%}.input-group--password{align-items:center;gap:.35rem}.input-group--password-duo{align-items:stretch;display:flex;gap:.75rem}.input-shell{position:relative;width:100%}.input-shell input{padding-right:3.25rem}.input-group label{color:var(--color-muted-strong);font-size:.85rem;letter-spacing:.04em;text-transform:uppercase}.input-group input{background:#0f172a4d;border:1px solid #94a3b859;border-radius:14px;color:var(--color-text);font-size:1rem;padding:.85rem 1.1rem;text-align:left;transition:border var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast);width:100%}.input-group input::placeholder{color:#cbd5e199}.input-group input:focus{border-color:#a555f7d9;box-shadow:0 0 0 3px #a855f733;outline:none;transform:translateY(-1px)}.input-toggle{-webkit-appearance:none;appearance:none;background:#0f172a80;border:1px solid #94a3b866;border-radius:999px;box-shadow:inset 0 0 0 1px #ffffff0d,0 12px 20px #0f172a59;color:#e2e8f0c7;cursor:pointer;font-size:.72rem;font-weight:600;letter-spacing:.1em;padding:.32rem .85rem;position:absolute;right:.95rem;text-transform:uppercase;top:50%;transform:translateY(-50%);transition:color var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast)}.input-toggle:hover{background:#6d28d97a;box-shadow:0 14px 26px #0f172a73;color:#fff}.input-toggle:focus-visible{outline:2px solid #22d3eeb3;outline-offset:2px}.input-toggle.is-active{background:linear-gradient(135deg,#6d28d999,#22d3ee8c);border-color:#ffffff40;box-shadow:0 16px 30px #0f172a80;color:var(--color-text)}.forgot-password{align-self:flex-end;-webkit-appearance:none;appearance:none;background:none;border:none;color:var(--color-secondary);cursor:pointer;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:color var(--transition-fast),transform var(--transition-fast)}.forgot-password:hover{color:var(--color-text);transform:translateY(-1px)}.forgot-password:focus-visible{outline:2px solid #22d3eeb3;outline-offset:2px}.auth-actions{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:.5rem;width:100%}.auth-actions__primary,.remember-me{color:var(--color-muted);font-size:.9rem;max-width:360px;width:100%}.remember-me{align-items:center;-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%);background:#0f172a66;border:1px solid #94a3b859;border-radius:14px;box-shadow:0 18px 36px #0f172a66;display:inline-flex;gap:.75rem;justify-content:center;padding:.65rem 1.1rem;text-align:left}.remember-me__label{flex:1 1;line-height:1.4}.toggle-switch{align-items:center;-webkit-appearance:none;appearance:none;background:#0f172aa6;border:1px solid #94a3b866;border-radius:16px;box-shadow:inset 0 0 0 1px #ffffff0d;cursor:pointer;display:inline-flex;height:26px;justify-content:flex-start;padding:0;position:relative;transition:background var(--transition-fast),border var(--transition-fast),box-shadow var(--transition-fast);width:46px}.toggle-switch .toggle-switch__thumb{background:#e2e8f0f2;border-radius:50%;box-shadow:0 10px 18px #0f172a80;height:18px;left:3px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .2s ease,background .2s ease;width:18px}.toggle-switch.is-active{background:linear-gradient(135deg,#6d28d9d9,#22d3eebf);border-color:#94a3b840;box-shadow:0 12px 24px #6d28d952}.toggle-switch.is-active .toggle-switch__thumb{background:#fff;transform:translate(18px,-50%)}.toggle-switch:focus-visible{outline:2px solid #22d3eebf;outline-offset:2px}.auth-divider{align-items:center;display:flex;justify-content:center;margin:.5rem auto 0;max-width:360px;position:relative;width:100%}.auth-divider:after,.auth-divider:before{background:linear-gradient(90deg,#94a3b800,#94a3b88c,#94a3b800);content:"";flex:1 1;height:1px}.auth-divider span{color:var(--color-muted-strong);font-size:.75rem;letter-spacing:.2em;margin:0 .75rem;text-transform:uppercase}.switch-mode{color:var(--color-muted);font-size:.9rem;margin-top:1.25rem;text-align:center}.auth-footer{align-items:center;display:flex;flex-direction:column;gap:.85rem;margin-top:auto;padding-top:1rem;width:100%}.auth-legal{display:flex;justify-content:center;margin-top:0}.auth-legal__trigger{align-items:center;-webkit-appearance:none;appearance:none;background:#0000;border:1px solid #94a3b852;border-radius:999px;color:#e2e8f0d1;cursor:pointer;display:inline-flex;font-size:.75rem;gap:.5rem;letter-spacing:.16em;padding:.45rem 3rem;text-transform:uppercase;transition:border-color .2s ease,color .2s ease,transform .2s ease}.auth-legal__trigger-icon{align-items:center;background:none;border-radius:50%;color:#f8fafce6;display:inline-flex;height:1.25rem;justify-content:center;width:1.25rem}.auth-legal__trigger-label{align-items:center;display:inline-flex;letter-spacing:.16em}.auth-legal__trigger:focus-visible,.auth-legal__trigger:hover{border-color:#94a3b88c;color:#f8fafcf2;transform:translateY(-1px)}.auth-legal__trigger:focus-visible{outline:2px solid #3b82f6a6;outline-offset:3px}.pwa-install{display:flex;justify-content:center;width:100%}.pwa-install__button{align-items:center;background:linear-gradient(135deg,#111827d9,#2d154beb);border:1px solid #94a3b859;border-radius:18px;box-shadow:inset 0 0 0 1px #ffffff0a,0 22px 38px #0f172a8c;color:#e2e8f0e6;cursor:pointer;display:inline-flex;gap:.9rem;justify-content:flex-start;max-width:360px;padding:.9rem 1.1rem;text-align:left;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast),opacity var(--transition-fast);width:100%}.pwa-install__button:hover{background:linear-gradient(135deg,#1d2844eb,#491d7bf2);border-color:#94a3b88c;box-shadow:inset 0 0 0 1px #ffffff0f,0 26px 48px #0f172a99;transform:translateY(-1px)}.pwa-install__button:focus-visible{outline:2px solid #22d3eeb3;outline-offset:3px}.pwa-install__button.is-pending,.pwa-install__button:disabled{background:linear-gradient(135deg,#111827bf,#24143cd9);border-color:#94a3b847;box-shadow:inset 0 0 0 1px #ffffff08,0 18px 30px #0f172a73;cursor:not-allowed;opacity:.7;transform:none}.pwa-install__button.is-pending:hover{transform:none}.pwa-install__icon{align-items:center;background:radial-gradient(circle at 35% 25%,#3b82f673,#0000 60%),radial-gradient(circle at 70% 80%,#a855f7a6,#0000 70%),#0f172ad9;border:1px solid #94a3b859;border-radius:16px;box-shadow:0 14px 28px #0f172a80;display:inline-flex;height:48px;justify-content:center;width:48px}.pwa-install__icon img{filter:drop-shadow(0 4px 8px rgba(15,23,42,.45));height:28px;object-fit:contain;width:28px}.pwa-install__content{align-items:flex-start;display:flex;flex-direction:column;gap:.2rem}.pwa-install__title{color:#f8fafcf2;font-size:.95rem;font-weight:600;letter-spacing:.02em}.pwa-install__subtitle{color:#e2e8f0bf;font-size:.75rem;line-height:1.3}.switch-mode__action{-webkit-appearance:none;appearance:none;background:none;border:none;color:var(--color-secondary);cursor:pointer;font-weight:600;margin-left:.35rem;padding:0}.verification-alert{-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);background:#0f172a73;border:1px solid #94a3b859;border-radius:16px;box-shadow:0 18px 32px #0f172a73,inset 0 0 0 1px #ffffff0a;color:var(--color-muted);display:flex;flex-direction:column;gap:.8rem;line-height:1.5;margin:.5rem auto 0;max-width:360px;padding:.9rem 1.1rem;width:100%}.verification-alert strong{color:var(--color-text)}.verification-alert__action{align-self:center;-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#38bdf88c,#a855f799);border:none;border-radius:999px;box-shadow:0 12px 24px #38bdf840,inset 0 0 0 1px #ffffff14;color:var(--color-text);cursor:pointer;font-size:.78rem;font-weight:600;letter-spacing:.12em;padding:.55rem 1.4rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),opacity var(--transition-fast)}.verification-alert__action:hover{box-shadow:0 16px 32px #38bdf84d,inset 0 0 0 1px #ffffff1a;transform:translateY(-1px)}.verification-alert__action:disabled{cursor:not-allowed;opacity:.6}.verification-step{align-items:center;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);background:#0f172a8c;border:1px solid #94a3b859;border-radius:24px;box-shadow:0 28px 54px #0f172a8c,inset 0 0 0 1px #ffffff0d;display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:360px;padding:1.25rem 1.5rem;width:100%}.verification-message{color:var(--color-muted);font-size:.95rem;line-height:1.55;margin:0}.verification-message strong{color:var(--color-text)}.verification-code{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr);width:100%}.verification-digit{background:#0f172a99;border:1px solid #94a3b873;border-radius:18px;color:var(--color-text);font-size:1.35rem;font-weight:600;letter-spacing:.15em;padding:.85rem 0;text-align:center;transition:border var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast);width:100%}.verification-digit:focus{border-color:#a855f7bf;box-shadow:0 0 0 3px #a855f72e;outline:none;transform:translateY(-1px)}.verification-countdown{color:#e2e8f0bf;font-size:.85rem;letter-spacing:.08em;margin:0;text-transform:uppercase}.verification-cancel,.verification-resend{-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:color var(--transition-fast),transform var(--transition-fast)}.verification-resend{color:var(--color-secondary)}.verification-resend:disabled{color:#94a3b88c;cursor:not-allowed}.verification-resend:not(:disabled):hover{color:var(--color-text);transform:translateY(-1px)}.verification-cancel{color:#f4f4ffa6}.verification-cancel:hover{color:var(--color-text);transform:translateY(-1px)}@media (max-width:640px){.input-group--password-duo{flex-direction:column}}.legal-modal__backdrop{background:radial-gradient(circle at top right,#3b82f638,#0000 55%),#070b1ecc}.legal-modal{--fg-modal-width:min(640px,92vw);--fg-modal-max-height:88vh}.legal-modal__header .legal-modal__title-group{align-items:center;gap:.9rem}.legal-modal__title-icon{align-items:center;background:linear-gradient(135deg,#2563ebd9,#0ea5e9ad);border-radius:18px;box-shadow:0 18px 32px #2563eb59;color:#f8fafcf2;display:inline-flex;height:2.5rem;justify-content:center;width:2.5rem}.legal-modal__subtitle{color:#e2e8f0b8;font-size:.88rem;margin-top:.3rem}.legal-modal__body{display:flex;flex-direction:column;gap:1.15rem}.legal-modal__controls{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:space-between}.legal-modal__select-wrapper{display:flex;flex:1 1 10px;flex-direction:column;gap:.45rem}.legal-modal__select-label{color:#94a3b8bf;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase}.legal-modal__select{background:#0f172aad;border:1px solid #94a3b859;border-radius:12px;color:#f8fafcf2;font-size:.9rem;padding:.65rem .85rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.legal-modal__select:focus{border-color:#60a5facc;box-shadow:0 0 0 3px #3b82f647;outline:none}.legal-modal__refresh{align-items:center;background:linear-gradient(135deg,#2563ebd9,#3b82f6b3);border:1px solid #60a5fa73;border-radius:999px;color:#f8fafcf2;cursor:pointer;display:inline-flex;font-size:.78rem;font-weight:600;gap:.45rem;letter-spacing:.12em;padding:.6rem 1rem;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.legal-modal__refresh:hover:not(:disabled){box-shadow:0 16px 28px -18px #2563ebcc;transform:translateY(-1px)}.legal-modal__refresh:disabled{box-shadow:none;cursor:not-allowed;opacity:.65}.legal-modal__empty,.legal-modal__error,.legal-modal__loading{border-radius:12px;font-size:.85rem;padding:.85rem 1rem}.legal-modal__error{background:#f8717129;border:1px solid #f8717173;color:#fecaca}.legal-modal__loading{background:#3b82f61f;border:1px solid #3b82f659;color:#bfdbfee6}.legal-modal__empty{background:#0f172a99;border:1px dashed #94a3b859;color:#94a3b8cc}.legal-modal__document{background:#0f172ac7;border:1px solid #94a3b840;border-radius:18px;box-shadow:inset 0 1px 0 #ffffff0a;display:flex;flex-direction:column;gap:.75rem;padding:1.1rem 1.25rem}.legal-modal__document-header{display:flex;flex-direction:column;gap:.35rem}.legal-modal__document-header h3{font-size:1.2rem;letter-spacing:-.01em;margin:0}.legal-modal__meta{color:#94a3b8bf;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.legal-modal__summary{color:#e2e8f0cc;font-size:.92rem;margin:0}.legal-modal__content{background:#0f172aa6;border:1px solid #94a3b82e;border-radius:16px;color:#e2e8f0eb;font-size:.9rem;line-height:1.6;max-height:48vh;overflow-y:auto;padding:1rem 1.1rem;white-space:pre-wrap}@media (max-width:540px){.legal-modal__controls{align-items:stretch;flex-direction:column}.legal-modal__refresh{align-self:flex-start}}.forgot-password-modal__backdrop{background:radial-gradient(circle at center top,#3b82f638,#0000 60%),#070b1ed1}.forgot-password-modal{--fg-modal-width:min(480px,92vw);--fg-modal-max-height:88vh;display:flex;flex-direction:column}.forgot-password-modal__header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;padding:1.2rem 1.75rem 1rem .75rem}.forgot-password-modal__title-group{display:flex;flex-direction:column;gap:.35rem}.forgot-password-modal__title-row{align-items:center;display:flex;gap:.65rem}.forgot-password-modal__title-icon{align-items:center;background:linear-gradient(135deg,#2563ebe0,#0ea5e999);border-radius:14px;box-shadow:0 14px 24px -16px #2563ebcc;color:#f8fafcf2;display:inline-flex;font-size:1rem;height:2.25rem;justify-content:center;width:2.25rem}.forgot-password-modal__title-group h2{font-size:1.25rem;letter-spacing:-.01em;margin:0}.forgot-password-modal__header .fg-modal__subtitle{color:#94a3b8d1;font-size:.9rem;margin:0}.forgot-password-modal__body{display:flex;flex-direction:column;gap:1.2rem}.forgot-password-modal__alert{background:#2563eb1f;border:1px solid #3b82f659;border-radius:12px;color:#bfdbfeeb;font-size:.85rem;line-height:1.45;padding:.85rem 1rem}.forgot-password-modal__alert--error{background:#f8717129;border-color:#f871718c;color:#fecaca}.forgot-password-modal__form{display:flex;flex-direction:column;gap:1.1rem}.forgot-password-modal__field{color:#e2e8f0d1;display:flex;flex-direction:column;font-size:.85rem;gap:.55rem}.forgot-password-modal__field>span{color:#94a3b8bf;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.forgot-password-modal__input-wrapper{align-items:center;background:#0f172aad;border:1px solid #94a3b859;border-radius:12px;display:flex;gap:.6rem;padding:.65rem .85rem;transition:border-color .2s ease,box-shadow .2s ease}.forgot-password-modal__input-wrapper:focus-within{border-color:#60a5facc;box-shadow:0 0 0 3px #60a5fa40}.forgot-password-modal__input-wrapper input{background:#0000;border:none;color:#f8fafcf2;flex:1 1;font-size:.95rem;line-height:1.4}.forgot-password-modal__input-wrapper input:focus{outline:none}.forgot-password-modal__input-wrapper input::placeholder{color:#94a3b899}.forgot-password-modal__ghost,.forgot-password-modal__primary,.forgot-password-modal__secondary{align-items:center;border-radius:999px;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.55rem;justify-content:center;letter-spacing:.12em;padding:.7rem 1.1rem;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.forgot-password-modal__primary{background:linear-gradient(135deg,#2563ebe6,#3b82f6bf);border:none;box-shadow:0 16px 30px -18px #2563ebd9;color:#f8fafcf5}.forgot-password-modal__primary:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.forgot-password-modal__secondary{background:#0f172a9e;border:1px solid #60a5fa8c;color:#bfdbfee0}.forgot-password-modal__secondary:hover:not(:disabled){box-shadow:0 16px 28px -18px #60a5fabf;transform:translateY(-1px)}.forgot-password-modal__ghost{background:#0000;border:none;color:#94a3b8d9}.forgot-password-modal__ghost:hover:not(:disabled){color:#cbd5e1e0}.forgot-password-modal__actions,.forgot-password-modal__state-actions{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:flex-end}.forgot-password-modal__state{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}.forgot-password-modal__state-icon{background:linear-gradient(135deg,#2563eb52,#3b82f61f);border-radius:999px;color:#bfdbfee6;height:3rem;padding:.85rem;width:3rem!important}.forgot-password-modal__state p{color:#e2e8f0d9;line-height:1.6;margin:0}.forgot-password-modal__ghost:disabled,.forgot-password-modal__primary:disabled,.forgot-password-modal__secondary:disabled{box-shadow:none;cursor:not-allowed;filter:none;opacity:.65;transform:none}@media (max-width:520px){.forgot-password-modal{--fg-modal-width:min(92vw,420px)}.forgot-password-modal__actions,.forgot-password-modal__state-actions{justify-content:center}.forgot-password-modal__ghost,.forgot-password-modal__primary,.forgot-password-modal__secondary{width:100%}}.boost-modal__backdrop{align-items:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at top,#6366f140,#0000 55%),#060b1ec7;display:flex;inset:0;justify-content:center;position:fixed;z-index:1200}.boost-modal{-webkit-backdrop-filter:blur(22px) saturate(140%);backdrop-filter:blur(22px) saturate(140%);background:linear-gradient(145deg,#0f172aeb,#111827c7);border:1px solid #94a3b859;border-radius:12px;box-shadow:0 34px 60px #060b1e8c;color:#e2e8f0f0;overflow-y:auto;padding:clamp(1.5rem,3vw,1.9rem);width:min(480px,calc(100% - 32px))}.boost-modal__header{align-items:center;border-bottom:1px solid #94a3b82e;display:flex;gap:1rem;justify-content:space-between;padding-bottom:1rem}.boost-modal__title{align-items:center;display:flex;font-size:1.35rem;font-weight:600;gap:.65rem;letter-spacing:.04em;margin:0}.boost-modal__title svg{color:#a855f7e6;filter:drop-shadow(0 8px 16px rgba(168,85,247,.35));font-size:1.4rem}.boost-modal__close{flex-shrink:0}.boost-modal__form{grid-gap:1.25rem;display:grid;gap:1.25rem;margin-top:1.2rem}.boost-modal__intro{color:#e2e8f0c7;font-size:.95rem;line-height:1.65}.boost-modal__notice{align-items:center;background:#1e293b9e;border:1px solid #94a3b840;border-radius:12px;color:#e2e8f0eb;display:flex;font-size:.9rem;gap:.75rem;padding:.85rem 1rem}.boost-modal__notice svg{font-size:1rem}.boost-modal__notice-content{align-items:center;display:flex;flex:1 1;gap:.65rem}.boost-modal__notice--warning{background:#eab3082e;border-color:#facc1566;color:#fef3c7}.boost-modal__notice--error{background:#f871712e;border-color:#f8717173;color:#fee2e2}.boost-modal__notice-action{background:#0000;border:1px solid #94a3b861;border-radius:10px;color:inherit;cursor:pointer;font-size:.72rem;letter-spacing:.12em;padding:.5rem .9rem;text-transform:uppercase;transition:border var(--transition-fast),transform var(--transition-fast)}.boost-modal__notice-action:hover{border-color:#e2e8f0cc;transform:translateY(-1px)}.boost-modal__notice-action:focus-visible{outline:2px solid #38bdf899;outline-offset:2px}.boost-modal__payment-summary{align-items:center;background:linear-gradient(135deg,#1e293bad,#11182799);border:1px solid #94a3b847;border-radius:12px;display:flex;gap:.85rem;padding:.95rem 1.05rem}.boost-modal__payment-summary-icon{align-items:center;background:#3b82f62e;border-radius:10px;color:#bfdbfeeb;display:flex;font-size:1.05rem;height:40px;justify-content:center;width:40px}.boost-modal__payment-summary-body{grid-gap:.25rem;display:grid;flex:1 1;gap:.25rem;min-width:0}.boost-modal__payment-summary-title{color:#94a3b8c7;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.boost-modal__payment-summary-detail{color:#e2e8f0eb;font-size:.92rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.boost-modal__payment-summary-action{background:#0f172a66;border:1px solid #94a3b852;border-radius:10px;color:#e2e8f0eb;cursor:pointer;font-size:.72rem;letter-spacing:.12em;padding:.5rem .9rem;text-transform:uppercase;transition:border var(--transition-fast),transform var(--transition-fast)}.boost-modal__payment-summary-action:hover{border-color:#e2e8f0d1;transform:translateY(-1px)}.boost-modal__payment-summary-action:focus-visible{outline:2px solid #a855f799;outline-offset:2px}.boost-modal__preview{align-items:stretch;background:#0f172a99;border:1px solid #94a3b838;border-radius:12px;box-shadow:inset 0 0 0 1px #94a3b814;display:flex;gap:1rem;padding:1rem}.boost-modal__preview-media{aspect-ratio:1/1;background:#1e293bcc;border-radius:12px;flex:0 0 120px;height:120px;overflow:hidden;position:relative;width:120px}.boost-modal__preview-media img,.boost-modal__preview-placeholder{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.boost-modal__preview-placeholder{align-items:center;color:#94a3b8b3;display:flex;font-size:1.6rem;justify-content:center}.boost-modal__preview-badge{align-items:center;background:#1e40afb8;border-radius:999px;color:#dbeafe;display:inline-flex;font-size:.7rem;gap:.35rem;left:.75rem;letter-spacing:.1em;padding:.35rem .65rem;position:absolute;text-transform:uppercase;top:.75rem}.boost-modal__preview-body{display:flex;flex:1 1;flex-direction:column;gap:.4rem;max-height:120px;overflow:hidden}.boost-modal__preview-meta{color:#94a3b8b3;font-size:.7rem;letter-spacing:.12em;margin:0;text-transform:uppercase}.boost-modal__preview-title{color:#f8fafcf0;font-size:1.15rem;font-weight:600;margin:0}.boost-modal__preview-caption{line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#e2e8f0c7;display:-webkit-box;font-size:.9rem;-webkit-hyphens:manual;hyphens:manual;line-height:1.5;margin:0;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;word-break:normal}.boost-modal__section{grid-gap:.65rem;background:#1e293b8c;border:1px solid #94a3b833;border-radius:12px;box-shadow:inset 0 0 0 1px #94a3b814;display:grid;gap:.65rem;padding:1rem 1.1rem}.boost-modal__section label{color:#94a3b8d1;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.boost-modal__select{background:#0f172aa6;border:1px solid #94a3b84d;border-radius:12px;color:#e2e8f0f0;font-size:.95rem;padding:.85rem 1rem;transition:border var(--transition-fast),box-shadow var(--transition-fast);width:100%}.boost-modal__select:focus{border-color:#a855f799;box-shadow:0 0 0 2px #38bdf847;outline:none}.boost-modal__hint{color:#94a3b8bf;font-size:.8rem;letter-spacing:.03em}.boost-modal__summary{align-items:center;background:linear-gradient(135deg,#38bdf82e,#a855f740);border:1px solid #94a3b838;border-radius:12px;color:#e2e8f0eb;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1rem 1.1rem}.boost-modal__summary span{color:#94a3b8bf;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.boost-modal__price{color:#f8fafc;font-size:1.6rem;font-weight:700;letter-spacing:.04em}.boost-modal__actions{display:flex;gap:.85rem;justify-content:center;margin-top:.5rem;width:100%}.boost-modal__btn{align-items:center;border:1px solid #0000;border-radius:12px;cursor:pointer;display:inline-flex;flex:1 1;font-size:.9rem;gap:.55rem;justify-content:center;letter-spacing:.08em;padding:.75rem 1.4rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast)}.boost-modal__btn svg{font-size:1rem}.boost-modal__btn--secondary{background:#0000;border-color:#94a3b859;color:#e2e8f0c7}.boost-modal__btn--secondary:hover{border-color:#94a3b88c;color:#e2e8f0eb}.boost-modal__btn--primary{background:linear-gradient(135deg,#a855f7eb,#3b82f6e0);box-shadow:0 16px 30px #38bdf859;color:var(--color-text)}.boost-modal__btn--primary:hover:not(:disabled){box-shadow:0 22px 38px #3b82f673;transform:translateY(-2px)}.boost-modal__btn--primary:disabled,.boost-modal__btn--secondary:disabled{cursor:not-allowed;opacity:.65;transform:none}@media (max-width:520px){.boost-modal{padding:clamp(1.25rem,6vw,1.6rem)}.boost-modal__preview{flex-direction:column}.boost-modal__preview-media{aspect-ratio:1/1;flex:none;height:auto;width:100%}.boost-modal__preview-body{max-height:none}.boost-modal__actions{align-items:stretch;flex-direction:column-reverse}.boost-modal__btn{justify-content:center}}.boost-analytics-modal__backdrop{background:radial-gradient(circle at top left,#60a5fa33,#0000 60%),#080d1fd9}.boost-analytics-modal{--fg-modal-width:720px;--fg-modal-max-height:88vh;display:flex;flex-direction:column;gap:1.8rem}.boost-analytics-modal__header h2{font-size:1.55rem;letter-spacing:.05em;margin:0}.boost-analytics-modal__subtitle{color:#e2e8f0b3;font-size:.92rem;line-height:1.5;margin:.25rem 0 0}.boost-analytics-modal__title-group{align-items:center;gap:1rem}.boost-analytics-modal__title-icon{align-items:center;background:linear-gradient(135deg,#3b82f6e6,#38bdf8d9);border-radius:18px;box-shadow:0 24px 34px #38bdf859;color:#f8fafcf5;display:inline-flex;font-size:1.45rem;height:3rem;justify-content:center;width:3rem}.boost-analytics-modal__header-actions{align-items:center;display:inline-flex;gap:.75rem}.boost-analytics-modal__close{color:#e2e8f0cc}.boost-analytics-modal__body{grid-gap:1.6rem;display:grid;gap:1.6rem}.boost-analytics-modal__error{background:#f871712e;border:1px solid #f8717159;border-radius:16px;color:#fee2e2f2;font-size:.92rem;margin:0;padding:.85rem 1.1rem}.boost-analytics-modal__metrics{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.boost-analytics-modal__metric-card{align-items:flex-start;background:#0f172ab8;border:1px solid #94a3b83d;border-radius:20px;box-shadow:inset 0 0 0 1px #94a3b814;display:flex;gap:.85rem;padding:1.1rem 1.25rem}.boost-analytics-modal__metric-icon{align-items:center;background:#3b82f633;border-radius:16px;color:#7dd3fcf2;display:inline-flex;font-size:1.1rem;height:2.5rem;justify-content:center;width:2.5rem}.boost-analytics-modal__metric-label{color:#94a3b8cc;font-size:.68rem;letter-spacing:.18em;margin:0;text-transform:uppercase}.boost-analytics-modal__metric-value{color:#f1f5f9f2;font-size:1.35rem;margin:.35rem 0 0}.boost-analytics-modal__metric-footnote{color:#e2e8f0b3;font-size:.78rem;margin:.25rem 0 0}.boost-analytics-modal__list{grid-gap:1.1rem;display:grid;gap:1.1rem}.boost-analytics-modal__list-header h3{color:#f4f4f5eb;font-size:1.1rem;letter-spacing:.04em;margin:0;text-align:center}.boost-analytics-modal__list-header p{color:#94a3b8bf;font-size:.85rem;margin:.35rem 0 0;text-align:center}.boost-analytics-modal__loading{align-items:center;background:#0f172aa6;border-radius:16px;color:#e2e8f0c7;display:inline-flex;font-size:.92rem;gap:.6rem;padding:.8rem 1rem}.boost-analytics-modal__empty{background:#0f172aad;border:1px dashed #94a3b852;border-radius:18px;color:#e2e8f0c2;font-size:.95rem;padding:1rem 1.2rem}.boost-analytics-modal__items{grid-gap:1rem;display:grid;gap:1rem;list-style:none;margin:0;padding:0}.boost-analytics-modal__item{grid-gap:1rem;background:#0f172ab3;border:1px solid #94a3b833;border-radius:20px;box-shadow:inset 0 0 0 1px #94a3b80f;display:grid;gap:1rem;grid-template-columns:110px 1fr;padding:1rem 1.1rem}.boost-analytics-modal__item-preview{aspect-ratio:1/1;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px;min-height:80px;width:100%}.boost-analytics-modal__item-preview--empty{align-items:center;background:#1e293be6;color:#94a3b899;display:flex;font-size:1.4rem;justify-content:center}.boost-analytics-modal__item-body{grid-gap:.65rem;display:grid;gap:.65rem}.boost-analytics-modal__item-header{align-items:flex-start;display:flex;gap:.8rem;justify-content:space-between}.boost-analytics-modal__item-title{color:#f1f5f9eb;font-size:.98rem;margin:0}.boost-analytics-modal__item-meta{color:#94a3b8bf;font-size:.82rem;margin:.35rem 0 0}.boost-analytics-modal__status{align-items:center;border-radius:999px;display:inline-flex;font-size:.75rem;gap:.4rem;letter-spacing:.12em;padding:.4rem .85rem;text-transform:uppercase}.boost-analytics-modal__status svg{font-size:.8rem}.boost-analytics-modal__status-group{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.boost-analytics-modal__item-progress{grid-gap:.4rem;display:grid;gap:.4rem;margin:.6rem 0 0}.boost-analytics-modal__progress-label{color:#bfdbfed9;font-size:.78rem;margin:0}.boost-analytics-modal__progress-track{background:#4f46e52e;border-radius:999px;height:.5rem;overflow:hidden;position:relative;width:100%}.boost-analytics-modal__progress-fill{border-radius:inherit;display:block;height:100%;transition:width .35s ease}.boost-analytics-modal__progress-fill,.boost-analytics-modal__progress-fill--active{background:linear-gradient(90deg,#3b82f6e6,#0ea5e9e6)}.boost-analytics-modal__progress-fill--pending{background:linear-gradient(90deg,#facc15d9,#fdba74e6)}.boost-analytics-modal__progress-fill--completed{background:linear-gradient(90deg,#10b981e6,#34d399e6)}.boost-analytics-modal__progress-fill--canceled,.boost-analytics-modal__progress-fill--cancelled,.boost-analytics-modal__progress-fill--failed{background:linear-gradient(90deg,#f87171d9,#fca5a5e6)}.boost-analytics-modal__status--completed{background:#10b98133;color:#6ee7b7f2}.boost-analytics-modal__status--pending{background:#facc152e;color:#fde68ae6}.boost-analytics-modal__status--cancelled,.boost-analytics-modal__status--failed{background:#f8717129;color:#fca5a5eb}.boost-analytics-modal__status--approved{background:#38bdf838;color:#bfdbfef2}.boost-analytics-modal__status--rejected{background:#f871712e;color:#fecacaf2}.boost-analytics-modal__item-footer{display:inline-flex;flex-wrap:wrap;gap:.6rem 1.4rem}.boost-analytics-modal__item-timestamp{color:#94a3b8b3;font-size:.78rem;margin:0}@media (max-width:820px){.boost-analytics-modal{--fg-modal-width:92vw}.boost-analytics-modal__item{grid-template-columns:1fr}.boost-analytics-modal__item-preview{height:160px}}.payment-info-modal__backdrop{background:radial-gradient(circle at top,#3b82f62e,#0000 55%),#060b1ec7;z-index:1400}.payment-info-modal{--fg-modal-width:min(600px,100%);--fg-modal-max-height:88vh;color:#e2e8f0eb}.payment-info-modal__header h2{font-size:1.45rem;letter-spacing:.05em;margin:0}.payment-info-modal__title-group{align-items:flex-start;gap:.85rem}.payment-info-modal__title-group svg{color:#f8fafcf2;filter:drop-shadow(0 10px 20px rgba(14,165,233,.32));font-size:1.6rem}.payment-info-modal__title-icon{align-items:center;background:linear-gradient(135deg,#3b82f6bf,#0ea5e9c7);border-radius:16px;box-shadow:0 18px 32px #0ea5e938;display:inline-flex;height:2.45rem;justify-content:center;width:2.45rem}.payment-info-modal__header p{color:#e2e8f0b3;font-size:.9rem;margin:.2rem 0 0}.payment-info-modal__close{color:#e2e8f0cc}.payment-info-modal__body{display:flex;flex-direction:column;gap:1.35rem;padding-bottom:.5rem}.payment-info-modal__section{grid-gap:.95rem;background:#0f172ab8;border:1px solid #94a3b838;border-radius:20px;box-shadow:inset 0 0 0 1px #94a3b814;display:grid;gap:.95rem;margin-bottom:1rem;padding:1.2rem 1.3rem}.payment-info-modal__section-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.payment-info-modal__section-header h3{color:#f8fafcf0;font-size:1.05rem;letter-spacing:.05em;margin:0;text-transform:uppercase}.payment-info-modal__section-header p{color:#e2e8f0ad;font-size:.85rem;line-height:1.5;margin:.35rem 0 0}.payment-info-modal__loading{align-items:center;color:#e2e8f0c7;display:inline-flex;font-size:.9rem;gap:.65rem}.payment-info-modal__error{background:#f871712e;border:1px solid #f8717152;border-radius:14px;color:#fee2e2f2;font-size:.9rem;margin:0;padding:.85rem 1rem}.payment-info-modal__hint{color:#94a3b8cc;font-size:.85rem;letter-spacing:.03em;margin:0}.payment-info-modal__method-list{grid-gap:.85rem;display:grid;gap:.85rem;list-style:none;margin:0;padding:0}.payment-info-modal__method-item{background:#0f172aad;border:1px solid #94a3b847;border-radius:16px;box-shadow:0 18px 30px #0f172a47;display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.1rem}.payment-info-modal__method-item--default{border-color:#3b82f68c;box-shadow:0 22px 36px #3b82f638}.payment-info-modal__method-meta{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.payment-info-modal__method-summary{align-items:center;display:flex;flex-wrap:wrap;font-size:.92rem;gap:.75rem;letter-spacing:.02em}.payment-info-modal__method-brand{color:#f8fafcf2;font-weight:600;text-transform:uppercase}.payment-info-modal__method-exp,.payment-info-modal__method-last4{color:#e2e8f0bf}.payment-info-modal__badge{align-items:center;background:#3b82f640;border:1px solid #3b82f673;border-radius:999px;color:#e2e8f0e6;display:inline-flex;font-size:.7rem;gap:.45rem;letter-spacing:.12em;padding:.35rem .75rem;text-transform:uppercase}.payment-info-modal__method-actions{display:flex;flex-wrap:wrap;gap:.65rem}.payment-info-modal__danger,.payment-info-modal__link,.payment-info-modal__primary,.payment-info-modal__secondary{align-items:center;border:1px solid #0000;border-radius:16px;cursor:pointer;display:inline-flex;font-size:.85rem;gap:.55rem;justify-content:center;letter-spacing:.12em;padding:.75rem 1.35rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast)}.payment-info-modal__link{background:#0000;border-color:#94a3b859;color:#e2e8f0d9}.payment-info-modal__link:hover:not(:disabled){border-color:#94a3b88c;color:#f8fafcf2}.payment-info-modal__danger{background:#dc26262e;border-color:#f8717173;color:#fee2e2eb}.payment-info-modal__danger:hover:not(:disabled){background:#dc262652;border-color:#f8717199;box-shadow:0 20px 34px #7f1d1d47;transform:translateY(-2px)}.payment-info-modal__primary{background:linear-gradient(135deg,#3b82f6e6,#a855f7e0);box-shadow:0 20px 36px #3b82f659;color:var(--color-text)}.payment-info-modal__primary:hover:not(:disabled){box-shadow:0 24px 42px #3b82f673;transform:translateY(-2px)}.payment-info-modal__secondary{background:#0000;border-color:#94a3b859;color:#e2e8f0d9}.payment-info-modal__secondary:hover:not(:disabled){border-color:#94a3b880;color:#f8fafcf2}.payment-info-modal__danger:disabled,.payment-info-modal__link:disabled,.payment-info-modal__primary:disabled,.payment-info-modal__secondary:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.payment-info-modal__card-form{grid-gap:1.05rem;display:grid;gap:1.05rem}.payment-info-modal__field{grid-gap:.45rem;color:#e2e8f0c7;display:grid;font-size:.86rem;gap:.45rem;letter-spacing:.03em}.payment-info-modal__field span{color:#94a3b8bf;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.payment-info-modal__field input{background:#0f172aa6;border:1px solid #94a3b84d;border-radius:14px;color:#f8fafceb;font-size:.95rem;padding:.85rem 1rem;transition:border var(--transition-fast),box-shadow var(--transition-fast);width:100%}.payment-info-modal__field input:focus{border-color:#3b82f699;box-shadow:0 0 0 2px #3b82f647;outline:none}.payment-info-modal__card-element{background:#0f172aa6;border:1px solid #94a3b84d;border-radius:14px;padding:.9rem 1rem}.payment-info-modal__card-element--invalid{border-color:#f871718c}.payment-info-modal__card-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;width:100%}.payment-info-modal__card-actions .payment-info-modal__primary,.payment-info-modal__card-actions .payment-info-modal__secondary{min-width:150px}@media (max-width:640px){.payment-info-modal{--fg-modal-width:100%;--fg-modal-max-height:86vh}.payment-info-modal__section{padding:1.05rem 1rem}.payment-info-modal__method-item{padding:.85rem .95rem}.payment-info-modal__method-meta{align-items:flex-start;flex-direction:column}.payment-info-modal__method-actions{align-items:stretch;flex-direction:column}.payment-info-modal__card-actions,.payment-info-modal__danger,.payment-info-modal__link,.payment-info-modal__primary,.payment-info-modal__secondary{justify-content:center}}.post-viewer__backdrop{padding:clamp(1.5rem,5vw,3rem);z-index:1100}.post-viewer{--post-viewer-modal-height:min(88vh,860px);--post-viewer-media-size:clamp(460px,var(--post-viewer-modal-height),860px);--fg-modal-width:clamp(980px,calc(var(--post-viewer-media-size) + 440px),1280px);--fg-modal-radius:22px;--fg-modal-max-height:88vh;border:1px solid #94a3b82e;box-shadow:0 30px 80px #080b138c;color:#e2e8f0f2;height:var(--post-viewer-modal-height);max-height:var(--post-viewer-modal-height);position:relative}.post-viewer__close{position:absolute;right:.9rem;top:.9rem;z-index:6}.post-viewer__flag{align-items:center;background:#1e1b4bb3;border:1px solid #94a3b847;border-radius:999px;box-shadow:0 16px 32px #0f172a73;color:#fce7f3f2;display:inline-flex;height:40px;justify-content:center;position:absolute;right:calc(1.5rem + 40px);top:.9rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast),color var(--transition-fast);width:40px;z-index:2}.post-viewer__flag:focus-visible,.post-viewer__flag:hover{background:#4338cad1;border-color:#94a3b847;box-shadow:0 20px 38px #1e293b8c;color:#fff1f2fa;outline:none;transform:translateY(-1px)}.post-viewer__flag:active{transform:translateY(0)}.post-viewer__flag:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.post-viewer__quick-edit{align-items:center;background:linear-gradient(135deg,#3b82f6d9,#a855f7d9);border:1px solid #60a5fa73;border-radius:999px;box-shadow:0 16px 32px #0f172a73;color:#f8fafcf2;cursor:pointer;display:inline-flex;font-size:.95rem;height:40px;justify-content:center;position:absolute;right:calc(1.5rem + 40px);top:.9rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),filter var(--transition-fast);width:40px;z-index:2}.post-viewer__quick-edit:focus-visible,.post-viewer__quick-edit:hover{border-color:#bfdbfea6;box-shadow:0 20px 38px #0f172a8c;filter:brightness(1.05);outline:none;transform:translateY(-1px)}.post-viewer__quick-edit:active{filter:brightness(.98);transform:translateY(0)}.post-viewer__content{grid-column-gap:0;align-items:stretch;background:#000;column-gap:0;display:grid;grid-template-columns:var(--post-viewer-media-size) minmax(360px,1fr);height:100%;min-height:0;padding:0;position:relative}.post-viewer__floating-save{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172ac7;border:1px solid #94a3b859;border-radius:999px;box-shadow:0 18px 32px #0f172a73;color:#f8fafcf2;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:.45rem;left:.9rem;letter-spacing:.16em;padding:.55rem 1.05rem;position:absolute;text-transform:uppercase;top:.9rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast),color var(--transition-fast);z-index:3}.post-viewer__floating-save svg{font-size:.95rem}.post-viewer__floating-save:focus-visible,.post-viewer__floating-save:hover{background:#1e293be6;border-color:#bfdbfe99;box-shadow:0 22px 38px #0f172a8c;outline:none;transform:translateY(-1px)}.post-viewer__floating-save:active{transform:translateY(0)}.post-viewer__floating-save.is-active{background:linear-gradient(135deg,#3b82f6d1,#a855f7d9);border-color:#a855f799;box-shadow:0 22px 40px #3b82f673}.post-viewer__floating-save.is-active svg{color:#f8fafcfa}.post-viewer__floating-save:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}@media (max-width:640px){.fg-modal__close[data-hide-on-mobile=true],.post-viewer__flag[data-hide-on-mobile=true],.post-viewer__quick-edit[data-hide-on-mobile=true]{display:none!important}.post-viewer__action[data-only-mobile=true]{display:inline-flex!important}.post-viewer__stats-container{margin:.75rem 0;padding:.75rem}.post-viewer__content{flex-direction:column}.post-viewer__media{align-items:stretch;display:block;flex:0 0 100%;justify-content:flex-start;padding-left:0;position:relative;width:100%}.post-viewer__media-stage{aspect-ratio:1/1;display:block;max-width:100%;overflow:hidden;width:100%}.post-viewer__media img,.post-viewer__media video,.post-viewer__media-stage img,.post-viewer__media-stage video{height:100%;object-fit:cover;width:100%}.post-viewer__sidebar{border-left:none;border-top:1px solid #94a3b80f;flex:0 0 auto;width:100%}.post-viewer__floating-save{align-items:center;border-radius:12px!important;gap:0;height:44px;justify-content:center;left:.9rem!important;margin:0!important;min-width:44px;padding:0!important;position:absolute!important;top:.9rem!important;width:44px;z-index:5}.post-viewer__floating-save span{display:none}.post-viewer__floating-save svg{font-size:1.15rem}.post-viewer .fg-modal__close{display:inline-flex!important}}.post-viewer__media{align-items:stretch;background:#000;height:100%;min-height:0;width:100%}.post-viewer__media,.post-viewer__media-stage{display:flex;justify-content:center;overflow:hidden;position:relative}.post-viewer__media-stage{align-items:center;background:#05070c;height:var(--post-viewer-media-size);max-height:100%;max-width:100%;width:var(--post-viewer-media-size)}.post-viewer__media img,.post-viewer__media video{background:#000;height:100%;object-fit:cover;opacity:0;transition:opacity .32s ease-in;width:100%}.post-viewer__media-stage img,.post-viewer__media-stage video{background:#05070c}.post-viewer__media-stage img.is-loaded,.post-viewer__media-stage video.is-loaded{opacity:1}.post-viewer__media video{max-height:100%}.post-viewer__carousel{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;gap:0;height:100%;min-height:0;width:100%}.post-viewer__carousel-stage{align-items:center;background:#05070c;border-radius:0;display:flex;flex:0 0 auto;height:var(--post-viewer-media-size);justify-content:center;max-height:100%;max-width:100%;overflow:hidden;position:relative;width:var(--post-viewer-media-size)}.post-viewer__carousel-stage img,.post-viewer__carousel-stage video{background:#05070c;height:100%;object-fit:cover;opacity:0;transition:opacity .32s ease-in;width:100%}.post-viewer__carousel-stage img.is-loaded,.post-viewer__carousel-stage video.is-loaded{opacity:1}.post-viewer__carousel-indicator{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a1120b8;border-radius:999px;bottom:14px;box-shadow:0 12px 20px #080b1373;display:inline-flex;gap:.45rem;left:50%;padding:6px 14px;pointer-events:auto;position:absolute;transform:translateX(-50%)}.post-viewer__carousel-indicator-dot{background:#94a3b88c;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:transform .16s ease,background .16s ease,box-shadow .16s ease;width:10px}.post-viewer__carousel-indicator-dot:focus-visible,.post-viewer__carousel-indicator-dot:hover{background:#bfdbfed9;box-shadow:0 0 0 2px #bfdbfe40;outline:none;transform:scale(1.12)}.post-viewer__carousel-indicator-dot.is-active{background:linear-gradient(135deg,#a855f7eb,#3b82f6eb);box-shadow:0 0 0 3px #3b82f640;transform:scale(1.2)}.post-viewer__carousel-nav{align-items:center;background:#0f172a99;border:1px solid #94a3b824;border-radius:999px;color:#e2e8f0f2;cursor:pointer;display:inline-flex;height:44px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .16s ease,background .16s ease,color .16s ease;width:44px;z-index:3}.post-viewer__carousel-nav:hover{background:#0f172abf;transform:translateY(-52%)}.post-viewer__carousel-nav:focus-visible{outline:3px solid #93c5fd40;outline-offset:2px}.post-viewer__carousel-nav--prev{left:8px}.post-viewer__carousel-nav--next{right:8px}@media (max-width:720px){.post-viewer__carousel-nav{display:none}}.post-viewer__media-like{color:#f87171eb;filter:drop-shadow(0 18px 30px rgba(244,114,182,.35));font-size:clamp(4rem,24vw,7rem);left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.6);transition:opacity .12s ease,transform .12s ease;z-index:6}.post-viewer__media-like svg{display:block}.post-viewer__media-like.is-active{animation:post-viewer-heart-pop .9s cubic-bezier(.18,.89,.32,1.28);opacity:1;transform:translate(-50%,-50%) scale(1)}.post-viewer__media-placeholder{align-items:center;color:#e2e8f0a6;display:flex;flex-direction:column;font-size:1rem;gap:.75rem;height:100%;justify-content:center;letter-spacing:.05em;width:100%}.post-viewer__media-placeholder svg{font-size:1.4rem}.post-viewer__media-refresh{color:#bfdbfed1;font-size:1.25rem}.post-viewer__media-spinner{align-items:center;color:#e2e8f0e6;display:flex;font-size:1.6rem;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:4}.post-viewer__media img.is-loaded,.post-viewer__media video.is-loaded{opacity:1}.post-viewer__sidebar{background:linear-gradient(160deg,#0f172aeb,#0c1424f5);border-left:1px solid #94a3b81f;display:flex;flex:1 1 45%;flex-direction:column;gap:.5rem;min-height:0;min-width:0;overflow:hidden;padding:clamp(1.4rem,3vw,1.9rem)}.post-viewer__status{align-items:flex-start;background:#1e40af2e;border:1px solid #60a5fa59;border-radius:12px;color:#bfdbfeeb;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.post-viewer__retry{align-items:center;background:#3b82f638;border:1px solid #60a5fa59;border-radius:999px;color:#e2e8f0f2;cursor:pointer;display:inline-flex;justify-content:center;padding:.55rem 1.1rem;transition:background .16s ease,transform .16s ease}.post-viewer__retry:focus-visible,.post-viewer__retry:hover{background:#3b82f652;outline:none;transform:translateY(-1px)}.post-viewer__header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.post-viewer__author{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;gap:.85rem;padding:0;text-align:left}.post-viewer__author:focus-visible{border-radius:12px;outline:2px solid #5eead4a6;outline-offset:3px}.post-viewer__avatar{align-items:center;background:#1e293bd9;border:1px solid #94a3b859;border-radius:50%;color:#e2e8f0d1;display:inline-flex;font-weight:600;height:3rem;justify-content:center;letter-spacing:.06em;overflow:hidden;width:3rem}.post-viewer__avatar img{height:100%;object-fit:cover;width:100%}.post-viewer__author-meta{color:#e2e8f0eb;display:flex;flex-direction:column;gap:.2rem;min-width:0}.post-viewer__author-name{color:inherit;font-size:1.02rem;font-weight:600;letter-spacing:.04em}.post-viewer__author-handle,.post-viewer__author-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-viewer__author-handle{color:#94a3b8d1;font-size:.86rem;letter-spacing:.08em}.post-viewer__title{color:#f8fafcf5;font-size:1.25rem;font-weight:700;letter-spacing:.05em;line-height:1;margin:.25rem}.post-viewer__caption{color:#cbd5e1d9;font-size:1rem;letter-spacing:.02em;line-height:1.7;margin:.25rem 0;white-space:pre-wrap}.post-viewer__action--share:focus-visible,.post-viewer__action--share:hover{background:#3b82f647;border-color:#60a5fa73}.post-viewer__action--share:disabled{cursor:not-allowed;opacity:.5;transform:none}.post-viewer__actions-rail{align-items:center;bottom:clamp(1rem,4vw,1.8rem);display:flex;flex-direction:column;gap:clamp(.75rem,2.4vw,1rem);position:absolute;right:clamp(.75rem,2vw,1.4rem);z-index:4}.post-viewer__action{align-items:center;background:#0f172ab3;border:1px solid #94a3b852;border-radius:999px;box-shadow:0 16px 28px #080b1366;color:#e2e8f0f2;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:transform .16s ease,background .16s ease,border .16s ease,color .16s ease;width:40px}.post-viewer__action[data-only-mobile=true]{display:none}.post-viewer__action svg{font-size:1rem}.post-viewer__action:focus-visible,.post-viewer__action:hover{background:#1e293bd9;border-color:#bfdbfe8c;color:#f8fafcfa;outline:none;transform:translateY(-2px)}.post-viewer__action:active{transform:translateY(0)}.post-viewer__action:disabled{box-shadow:none;cursor:not-allowed;opacity:.55;transform:none}.post-viewer__action--like.is-active{background:#ec489959;border-color:#f472b680;color:#fce7f3fa}.post-viewer__action--share{background:#3b82f647;border-color:#60a5fa73}.post-viewer__action--share:focus-visible,.post-viewer__action--share:hover{background:#3b82f661;border-color:#93c5fd8c}.post-viewer__action--boost{background:#4c1d9533;border-color:#818cf86b;color:#c7d2feeb}.post-viewer__action--boost svg{color:#a5b4fcd9}.post-viewer__action--boost:focus-visible,.post-viewer__action--boost:hover{background:#6366f147;border-color:#a5b4fc9e;box-shadow:0 18px 32px #3730a359;color:#e0e7fff5;outline:none}.post-viewer__action--boost.is-active{transform:translateY(-1px)}.post-viewer__action--boost-active,.post-viewer__action--boost-pending{background:linear-gradient(135deg,#3b82f6c7,#a855f7d1);border-color:#818cf8a6;box-shadow:0 20px 40px #3b82f659;color:#f8fafcfa}.post-viewer__action--boost-active svg,.post-viewer__action--boost-pending svg{color:#f8fafcfa}.post-viewer__action--boost-active:focus-visible,.post-viewer__action--boost-active:hover,.post-viewer__action--boost-pending:focus-visible,.post-viewer__action--boost-pending:hover{background:linear-gradient(135deg,#6366f1e0,#ec4899e6);border-color:#a5b4fcbf;box-shadow:0 24px 46px #3b82f66b}.post-viewer__action--boost-completed{background:#22c55e38;border-color:#4ade8073;color:#d1fae5f2}.post-viewer__action--boost-completed svg{color:#bbf7d0f2}.post-viewer__action--boost-failed{background:#f8717138;border-color:#f8717173;color:#fee2e2f2}.post-viewer__action--boost-failed svg{color:#fecacaf2}.post-viewer__stats{color:#e2e8f0d1;flex-wrap:wrap;gap:.75rem}.post-viewer__stats,.post-viewer__stats-container{align-items:center;display:flex;justify-content:center}.post-viewer__stats-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a85;border:1px solid #94a3b838;border-radius:18px;box-shadow:0 18px 34px #080b1361;margin:1rem 0;padding:.85rem}.post-viewer__boost-status{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a94;border:1px solid #94a3b838;border-radius:18px;box-shadow:0 18px 30px #080b1352;display:flex;flex-direction:column;gap:.75rem;margin:1rem 0 0;padding:1rem 1.2rem}.post-viewer__boost-status-header{align-items:flex-start;display:flex;gap:1.2rem;justify-content:space-between}.post-viewer__boost-status-label{color:#f8fafcfa;font-size:1rem;font-weight:600;margin:0}.post-viewer__boost-status-subtitle{color:#bfdbfed1;font-size:.85rem;margin:.25rem 0 0}.post-viewer__boost-status-link{-webkit-appearance:none;appearance:none;background:#3b82f62e;border:none;border-radius:999px;color:#bfdbfef2;cursor:pointer;font-size:.82rem;font-weight:600;letter-spacing:.05em;padding:.45rem .9rem;text-transform:uppercase;transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);white-space:nowrap}.post-viewer__boost-status-link:focus-visible,.post-viewer__boost-status-link:hover{background:#3b82f652;box-shadow:0 12px 22px #2563eb59;color:#e0e7fffa;outline:none;transform:translateY(-1px)}.post-viewer__boost-progress{display:flex;flex-direction:column;gap:.4rem}.post-viewer__boost-progress-track{background:#94a3b83d;border-radius:999px;height:8px;overflow:hidden;position:relative}.post-viewer__boost-progress-fill{background:linear-gradient(135deg,#6366f1f2,#ec4899e6);border-radius:inherit;inset:0;position:absolute;transition:width .24s ease;width:0}.post-viewer__boost-status-footer{color:#94a3b8c7;font-size:.78rem;letter-spacing:.06em;margin:0;text-transform:uppercase}.post-viewer__boost-status--pending{background:linear-gradient(135deg,#1e293bd9,#1e40af94);border-color:#facc1559}.post-viewer__boost-status--pending .post-viewer__boost-status-subtitle{color:#facc15d9}.post-viewer__boost-status--pending .post-viewer__boost-progress-fill{background:linear-gradient(135deg,#facc15f2,#ff9f0ae6)}.post-viewer__boost-status--active{background:linear-gradient(135deg,#1e40afad,#4c1d95b8);border-color:#3b82f673}.post-viewer__boost-status--active .post-viewer__boost-status-subtitle{color:#bfdbfee6}.post-viewer__boost-status--active .post-viewer__boost-progress-fill{background:linear-gradient(135deg,#3b82f6f2,#a855f7eb)}.post-viewer__boost-status--completed{background:linear-gradient(135deg,#166534a6,#1e40af80);border-color:#22c55e73}.post-viewer__boost-status--completed .post-viewer__boost-status-subtitle{color:#86eface6}.post-viewer__boost-status--completed .post-viewer__boost-progress-fill{background:linear-gradient(135deg,#22c55ef2,#10b981e6)}.post-viewer__boost-status--failed{background:linear-gradient(135deg,#7f1d1da6,#3730a380);border-color:#f8717173}.post-viewer__boost-status--failed .post-viewer__boost-status-subtitle{color:#fecacad9}.post-viewer__boost-status--failed .post-viewer__boost-progress-fill{background:linear-gradient(135deg,#f87171f2,#ef4444e6)}.post-viewer__stat{align-items:center;-webkit-appearance:none;appearance:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#0f172abd,#1e293b99);border:1px solid #94a3b833;border-radius:999px;box-shadow:0 12px 26px #080b1361;color:inherit;cursor:pointer;display:inline-flex;font-size:.85rem;font:inherit;gap:.45rem;letter-spacing:.04em;line-height:1.05;padding:.45rem .85rem;text-align:left;transition:transform .16s ease,background .16s ease,border .16s ease,box-shadow .16s ease}.post-viewer__stat:focus-visible,.post-viewer__stat:hover{background:linear-gradient(135deg,#1e293bc7,#334155b3);border-color:#bfdbfe73;box-shadow:0 16px 30px #080b1373;outline:none;transform:translateY(-1px)}.post-viewer__stat:focus-visible{box-shadow:0 0 0 3px #93c5fd52,0 16px 30px #080b1373}.post-viewer__stat:active{transform:translateY(0)}.post-viewer__stat:disabled{box-shadow:none;cursor:not-allowed;opacity:.55;transform:none}.post-viewer__stat-icon{font-size:.95rem;opacity:.85}.post-viewer__stat-value{color:#f8fafcf5;font-weight:600}.post-viewer__stat-label{color:#94a3b8c7;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}.post-viewer__stat--likes .post-viewer__stat-icon{color:#f472b6eb}.post-viewer__stat--likes.is-active{background:#ec489959;border-color:#f472b680;box-shadow:0 18px 34px #ec489952}.post-viewer__stat--comments .post-viewer__stat-icon{color:#93c5fdeb}.post-viewer__stat--shares .post-viewer__stat-icon{color:#818cf8e6}.post-viewer__comments{display:flex;flex:1 1 auto;flex-direction:column;gap:1rem;margin-right:-.4rem;min-height:0;overflow-y:auto;padding-right:.4rem}.post-viewer__comment{align-items:flex-start;background:#0f172a8c;border:1px solid #94a3b82e;border-radius:12px;display:flex;gap:.75rem;padding:.85rem 1rem}.post-viewer__comment-avatar{align-items:center;background:#1e293bb8;border:1px solid #94a3b840;border-radius:50%;color:#e2e8f0c7;display:inline-flex;font-weight:600;height:2.5rem;justify-content:center;overflow:hidden;width:2.5rem}.post-viewer__comment-avatar img{height:100%;object-fit:cover;width:100%}.post-viewer__comment-body{display:flex;flex-direction:column;gap:.35rem;min-width:0}.post-viewer__comment-header{align-items:center;display:flex;gap:.75rem}.post-viewer__comment-meta{align-items:baseline;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:.45rem;min-width:0}.post-viewer__comment-actions{align-items:center;display:inline-flex;gap:.4rem;margin-left:auto;position:relative}.post-viewer__comment-actions.is-open .post-viewer__comment-menu-indicator{color:#e2e8f0e6;opacity:.9}.post-viewer__comment-menu-indicator{align-items:center;background:#0000;border-radius:999px;color:#94a3b88c;display:inline-flex;font-size:1.05rem;height:1.6rem;justify-content:center;letter-spacing:.22em;min-width:1.6rem;opacity:.65;pointer-events:none;transition:color .16s ease,opacity .16s ease}.post-viewer__comment-menu-indicator:before{content:"•••"}.post-viewer__comment-menu{background:#0f172af5;border:1px solid #94a3b840;border-radius:12px;box-shadow:0 18px 38px #080b1373;display:flex;flex-direction:column;min-width:9rem;padding:.4rem;position:absolute;right:0;top:calc(100% + .4rem);z-index:5}.post-viewer__comment-menu-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#e2e8f0e6;cursor:pointer;display:flex;font-size:.9rem;gap:.55rem;padding:.5rem .65rem;transition:background .16s ease,color .16s ease,transform .16s ease;width:100%}.post-viewer__comment-menu-item svg{height:1rem;width:1rem}.post-viewer__comment-menu-item:focus-visible,.post-viewer__comment-menu-item:hover{background:#1e40af42;color:#f8fafcf5;outline:none}.post-viewer__comment-menu-item:disabled{cursor:not-allowed;opacity:.6}.post-viewer__comment-menu-item--danger{color:#f87171f2}.post-viewer__comment-menu-item--danger:focus-visible,.post-viewer__comment-menu-item--danger:hover{background:#f8717133;color:#fee2e2f5}.post-viewer__comment-author{color:#f8fafcf0;font-weight:600;letter-spacing:.05em}.post-viewer__comment-time{color:#94a3b8b3;font-size:.82rem;letter-spacing:.05em}.post-viewer__comment-text{color:#e2e8f0d9;font-size:.92rem;line-height:1.5;margin:0;word-break:break-word}.post-viewer__load-more{align-items:center;align-self:center;background:#0f172a99;border:1px solid #94a3b840;border-radius:999px;color:#e2e8f0e6;cursor:pointer;display:inline-flex;gap:.5rem;margin-top:.25rem;padding:.55rem 1.2rem;transition:background .16s ease,transform .16s ease}.post-viewer__load-more:focus-visible,.post-viewer__load-more:hover{background:#5eead438;outline:none;transform:translateY(-1px)}.post-viewer__load-more:disabled{cursor:not-allowed;opacity:.55;transform:none}@keyframes post-viewer-heart-pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}20%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}45%{transform:translate(-50%,-50%) scale(.9)}70%{opacity:.95;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.25)}}.post-viewer__comment-form{align-items:center;border-top:1px solid #94a3b82e;display:flex;gap:.75rem;padding-top:.75rem}.post-viewer__comment-form.post-viewer__comment-form--stacked{align-items:stretch;flex-direction:column;gap:.75rem}.post-viewer__comment-form--stacked textarea{min-height:84px;resize:vertical;width:100%}.post-viewer__comment-submit-row{display:flex;width:100%}.post-viewer__comment-submit{align-items:center;background:linear-gradient(135deg,#60a5fae6,#0ea5e9eb);border:1px solid #94a3b859;border-radius:14px;color:#f8fafc;cursor:pointer;display:inline-flex;font-weight:600;gap:.55rem;justify-content:center;letter-spacing:.05em;padding:.8rem 1.2rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast),border var(--transition-fast);width:100%}.post-viewer__comment-submit:focus-visible:not(:disabled),.post-viewer__comment-submit:hover:not(:disabled){box-shadow:0 14px 26px #0ea5e973;transform:translateY(-2px)}.post-viewer__comment-submit:active:not(:disabled){transform:translateY(-1px)}.post-viewer__comment-submit:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:640px){.post-viewer__comment-submit{font-size:.95rem;letter-spacing:.08em;padding:.9rem 1.25rem}.post-viewer__comment-form--stacked textarea{min-height:96px}}.post-viewer__comment-form textarea{background:#0f172abf;border:1px solid #94a3b840;border-radius:12px;color:#e2e8f0f2;flex:1 1 auto;font-family:inherit;font-size:.9rem;line-height:1.4;max-height:6.5rem;min-height:2.6rem;padding:.55rem .85rem;resize:vertical;transition:border .16s ease,box-shadow .16s ease}.post-viewer__comment-form textarea:focus{border-color:#5eead473;box-shadow:0 0 0 3px #5eead42e;outline:none}.post-viewer__comment-form textarea:disabled{opacity:.6}.post-viewer__comment-form button{align-items:center;background:#0f172aa6;border:1px solid #94a3b847;border-radius:999px;color:#e2e8f0e6;cursor:pointer;display:inline-flex;gap:.45rem;padding:.55rem 1.15rem;transition:background .16s ease,color .16s ease,transform .16s ease,border .16s ease}.post-viewer__comment-form button:focus-visible,.post-viewer__comment-form button:hover{background:#5eead433;border-color:#5eead461;color:#f8fafcf5;outline:none;transform:translateY(-1px)}.post-viewer__comment-form button:disabled{cursor:not-allowed;opacity:.55;transform:none}.post-viewer__auth-hint{color:#94a3b8bf;font-size:.85rem;letter-spacing:.05em;margin:0;text-align:center}@media (max-width:960px){.post-viewer{--post-viewer-media-size:auto;border-radius:8px;height:auto;max-height:none}.post-viewer__content{display:flex;flex-direction:column}.post-viewer__floating-save{left:.9rem;margin:0;position:absolute;top:.9rem;z-index:5}.post-viewer__actions-rail{bottom:1rem;right:.75rem}.post-viewer__media{display:block;flex:0 0 auto;margin:0;position:relative}.post-viewer__carousel-stage,.post-viewer__media,.post-viewer__media-stage{aspect-ratio:1/1;height:auto;max-width:100%;width:100%}.post-viewer__carousel{height:100%}.post-viewer__sidebar{flex:0 0 auto;max-height:none;overflow:visible}.post-viewer__comments{max-height:none}}@media (max-width:640px){.post-viewer__backdrop{align-items:flex-start;overflow-y:auto;padding:clamp(.75rem,4vw,1.1rem)}.post-viewer{border-radius:0;height:auto;max-height:none;min-height:100vh;width:100%}.post-viewer__close{right:1rem;top:1rem}.post-viewer__media{align-self:stretch;aspect-ratio:1/1;border-radius:0;display:flex;flex:0 0 auto;justify-content:center;margin:0;max-width:none;width:100%}.post-viewer__carousel-stage,.post-viewer__media-stage{height:100%!important;inset:0!important;margin:0;max-width:none;max-width:none!important;position:absolute!important;width:100%}.post-viewer__media-stage{display:block!important;position:relative!important}.post-viewer__media img,.post-viewer__media video,.post-viewer__media-stage img,.post-viewer__media-stage video{height:100%!important;inset:0!important;object-fit:cover!important;object-position:center center!important;position:absolute!important;width:100%!important}.post-viewer__sidebar{overflow:visible;padding:clamp(1rem,5vw,1.4rem)}.post-viewer__author-name{font-size:.98rem}.post-viewer__author-handle{font-size:.78rem;letter-spacing:.1em}.post-viewer__title{font-size:1rem}.post-viewer__caption{font-size:.95rem;line-height:1.6}.post-viewer__stats{gap:.6rem;justify-content:center}.post-viewer__stat{justify-content:center;text-align:center;width:100%}.post-viewer__actions{flex-wrap:wrap}.post-viewer__comments{max-height:none}.post-viewer__comment-form{align-items:stretch;flex-direction:column}@media (max-width:640px){.post-viewer__carousel-stage,.post-viewer__media,.post-viewer__media-stage{align-self:stretch!important;box-sizing:border-box!important;margin:0!important;max-width:100%!important;padding:0!important;width:100%!important}.post-viewer__media{align-items:center!important;display:flex!important;justify-content:flex-start!important;padding:0!important}.post-viewer__media img,.post-viewer__media video,.post-viewer__media-stage img,.post-viewer__media-stage video{display:block!important;height:100%!important;margin:0!important;object-fit:cover!important;padding:0!important;width:100%!important}}.post-viewer__comment-form button{align-self:flex-end}}.share-post-modal__backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1300}.share-post-modal{background:#0f172a;border:1px solid #1e293b;border-radius:8px;box-shadow:0 4px 24px -2px #000000a6,inset 0 0 0 1px #ffffff05;display:flex;flex-direction:column;max-width:92vw;position:relative;width:440px;z-index:1310}.share-post-modal__header{align-items:center;border-bottom:1px solid #1e293b;display:flex;gap:12px;justify-content:space-between;padding:12px 16px 10px}.share-post-modal__title{color:#e2e8f0;font-size:16px;font-weight:600;letter-spacing:.2px;margin:0}.share-post-modal__tabs{align-self:center;background:#121c2fd1;border:1px solid #243249d9;border-radius:999px;box-shadow:0 6px 18px -12px #2563eba6;display:inline-flex;gap:4px;margin:0 auto 2px;padding:4px}.share-post-modal__tab{background:#1e293b;border:0;border-radius:999px;color:#94a3b8;cursor:pointer;font-size:13px;font-weight:500;line-height:1.1;padding:6px 14px;transition:background .18s,color .18s}.share-post-modal__tab.is-active{background:linear-gradient(90deg,#2563eb,#6366f1);color:#f1f5f9}.share-post-modal__tab:not(.is-active):hover{background:#243249;color:#cbd5e1}.share-post-modal__close{background:none;border:0;border-radius:8px;color:#64748b;cursor:pointer;font-size:16px;padding:6px}.share-post-modal__close:hover{background:#1e293b;color:#e2e8f0}.share-post-modal__body{display:flex;flex-direction:column;gap:14px;padding:16px 16px 8px}.share-post-modal__filter{align-items:center;background:#132033;border:1px solid #1e293b;border-radius:12px;color:#64748b;display:flex;font-size:14px;gap:8px;padding:6px 10px}.share-post-modal__filter input{background:#0000;border:0;color:#e2e8f0;flex:1 1;font-size:14px;outline:0;padding:4px 0}.share-post-modal__list{display:flex;flex-direction:column;gap:2px;max-height:46vh;overflow-y:auto;padding:2px 2px 4px}.share-post-modal__external{align-items:stretch;background:linear-gradient(180deg,#101c33,#0b1424);border:1px solid #1e293b;border-radius:16px;box-shadow:inset 0 0 0 1px #ffffff05;color:#cbd5e1;display:flex;flex-direction:column;gap:18px;padding:20px 18px;text-align:center}.share-post-modal__external-actions{display:flex;flex-direction:column;gap:10px}.share-post-modal__external-btn{align-items:center;background:#15243b;border:1px solid #243249;border-radius:12px;color:#e2e8f0;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:11px 16px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s}.share-post-modal__external-btn:hover{background:#1b3051;border-color:#2f3f5e;box-shadow:0 6px 18px -8px #3b82f699}.share-post-modal__external-btn:active{transform:translateY(1px)}.share-post-modal__external-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.55;transform:none}.share-post-modal__link{background:#0f172a;border:1px dashed #334155;border-radius:12px;box-shadow:inset 0 0 12px #0f172a59;color:#94a3b8;font-family:JetBrains Mono,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.5;padding:12px 14px;word-break:break-all}.share-post-modal__item{--ring:#0000;align-items:center;background:#0f172a;border:1px solid #1e293b;border-radius:14px;color:#cbd5e1;cursor:pointer;display:flex;font-size:14px;gap:10px;isolation:isolate;padding:8px 10px;position:relative;text-align:left;transition:background .18s,border-color .18s,color .18s}.share-post-modal__item:hover{background:#132033;border-color:#243249}.share-post-modal__item.is-selected{background:linear-gradient(180deg,#132033,#0f172a);border-color:#3b82f6;box-shadow:0 0 0 1.25px #1e293b,0 0 0 2.5px #3b82f6}.share-post-modal__avatar{align-items:center;background:#1e293b;border-radius:50%;box-shadow:0 0 0 1px #1e293b;color:#94a3b8;display:inline-flex;font-size:15px;font-weight:600;height:38px;justify-content:center;overflow:hidden;width:38px}.share-post-modal__avatar img{display:block;height:100%;object-fit:cover;width:100%}.share-post-modal__name{flex:1 1;font-weight:500;letter-spacing:.2px}.share-post-modal__check{color:#3b82f6;font-size:15px}.share-post-modal__status{color:#64748b;display:flex;flex-direction:column;font-size:14px;gap:10px;padding:32px 12px;text-align:center}.share-post-modal__status--error{color:#ef4444}.share-post-modal__footer{border-top:1px solid #1e293b;display:flex;padding:10px 14px 14px}.share-post-modal__send{align-items:center;background:linear-gradient(90deg,#2563eb,#6366f1);border:0;border-radius:14px;box-shadow:0 2px 8px -1px #00000080,0 4px 12px -2px #2563eb59;color:#f1f5f9;cursor:pointer;display:inline-flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 18px;transition:filter .2s,transform .2s}.share-post-modal__send:disabled{box-shadow:none;cursor:not-allowed;filter:grayscale(.6) brightness(.7)}.share-post-modal__send:not(:disabled):active{transform:translateY(2px)}.dark .share-post-modal{background:#0f172a}@media (max-width:560px){.share-post-modal{margin:0 12px;max-width:100%;width:100%}.share-post-modal__list{max-height:52vh}}@media (min-width:520px){.share-post-modal__external-actions{flex-direction:row}.share-post-modal__external-btn{flex:1 1}}.create-post-modal{--fg-modal-width:520px;--fg-modal-radius:24px;--fg-modal-max-height:92vh;border:1px solid #94a3b840;box-shadow:0 32px 60px #0f172a73;color:#e2e8f0f2}.create-post-modal__backdrop{z-index:99999!important}.fg-modal.create-post-modal{max-height:92vh;max-width:min(520px,calc(100vw - 32px));max-width:min(var(--fg-modal-width,520px),calc(100vw - 32px));min-width:min(520px,calc(100vw - 32px));min-width:min(var(--fg-modal-width,520px),calc(100vw - 32px));width:min(520px,calc(100vw - 32px));width:min(var(--fg-modal-width,520px),calc(100vw - 32px));z-index:100000!important}.create-post-modal__header{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;gap:1rem;justify-content:space-between;padding:20px 28px}.create-post-modal__header h2{font-size:1.25rem;font-weight:600;letter-spacing:.04em;margin:0;text-transform:none}.create-post-modal__form{grid-gap:1.25rem;display:grid;gap:1.25rem}.create-post-modal__media-wrapper{width:100%}.create-post-modal__fields{grid-gap:1rem;display:grid;gap:1rem}.create-post-modal__file{align-items:center;aspect-ratio:1/1;background:#1e293b8c;border:1px dashed #94a3b866;border-radius:0;cursor:pointer;display:flex;justify-content:center;overflow:hidden;position:relative;transition:border-color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast);width:100%}.create-post-modal__file[aria-hidden=true]{cursor:default}.create-post-modal__file.is-addable{cursor:pointer}.create-post-modal__file.is-addable:focus{outline:3px solid #93c5fd40;outline-offset:2px}.create-post-modal__nav{align-items:center;background:#0f172a99;border:1px solid #94a3b824;border-radius:999px;color:#e2e8f0f2;cursor:pointer;display:inline-flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:44px;z-index:3}.create-post-modal__nav:hover{background:#0f172abf;transform:translateY(-52%)}.create-post-modal__nav:focus{outline:3px solid #93c5fd40}.create-post-modal__nav--left{left:8px}.create-post-modal__nav--right{right:8px}.create-post-modal__trash{align-items:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;height:36px;justify-content:center;position:absolute;right:8px;top:8px;width:36px;z-index:4}.create-post-modal__trash:hover{background:#ffffff1f;transform:translateY(-2px)}.create-post-modal__file:hover{background:#1e293ba6;border-color:#a855f7a6;transform:translateY(-2px)}.create-post-modal__file input{cursor:pointer;inset:0;opacity:0;position:absolute}.create-post-modal__placeholder{grid-gap:.5rem;color:#e2e8f0bf;display:grid;font-size:.95rem;gap:.5rem;padding:1rem;place-items:center;text-align:center}.create-post-modal__placeholder svg{color:#93c5fde6;font-size:2rem}.create-post-modal__placeholder small{color:#94a3b8b3;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.create-post-modal__preview{border-radius:0;box-shadow:none;height:100%;object-fit:cover;width:100%}.create-post-modal__file-info{align-items:center;display:flex;gap:.9rem;justify-content:center}.create-post-modal__file-info svg{color:#93c5fde6;font-size:2rem}.create-post-modal__file-name{font-weight:600;letter-spacing:.03em}.create-post-modal__file-meta{color:#94a3b8b3;display:block;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.create-post-modal__label{grid-gap:.35rem;color:#94a3b8bf;display:grid;font-size:.85rem;gap:.35rem;letter-spacing:.08em;text-transform:uppercase}.create-post-modal__char-counter{font-feature-settings:"tnum";color:#94a3b8b3;font-size:.75rem;font-variant-numeric:tabular-nums;margin-left:.5rem}.create-post-modal__char-counter.is-warning{color:#facc15f2}.create-post-modal__char-counter.is-full{color:#f87171f2}.create-post-modal__label-row{align-items:center;display:flex;justify-content:space-between}.create-post-modal__label-text{flex:1 1 auto}.create-post-modal__label input,.create-post-modal__label textarea{background:#1e293b8c;border:1px solid #94a3b84d;border-radius:14px;color:#e2e8f0eb;font-size:.95rem;padding:.85rem 1rem;resize:vertical;transition:border var(--transition-fast),box-shadow var(--transition-fast);width:100%}.create-post-modal__label--tags{gap:.5rem}.create-post-modal__tag-input-wrapper{align-items:center;background:#1e293b8c;border:1px solid #94a3b84d;border-radius:14px;display:flex;flex-wrap:wrap;gap:.4rem;min-height:48px;padding:.5rem .6rem;transition:border var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.create-post-modal__tag-input-wrapper:focus-within{border-color:#a855f7a6;box-shadow:0 0 0 2px #93c5fd40}.create-post-modal__tag-input-wrapper.has-error{border-color:#f87171bf;box-shadow:0 0 0 2px #f8717140}.create-post-modal__tag{align-items:center;background:#93c5fd29;border-radius:999px;color:#e2e8f0f2;display:inline-flex;font-size:.8rem;gap:.3rem;letter-spacing:.04em;padding:.35rem .7rem .35rem .65rem}.create-post-modal__tag-label{font-weight:500}.create-post-modal__tag-remove{align-items:center;background:#0f172a66;border:none;border-radius:999px;color:#e2e8f0f2;cursor:pointer;display:inline-flex;height:22px;justify-content:center;transition:background var(--transition-fast),transform var(--transition-fast);width:22px}.create-post-modal__tag-remove:hover:not(:disabled){background:#0f172aa6;transform:translateY(-1px)}.create-post-modal__tag-remove:disabled{cursor:not-allowed;opacity:.6}.create-post-modal__tag-input-wrapper input{background:#0000;border:none;color:inherit;flex:1 1 120px;font-size:.95rem;min-width:120px;padding:.3rem .4rem}.create-post-modal__tag-input-wrapper input:focus{outline:none}.create-post-modal__tag-input-wrapper input::placeholder{color:#94a3b8a6;letter-spacing:.02em;text-transform:none}.create-post-modal__tag-hint{color:#94a3b8b3;font-size:.75rem;letter-spacing:.04em}.create-post-modal__tag-hint.is-error{color:#f87171f2}.create-post-modal__label input:focus,.create-post-modal__label textarea:focus{border-color:#a855f7a6;box-shadow:0 0 0 2px #93c5fd40;outline:none}.create-post-modal__error{background:#f871711f;border-radius:14px;color:#f87171f2;font-size:.85rem;letter-spacing:.04em;margin:0;padding:.75rem 1rem}.create-post-modal__actions{align-items:stretch;border-top:1px solid #94a3b829;display:flex;flex-direction:column;gap:.85rem;justify-content:center;margin:.75rem auto 0;max-width:100%;padding-top:1rem;text-align:center;width:100%}.create-post-modal__danger{display:flex;justify-content:center;margin-top:.5rem}.create-post-modal__primary,.create-post-modal__secondary{align-items:center;border:1px solid #0000;border-radius:14px;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.6rem;justify-content:center;letter-spacing:.14em;padding:.75rem 1.6rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast);width:100%}.create-post-modal__secondary{background:#0000;border-color:#94a3b847;color:#e2e8f0bf}.create-post-modal__secondary:hover:not(:disabled){border-color:#94a3b873;color:#e2e8f0f2}.create-post-modal__primary{background:linear-gradient(135deg,#a855f7d9,#38bdf8bf);box-shadow:0 18px 36px #0f172a73;color:var(--color-text)}.create-post-modal__primary:hover:not(:disabled){box-shadow:0 22px 44px #0f172a8c;transform:translateY(-2px)}.create-post-modal__primary:disabled,.create-post-modal__secondary:disabled{box-shadow:none;cursor:not-allowed;opacity:.65;transform:none}.create-post-modal__delete{align-items:center;background:#f8717114;border:1px solid #f8717159;border-radius:14px;color:#f87171fa;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.6rem;justify-content:center;letter-spacing:.14em;padding:.75rem 1.6rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast);width:100%}.create-post-modal__delete:hover:not(:disabled){background:#f8717124;border-color:#f87171a6;transform:translateY(-1px)}.create-post-modal__delete.is-confirm{background:#f8717138;border-color:#f87171d9}.create-post-modal__delete:disabled{cursor:not-allowed;opacity:.6}@media (max-width:640px){.create-post-modal__file{aspect-ratio:1/1}.create-post-modal__actions{gap:.65rem;padding-top:.85rem}}.create-post-modal__multi-indicator{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:14px;color:#fff;font-size:12px;font-weight:600;letter-spacing:.05em;padding:2px 7px;pointer-events:none;position:absolute;right:10px;top:8px}.create-post-modal__slots{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,1fr);margin-top:10px}.create-post-modal__slot{background:#ffffff08;border:1px dashed #94a3b81f;display:block;overflow:hidden;padding-top:100%;position:relative;width:100%}.create-post-modal__slot.is-drag-over{border-color:#6366f1e6;box-shadow:0 8px 24px #6366f114}.create-post-modal__slot.is-dragging{opacity:.6}.create-post-modal__slot img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.create-post-modal__slot-inner{background:#0000;border:none;cursor:pointer;inset:0;margin:0;padding:0;position:absolute}.create-post-modal__slot-add{align-items:center;background:#0f172abf;border:1px solid #94a3b82e;border-radius:10px;color:#e2e8f0f2;cursor:pointer;display:inline-flex;height:40px;justify-content:center;left:50%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px;z-index:2}.create-post-modal__slot-add svg{height:18px;width:18px}.create-post-modal__slot-add:hover{transform:translate(-50%,-54%)}.create-post-modal__slot-empty{align-items:center;background:linear-gradient(180deg,#ffffff05,#ffffff03);display:flex;inset:0;justify-content:center;position:absolute}.create-post-modal__slot.is-filled{border-color:#a855f7d9;box-shadow:0 6px 18px #0f172a59}.create-post-modal__slot.is-active{border-color:#a855f7f2;outline:3px solid #a855f7e6;outline-offset:2px}.create-post-modal__slot:focus-visible{outline:3px solid #93c5fd8c;outline-offset:2px}.report-modal__backdrop{align-items:center;display:flex;justify-content:center;padding:2.4rem 1.6rem;z-index:1200}.report-modal{max-height:calc(100vh - 3.2rem);overflow:hidden;width:min(480px,100%)}.report-modal__header{align-items:center;display:flex;justify-content:space-between;padding:1.2rem 1.5rem .6rem}.report-modal__title{font-size:1.35rem;font-weight:600;margin:0}.report-modal__close{align-items:center;background:none;border:0;border-radius:999px;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;padding:.4rem}.report-modal__close:focus,.report-modal__close:hover{background:#ffffff14;outline:none}.report-modal__body{overflow-y:auto;padding:0 1.5rem 1.5rem}.report-modal__intro{color:#ffffffd1;font-size:.95rem;line-height:1.5;margin:0 0 1rem}.report-modal__form{display:flex;flex-direction:column;gap:1.2rem}.report-modal__reason-list{grid-gap:.6rem;display:grid;gap:.6rem}.report-modal__reason{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:.75rem;cursor:pointer;display:flex;gap:.75rem;padding:.65rem .85rem;transition:border-color .2s ease,background .2s ease}.report-modal__reason:focus-within,.report-modal__reason:hover{background:#ffffff14;border-color:#ffffff3d}.report-modal__reason input[type=radio]{accent-color:#ff5e8b;height:1rem;width:1rem}.report-modal__reason span{font-size:.95rem}.report-modal__details{display:flex;flex-direction:column;gap:.4rem}.report-modal__details label{color:#ffffff9e;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase}.report-modal__details textarea{background:#060a14b8;border:1px solid #ffffff1f;border-radius:.75rem;color:inherit;font:inherit;min-height:110px;padding:.75rem .85rem;resize:vertical;width:100%}.report-modal__details textarea:focus{border-color:#ffffff52;box-shadow:0 0 0 2px #ffffff1f;outline:none}.report-modal__footer{display:flex;gap:.75rem;justify-content:flex-end;padding:0 1.5rem 1.5rem}.report-modal__footer button{border:none;border-radius:999px;cursor:pointer;font-weight:600;min-width:120px;padding:.65rem 1rem;transition:transform .18s ease,box-shadow .18s ease}.report-modal__footer button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.report-modal__cancel{background:#ffffff14;color:inherit}.report-modal__cancel:focus,.report-modal__cancel:hover{box-shadow:0 6px 16px #00000038;transform:translateY(-1px)}.report-modal__submit{background:linear-gradient(120deg,#ff5e8b,#8c5cff);color:#fff}.report-modal__submit:focus,.report-modal__submit:hover{box-shadow:0 10px 24px #8c5cff59;transform:translateY(-1px)}.report-modal__error{color:#ff8a9f;font-size:.88rem;margin:0}.report-modal__success{color:#74f7c3;font-size:.88rem;margin:0}@media (max-width:520px){.report-modal__backdrop{padding:1.5rem 1rem}.report-modal{width:100%}}.feed-page{align-items:flex-start;display:flex;justify-content:center;padding:1rem 0}.feed-container{grid-gap:clamp(1.5rem,4vw,2.5rem);display:grid;gap:clamp(1.5rem,4vw,2.5rem);margin:0 auto 5rem}.feed-status{grid-gap:.75rem;background:#0f172aad;border:1px solid #94a3b840;border-radius:22px;box-shadow:0 20px 30px #0f172a59;color:#e2e8f0e6;display:grid;gap:.75rem;justify-items:center;padding:clamp(1.5rem,4vw,2.2rem);text-align:center}.feed-status svg{font-size:1.4rem}.feed-status--error{border-color:#f8717166;color:#fecacaf2}.feed-retry-btn{background:linear-gradient(135deg,#f8717147,#ef444452);border:1px solid #f87171a6;border-radius:16px;color:#fef2f2f2;cursor:pointer;font-size:.85rem;letter-spacing:.16em;margin-top:.25rem;padding:.75rem 1.45rem;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,border .2s ease,background .2s ease;transition:transform var(--transition-fast,.2s ease),box-shadow var(--transition-fast,.2s ease),border var(--transition-fast,.2s ease),background var(--transition-fast,.2s ease)}.feed-retry-btn:hover{background:linear-gradient(135deg,#f8717161,#ef44447a);border-color:#f87171d9;box-shadow:0 18px 30px #ef444459;transform:translateY(-2px)}.feed-retry-btn:active{box-shadow:0 12px 18px #ef444438;transform:translateY(-1px)}.feed-retry-btn:focus-visible{border-color:#f87171f2;box-shadow:0 0 0 3px #f8717159;outline:none}.feed-list{grid-gap:clamp(1.5rem,4vw,2.5rem);display:grid;gap:clamp(1.5rem,4vw,2.5rem);list-style:none;margin:0;padding:0}.feed-list__item{width:100%}.feed-card{grid-gap:1.1rem;background:#0f172a1a;border:1px solid #94a3b82e;box-shadow:0 24px 36px #0f172a73;display:grid;gap:1.1rem;padding:clamp(1.25rem,4vw,1.75rem);position:relative;transition:border-color .18s ease,box-shadow .22s ease,background .22s ease}.feed-card--boosted{background:linear-gradient(155deg,#f472b61f,#0f172a14);border-color:#f472b699;box-shadow:0 24px 36px #0f172a73,0 18px 46px #f472b640}.feed-card__header{align-items:center;display:flex;gap:1rem}.feed-card__avatar-button{background:none;border:none;border-radius:50%;cursor:pointer;padding:0}.feed-card__avatar-button:focus-visible{outline:2px solid #5eead4a6;outline-offset:2px}.feed-card__author-button{background:none;border:none;cursor:pointer;margin:0;padding:0;text-align:left}.feed-card__author-button:focus-visible{border-radius:6px;outline:2px solid #5eead4a6;outline-offset:2px}.feed-card__avatar{background:#1e293bcc;border:1px solid #94a3b859;border-radius:50%;color:#94a3b8f2;display:grid;font-size:1.25rem;font-weight:700;height:54px;overflow:hidden;place-items:center;width:54px}.feed-card__avatar--image img{display:block;height:100%;object-fit:cover;width:100%}.feed-card__meta{grid-gap:.15rem;display:grid;gap:.15rem}.feed-card__author{color:#e2e8f0f2;font-size:1.05rem;font-weight:600;margin:0}.feed-card__username{align-items:center;color:#94a3b8d9;display:flex;font-size:.95rem;gap:.35rem;margin:0}.feed-card__dot{font-size:.75rem}.feed-card__media-button{background:none;border:none;cursor:pointer;margin-left:calc(clamp(1.25rem, 4vw, 1.75rem)*-1);overflow:hidden;padding:0;position:relative;width:calc(100% + clamp(1.25rem, 4vw, 1.75rem)*2)}.feed-card__media-button:focus-visible{outline:2px solid #5eead4a6;outline-offset:3px}.feed-card__media{align-items:center;aspect-ratio:1/1;background:#1e293bcc;border-radius:inherit;display:flex;justify-content:center;overflow:hidden}.feed-card__media--error{background:linear-gradient(135deg,#0f172aeb,#1e40af8c);border:1px dashed #94a3b873}.feed-card__media-fallback{align-items:center;color:#e2e8f0d9;display:flex;flex-direction:column;font-size:.95rem;gap:.65rem;justify-content:center;padding:1.5rem;text-align:center}.feed-card__media-fallback>svg{color:#93c5fde6;font-size:1.75rem}.feed-card__media-refresh{color:#bfdbfee6;font-size:1.35rem}.feed-card__media img,.feed-card__media video{display:block;height:100%;object-fit:cover;width:100%}.feed-card__footer{grid-gap:.65rem;display:grid;gap:.65rem}.feed-card__stats{align-items:center;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);background:linear-gradient(135deg,#ffffff14,#ffffff05);border:1px solid #ffffff1f;border-radius:8px;box-shadow:0 12px 28px -8px #0f172a8c,0 4px 8px -2px #0f172a66;color:#e2e8f0e6;display:flex;font-size:.95rem;gap:.5rem;justify-content:center;margin:.25rem 0 .4rem;padding:.25rem 1rem;position:relative;width:100%}@media (max-width:640px){.feed-card__stats{border-radius:16px;font-size:.9rem}}.feed-card__stat svg{opacity:.85}.feed-card__stat{align-items:center;display:inline-flex;gap:.4rem}.feed-card__stat--button{background:#0000;border:1px solid #0000;border-radius:12px;color:inherit;cursor:pointer;font:inherit;padding:.45rem .75rem;transition:background .16s ease,transform .16s ease,border-color .16s ease,color .16s ease}.feed-card__stat--button:focus-visible:not(:disabled),.feed-card__stat--button:hover:not(:disabled){background:#94a3b829;border-color:#94a3b859;transform:translateY(-2px)}.feed-card__stat--button:active:not(:disabled){transform:translateY(-1px)}.feed-card__stat--button:disabled{cursor:not-allowed;opacity:.6;transform:none}.feed-card__stat--liked.feed-card__stat--button{color:#f87171eb}.feed-card__stat--saved.feed-card__stat--button{background:#facc1529;border-color:#facc1559;color:#facc15eb}.feed-card__stat svg{font-size:1rem}.feed-card__stat--liked{color:#f87171eb}.feed-card__caption{color:#cbd5e1eb;font-size:.9rem;line-height:1.5;margin:0}.feed-card__title{color:#e2e8f0f7;font-size:1rem;font-weight:600;line-height:1.4;margin:0}.feed-card__tags{display:none!important}.feed-card__tag{background:#3b82f629;border-radius:999px;color:#bfdbfef2;font-size:.75rem;letter-spacing:.08em;padding:.3rem .65rem}@media (max-width:768px){.feed-card__avatar{height:48px;width:48px}}.feed-card__media-button .feed-card__media-spinner{background:#0f172a70;display:grid;inset:0;opacity:1;place-items:center;pointer-events:none;position:absolute;transition:opacity .24s ease,visibility .24s ease;z-index:3}.feed-card__like-burst{color:#f87171eb;filter:drop-shadow(0 12px 22px rgba(244,114,182,.35));font-size:clamp(3rem,26vw,5rem);left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.45);transition:opacity .12s ease,transform .12s ease;z-index:5}.feed-card__like-burst.is-active{animation:post-viewer-heart-pop .9s cubic-bezier(.18,.89,.32,1.28);opacity:1;transform:translate(-50%,-50%) scale(1)}.feed-card__media-button.is-loading .feed-card__media-spinner{opacity:1;visibility:visible}.feed-card__media-button.is-loaded .feed-card__media-spinner{opacity:0;visibility:hidden}.feed-card__media .media--hidden{opacity:0;transform:scale(1.02);transition:opacity .32s ease,transform .32s ease}.feed-card__media .media--visible{opacity:1;transform:scale(1);transition:opacity .32s ease,transform .32s ease}.feed-card__media-button.is-loading .feed-card__media img,.feed-card__media-button.is-loading .feed-card__media video{filter:blur(3px) brightness(.92)}.feed-card__media-button .post-viewer__carousel-indicator--feed{bottom:clamp(.75rem,2vw,1rem);pointer-events:none;z-index:6}.feed-card__media-button .post-viewer__carousel-indicator--feed .post-viewer__carousel-indicator-dot{pointer-events:none}.feed-card__media-spinner:before{animation:feed-spin 1s linear infinite;border:3px solid #ffffff1f;border-radius:50%;border-top-color:#ffffffeb;box-sizing:border-box;content:"";height:34px;width:34px}@keyframes feed-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-gallery{background:rgba(53,61,80,.137);display:flex;flex-direction:column;gap:clamp(1rem,3vw,1.6rem);margin-bottom:5.5rem;overflow:hidden;position:relative}@media (max-width:720px){.profile-gallery{margin-bottom:1.5rem}}@media (max-width:520px){.profile-gallery{margin-bottom:1rem}}.profile-gallery:before{background:radial-gradient(circle,#a855f72e,#0000 65%);content:"";height:60%;inset:-30% -40% auto -40%;opacity:.55;pointer-events:none;position:absolute}.profile-gallery__header{align-items:flex-start;display:flex;gap:clamp(.75rem,2vw,1.5rem);justify-content:space-between;position:relative;z-index:1}.profile-gallery__header>div{display:flex;flex-direction:column;gap:.25rem}.profile-gallery__title{color:#f8fafceb;font-size:clamp(1rem,2.6vw,1.3rem);letter-spacing:.1em;margin:0;text-transform:uppercase}.profile-gallery__subtitle{color:#e2e8f0b3;font-size:.9rem;letter-spacing:.05em;margin:0}.profile-gallery__count{align-items:center;background:#1e293b8c;border:1px solid #94a3b859;border-radius:999px;box-shadow:0 12px 24px #0f172a59;color:#e2e8f0e0;display:inline-flex;font-size:.82rem;justify-content:center;letter-spacing:.12em;padding:.4rem .85rem;text-transform:uppercase}.profile-gallery__body{position:relative;width:100%;z-index:1}.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:0}.profile-grid__item{aspect-ratio:1;background:#1e293ba6;box-shadow:0 14px 28px #0f172a40;overflow:hidden;position:relative}.profile-grid__item--draggable{touch-action:none}.profile-grid__item.is-selected:after,.profile-grid__item.is-touch-selected:after{border:2px solid #38bdf8d9;border-radius:8px;box-shadow:0 0 0 3px #38bdf847,0 16px 32px #38bdf847;content:"";inset:0;pointer-events:none;position:absolute}.profile-grid__item.is-selected .profile-grid__media img,.profile-grid__item.is-selected .profile-grid__media video,.profile-grid__item.is-touch-selected .profile-grid__media img,.profile-grid__item.is-touch-selected .profile-grid__media video{transform:translateZ(0) scale(1.04)}.profile-grid__item-toolbar{display:flex;gap:.4rem;pointer-events:none;position:absolute;right:.65rem;top:.65rem;z-index:3}.profile-grid__item-toolbar>*{pointer-events:auto}.profile-grid__button{all:unset;cursor:pointer;display:block;height:100%;position:relative;width:100%}.profile-grid__button:disabled{cursor:default;opacity:.75}.profile-grid__button:focus-visible{border-radius:14px;outline:3px solid #a78bfaa6;outline-offset:4px}.profile-grid__media{align-items:stretch;background:#0f172aa6;display:flex;inset:0;justify-content:center;position:absolute}.profile-grid__media img,.profile-grid__media video{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;object-fit:cover;transform:translateZ(0);transition:transform var(--transition-medium);width:100%;will-change:transform}.profile-grid__media img{animation:profile-gallery-fade-in .32s ease forwards;animation-delay:60ms;opacity:0}.profile-grid__media video{animation:profile-gallery-fade-in .32s ease forwards;animation-delay:.12s;opacity:0}.profile-grid__media video[poster]{animation-delay:60ms}.profile-grid__media video{background:#0f172a99;display:block}.profile-grid__media video::-webkit-media-controls{display:none!important}.profile-grid__media-fallback{background:#0f172aa6;color:#e2e8f0d1;height:100%;letter-spacing:.04em;padding:1rem;width:100%}.profile-grid__media-fallback,.profile-grid__overlay{align-items:center;display:flex;font-weight:600;justify-content:center;text-align:center}.profile-grid__overlay{background:#0f172a8c;color:#e2e8f0eb;flex-direction:column;gap:.35rem;inset:0;letter-spacing:.06em;opacity:0;padding:.75rem;pointer-events:none;position:absolute;text-transform:uppercase;transition:opacity var(--transition-medium);will-change:opacity}@keyframes profile-gallery-fade-in{0%{opacity:0}to{opacity:1}}.profile-grid__overlay-title{display:block;font-size:.78rem;line-height:1.25}@media (hover:hover) and (pointer:fine){.profile-grid__item--content:hover img,.profile-grid__item--content:hover video{transform:translateZ(0) scale(1.05)}.profile-grid__item--content:hover .profile-grid__overlay{opacity:1}}.profile-grid__button:focus-visible .profile-grid__media img,.profile-grid__button:focus-visible .profile-grid__media video{transform:translateZ(0) scale(1.04)}.profile-grid__button:focus-visible .profile-grid__overlay{opacity:1}.profile-grid__item--locked .profile-grid__media img,.profile-grid__item--locked .profile-grid__media video{filter:saturate(.35) brightness(.85);opacity:.6}.profile-grid__item--locked .profile-grid__button{cursor:not-allowed}.profile-grid__overlay--locked{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(180deg,#0f172ad1,#0f172ae6);opacity:1}.profile-grid__overlay-locked{align-items:center;display:flex;flex-direction:column;font-size:.8rem;gap:.45rem;letter-spacing:.03em;text-align:center;text-transform:none}.profile-grid__overlay-locked-icon{align-items:center;background:linear-gradient(135deg,#f472b666,#a855f773);border-radius:50%;box-shadow:0 12px 24px #a855f759;color:#f8fafceb;display:inline-flex;font-size:1.2rem;height:2.4rem;justify-content:center;width:2.4rem}.profile-grid__overlay-locked-title{color:#f8fafce0;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase}.profile-grid__overlay-locked-caption{color:#e2e8f0bf;font-size:.72rem;letter-spacing:.04em;line-height:1.35}.profile-grid__overlay-stats--dim{opacity:.55}.profile-grid__overlay-stats{align-items:center;display:inline-flex;font-size:.8rem;gap:.75rem;justify-content:center;letter-spacing:.04em}.profile-grid__overlay-stat{align-items:center;display:inline-flex;gap:.35rem}.profile-grid__overlay-stat svg{font-size:.9rem}.profile-grid__overlay-stat-plane{font-size:.85rem;opacity:.85}.profile-grid__item--placeholder{align-items:center;background:#0f172a59;border:1px dashed #94a3b847;box-shadow:none;color:#e2e8f073;display:flex;font-size:.85rem;justify-content:center;letter-spacing:.08em;padding:1rem;text-align:center;text-transform:uppercase}.profile-grid__item--placeholder-has-copy{border-color:#94a3b873;color:#e2e8f09e;font-size:.9rem;line-height:1.4;padding:clamp(1.5rem,4vw,2.25rem)}.profile-grid__placeholder-copy{align-items:center;display:flex;flex-direction:column;gap:.65rem;justify-content:center;max-width:100%}.profile-grid__placeholder-icon{color:#e2e8f08c;font-size:clamp(2rem,5vw,2.8rem);line-height:1;text-transform:none}.profile-grid__placeholder-title{color:#e2e8f0b8;font-size:clamp(.95rem,2.8vw,1.1rem);letter-spacing:.12em;margin:0;text-transform:uppercase}@media (max-width:720px){.profile-grid__item--placeholder{font-size:.75rem;letter-spacing:.06em;padding:.75rem}.profile-grid__item--placeholder-has-copy{font-size:.82rem;line-height:1.35;padding:clamp(1rem,6vw,1.4rem)}.profile-grid__placeholder-copy{gap:.5rem}.profile-grid__placeholder-icon{font-size:clamp(1.8rem,8vw,2.2rem)}.profile-grid__placeholder-title{font-size:clamp(.7rem,3.2vw,.8rem);letter-spacing:.1em}}@media (max-width:520px){.profile-grid__item--placeholder{font-size:.7rem;padding:.65rem}.profile-grid__item--placeholder-has-copy{font-size:.78rem;padding:.9rem}.profile-grid__placeholder-icon{font-size:clamp(1.6rem,12vw,1.95rem)}}.edit-profile-modal{--fg-modal-width:560px;--fg-modal-radius:24px;border:1px solid #94a3b847;box-shadow:0 32px 60px #0f172a73;color:#e2e8f0f2}.edit-profile-modal__header{gap:1rem}.edit-profile-modal__header h2{font-size:1.3rem;letter-spacing:.08em;margin:0;text-transform:uppercase}.edit-profile-modal__form{grid-gap:1.25rem;display:grid;gap:1.25rem}.edit-profile-modal__avatar-row{align-items:center;display:flex;gap:1.25rem;justify-content:center}.edit-profile-modal__avatar{align-items:center;background:linear-gradient(135deg,#a855f7a6,#38bdf8a6);border-radius:50%;display:flex;font-size:2rem;font-weight:700;height:96px;justify-content:center;overflow:hidden;position:relative;width:96px}.edit-profile-modal__avatar img{height:100%;object-fit:cover;width:100%}.edit-profile-modal__avatar-actions{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem}.edit-profile-modal__avatar-button{align-items:center;background:#1e293b8c;border:1px solid #94a3b859;border-radius:14px;color:#e2e8f0eb;cursor:pointer;display:inline-flex;font-size:.8rem;gap:.5rem;letter-spacing:.12em;padding:.55rem 1rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast)}.edit-profile-modal__avatar-button--remove{background:#ef44441f;border-color:#ef444473;color:#ef4444eb}.edit-profile-modal__avatar-button--remove:hover{background:#ef444438;border-color:#ef4444a6}.edit-profile-modal__avatar-input{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.edit-profile-modal__avatar-filename{color:#94a3b8b3;font-size:.65rem;margin:0;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-profile-modal__field{grid-gap:.45rem;color:#94a3b8bf;display:grid;font-size:.85rem;gap:.45rem;letter-spacing:.08em;text-transform:uppercase}.edit-profile-modal__field input,.edit-profile-modal__field textarea{background:#1e293b8c;border:1px solid #94a3b84d;border-radius:14px;color:#e2e8f0eb;font-size:.95rem;padding:.85rem 1rem;resize:vertical;transition:border var(--transition-fast),box-shadow var(--transition-fast);width:100%}.edit-profile-modal__field input:focus,.edit-profile-modal__field textarea:focus{border-color:#a855f7a6;box-shadow:0 0 0 2px #93c5fd40;outline:none}.edit-profile-modal__error{background:#f871711f;border-radius:14px;color:#f87171f2;font-size:.85rem;letter-spacing:.04em;margin:0;padding:.75rem 1rem}.edit-profile-modal__actions{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-top:.5rem;width:100%}.edit-profile-modal__primary,.edit-profile-modal__secondary{align-items:center;border:1px solid #0000;border-radius:14px;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.6rem;justify-content:center;letter-spacing:.14em;padding:.75rem 1.6rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast);width:100%}.edit-profile-modal__secondary{background:#0000;border-color:#94a3b840;color:#e2e8f0bf}.edit-profile-modal__secondary:hover{border-color:#94a3b873;color:#e2e8f0eb}.edit-profile-modal__primary{background:linear-gradient(135deg,#a855f7d9,#38bdf8bf);box-shadow:0 16px 32px #0f172a73;color:var(--color-text)}.edit-profile-modal__primary:hover:not(:disabled){transform:translateY(-2px)}.edit-profile-modal__primary:disabled,.edit-profile-modal__secondary:disabled{cursor:not-allowed;opacity:.65;transform:none}@media (max-width:640px){.edit-profile-modal__avatar-row{align-items:flex-start;flex-direction:row}.edit-profile-modal__actions{align-items:stretch;flex-direction:column-reverse}.edit-profile-modal__primary,.edit-profile-modal__secondary{justify-content:center;width:100%}}.follow-modal{--fg-modal-width:clamp(320px,60vw,520px);--fg-modal-max-height:clamp(460px,80vh,680px);--fg-modal-min-height:clamp(360px,56vh,520px);--follow-modal-border:#94a3b838;--follow-modal-surface:#0f172ac7;--follow-modal-surface-alt:#1e293bb8;display:flex;flex-direction:column}.follow-modal__backdrop{padding:clamp(1.2rem,5vw,2.2rem)}.follow-modal__header{align-items:center;gap:1rem}.follow-modal__title-group{align-items:center;display:inline-flex;gap:.85rem}.follow-modal__title-icon{align-items:center;background:#ffffff0f;border:1px solid #94a3b840;border-radius:14px;box-shadow:inset 0 0 0 1px #ffffff0d;color:#f1f5f9eb;display:inline-flex;font-size:1.1rem;height:44px;justify-content:center;width:44px}.follow-modal__title{font-size:1.35rem;font-weight:600;letter-spacing:-.01em;margin:0}.follow-modal__subtitle{color:#94a3b8b3;font-size:.85rem;letter-spacing:.08em;margin:.1rem 0 0;text-transform:uppercase}.follow-modal__body{background:linear-gradient(156deg,var(--follow-modal-surface),var(--follow-modal-surface-alt));border-bottom:1px solid #94a3b82e;border-top:1px solid #94a3b82e;display:flex;flex-direction:column;gap:.95rem;overflow-y:auto;padding:clamp(1rem,4vw,1.4rem) clamp(1.1rem,4vw,1.6rem) clamp(1.3rem,5vw,1.8rem)}.follow-modal__search{align-items:center;background:#0f172ab8;border:1px solid #94a3b847;border-radius:14px;box-shadow:inset 0 0 0 1px #ffffff0a;display:flex;gap:.65rem;padding:.65rem .85rem;transition:border .2s ease,box-shadow .2s ease,transform .2s ease;transition:border var(--transition-fast,.2s ease),box-shadow var(--transition-fast,.2s ease),transform var(--transition-fast,.2s ease)}.follow-modal__search svg{color:#94a3b8b3;font-size:.95rem}.follow-modal__search input{background:#0000;border:none;color:#f1f5f9f2;flex:1 1;font-size:.95rem;min-width:0;outline:none}.follow-modal__search input::placeholder{color:#94a3b8a6}.follow-modal__search:focus-within{border-color:#94a3b88c;box-shadow:0 14px 28px #0f172a66;transform:translateY(-1px)}.follow-modal__search input:disabled{cursor:not-allowed;opacity:.65}.follow-modal__list{display:flex;flex-direction:column;gap:.65rem;list-style:none;margin:0;padding:0}.follow-modal__entry{align-items:center;background:#0f172aad;border:1px solid var(--follow-modal-border);border-radius:16px;color:inherit;cursor:pointer;display:flex;gap:.85rem;padding:.85rem 1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border .2s ease;transition:transform var(--transition-fast,.2s ease),box-shadow var(--transition-fast,.2s ease),border var(--transition-fast,.2s ease)}.follow-modal__entry:focus-visible,.follow-modal__entry:hover{border-color:#94a3b866;box-shadow:0 18px 36px #0f172a73;outline:none;transform:translateY(-2px)}.follow-modal__avatar{align-items:center;background:linear-gradient(135deg,#38bdf840,#a855f747);border-radius:18px;color:#f1f5f9f2;display:inline-flex;font-weight:600;height:52px;justify-content:center;letter-spacing:-.02em;overflow:hidden;width:52px}.follow-modal__avatar img{height:100%;object-fit:cover;width:100%}.follow-modal__info{display:flex;flex-direction:column;gap:.25rem}.follow-modal__name{color:#f8fafcfa;font-weight:600;letter-spacing:-.01em}.follow-modal__handle{color:#94a3b8b8;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.follow-modal__timestamp{color:#94a3b8a6;font-size:.78rem}.follow-modal__badge{align-items:center;background:linear-gradient(135deg,#38bdf838,#a855f738);border:1px solid #94a3b852;border-radius:999px;color:#f8fafcf5;display:inline-flex;font-size:.72rem;justify-content:center;letter-spacing:.1em;margin-left:auto;min-width:72px;padding:.25rem .65rem;text-transform:uppercase}.follow-modal__status{background:#0f172aa6;border:1px solid #94a3b840;border-radius:16px;color:#e2e8f0e0;font-size:.95rem;padding:1.1rem 1.2rem;text-align:center}.follow-modal__status--error{background:#b91c1c1f;border-color:#f8717173;color:#f87171f2}.follow-modal__skeleton-list{grid-gap:.65rem;display:grid;gap:.65rem;list-style:none;margin:0;padding:0}.follow-modal__skeleton-item{align-items:center;background:#0f172a85;border:1px solid #94a3b82e;border-radius:16px;display:flex;gap:.85rem;padding:.85rem 1rem}.follow-modal__skeleton-avatar,.follow-modal__skeleton-lines span{animation:follow-modal-shimmer 1.3s ease-in-out infinite;background:linear-gradient(90deg,#94a3b82e,#94a3b852,#94a3b82e);background-size:200% 100%}.follow-modal__skeleton-avatar{border-radius:18px;height:52px;width:52px}.follow-modal__skeleton-lines{grid-gap:.4rem;display:grid;gap:.4rem;width:100%}.follow-modal__skeleton-lines span{border-radius:999px;height:12px}.follow-modal__skeleton-line--short{width:45%}@keyframes follow-modal-shimmer{0%{background-position:-120% 0}to{background-position:120% 0}}.follow-modal__footer{background:#0f172acc;border-top:1px solid #94a3b82e;display:flex;flex-direction:column;gap:.6rem;padding:1rem 1.4rem 1.3rem}.follow-modal__load-more{align-items:center;background:linear-gradient(135deg,#38bdf829,#a855f72e);border:1px solid #94a3b852;border-radius:999px;color:#f8fafcf5;cursor:pointer;display:inline-flex;font-size:.85rem;gap:.55rem;justify-content:center;letter-spacing:.1em;padding:.55rem 1.15rem;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,border .2s ease;transition:transform var(--transition-fast,.2s ease),box-shadow var(--transition-fast,.2s ease),border var(--transition-fast,.2s ease)}.follow-modal__load-more:focus-visible:not(:disabled),.follow-modal__load-more:hover:not(:disabled){border-color:#94a3b880;box-shadow:0 14px 28px #0f172a73;outline:none;transform:translateY(-1px)}.follow-modal__load-more:disabled{cursor:not-allowed;opacity:.65}.follow-modal__footer-error{color:#f87171eb;font-size:.78rem;letter-spacing:.06em;margin:0;text-transform:uppercase}@media (max-width:540px){.follow-modal{--fg-modal-width:min(100%,420px);--fg-modal-max-height:clamp(420px,90vh,600px);--fg-modal-min-height:clamp(320px,72vh,480px)}.follow-modal__search{border-radius:12px;padding:.55rem .75rem}.follow-modal__title-icon{height:38px;width:38px}.follow-modal__avatar{border-radius:14px;height:46px;width:46px}.follow-modal__entry{padding:.75rem .9rem}.follow-modal__badge{min-width:64px}}.post-list-modal{--fg-modal-width:clamp(340px,60vw,540px);--fg-modal-max-height:clamp(440px,80vh,680px);--fg-modal-min-height:clamp(360px,58vh,520px);background:linear-gradient(150deg,#0f172ad9,#1e293bc7);display:flex;flex-direction:column}.post-list-modal__backdrop{padding:clamp(1.2rem,5vw,2.2rem)}.post-list-modal__header{align-items:center;gap:1rem}.post-list-modal__title-group{align-items:center;display:inline-flex;gap:.85rem}.post-list-modal__title-icon{align-items:center;background:#ffffff0f;border:1px solid #94a3b840;border-radius:14px;box-shadow:inset 0 0 0 1px #ffffff0d;color:#f1f5f9eb;display:inline-flex;font-size:1.1rem;height:46px;justify-content:center;width:46px}.post-list-modal__title{font-size:1.35rem;font-weight:600;letter-spacing:-.01em;margin:0}.post-list-modal__subtitle{color:#94a3b8b3;font-size:.85rem;letter-spacing:.08em;margin:.15rem 0 0;text-transform:uppercase}.post-list-modal__body{display:flex;flex-direction:column;gap:.9rem;overflow-y:auto;padding:clamp(1rem,4vw,1.4rem) clamp(1.1rem,4vw,1.6rem) clamp(1.3rem,5vw,1.8rem)}.post-list-modal__search{align-items:center;background:#0f172ab3;border:1px solid #94a3b847;border-radius:14px;box-shadow:inset 0 0 0 1px #ffffff0d;display:flex;gap:.65rem;padding:.65rem .85rem;transition:border .2s ease,box-shadow .2s ease,transform .2s ease;transition:border var(--transition-fast,.2s ease),box-shadow var(--transition-fast,.2s ease),transform var(--transition-fast,.2s ease)}.post-list-modal__search svg{color:#94a3b8b3;font-size:.95rem}.post-list-modal__search input{background:#0000;border:none;color:#f1f5f9f2;flex:1 1;font-size:.95rem;min-width:0;outline:none}.post-list-modal__search input::placeholder{color:#94a3b8a6}.post-list-modal__search:focus-within{border-color:#94a3b88c;box-shadow:0 14px 28px #0f172a66;transform:translateY(-1px)}.post-list-modal__search input:disabled{cursor:not-allowed;opacity:.65}.post-list-modal__status{background:#0f172a9e;border:1px solid #94a3b847;border-radius:18px;color:#e2e8f0e0;font-size:.98rem;letter-spacing:.02em;padding:1.2rem 1.35rem;text-align:center}.post-list-modal__list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.post-list-modal__entry{align-items:center;background:#0f172ab3;border:1px solid #94a3b838;border-radius:18px;color:inherit;cursor:pointer;display:flex;gap:1rem;padding:.85rem 1rem;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border .2s ease;transition:transform var(--transition-fast,.2s ease),box-shadow var(--transition-fast,.2s ease),border var(--transition-fast,.2s ease);width:100%}.post-list-modal__entry:focus-visible,.post-list-modal__entry:hover{border-color:#94a3b873;box-shadow:0 20px 36px #0f172a73;outline:none;transform:translateY(-2px)}.post-list-modal__entry:active{transform:translateY(0)}.post-list-modal__thumbnail{align-items:center;background:linear-gradient(135deg,#38bdf840,#a855f747);border-radius:18px;color:#f1f5f9f2;display:inline-flex;font-weight:600;height:72px;justify-content:center;letter-spacing:-.02em;overflow:hidden;position:relative;width:72px}.post-list-modal__thumbnail img{height:100%;object-fit:cover;width:100%}.post-list-modal__thumbnail-fallback{font-size:1.35rem}.post-list-modal__thumbnail-badge{background:#0f172ae0;border:1px solid #94a3b859;border-radius:999px;bottom:6px;color:#f8fafcf5;font-size:.7rem;letter-spacing:.1em;padding:.2rem .55rem;position:absolute;right:6px;text-transform:uppercase}.post-list-modal__info{display:flex;flex:1 1;flex-direction:column;gap:.4rem;min-width:0}.post-list-modal__title-text{color:#f8fafcfa;font-size:1.05rem;font-weight:600;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-list-modal__meta{align-items:center;color:#94a3b8b8;display:flex;flex-wrap:wrap;font-size:.8rem;gap:.8rem;letter-spacing:.08em;text-transform:uppercase}.post-list-modal__meta span{align-items:center;display:inline-flex;gap:.35rem}@media (max-width:540px){.post-list-modal{--fg-modal-width:min(100%,440px);--fg-modal-max-height:clamp(420px,90vh,600px);--fg-modal-min-height:clamp(320px,72vh,480px)}.post-list-modal__search{border-radius:12px;padding:.55rem .75rem}.post-list-modal__thumbnail{height:64px;width:64px}}.premium-status-modal__backdrop{background:radial-gradient(circle at top right,#f472b629,#0000 55%),#070b15e0}.premium-status-modal{--fg-modal-width:720px;--fg-modal-max-height:92vh;display:flex;flex-direction:column;max-height:var(--fg-modal-max-height);overflow-y:auto}.premium-status-modal__title-group{align-items:center;gap:1rem}.premium-status-modal__title-icon{align-items:center;background:linear-gradient(135deg,#f472b6eb,#a855f7e0);border-radius:16px;box-shadow:0 24px 48px #a855f757;color:#f8fafcf5;display:inline-flex;font-size:1.5rem;height:3rem;justify-content:center;width:3rem}.premium-status-modal__header h2{font-size:1.6rem;letter-spacing:.05em;margin:0}.premium-status-modal__subtitle{color:#e2e8f0bd;font-size:.95rem;line-height:1.5;margin:.25rem 0 0}.premium-status-modal__close{color:#e2e8f0c7}.premium-status-modal__body{grid-gap:1.5rem;display:grid;gap:1.5rem}.premium-status-modal__empty,.premium-status-modal__error,.premium-status-modal__loading{align-items:center;background:#0f172ab3;border:1px solid #94a3b83d;border-radius:14px;color:#e2e8f0eb;display:flex;font-size:.9rem;gap:.75rem;padding:.85rem 1rem}.premium-status-modal__empty svg,.premium-status-modal__error svg,.premium-status-modal__loading svg{font-size:1.1rem}.premium-status-modal__error{background:#f871711f;border-color:#f8717152;color:#fee2e2e0}.premium-status-modal__empty{justify-content:center;text-align:center}.premium-status-modal__section{grid-gap:1.1rem;background:#0f172ab8;border:1px solid #94a3b838;border-radius:18px;box-shadow:inset 0 0 0 1px #94a3b812;display:grid;gap:1.1rem;padding:1.3rem 1.4rem}.premium-status-modal__section-header{align-items:center;display:flex;gap:1rem}.premium-status-modal__section-icon{align-items:center;background:#a855f738;border-radius:14px;color:#f472b6f2;display:inline-flex;font-size:1.2rem;height:2.8rem;justify-content:center;width:2.8rem}.premium-status-modal__section-title{color:#f8fafceb;font-size:1.1rem;letter-spacing:.06em;margin:0;text-transform:uppercase}.premium-status-modal__section-subtitle{color:#cbd5e1bf;font-size:.9rem;margin:.3rem 0 0}.premium-status-modal__progress{grid-gap:.5rem;display:grid;gap:.5rem}.premium-status-modal__progress-label{color:#bfdbfed9;font-size:.82rem;margin:0}.premium-status-modal__progress-track{background:#4f46e52e;border-radius:999px;height:.55rem;overflow:hidden;position:relative;width:100%}.premium-status-modal__progress-fill{border-radius:inherit;display:block;height:100%;transition:width .35s ease}.premium-status-modal__progress-fill--active{background:linear-gradient(90deg,#3b82f6e6,#0ea5e9eb)}.premium-status-modal__progress-fill--pending{background:linear-gradient(90deg,#facc15d9,#fdba74e6)}.premium-status-modal__progress-footnote{color:#94a3b8c7;font-size:.78rem;margin:0}.premium-status-modal__details{grid-gap:.85rem;display:grid;gap:.85rem;margin:0}.premium-status-modal__details>div{grid-gap:.25rem;display:grid;gap:.25rem}.premium-status-modal__details dt{color:#94a3b8cc;font-size:.76rem;letter-spacing:.18em;margin:0;text-transform:uppercase}.premium-status-modal__details dd{color:#e2e8f0e6;font-size:.92rem;margin:0}.premium-status-modal__details-footnote{color:#94a3b8b8;display:block;font-size:.78rem;margin-top:.25rem}.premium-status-modal__billing{grid-gap:1.1rem;display:grid;gap:1.1rem}.premium-status-modal__billing-card{align-items:center;background:#0f172aa8;border:1px solid #94a3b833;border-radius:14px;display:flex;gap:1rem;padding:1rem 1.2rem}.premium-status-modal__billing-icon{align-items:center;background:#38bdf82e;border-radius:12px;color:#7dd3fce6;display:inline-flex;font-size:1.1rem;height:2.5rem;justify-content:center;width:2.5rem}.premium-status-modal__billing-content{grid-gap:.3rem;display:grid;gap:.3rem}.premium-status-modal__billing-label{color:#94a3b8bf;font-size:.8rem;letter-spacing:.18em;margin:0;text-transform:uppercase}.premium-status-modal__billing-value{color:#ecfdf5f2;font-size:.95rem;margin:0}.premium-status-modal__billing-note{color:#94a3b8c7;font-size:.88rem;margin:0}.premium-status-modal__billing-footnote{color:#94a3b8a6;font-size:.76rem;margin:0}.premium-status-modal__billing-error{color:#fca5a5e6;font-size:.86rem;margin:0}.premium-status-modal__actions{display:flex;flex-wrap:wrap;gap:.8rem}.premium-status-modal__action-button{align-items:center;background:#0f172ab8;border:1px solid #94a3b852;border-radius:12px;color:#f8fafceb;cursor:pointer;display:inline-flex;font-size:.86rem;gap:.6rem;justify-content:center;letter-spacing:.08em;padding:.9rem 1.4rem;text-transform:uppercase;transition:border .2s ease,transform .2s ease,box-shadow .2s ease,opacity .2s ease}.premium-status-modal__action-button:focus-visible,.premium-status-modal__action-button:hover:not(:disabled){border-color:#f472b68c;box-shadow:0 16px 28px #a855f73d;outline:none;transform:translateY(-1px)}.premium-status-modal__action-button:disabled{opacity:.65}.premium-status-modal__action-button--danger{border-color:#f8717159;color:#fee2e2eb}.premium-status-modal__action-button--danger:focus-visible,.premium-status-modal__action-button--danger:hover:not(:disabled){border-color:#f871718c;box-shadow:0 18px 32px #f8717147}.premium-status-modal__action-status{align-items:center;display:inline-flex;gap:.6rem}.premium-status-modal__action-label{align-items:center;display:inline-flex;gap:.55rem}.premium-status-modal__action-label svg{font-size:.9rem}.premium-status-modal__notice{align-items:center;background:#eab30824;border:1px solid #facc1552;border-radius:12px;color:#fde68af2;display:inline-flex;font-size:.82rem;gap:.65rem;padding:.8rem 1rem}.premium-status-modal__notice--info{background:#93c5fd29;border-color:#60a5fa52;color:#bfdbfef5}.premium-status-modal__notice--warning{background:#fbbf242e;border-color:#fbbf246b;color:#fef3c7fa}.premium-status-modal__action-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.55}@media (max-width:720px){.premium-status-modal{--fg-modal-width:92vw}.premium-status-modal__section{padding:1.1rem}.premium-status-modal__actions{align-items:stretch;flex-direction:column}.premium-status-modal__action-button{width:100%}}.premium-modal__backdrop{background:radial-gradient(circle at top left,#a855f72e,#0000 55%),#080b19d6}.premium-modal{--fg-modal-width:720px;--fg-modal-max-height:94vh;display:flex;flex-direction:column;max-height:var(--fg-modal-max-height);overflow-y:auto}.premium-modal__header h2{font-size:1.6rem;letter-spacing:.05em;margin:0}.premium-modal__subtitle{color:#e2e8f0b8;font-size:.92rem;line-height:1.5;margin:.25rem 0 0}.premium-modal__title-group{align-items:center;gap:1rem}.premium-modal__title-icon{align-items:center;background:linear-gradient(135deg,#f472b6e6,#a855f7d9);border-radius:12px;box-shadow:0 22px 36px #c084fc59;color:#f8fafcf5;display:inline-flex;font-size:1.5rem;height:3rem;justify-content:center;width:3rem}.premium-modal__close{color:#e2e8f0cc}.premium-modal__body{grid-gap:1.6rem;display:grid;gap:1.6rem}.premium-modal__notice{align-items:center;background:#1e293b9e;border:1px solid #94a3b840;border-radius:12px;color:#e2e8f0eb;display:flex;font-size:.9rem;gap:.75rem;padding:.85rem 1rem}.premium-modal__notice svg{font-size:1rem}.premium-modal__notice-content{align-items:center;display:flex;flex:1 1;gap:.65rem}.premium-modal__notice--warning{background:#eab3082e;border-color:#facc1566;color:#fef3c7}.premium-modal__notice--error{background:#f871712e;border-color:#f8717173;color:#fee2e2}.premium-modal__notice-action{background:#0000;border:1px solid #94a3b861;border-radius:10px;color:inherit;cursor:pointer;font-size:.72rem;letter-spacing:.12em;padding:.5rem .9rem;text-transform:uppercase;transition:border .2s ease,color .2s ease,background .2s ease;transition:border var(--transition-fast,.2s ease),color var(--transition-fast,.2s ease),background var(--transition-fast,.2s ease)}.premium-modal__notice-action:focus-visible,.premium-modal__notice-action:hover{border-color:#f472b699;color:#f8fafcf2;outline:none}.premium-modal__plan-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:minmax(0,1fr)}.premium-modal__plan{position:relative}.premium-modal__plan-card{grid-gap:.25rem;background:#0f172ab8;border:1px solid #94a3b838;border-radius:12px;box-shadow:inset 0 0 0 1px #94a3b80f;color:inherit;display:grid;gap:.25rem;padding:1.35rem 1.4rem 1.25rem;position:relative;transition:transform .2s ease,border .2s ease,box-shadow .2s ease,background .2s ease;transition:transform var(--transition-fast,.2s ease),border var(--transition-fast,.2s ease),box-shadow var(--transition-fast,.2s ease),background var(--transition-fast,.2s ease);width:100%;z-index:1}.premium-modal__plan:hover .premium-modal__plan-card{border-color:#f472b673;box-shadow:inset 0 0 0 1px #f472b638,0 16px 32px #a855f738}.premium-modal__plan--active:hover .premium-modal__plan-card{border-color:#22c55ecc;box-shadow:inset 0 0 0 1px #22c55e4d,0 20px 40px #22c55e26}.premium-modal__plan-card:focus-within{border-color:#f472b699;box-shadow:0 0 0 2px #f472b640}.premium-modal__plan-card--active{background:linear-gradient(135deg,#22c55e14,#22c55e0a);border-color:#22c55ecc;box-shadow:inset 0 0 0 1px #22c55e4d,0 20px 40px #22c55e26}.premium-modal__plan-header{align-items:center;display:flex;gap:.9rem}.premium-modal__plan-icon{align-items:center;background:#a855f738;border-radius:12px;color:#f472b6f2;display:inline-flex;font-size:1.2rem;height:2.8rem;justify-content:center;width:2.8rem}.premium-modal__plan-name{color:#f8fafceb;font-size:1.05rem;letter-spacing:.08em;margin:0;text-transform:uppercase}.premium-modal__plan-price{color:#e2e8f0b8;font-size:.95rem;margin:0}.premium-modal__plan-price-secondary{color:#94a3b8b3;font-size:.82rem;margin:.35rem 0 0}.premium-modal__plan-headline{color:#e2e8f0a6;font-size:.85rem;line-height:1.45;margin:0}.premium-modal__plan-storage{align-items:center;color:#7dd3fce0;display:inline-flex;font-size:.82rem;gap:.45rem;margin:0}.premium-modal__feature-list{grid-gap:.55rem;display:grid;gap:.55rem;list-style:none;margin:0;padding:0}.premium-modal__feature-list li{align-items:flex-start;color:#e2e8f0b3;display:inline-flex;font-size:.82rem;gap:.55rem}.premium-modal__feature-list svg{color:#38bdf8e6;font-size:.75rem;margin-top:.15rem}.premium-modal__plan-actions{grid-gap:.55rem;display:grid;gap:.55rem;margin-top:.6rem}.premium-modal__plan-current{align-items:center;background:#0f172ab8;border:1px solid #94a3b847;border-radius:12px;color:#e2e8f0eb;display:inline-flex;font-size:.86rem;justify-content:center;letter-spacing:.12em;padding:.7rem 1rem;text-transform:uppercase;width:100%}.premium-modal__summary{grid-gap:1rem;background:#0f172abf;border:1px solid #94a3b833;border-radius:12px;box-shadow:inset 0 0 0 1px #94a3b814;display:grid;gap:1rem;padding:1.1rem 1.35rem}.premium-modal__summary-header h3{color:#f4f4f5eb;font-size:1.05rem;letter-spacing:.04em;margin:0}.premium-modal__summary-header p{color:#e2e8f0ad;font-size:.85rem;margin:.35rem 0 0}.premium-modal__summary-list{grid-gap:.65rem;display:grid;gap:.65rem;list-style:none;margin:0;padding:0}.premium-modal__summary-list li{align-items:flex-start;color:#e2e8f0bf;display:inline-flex;font-size:.84rem;gap:.6rem}.premium-modal__summary-list svg{color:#f472b6d9;font-size:.9rem;margin-top:.08rem}.premium-modal__actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.premium-modal__plan-loading{background:#0f172a80;border:1px dashed #94a3b859;border-radius:12px;color:#e2e8f0b3;font-size:.85rem;padding:1.5rem 1.35rem;text-align:center;width:100%}.premium-modal__error{background:#f871711f;border:1px solid #f8717166;border-radius:12px;color:#fee2e2d9;font-size:.85rem;padding:.95rem 1.1rem}.premium-modal__cta{align-items:center;background:linear-gradient(135deg,#f472b6eb,#a855f7e0);border:1px solid #f472b673;border-radius:12px;box-shadow:0 26px 42px #a855f759;color:#f8fafcfa;cursor:pointer;display:inline-flex;font-size:.88rem;gap:.9rem;justify-content:space-between;letter-spacing:0;padding:.95rem 1.2rem;text-transform:none;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,border .2s ease;transition:transform var(--transition-fast,.2s ease),box-shadow var(--transition-fast,.2s ease),opacity var(--transition-fast,.2s ease),border var(--transition-fast,.2s ease);width:100%}.premium-modal__cta:hover:not(:disabled){border-color:#f472b6a6;box-shadow:0 30px 48px #a855f76b;transform:translateY(-2px)}.premium-modal__cta--secondary{background:linear-gradient(135deg,#f472b638,#a855f738);border-color:#f472b661;box-shadow:0 22px 36px #a855f740;color:#f8fafcf2}.premium-modal__cta--secondary:hover:not(:disabled){border-color:#f472b699;box-shadow:0 26px 42px #a855f752}.premium-modal__cta:disabled{box-shadow:none;cursor:not-allowed;opacity:.65;transform:none}.premium-modal__cta-label{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}.premium-modal__cta-content{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;gap:.2rem}.premium-modal__cta-price{font-size:.9rem;font-weight:600;letter-spacing:.03em}.premium-modal__cta-status{font-size:.78rem;letter-spacing:.16em;text-align:center;text-transform:uppercase;width:100%}.premium-modal__status-access{padding:.4rem}.premium-modal__status-card{align-items:center;background:#0f172aad;border:1px solid #94a3b83d;border-radius:14px;box-shadow:inset 0 0 0 1px #94a3b814;display:flex;gap:1.4rem;justify-content:space-between;padding:1.2rem 1.35rem}.premium-modal__status-copy{grid-gap:.35rem;display:grid;gap:.35rem}.premium-modal__status-title{color:#f8fafceb;font-size:.98rem;margin:0}.premium-modal__status-subtitle{color:#cbd5e1c7;font-size:.85rem;margin:0}.premium-modal__status-button{background:linear-gradient(135deg,#f472b652,#a855f752);border:1px solid #f472b673;border-radius:12px;color:#f8fafcf2;cursor:pointer;font-size:.82rem;letter-spacing:.16em;padding:.8rem 1.4rem;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.premium-modal__status-button:focus-visible,.premium-modal__status-button:hover{border-color:#f472b6a6;box-shadow:0 18px 32px #a855f747;outline:none;transform:translateY(-1px)}.premium-modal__cta-status--success{color:#d1fae5f2}.premium-modal__cta--revert{background:#0f172a99;border:1px solid #e2e8f04d;color:#e2e8f0e6;gap:.45rem;justify-content:center;letter-spacing:.05em;text-transform:uppercase}.premium-modal__cta--revert:hover:not(:disabled){background:#1e293bcc;border-color:#e2e8f080;color:#f8fafcf2;transform:translateY(-1px)}.premium-modal__secondary{align-items:center;background:#0000;border:1px solid #94a3b859;border-radius:12px;color:#e2e8f0c7;cursor:pointer;display:inline-flex;font-size:.76rem;justify-content:center;letter-spacing:.12em;padding:.75rem 1.35rem;text-transform:uppercase;transition:border .2s ease,color .2s ease;transition:border var(--transition-fast,.2s ease),color var(--transition-fast,.2s ease)}.premium-modal__secondary:hover{border-color:#e2e8f099;color:#f8fafce6}.premium-modal__footnote{color:#e2e8f0b3;font-size:.82rem;line-height:1.5;margin:0}.premium-modal__footnote strong{color:#f8fafceb}.premium-modal__manage-button{align-items:center;background:#0f172a99;border:1px solid #e2e8f04d;border-radius:12px;color:#e2e8f0e6;cursor:pointer;display:inline-flex;font-size:.88rem;justify-content:center;letter-spacing:.05em;padding:.85rem 1rem;text-transform:uppercase;transition:all .2s ease;transition:all var(--transition-fast,.2s ease);width:100%}.premium-modal__manage-button:hover{background:#1e293bcc;border-color:#e2e8f080;color:#f8fafcf2;transform:translateY(-1px)}@media (max-width:780px){.premium-modal{--fg-modal-width:92vw}.premium-modal__plan-grid{grid-template-columns:minmax(0,1fr)}.premium-modal__status-card{align-items:flex-start;flex-direction:column}.premium-modal__status-button{text-align:center;width:100%}}.profile-page{align-items:stretch;flex-direction:column;gap:1rem;justify-content:flex-start;margin:0 auto}.profile-page,.profile-top-bar{display:flex;width:min(980px,100%)}.profile-top-bar{align-items:center;justify-content:space-between;margin-left:auto;margin-right:auto;padding:clamp(1rem,3vw,1.4rem) clamp(1.2rem,4vw,2rem);position:-webkit-sticky;position:sticky;top:clamp(.75rem,3vw,1rem);z-index:10}@media (max-width:720px){.profile-top-bar{padding:.85rem 1rem;top:0;z-index:50}.profile-top-bar__identity{font-size:.8rem;gap:.3rem}.profile-top-bar__brand .auth-brand__logo{height:28px;width:28px}.profile-top-bar__brand .auth-brand__name{font-size:1rem;letter-spacing:.1em}.profile-icon-button{font-size:1.05rem;height:1.5rem;width:1.5rem}.profile-icon-button svg,.profile-top-bar__menu-button svg{font-size:1.25rem}.profile-hero{position:relative}.profile-hero__actions{gap:.6rem;left:.65rem;right:.65rem}.profile-hero__actions,.profile-hero__actions-primary{align-items:flex-end;justify-content:flex-end;width:auto}.profile-hero__actions-primary{flex-direction:column;gap:.55rem}.profile-hero__edit-button,.profile-hero__premium-button,.profile-hero__share-button,.profile-hero__website-button{height:42px;width:42px}.profile-hero__edit-button{order:1}.profile-hero__share-button{order:2}.profile-hero__website-button{order:3}.profile-hero__premium-button{flex-shrink:0;justify-content:center;margin:0;order:4;padding:0;position:static;transform:none}.profile-hero__premium-button span{display:none}.profile-bio__description--empty.profile-identity__bio,.profile-bio__description.profile-identity__bio,.profile-identity__bio{display:block;margin-left:auto;margin-right:auto;text-align:center;width:100%}.profile-bio__description--empty{padding:0}.profile-identity__details{justify-items:center;text-align:center}.profile-page--public .profile-hero__actions{justify-content:center;left:50%;right:auto;transform:translateX(-50%);width:min(100%,320px)}.profile-page--public .profile-hero__actions .profile-hero__premium-button{margin-right:0}}.profile-top-bar__identity{align-items:center;display:flex;font-size:1.15rem;font-weight:600;gap:.75rem;letter-spacing:.03em}.profile-top-bar__title{letter-spacing:.08em;text-transform:none}.profile-top-bar__brand .auth-brand{gap:.3rem;padding:0}.profile-top-bar__brand .auth-brand__logo{filter:drop-shadow(0 8px 18px rgba(15,23,42,.45));height:30px;width:30px}.profile-top-bar__brand .auth-brand__name{font-size:1.25rem;letter-spacing:.15em}.profile-icon-button{align-items:center;background:none;border:none;border-radius:50%;color:#e2e8f0eb;cursor:pointer;display:inline-flex;font-size:1.3rem;height:2rem;justify-content:center;position:relative;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast);width:2rem}.profile-icon-button:hover{border-color:#94a3b8a6;box-shadow:0 16px 32px #0f172a66;transform:translateY(-2px)}.profile-icon-button[aria-pressed=true]{background:#0f172abf;border-color:#94a3b8a6;box-shadow:0 18px 32px #0f172a73}.profile-icon-button:disabled{border-color:#94a3b84d;box-shadow:none;cursor:not-allowed;opacity:.55;transform:none}.profile-icon-button:disabled svg{opacity:.6}.profile-icon-button--alert:after{background:linear-gradient(135deg,#f87171,#ef4444);border-radius:50%;box-shadow:0 0 0 2px #0f172aeb;content:"";height:.7rem;position:absolute;right:.1rem;top:.1rem;width:.7rem}.profile-top-bar__actions{align-items:center;display:flex;gap:.5rem;position:relative}.profile-top-bar__menu-button[aria-expanded=true]{background:#0f172abf;border-color:#94a3b8a6;box-shadow:0 16px 32px #0f172a73}.profile-top-bar__menu{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#0f172a1a;border:1px solid #94a3b859;border-radius:12px;box-shadow:0 24px 44px #0f172a73;display:flex;flex-direction:column;gap:.4rem;min-width:188px;padding:.75rem;position:absolute;right:0;top:calc(100% + .1rem);z-index:20}.profile-top-bar__menu-item{background:#0000;border:none;border-radius:12px;color:#e2e8f0e0;cursor:pointer;font-size:.95rem;letter-spacing:.02em;padding:.55rem .45rem;text-align:left;transition:background var(--transition-fast),transform var(--transition-fast)}.profile-top-bar__menu-item:hover{background:#94a3b829;transform:translateX(3px)}.profile-top-bar__menu-item:active{transform:translateX(1px)}.profile-top-bar__menu-item--logout{color:#f87171f2}.profile-content{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.profile-premium-lock{align-items:center;background:linear-gradient(135deg,#f472b62e,#a855f738);border:1px solid #f472b661;border-radius:18px;box-shadow:0 24px 44px #6f42c12e;color:#f8fafceb;display:flex;gap:clamp(.85rem,2.5vw,1.2rem);overflow:hidden;padding:clamp(.9rem,2.4vw,1.15rem) clamp(1rem,3vw,1.5rem);position:relative}.profile-premium-lock:before{background:radial-gradient(circle,#f472b659,#0000 70%);content:"";height:120%;inset:-20% 55% auto -10%;pointer-events:none;position:absolute}.profile-premium-lock__icon{align-items:center;background:linear-gradient(135deg,#f472b68c,#a855f78c);border-radius:16px;box-shadow:0 16px 32px #a855f747;color:#f8fafcf2;display:inline-flex;flex-shrink:0;font-size:clamp(1.2rem,4vw,1.5rem);height:clamp(2.25rem,6vw,2.75rem);justify-content:center;width:clamp(2.25rem,6vw,2.75rem);z-index:1}.profile-premium-lock__content{display:flex;flex-direction:column;gap:.35rem;z-index:1}.profile-premium-lock__title{font-size:clamp(.92rem,2.6vw,1.05rem);letter-spacing:.18em;margin:0;text-transform:uppercase}.profile-premium-lock__description{color:#e2e8f0eb;font-size:clamp(.82rem,2.4vw,.95rem);letter-spacing:.03em;line-height:1.45;margin:0}.profile-premium-lock__cta{align-items:center;background:#0f172aa6;border:1px solid #f8fafcbf;border-radius:999px;color:#f8fafce6;cursor:pointer;display:inline-flex;font-size:.78rem;justify-content:center;letter-spacing:.18em;margin-left:auto;padding:.55rem 1.25rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast);z-index:1}.profile-premium-lock__cta:hover{background:#0f172ac7;box-shadow:0 18px 32px #0f172a73;transform:translateY(-2px)}.profile-premium-lock__cta:focus-visible{outline:3px solid #f8fafcbf;outline-offset:3px}@media (max-width:720px){.profile-premium-lock{align-items:flex-start;flex-direction:column}.profile-premium-lock__cta{justify-content:center;width:100%}}.profile-hero{grid-gap:clamp(1.2rem,3vw,2rem);display:grid;gap:clamp(1.2rem,3vw,2rem);grid-template-columns:minmax(0,1fr);padding:1.5rem;position:relative}.profile-hero__stats-row{align-items:stretch;display:flex;justify-content:center;width:100%}.profile-hero__stats-row .profile-identity__stats-card{margin:0}.profile-hero__actions{align-items:flex-end;display:inline-flex;flex-direction:column;gap:.65rem;position:absolute;right:.85rem;top:.85rem;z-index:6}.profile-hero__actions-primary{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.profile-hero__edit-button,.profile-hero__premium-button,.profile-hero__share-button,.profile-hero__website-button{align-items:center;background:#0f172aa6;border:1px solid #94a3b84d;border-radius:14px;color:#e2e8f0eb;cursor:pointer;display:inline-flex;font-size:1.2rem;height:42px;justify-content:center;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast);width:42px;z-index:5}.profile-hero__premium-button{background:linear-gradient(135deg,#f472b659,#a855f759);border-color:#f472b673;box-shadow:0 18px 34px #a855f72e;color:#f8fafceb;font-size:.72rem;gap:.55rem;letter-spacing:.18em;min-width:0;padding:0 1.05rem;text-transform:uppercase;width:auto}.profile-hero__premium-button svg{font-size:1rem}.profile-hero__premium-button:hover{background:linear-gradient(135deg,#f472b68c,#a855f78c);border-color:#f472b6a6;box-shadow:0 22px 38px #a855f747;transform:translateY(-2px)}.profile-hero__premium-button:focus{border-color:#f472b6d9;box-shadow:0 0 0 3px #f472b659;outline:none}.profile-hero__premium-button:active{transform:translateY(-1px)}.profile-hero__premium-button span{align-items:center;display:inline-flex}.profile-hero__website-button{background:#0f172aad;border-color:#94a3b873;box-shadow:0 14px 26px #0f172a52;flex-shrink:0;font-size:1.05rem}.profile-hero__website-button:focus-visible,.profile-hero__website-button:hover{background:#1e293bd1;border-color:#94a3b899;box-shadow:0 18px 32px #0f172a73;transform:translateY(-2px)}.profile-hero__website-button:focus-visible{outline:2px solid #60a5fa8c;outline-offset:3px}.profile-hero__website-button:active{transform:translateY(-1px)}.profile-hero__share-button:hover{background:#0f172ac7;border-color:#94a3b899;box-shadow:0 16px 32px #0f172a73;transform:translateY(-2px)}.profile-hero__share-button:focus-visible{outline:2px solid #60a5fa8c;outline-offset:3px}.profile-hero__share-button:active{transform:translateY(-1px)}.profile-hero__edit-button:hover{background:#0f172ac7;border-color:#94a3b899;box-shadow:0 16px 32px #0f172a73;transform:translateY(-2px)}.profile-hero__edit-button:active{transform:translateY(-1px)}.profile-hero__edit-button:focus{border-color:#a855f7a6;box-shadow:0 0 0 3px #a855f74d;outline:none}.profile-hero__primary{grid-gap:clamp(1.5rem,3.2vw,2.6rem);align-items:stretch;display:grid;gap:clamp(1.5rem,3.2vw,2.6rem);grid-template-columns:auto minmax(0,1fr)}.profile-identity{grid-gap:1rem;align-content:start;display:grid;gap:1rem;width:100%}.profile-identity__header{align-items:baseline;display:flex;flex-wrap:wrap;gap:clamp(.6rem,2vw,1.2rem);justify-content:space-between}.profile-identity__headline{display:flex;flex-direction:column;gap:0}.profile-identity__name{font-size:1.3rem;letter-spacing:-.01em;margin:0}.profile-identity__handle{color:#94a3b8b3;font-size:.9rem;letter-spacing:.12em;margin:0}.profile-identity__content{display:flex;flex-direction:column;gap:clamp(1.1rem,3.5vw,1.8rem)}.profile-identity__details{grid-gap:clamp(.65rem,2.4vw,1.05rem);display:grid;gap:clamp(.65rem,2.4vw,1.05rem)}.profile-identity__meta{align-items:center;color:#e2e8f0b3;display:inline-flex;font-size:.88rem;gap:.4rem;letter-spacing:.02em;margin:0}.profile-identity__meta span[aria-hidden=true]{font-size:1rem}.profile-identity__bio{margin:0;max-width:56ch}.profile-bio__display{align-items:flex-start;display:flex;gap:.75rem;position:relative}.profile-bio__display .profile-identity__bio{flex:1 1 auto;padding-right:3rem}.profile-bio__add-icon{align-items:center;background:#0f172ac7;border:1px solid #94a3b847;border-radius:8px;color:#e2e8f0f2;cursor:pointer;display:inline-flex;font-size:.95rem;height:36px;justify-content:center;position:absolute;right:1rem;top:-.5rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast);width:36px}.profile-bio__add-icon:hover{border-color:#94a3b8a6;box-shadow:0 12px 26px #0f172a73;transform:translateY(-2px)}.profile-bio__description--empty{margin-left:auto;margin-right:auto;padding:0 3.2rem;position:relative;text-align:center}.profile-identity__link{align-items:center;display:inline-flex;gap:.35rem}.profile-identity__website-button{align-items:center;background:#1e293b8c;border:1px solid #94a3b859;border-radius:999px;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.7rem;font-weight:600;gap:.45rem;justify-self:start;letter-spacing:.18em;padding:.5rem 1rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast);width:auto}.profile-identity__website-button:hover{border-color:#a855f7a6;box-shadow:0 12px 26px #0f172a73;transform:translateY(-2px)}.profile-identity__website-button:active{transform:translateY(-1px)}.profile-identity__website-button:focus{border-color:#a855f7a6;box-shadow:0 0 0 3px #a855f759;outline:none}.profile-identity__divider{background:linear-gradient(90deg,#94a3b859,#0f172a00);border-radius:999px;height:1px;margin:0;width:100%}.profile-identity__stats-card{align-items:center;background:linear-gradient(135deg,#0f172ac7,#1e293ba6);border:1px solid #94a3b847;border-radius:12px;box-shadow:0 20px 38px #0f172a59;display:flex;justify-content:center;overflow:hidden;padding:clamp(.85rem,2.3vw,1rem) clamp(1.1rem,3vw,1.8rem);position:relative;width:100%}.profile-identity__stats-card:after{background:radial-gradient(circle at top right,#a855f72e,#0000 55%);content:"";inset:0;pointer-events:none;position:absolute}.profile-summary__avatar-container{align-items:center;align-self:flex-start;display:inline-flex;justify-content:center;position:relative}.profile-summary__avatar--premium{box-shadow:0 0 0 3px #f472b62e,0 0 0 6px #94a3b81f,0 18px 32px #a855f740}.profile-summary__avatar--premium:before{border:2px solid #a855f78c;border-radius:50%;box-shadow:inset 0 0 12px #f472b659;content:"";inset:6%;pointer-events:none;position:absolute}.profile-summary__avatar-badge{align-items:center;background:linear-gradient(135deg,#c37afffa,#6521a5eb);border:2px solid #0f172ad9;border-radius:18px;box-shadow:0 12px 20px #0f172a73,0 0 0 2px #f472b659;color:#fffffffa;cursor:pointer;display:inline-flex;font-size:.85rem;height:2rem;justify-content:center;left:0;padding:0;position:absolute;top:0;transition:transform .2s ease,box-shadow .2s ease,border .2s ease;transition:transform var(--transition-fast,.2s ease),box-shadow var(--transition-fast,.2s ease),border var(--transition-fast,.2s ease);width:2rem;z-index:8}.profile-summary__avatar-badge:after{border-radius:50%;content:"";filter:blur(1px);height:.45rem;left:18%;opacity:.85;position:absolute;top:-16%;width:.45rem}.profile-summary__avatar-badge:hover{box-shadow:0 16px 26px #0f172a80,0 0 0 3px #f472b673;transform:translateY(-1px) scale(1.02)}.profile-summary__avatar-badge:focus{outline:none}.profile-summary__avatar-badge:focus-visible{box-shadow:0 0 0 3px #ffffffe6,0 0 0 6px #f472b673;transform:translateY(-1px) scale(1.04)}.profile-summary__avatar{align-items:center;background:linear-gradient(135deg,#a855f7a6,#38bdf8a6);border-radius:50%;color:var(--color-text);display:flex;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;height:clamp(120px,24vw,164px);justify-content:center;overflow:hidden;position:relative;width:clamp(120px,24vw,164px)}.profile-summary__avatar:after{background:#0f172a66;border-radius:50%;content:"";inset:12%;position:absolute}.profile-summary__avatar span{position:relative;z-index:1}.profile-summary__avatar img{height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.profile-summary__avatar--image span,.profile-summary__avatar--image:after{display:none}.profile-summary__avatar--loading:after{background:#0f172a8c;border-radius:50%;display:block;inset:0}.profile-summary__avatar--loading img,.profile-summary__avatar--loading span{opacity:.35}.profile-summary__loader{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:3}.profile-summary__loader-spinner{animation:profile-avatar-spin .8s linear infinite;border:3px solid #e2e8f059;border-radius:50%;border-top-color:#e2e8f0f2;height:clamp(34px,28%,56px);width:clamp(34px,28%,56px)}.profile-avatar__trigger{align-items:center;background:#0f172ac7;border:1px solid #94a3b873;border-radius:50%;bottom:0;color:#e2e8f0eb;cursor:pointer;display:inline-flex;font-size:1.3rem;height:42px;justify-content:center;position:absolute;right:0;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast);width:42px;z-index:4}.profile-avatar__trigger:hover{border-color:#94a3b8a6;box-shadow:0 14px 26px #0f172a73;transform:translateY(-1px)}.profile-avatar__trigger:disabled{cursor:not-allowed;opacity:.7;transform:none}.profile-avatar__input{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.profile-avatar__status{align-items:center;background:#0f172ac7;border-radius:999px;color:#e2e8f0eb;display:flex;font-size:.8rem;gap:.45rem;inset:auto 12% 12%;letter-spacing:.06em;padding:.45rem .75rem;position:absolute;text-transform:uppercase;z-index:5}.profile-avatar__spinner{animation:profile-avatar-spin .8s linear infinite;border:2px solid #e2e8f066;border-radius:50%;border-top-color:#e2e8f0f2;height:18px;width:18px}@keyframes profile-avatar-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-summary__stats{align-items:stretch;display:flex;gap:clamp(1rem,4vw,2.4rem);justify-content:space-between;list-style:none;margin:0;padding:0;width:100%}.profile-summary__stats li{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.35rem}.profile-summary__stats-button{align-items:center;background:#0000;border:none;border-radius:12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:.35rem;padding:.35rem .4rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;transition:transform var(--transition-fast,.2s ease),box-shadow var(--transition-fast,.2s ease),background var(--transition-fast,.2s ease);width:100%}.profile-summary__stats-button:focus-visible,.profile-summary__stats-button:hover{background:#94a3b81f;box-shadow:0 12px 24px #0f172a59;outline:none;transform:translateY(-1px)}.profile-summary__stats-button:active{transform:translateY(0)}.profile-summary__stat-value{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.profile-summary__stat-label{color:#94a3b8cc;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase}.profile-identity__stats-card .profile-summary__stats li{position:relative}.profile-identity__stats-card .profile-summary__stat-value{font-size:clamp(1.45rem,3vw,1.8rem)}.profile-identity__stats-card .profile-summary__stat-label{letter-spacing:.22em}.profile-bio__description{color:#e2e8f0e0;font-size:.95rem;line-height:1.7;margin:0}.profile-bio__description--empty{color:#e2e8f099;font-style:italic}.profile-bio__description--empty.profile-identity__bio{display:block;margin-left:auto;margin-right:auto;text-align:center;width:100%}@media (max-width:960px){.profile-bio__description--empty.profile-identity__bio{justify-self:center;text-align:center}}.profile-bio__link{color:var(--color-secondary);font-weight:600;letter-spacing:.02em}.profile-empty{align-items:center;background:#0f172a73;border:1px dashed #94a3b866;border-radius:12px;color:#94a3b8e6;display:flex;flex-direction:column;gap:.5rem;justify-content:center;text-align:center}.profile-empty--grid{border:1px dashed #94a3b859;border-radius:12px;grid-column:1/-1;padding:clamp(2rem,6vw,3rem)}.profile-empty__icon{color:#e2e8f0bf;font-size:clamp(2.6rem,7vw,3.2rem)}.profile-empty__title{color:var(--color-text);font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.profile-empty__description{color:#e2e8f0b8;font-size:.9rem;line-height:1.6;margin:0;max-width:32ch}.profile-bottom-bar{grid-gap:.25rem;align-items:center;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#0f172ab8;border:1px solid #94a3b859;border-radius:12px;bottom:calc(max(.9rem, env(safe-area-inset-bottom, .9rem)));box-shadow:0 18px 34px #0f172a59;display:grid;gap:.25rem;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;left:50%;padding:.75rem 1rem;position:fixed;transform:translateX(-50%);width:min(520px,calc(100% - 2.4rem));z-index:100}.profile-bottom-bar__item{align-items:center;background:#0000;border:none;border-radius:12px;color:#94a3b8d9;cursor:pointer;display:inline-flex;font-size:1.1rem;justify-content:center;padding:.65rem .5rem;transition:color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast)}.profile-bottom-bar__item:hover{color:#e2e8f0f2}.profile-bottom-bar__item--search.is-active{background:#94a3b829;box-shadow:0 12px 24px #0f172a59;color:#e2e8f0f2}.profile-bottom-bar__item--create{background:linear-gradient(135deg,#3e37b6,#53289e);border:1px solid #94a3b859;border-radius:12px;box-shadow:0 12px 24px #0f172a73;color:var(--color-text);font-size:1.6rem;padding:.75rem}.profile-bottom-bar__item--create:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 28px #6366f18c,0 0 0 3px #ffffff0a;transform:translateY(-2px)}.profile-bottom-bar__item--avatar{padding:.35rem}.profile-bottom-bar__item--avatar.is-active{background:#0000}.profile-bottom-bar__avatar{align-items:center;background:linear-gradient(135deg,#a855f7a6,#38bdf8a6);border-radius:50%;color:var(--color-text);display:inline-flex;font-size:1rem;font-weight:600;height:2.4rem;justify-content:center;overflow:hidden;transition:box-shadow var(--transition-fast),transform var(--transition-fast);width:2.4rem}.profile-bottom-bar__avatar img{height:100%;object-fit:cover;width:100%}.profile-bottom-bar__avatar span{position:relative;z-index:1}.profile-bottom-bar__item--avatar.is-active .profile-bottom-bar__avatar{box-shadow:0 0 0 2px #fff9,0 10px 20px #0f172a73;transform:translateY(-1px)}.profile-bottom-bar__item--avatar.is-active .profile-bottom-bar__avatar:hover{box-shadow:0 0 0 2px #ffffffd9,0 14px 28px #0f172a8c;transform:translateY(-2px)}.profile-bottom-bar__icon{align-items:center;display:inline-flex;font-size:1.25rem;justify-content:center;line-height:1;position:relative}.profile-bottom-bar__badge{background:linear-gradient(135deg,#f87171,#ef4444);border-radius:50%;box-shadow:0 0 0 2px #0f172aeb;height:.7rem;position:absolute;right:-.25rem;top:-.15rem;width:.7rem}@media (max-width:900px){.profile-hero{gap:1.5rem}.profile-hero__primary{grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center}.profile-summary__avatar-container{align-self:center}.profile-identity{text-align:center;width:100%}.profile-identity__header{justify-content:center}.profile-identity__content,.profile-identity__headline{align-items:center}.profile-identity__details{gap:clamp(.75rem,3vw,1.2rem)}.profile-identity__bio,.profile-identity__link{text-align:center}.profile-bottom-bar__item--create{font-size:1.4rem}.profile-summary__stats{gap:clamp(1rem,4vw,2rem);justify-content:center}.profile-hero__premium-button{height:2.5rem;justify-content:center;padding:0;width:2.5rem}.profile-hero__premium-button span{display:none}}@media (max-width:640px){.profile-page{gap:1.5rem;margin-bottom:2rem}.profile-identity__stats-card{padding:.75rem .9rem}.profile-summary__stats{gap:.75rem}.profile-summary__stats li{min-width:0}.profile-identity__stats-card .profile-summary__stat-value{font-size:1.25rem}.profile-identity__stats-card .profile-summary__stat-label{font-size:.68rem;letter-spacing:.14em}.profile-grid{grid-template-columns:repeat(3,1fr)}.profile-bottom-bar{backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-radius:12px;box-shadow:0 18px 42px #0f172a73;grid-auto-columns:minmax(0,1fr);padding:.55rem;width:calc(100% - .75rem)}.profile-bottom-bar__item{font-size:.95rem;padding:.5rem .35rem}.profile-bottom-bar__item--create{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:1px solid #ffffff1f;border-radius:8px;box-shadow:0 12px 28px #6366f18c,0 0 0 3px #ffffff0a;color:#fff;display:inline-flex;font-size:1.4rem;height:2.8rem;justify-content:center;padding:0;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast);width:2.8rem}.profile-bottom-bar__item--create:focus-visible,.profile-bottom-bar__item--create:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 28px #6366f18c,0 0 0 3px #ffffff0a;transform:translateY(-16px)}.profile-bottom-bar__item--create:active{transform:translateY(-13px)}.profile-bottom-bar__item--avatar{align-items:center;border-radius:50%;display:flex;flex:0 0 auto;justify-content:center;padding:.3rem}.profile-bottom-bar__item--avatar .profile-bottom-bar__avatar{align-items:center;aspect-ratio:1/1;border-radius:50%;display:flex;height:2.2rem;justify-content:center;margin:0 auto;min-height:2.2rem;min-width:2.2rem;width:2.2rem}.profile-bottom-bar__item--avatar.is-active .profile-bottom-bar__avatar{box-shadow:0 0 0 2px #ffffff8c,0 6px 14px #0f172a66;transform:none}.profile-bottom-bar__icon{font-size:1rem}.profile-bottom-bar__item--create .profile-bottom-bar__icon{font-size:1.4rem}}.profile-page:not(.profile-page--public) .profile-gallery{margin-bottom:5.5rem}@media (max-width:720px){.profile-page:not(.profile-page--public) .profile-gallery{margin-bottom:clamp(1.25rem,6vw,2.5rem)}.profile-page:not(.profile-page--public) .profile-bio__description--empty.profile-identity__bio,.profile-page:not(.profile-page--public) .profile-bio__description.profile-identity__bio,.profile-page:not(.profile-page--public) .profile-identity__bio{display:block;margin-left:auto;margin-right:auto;text-align:center;width:100%}}@media (max-width:520px){.profile-page:not(.profile-page--public) .profile-gallery{margin-bottom:3rem}}.chat-modal__backdrop{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.chat-modal{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:14px;box-shadow:var(--glass-shadow);display:flex;flex-direction:column;height:min(95vh,920px);max-height:95vh;overflow:hidden;width:min(100%,980px)}.chat-modal__header{align-items:center;background:#0000;display:flex;gap:12px;justify-content:space-between;padding:12px 18px}.chat-modal__title-group{align-items:center;display:inline-flex;gap:.75rem}.chat-modal__title-icon{align-items:center;background:#ffffff14;border:1px solid #94a3b833;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0a;color:#f1f5f9eb;display:inline-flex;font-size:1.05rem;height:42px;justify-content:center;width:42px}.chat-modal__title-icon svg{height:1em;width:1em}.chat-modal__title{color:var(--color-text);font-size:1.25rem;font-weight:600;letter-spacing:.01em;margin:0}.chat-modal__body{display:flex;flex:1 1 auto;min-height:0}.chat-modal__sidebar{border-right:1px solid #94a3b80f;display:flex;flex:0 0 300px;flex-direction:column;gap:12px;min-height:0;min-width:300px;overflow-y:auto;padding:12px;width:300px}.chat-modal__search{background:var(--glass-bg);display:flex;flex-direction:column;gap:6px;padding-bottom:8px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.chat-modal__search-field{align-items:center;background:#ffffff0d;border:1px solid #94a3b81f;border-radius:10px;display:flex;gap:10px;padding:8px 12px}.chat-modal__search-field svg{color:var(--color-muted);font-size:.85rem}.chat-modal__search-field input{background:#0000;border:none;color:var(--color-text);flex:1 1 auto;font-size:.9rem;padding:0}.chat-modal__search-field input::placeholder{color:var(--color-muted)}.chat-modal__search-field input:focus-visible{outline:none}.chat-modal__search-field:focus-within{border-color:#22d3ee73;box-shadow:0 0 0 1px #22d3ee40}.chat-modal__conversation-list{display:flex;flex:1 1 auto;flex-direction:column;gap:6px;list-style:none;margin:0;min-height:0;padding:0}.chat-modal__sidebar-footer{border-top:1px solid #94a3b814;margin-top:auto;padding-top:12px}.chat-modal__push{background:#0f172a8c;border:1px solid #94a3b824;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0a;display:flex;flex-direction:column;gap:14px;margin-bottom:12px;padding:14px 16px;position:relative}.chat-modal__push-header{align-items:center;display:flex;padding-right:36px;position:relative}.chat-modal__push-heading{color:var(--color-text);font-size:.95rem;font-weight:600;letter-spacing:.01em;margin:0}.chat-modal__push-toggle{align-items:center;background:#0f172ab3;border:1px solid #0000;border-radius:8px;color:#e2e8f0db;cursor:pointer;display:inline-flex;flex-shrink:0;height:28px;justify-content:center;position:absolute;right:0;top:0;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);width:28px}.chat-modal__push-toggle:focus-visible,.chat-modal__push-toggle:hover{background:#94a3b840;border-color:#e2e8f040;outline:none}.chat-modal__push-toggle:focus-visible{box-shadow:0 0 0 2px #22d3ee59}.chat-modal__push-toggle:disabled{cursor:default;opacity:.65}.chat-modal__push-toggle svg{font-size:.78rem}.chat-modal__push-body{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.chat-modal__push--collapsed .chat-modal__push-body{display:none}.chat-modal__push-text{display:flex;flex-direction:column;gap:6px}.chat-modal__push-title{color:var(--color-text);font-size:.92rem;font-weight:600}.chat-modal__push-subtitle{color:#cbd5e1c7;font-size:.78rem;line-height:1.4}.chat-modal__push-button{align-items:center;background:#22d3ee29;border:1px solid #22d3ee59;border-radius:8px;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.84rem;font-weight:500;gap:8px;justify-content:center;padding:7px 18px;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.chat-modal__push-button:focus-visible,.chat-modal__push-button:hover{background:#22d3ee3d;border-color:#22d3ee80;outline:none;transform:translateY(-1px)}.chat-modal__push-button:disabled{background:#94a3b824;border-color:#94a3b83d;cursor:default;opacity:.55;transform:none}.chat-modal__push-button svg{font-size:.86rem}.chat-modal__push-error{color:#fca5a5eb}.chat-modal__push-error,.chat-modal__push-hint{font-size:.75rem;line-height:1.35;text-align:center}.chat-modal__push-hint{color:#a5b4c3d9}.chat-modal__conversation{align-items:center;background:#0000;border:1px solid #0000;border-radius:12px;color:var(--color-text);display:flex;font-size:.9rem;gap:12px;padding:5px 6px;position:relative;text-align:left;transition:background .18s,border-color .18s,transform .12s,box-shadow .18s;width:100%}.chat-modal__conversation:focus-within,.chat-modal__conversation:hover{background:#94a3b80d;box-shadow:0 18px 32px #0f172a2e;outline:none;transform:translateY(-1px)}.chat-modal__conversation.is-menu-open{z-index:60}.chat-modal__conversation.is-menu-open:focus-within,.chat-modal__conversation.is-menu-open:hover{box-shadow:0 18px 32px #0f172a2e;transform:none}.chat-modal__conversation.is-active{background:linear-gradient(135deg,rgba(34,238,238,.164),rgba(56,133,248,.075));border-color:#22d3ee38;box-shadow:0 22px 44px #0f172a40;color:#fff}.chat-modal__conversation.is-active .chat-modal__conversation-menu-trigger{color:#fff}.chat-modal__conversation-avatar{align-items:center;background:linear-gradient(145deg,#22d3ee2e,#94a3b81a);border:1px solid #22d3ee38;border-radius:50%;color:#e2e8f0eb;display:flex;flex-shrink:0;font-size:.95rem;font-weight:700;height:44px;justify-content:center;letter-spacing:.02em;overflow:hidden;position:relative;text-transform:uppercase;width:44px}.chat-modal__conversation-avatar span{pointer-events:none}.chat-modal__conversation-avatar img{display:block;height:100%;object-fit:cover;width:100%}.chat-modal__conversation-avatar-initials{align-items:center;display:flex;inset:0;justify-content:center;padding:0 4px;position:absolute;text-align:center}.chat-modal__conversation-avatar.has-image{background:#0000;border-color:#22d3ee14;box-shadow:none}.chat-modal__conversation-avatar.has-image .chat-modal__conversation-avatar-initials{display:none}.chat-modal__conversation-content{display:flex;flex:1 1 auto;flex-direction:column;gap:2px;min-width:0}.chat-modal__conversation-name{color:var(--color-text);font-weight:600;letter-spacing:.01em;transition:color var(--transition-fast),font-weight var(--transition-fast)}.chat-modal__conversation-preview{color:#cbd5e1bf;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;transition:color var(--transition-fast);white-space:nowrap}.chat-modal__conversation.is-unread .chat-modal__conversation-name{color:var(--color-text);font-weight:700}.chat-modal__conversation.is-unread .chat-modal__conversation-preview{color:#f8fafcd1}.chat-modal__conversation.is-read .chat-modal__conversation-name{color:#e2e8f0c7;font-weight:500}.chat-modal__conversation.is-read .chat-modal__conversation-preview{color:#94a3b8ad}.chat-modal__conversation.is-active .chat-modal__conversation-name,.chat-modal__conversation.is-active .chat-modal__conversation-preview{color:#c5c5c5}.chat-modal__conversation-main{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:flex;flex:1 1 auto;font:inherit;gap:12px;margin:0;min-width:0;padding:0;text-align:left}.chat-modal__conversation-main:focus-visible{border-radius:10px;outline:2px solid #22d3ee66;outline-offset:2px}.chat-modal__conversation-actions{align-items:center;display:flex;flex-shrink:0;position:relative}.chat-modal__conversation-menu-trigger{align-items:center;background:#0f172a33;border:1px solid #0000;border-radius:8px;color:#e2e8f0cc;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast);width:32px}.chat-modal__conversation-menu-trigger:focus-visible,.chat-modal__conversation-menu-trigger:hover{background:#22d3ee2e;border-color:#22d3ee66;color:#fff;outline:none}.chat-modal__conversation-menu{-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);background:#0f172a;border:1px solid #94a3b82e;border-radius:12px;box-shadow:0 18px 40px #0f172a73;display:flex;flex-direction:column;gap:4px;min-width:140px;padding:6px;position:absolute;right:0;top:40px;z-index:50}.chat-modal__conversation-menu:before{background:#0f172af2;border-left:1px solid #94a3b82e;border-top:1px solid #94a3b82e;content:"";height:12px;position:absolute;right:12px;top:-6px;transform:rotate(45deg);width:12px}.chat-modal__conversation-menu-item{background:#0000;border:none;border-radius:8px;color:var(--color-text);cursor:pointer;font-size:.85rem;padding:8px 10px;text-align:left;transition:background var(--transition-fast),color var(--transition-fast);width:100%}.chat-modal__conversation-menu-item:focus-visible,.chat-modal__conversation-menu-item:hover{background:#22d3ee2e;color:#fff;outline:none;z-index:55}.chat-modal__conversation-menu-item:disabled{background:#dddddd0d;color:#e2e8f099;cursor:default;opacity:.55}.chat-modal__mobile-back,.chat-modal__thread-mobile-bar,.chat-modal__thread-mobile-title{display:none}.chat-modal__thread{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;min-width:0;position:relative}.chat-modal__status{align-items:center;color:var(--color-muted);display:flex;flex-direction:column;font-size:.95rem;gap:8px;padding:24px;text-align:center}.chat-modal__status--error{color:#ffb4b4}.chat-modal__messages{-webkit-overflow-scrolling:touch;display:flex;flex:1 1 auto;flex-direction:column;gap:12px;min-height:0;overflow-y:auto;padding:18px 20px 10px;pointer-events:auto;position:relative;width:100%}.chat-modal__scroll-to-latest{align-items:center;-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);background:#0f172ac7;border:1px solid #94a3b859;border-radius:999px;bottom:82px;box-shadow:0 12px 28px #0f172a73;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:8px;left:50%;padding:8px 16px;position:absolute;transform:translateX(-50%);transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast);z-index:3}.chat-modal__scroll-to-latest:focus-visible,.chat-modal__scroll-to-latest:hover{border-color:#38bdf873;box-shadow:0 18px 36px #0f172a8c;outline:none;transform:translate(-50%,-2px)}.chat-modal__scroll-to-latest:active{transform:translate(-50%)}.chat-modal__scroll-to-latest svg{font-size:.85rem}.chat-modal__scroll-to-latest:disabled{box-shadow:none;cursor:default;opacity:.6;transform:translateX(-50%)}.chat-modal__intro{align-items:center;color:var(--color-muted);display:flex;flex-direction:column;gap:8px;padding:24px 20px;text-align:center}.chat-modal__intro strong{color:var(--color-text);font-size:1rem;font-weight:600}.chat-modal__message{background:#ffffff0a;border-radius:14px;box-shadow:0 8px 18px #0f172a40;box-sizing:border-box;color:var(--color-text);font-size:.9rem;line-height:1.45;max-width:78%;padding:12px 16px;position:relative;white-space:pre-wrap;word-break:break-word}.chat-modal__message-wrapper{display:flex;width:100%}.chat-modal__message--outgoing{background:linear-gradient(135deg,#3b82f638,#0ea5e92e);color:var(--color-text);margin-left:auto;margin-right:0}.chat-modal__message--incoming{background:linear-gradient(135deg,#7c3aed29,#ec48991f);color:var(--color-text);margin-left:0;margin-right:auto}.chat-modal__message-author{color:#e2e8f0e0;font-size:.78rem;font-weight:600;letter-spacing:.01em;margin-bottom:4px}.chat-modal__message--outgoing .chat-modal__message-author{text-align:right}.chat-modal__message-body{white-space:inherit;word-break:inherit}.chat-modal__message-body .linkified-anchor{color:var(--color-secondary);text-decoration:underline;word-break:break-word}.chat-modal__message-body .linkified-anchor:focus-visible,.chat-modal__message-body .linkified-anchor:hover{color:#fff;text-decoration:underline}.chat-modal__message-time{align-items:center;color:#cbd5e1b3;display:flex;font-size:.7rem;gap:6px;margin-top:8px}.chat-modal__message-status{align-items:center;color:#94a3b8c7;display:inline-flex;font-size:.78rem;gap:4px}.chat-modal__message-status svg{font-size:.85rem}.chat-modal__message-status--pending{color:#94a3b8a6}.chat-modal__message-status--sent{color:#94a3b8d1}.chat-modal__message-status--delivered{color:#2dd4bfe6}.chat-modal__message-status--read{color:#60a5faf2}.chat-modal__message--shared{padding:0}.chat-modal__message--shared,.chat-modal__message--shared.chat-modal__message--incoming,.chat-modal__message--shared.chat-modal__message--outgoing{background:#0000;box-shadow:none}.chat-modal__message--shared .chat-modal__message-body{padding:0}.chat-modal__shared-post-button{background:none;border:0;border-radius:14px;color:inherit;cursor:pointer;display:block;padding:0;text-align:left;width:100%}.chat-modal__shared-post-button:disabled{cursor:default;opacity:.86}.chat-modal__shared-post-button:focus-visible{outline:2px solid #22d3ee61;outline-offset:3px}.chat-modal__shared-post-button:focus-visible .chat-modal__shared-post-card{box-shadow:0 0 0 2px #22d3ee47}.chat-modal__shared-post-button:disabled .chat-modal__shared-post-card,.chat-modal__shared-post-button:disabled .chat-modal__shared-post-card:hover{box-shadow:none;transform:none}.chat-modal__shared-post-card{align-items:center;background:#0f172ac7;border:1px solid #94a3b82e;border-radius:14px;display:flex;gap:14px;min-width:0;padding:12px 14px;transition:transform .16s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.chat-modal__shared-post-card:hover{border-color:#38bdf847;box-shadow:0 18px 36px #0f172a59;transform:translateY(-1px)}.chat-modal__shared-post-card.is-loading{overflow:hidden;position:relative}.chat-modal__shared-post-card.is-loading:after{animation:chat-modal-shared-sheen 1.4s linear infinite;background:linear-gradient(120deg,#94a3b80d 20%,#94a3b82e 50%,#94a3b80d 80%);content:"";inset:0;pointer-events:none;position:absolute}.chat-modal__shared-post-card--no-thumb .chat-modal__shared-post-thumb{background:#94a3b814}.chat-modal__shared-post-thumb{align-items:center;background:#94a3b814;border:1px solid #94a3b82e;border-radius:12px;display:flex;flex-shrink:0;height:64px;justify-content:center;overflow:hidden;width:64px}.chat-modal__shared-post-thumb img{display:block;height:100%;object-fit:cover;width:100%}.chat-modal__shared-post-info{display:flex;flex-direction:column;gap:6px;min-width:0}.chat-modal__shared-post-title{align-items:center;color:var(--color-text);display:flex;font-size:.95rem;font-weight:600;gap:8px;line-height:1.35;min-width:0}.chat-modal__shared-post-title-text{display:inline-block;min-width:0;word-break:break-word}.chat-modal__shared-post-meta{align-items:center;color:#cbd5e1d1;display:inline-flex;font-size:.8rem;gap:6px;text-transform:none}.chat-modal__typing-indicator{align-items:center;-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);background:#0f172a85;border:1px solid #94a3b814;border-radius:12px;box-shadow:inset 0 1px 0 #ffffff05;color:#e2e8f0d1;display:flex;font-size:.82rem;gap:10px;letter-spacing:.01em;line-height:1.4;margin:0 16px;padding:10px 18px;position:relative;z-index:2}.chat-modal__typing-text{flex:1 1 auto;min-width:0}.chat-modal__typing-dots{align-items:center;display:inline-flex;gap:5px;margin-left:auto;padding-left:6px}.chat-modal__typing-dots span{animation:chatModalTypingBounce 1.2s ease-in-out infinite;background:#94a3b8bf;border-radius:50%;height:6px;width:6px}.chat-modal__typing-dots span:nth-child(2){animation-delay:.15s}.chat-modal__typing-dots span:nth-child(3){animation-delay:.3s}@keyframes chatModalTypingBounce{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media (max-width:640px){.chat-modal__shared-post-card{align-items:flex-start;flex-direction:column;gap:12px;padding:12px}.chat-modal__shared-post-thumb{aspect-ratio:16/9;border-radius:12px;height:auto;width:100%}.chat-modal__shared-post-thumb img{height:100%;object-fit:cover;width:100%}.chat-modal__shared-post-title{font-size:.9rem;gap:6px}.chat-modal__shared-post-meta{flex-wrap:wrap;font-size:.75rem;gap:4px}}@keyframes chat-modal-shared-sheen{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.chat-modal__composer{background:#0000;border-top:1px solid #94a3b80f;box-sizing:border-box;display:flex;flex-direction:column;font-family:var(--font-sans);gap:10px;padding:12px 16px;position:relative;width:100%;z-index:2}.chat-modal__composer textarea{background:#ffffff08;border:1px solid #94a3b80f;border-radius:12px;color:var(--color-text);flex:1 1 auto;font-family:inherit;font-size:.92rem;line-height:1.35;min-height:40px;overflow:hidden;padding:10px 12px;pointer-events:auto;position:relative;resize:none;width:100%;z-index:3}.chat-modal__composer textarea:focus-visible{outline:2px solid #22d3ee4d;outline-offset:2px}.chat-modal__composer-actions{align-items:center;display:flex;gap:10px;justify-content:flex-end;position:relative}.chat-modal__file-input{height:1px;opacity:0;pointer-events:none;position:absolute;width:1px}.chat-modal__composer-attachments{align-items:center;display:flex;gap:10px;margin-bottom:2px;position:relative}.chat-modal__composer-attachments.has-multiple{gap:12px}.chat-modal__composer-attachments-viewport{display:flex;flex:1 1 auto;justify-content:center;overflow:hidden}.chat-modal__composer-attachments-scroller{display:flex;gap:10px;margin:0 auto;max-width:min(520px,100%);overflow-x:auto;overflow-y:hidden;padding:2px 2px 6px;scroll-behavior:smooth;scroll-padding-inline:12px;scroll-snap-type:x mandatory;scrollbar-width:thin}.chat-modal__composer-attachments-scroller::-webkit-scrollbar{height:6px}.chat-modal__composer-attachments-scroller::-webkit-scrollbar-track{background:#0f172a66;border-radius:999px}.chat-modal__composer-attachments-scroller::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.chat-modal__composer-attachments-scroller:focus-visible{outline:2px solid #22d3ee66;outline-offset:2px}.chat-modal__composer-attachments-nav{align-items:center;background:#0f172a8c;border:1px solid #94a3b82e;border-radius:999px;color:#e2e8f0d9;cursor:pointer;display:inline-flex;flex-shrink:0;height:34px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),color var(--transition-fast);width:34px}.chat-modal__composer-attachments-nav:focus-visible,.chat-modal__composer-attachments-nav:hover{background:#22d3ee33;border-color:#22d3ee73;color:#fff;outline:none;transform:translateY(-1px)}.chat-modal__composer-attachments-nav:disabled{cursor:default;opacity:.45;transform:none}.chat-modal__composer-attachments-nav svg{font-size:.8rem}.chat-modal__composer-attachment{align-items:center;background:#0f172a99;border:1px solid #94a3b82e;border-radius:12px;box-shadow:0 8px 18px #0f172a40;display:flex;flex:0 0 clamp(200px,52vw,320px);gap:10px;max-width:100%;min-width:0;padding:8px 10px;scroll-snap-align:center}.chat-modal__composer-attachment--uploading{opacity:.85}.chat-modal__composer-attachment--ready{border-color:#22d3ee59}.chat-modal__composer-attachment--error{background:#ef44441f;border-color:#ef44448c}.chat-modal__composer-attachment--error .chat-modal__composer-attachment-preview{background:#ef444429;border-color:#ef444459;color:#fecacaf2}.chat-modal__composer-attachment--voice-preview{background:#0000;border:none;box-shadow:none;padding:0;width:100%}.chat-modal__composer-attachment--voice-preview .chat-modal__voice-preview{width:100%}.chat-modal__composer-attachment--ready .chat-modal__composer-attachment-preview{background:#38bdf829;border-color:#38bdf859;color:#bfdbfef5}.chat-modal__composer-attachment-preview{align-items:center;background:#94a3b81f;border:1px solid #94a3b829;border-radius:10px;color:#e2e8f0d1;display:flex;flex-shrink:0;height:42px;justify-content:center;overflow:hidden;width:42px}.chat-modal__composer-attachment-preview img{display:block;height:100%;object-fit:cover;width:100%}.chat-modal__composer-attachment-info{display:flex;flex-direction:column;gap:2px;min-width:0}.chat-modal__composer-attachment-name{color:var(--color-text);font-size:.85rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-modal__composer-attachment-size{color:#cbd5e1bf;font-size:.74rem}.chat-modal__composer-attachment-status{color:#94a3b8c7;font-size:.72rem}.chat-modal__composer-attachment-status.is-error{color:#fca5a5eb}.chat-modal__composer-attachment-actions{align-items:center;display:flex;gap:6px;margin-left:auto}.chat-modal__composer-attachment-action{background:#0000;border:none;border-radius:8px;color:#e2e8f0cc;cursor:pointer;font-size:.78rem;padding:4px 6px;transition:background var(--transition-fast),color var(--transition-fast)}.chat-modal__composer-attachment-action:focus-visible,.chat-modal__composer-attachment-action:hover{background:#22d3ee2e;color:#fff;outline:none}.chat-modal__composer-attachment-remove{align-items:center;border-radius:8px;display:inline-flex;height:28px;justify-content:center;width:28px}.chat-modal__voice-permission-hint{background:#1e40af38;border:1px solid #3b82f661;border-radius:8px;color:#f8fafceb;font-size:.78rem;line-height:1.4;padding:6px 10px}.chat-modal__composer-error{background:#ef44441f;border:1px solid #ef444447;border-radius:8px;color:#fca5a5e6;font-size:.78rem;padding:6px 10px}.chat-modal__composer-attach{align-items:center;background:#ffffff08;border:1px solid #94a3b81f;border-radius:12px;color:#e2e8f0cc;cursor:pointer;display:inline-flex;height:42px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);width:42px}.chat-modal__composer-attach:focus-visible,.chat-modal__composer-attach:hover{background:#22d3ee2e;border-color:#22d3ee73;color:#fff;outline:none;transform:translateY(-1px)}.chat-modal__composer-attach:disabled{cursor:default;opacity:.55;transform:none}.chat-modal__voice-preview{align-items:center;background:linear-gradient(135deg,#38bdf82e,#0ea5e929);border:1px solid #38bdf859;border-radius:14px;box-shadow:0 16px 28px #0f172a47;display:flex;gap:12px;padding:10px 14px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);width:100%}.chat-modal__voice-preview.is-playing{border-color:#3b82f673;box-shadow:0 20px 36px #3b82f647}.chat-modal__voice-preview--inline{margin:0}.chat-modal__voice-preview-toggle{align-items:center;background:#0f172a8c;border:1px solid #94a3b833;border-radius:11px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),color var(--transition-fast);width:36px}.chat-modal__voice-preview-toggle:focus-visible,.chat-modal__voice-preview-toggle:hover{background:#22d3ee47;border-color:#22d3ee7a;outline:none;transform:translateY(-1px)}.chat-modal__voice-preview-toggle:disabled{cursor:default;opacity:.6;transform:none}.chat-modal__voice-preview-body{display:flex;flex:1 1 auto;flex-direction:column;gap:8px;min-width:0}.chat-modal__voice-preview-header{align-items:center;display:flex;gap:10px;justify-content:space-between}.chat-modal__voice-preview-title{align-items:center;color:#e2e8f0f2;display:inline-flex;font-size:.88rem;font-weight:600;gap:8px;letter-spacing:.02em}.chat-modal__voice-preview-title svg{font-size:.9rem}.chat-modal__voice-preview-badge{align-items:center;background:#0f172a73;border:1px solid #94a3b842;border-radius:999px;color:#bfdbfeeb;display:inline-flex;font-size:.72rem;gap:4px;letter-spacing:.04em;padding:2px 10px;text-transform:uppercase}.chat-modal__voice-preview-waveform{align-items:flex-end;display:flex;gap:3px;height:32px;padding:2px 0}.chat-modal__voice-preview-waveform-bar{background:#94a3b859;border-radius:2px 2px 0 0;flex:1 1 auto;min-width:3px;transition:height .12s ease,background .12s ease}.chat-modal__voice-preview-waveform-bar.is-played{background:#22d3eed9}.chat-modal__voice-preview-waveform-placeholder{align-items:center;color:#bfdbfed9;display:inline-flex;font-size:.78rem;justify-content:center;letter-spacing:.08em;text-transform:uppercase;width:100%}.chat-modal__voice-preview-meta{align-items:center;color:#cbd5e1db;display:flex;flex-wrap:wrap;font-size:.75rem;gap:10px}.chat-modal__voice-preview-time{align-items:center;color:#e2e8f0f2;display:inline-flex;font-weight:600;gap:4px;letter-spacing:.03em}.chat-modal__voice-preview-time-separator{opacity:.6}.chat-modal__voice-preview-status{color:#7dd3fcd9;font-size:.72rem}.chat-modal__voice-preview-status.is-error{color:#fca5a5eb}.chat-modal__voice-preview-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.chat-modal__voice-preview-action{align-items:center;background:#0f172a73;border:1px solid #94a3b83d;border-radius:10px;color:#e2e8f0e6;cursor:pointer;display:inline-flex;font-size:.78rem;gap:6px;padding:6px 12px;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.chat-modal__voice-preview-action:focus-visible,.chat-modal__voice-preview-action:hover{background:#22d3ee3d;border-color:#22d3ee73;color:#fff;outline:none;transform:translateY(-1px)}.chat-modal__voice-preview-action.is-danger{background:#ef44442e;border-color:#ef444459;color:#fee2e2f2}.chat-modal__voice-preview-action.is-danger:focus-visible,.chat-modal__voice-preview-action.is-danger:hover{background:#ef444442;border-color:#ef44448c;color:#fff}.chat-modal__message-attachments{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.chat-modal__message-attachment{align-items:center;appearance:none;-webkit-appearance:none;background:#0f172a99;border:1px solid #94a3b82e;border-radius:12px;box-shadow:0 8px 18px #0f172a40;color:var(--color-text);cursor:pointer;display:inline-flex;font:inherit;gap:10px;line-height:1.2;max-width:100%;padding:8px 12px;text-align:left;text-decoration:none}.chat-modal__message-attachment:focus-visible,.chat-modal__message-attachment:hover{border-color:#22d3ee73;box-shadow:0 14px 28px #22d3ee33;outline:none}.chat-modal__message-attachment--audio{align-items:stretch;background:#0f172ab3;border-color:#94a3b842;box-shadow:0 16px 32px #0f172a52;gap:12px;padding:10px 14px}.chat-modal__message-attachment--audio audio{background:#0f172acc;border-radius:999px;color-scheme:dark;filter:drop-shadow(0 8px 18px rgba(15,23,42,.25));max-width:60vw;outline:none;width:200px}.chat-modal__message-attachment--audio audio::-webkit-media-controls-enclosure{background:#0000;border-radius:999px}.chat-modal__message-attachment--audio audio::-webkit-media-controls-panel,.chat-modal__message-attachment--audio audio::-webkit-media-controls-timeline-container{background:#0000}.chat-modal__message-attachment--audio audio::-moz-focus-inner{border:0}.chat-modal__message-attachment--voice{background:linear-gradient(135deg,#38bdf833,#3b82f624);border-color:#38bdf859}.chat-modal__message-attachment-audio-meta{display:flex;flex-direction:column;gap:6px;min-width:0}.chat-modal__message-attachment-audio-info{align-items:center;color:#cbd5e1d1;display:flex;flex-wrap:wrap;font-size:.75rem;gap:8px}.chat-modal__message-attachment-duration{color:#e2e8f0f2;font-weight:600}.chat-modal__message-attachment-download{color:#38bdf8e0;font-weight:600;text-decoration:none}.chat-modal__message-attachment-download:focus-visible,.chat-modal__message-attachment-download:hover{color:#fff;text-decoration:underline}.chat-modal__message-attachment--image{background:#0000;border:none;box-shadow:none;overflow:hidden;padding:0}.chat-modal__message-attachment--image img{border-radius:12px;display:block;height:auto;max-width:220px;width:100%}.chat-modal__message-attachment-icon{align-items:center;background:#94a3b81f;border-radius:10px;color:#e2e8f0d9;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.chat-modal__message-attachment-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.chat-modal__message-attachment-name{font-size:.84rem;font-weight:600;word-break:break-word}.chat-modal__message-attachment-size{color:#cbd5e1bf;font-size:.72rem}.chat-modal__emoji{align-items:center;display:flex;position:relative}.chat-modal__emoji-toggle{align-items:center;background:#ffffff08;border:1px solid #94a3b81f;border-radius:12px;color:#e2e8f0cc;cursor:pointer;display:inline-flex;height:42px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);width:42px}.chat-modal__emoji-toggle:focus-visible,.chat-modal__emoji-toggle:hover{background:#22d3ee2e;border-color:#22d3ee73;color:#fff;outline:none;transform:translateY(-1px)}.chat-modal__emoji-toggle.is-active{background:linear-gradient(135deg,#22d3ee4d,#38bdf83d);border-color:#22d3ee8c;box-shadow:0 14px 28px #22d3ee3d;color:#fff}.chat-modal__composer-voice{align-items:center;background:#0f172a7a;border:1px solid #94a3b824;border-radius:12px;color:#e2e8f0db;cursor:pointer;display:inline-flex;height:42px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);width:42px}.chat-modal__composer-voice:focus-visible,.chat-modal__composer-voice:hover{background:#22d3ee3d;border-color:#22d3ee8c;color:#fff;outline:none;transform:translateY(-1px)}.chat-modal__composer-voice.is-active{background:linear-gradient(135deg,#38bdf842,#0ea5e938);border-color:#38bdf88c;box-shadow:0 16px 32px #0ea5e947;color:#fff;transform:none}.chat-modal__composer-voice:disabled{cursor:default;opacity:.6;transform:none}.chat-modal__emoji-popover{backdrop-filter:blur(18px) saturate(120%);backdrop-filter:var(--glass-backdrop,blur(18px) saturate(120%));-webkit-backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:var(--glass-backdrop,blur(18px) saturate(120%));background:#0000;border:1px solid #94a3b83d;border-radius:16px;bottom:calc(100% + 12px);box-shadow:0 24px 48px #0f172a73;max-height:calc(100vh - 160px);overflow:hidden;padding:8px;position:absolute;right:0;width:min(360px,92vw);z-index:12}.chat-modal__emoji-popover emoji-picker{--background:#0000;--border-size:0;--border-color:#94a3b833;--button-hover-background:#22d3ee2e;--button-active-background:#22d3ee42;--indicator-color:#22d3eed1;--input-background:#0f172a99;--input-border-color:#22d3ee6b;--input-font-color:var(--color-text);--input-placeholder-color:#94a3b8bf;--outline-color:#22d3ee8c;--category-font-color:var(--color-text);background:#0000;color:var(--color-text);display:block;height:100%;width:100%}.chat-modal__voice-recorder{align-items:center;background:linear-gradient(135deg,#22d3ee2e,#38bdf81f);border:1px solid #22d3ee59;border-radius:14px;box-shadow:0 16px 32px #0f172a47;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;padding:12px 16px;width:100%}.chat-modal__voice-recorder.is-processing{opacity:.85}.chat-modal__voice-recorder-control{align-items:center;background:#0f172a99;border:1px solid #94a3b833;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);width:40px}.chat-modal__voice-recorder-control:focus-visible,.chat-modal__voice-recorder-control:hover{background:#22d3ee47;border-color:#22d3ee7a;outline:none;transform:translateY(-1px)}.chat-modal__voice-recorder-control:disabled{cursor:default;opacity:.6;transform:none}.chat-modal__voice-recorder-controls{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.chat-modal__voice-recorder-control--pause{background:linear-gradient(135deg,#22d3ee38,#38bdf842);border-color:#22d3ee8c}.chat-modal__voice-recorder-control--pause.is-resume{background:linear-gradient(135deg,#fbbf2438,#fdba7442);border-color:#fbbf248c}.chat-modal__voice-recorder-control--confirm{background:linear-gradient(135deg,#22c55e38,#10b98142);border-color:#22c55e85}.chat-modal__voice-recorder-control--cancel{background:#0f172a80}.chat-modal__voice-recorder-info{display:flex;flex:1 1 220px;flex-direction:column;gap:4px;min-width:0}.chat-modal__voice-recorder-label{color:#e2e8f0e6;font-size:.82rem;font-weight:600;letter-spacing:.01em}.chat-modal__voice-recorder-timer{color:#cbd5e1d9;font-size:.78rem;letter-spacing:.04em}.chat-modal__composer-attachment-duration{color:#e2e8f0e6;font-size:.74rem;font-weight:600;letter-spacing:.03em}.chat-modal__composer-send{align-items:center;background:linear-gradient(135deg,#1a3056,#15334c);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;height:44px;justify-content:center;min-width:0;padding:0;transition:transform var(--transition-fast),box-shadow var(--transition-fast);width:44px}.chat-modal__composer-send svg{font-size:1rem}.chat-modal__composer-send:disabled{box-shadow:none;cursor:default;opacity:.6;transform:none}.chat-modal__composer-send:not(:disabled):focus-visible,.chat-modal__composer-send:not(:disabled):hover{box-shadow:0 18px 36px #0e749059;outline:none;transform:translateY(-1px)}.chat-modal__load-more{align-items:center;align-self:center;background:#ffffff08;border:1px solid #94a3b80a;border-radius:20px;color:var(--color-muted);cursor:pointer;display:inline-flex;font-size:.72rem;gap:8px;letter-spacing:.04em;margin:6px auto 12px;padding:6px 14px;text-transform:uppercase}.chat-modal__load-more:focus-visible,.chat-modal__load-more:hover{background:#94a3b80a}@media (max-width:980px){.chat-modal{border-radius:0;max-height:95vh;width:100%}.chat-modal__sidebar{flex:0 0 220px;min-width:220px;width:220px}}@media (max-width:640px){.chat-modal__body{height:100%}.chat-modal__body,.chat-modal__body--sidebar-only{flex-direction:column}.chat-modal__sidebar{border-bottom:1px solid #94a3b80f;border-right:none;flex:1 1 auto;flex-direction:column;max-height:200px;min-width:0;width:100%}.chat-modal__sidebar--mobile-full{flex:1 1 auto;height:100%;max-height:none;overflow:hidden;padding-bottom:20px}.chat-modal__sidebar--mobile-full .chat-modal__conversation-list{overflow-y:auto;padding-right:4px}.chat-modal__thread{flex:1 1 auto}.chat-modal__thread--mobile .chat-modal__messages{padding-top:12px}.chat-modal__scroll-to-latest{bottom:calc(env(safe-area-inset-bottom, 0px) + 92px)}.chat-modal__conversation-menu{right:8px;top:36px}.chat-modal__conversation-menu:before{right:16px}.chat-modal__emoji-popover{backdrop-filter:blur(18px) saturate(120%);backdrop-filter:var(--glass-backdrop,blur(18px) saturate(120%));-webkit-backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:var(--glass-backdrop,blur(18px) saturate(120%));background:#0000;bottom:calc(env(safe-area-inset-bottom, 0px) + 120px);left:50%;max-height:min(420px,calc(100vh - 140px));position:fixed;transform:translateX(-50%);width:min(420px,calc(100vw - 24px))}.chat-modal__emoji-popover emoji-picker{max-height:min(400px,calc(100vh - 180px))}.chat-modal__thread-mobile-bar{align-items:center;-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);background:#0f172ad1;border-bottom:1px solid #94a3b814;display:flex;gap:10px;padding:10px 12px;position:-webkit-sticky;position:sticky;top:0;z-index:2}.chat-modal__mobile-back{align-items:center;background:#0f172a99;border:1px solid #94a3b842;border-radius:999px;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.85rem;gap:8px;padding:6px 12px;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.chat-modal__mobile-back:focus-visible,.chat-modal__mobile-back:hover{background:#22d3ee33;border-color:#22d3ee8c;outline:none;transform:translateY(-1px)}.chat-modal__thread-mobile-title{background:none;border:0;color:var(--color-text);cursor:default;display:block;flex:1 1 auto;font-family:inherit;font-size:.95rem;font-weight:600;overflow:hidden;padding:0 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.chat-modal__thread-mobile-title:not(:disabled){color:var(--color-text);color:var(--color-primary-text,var(--color-text));cursor:pointer}.chat-modal__thread-mobile-title:focus-visible{outline:2px solid var(--color-accent);outline:2px solid var(--color-focus-ring,var(--color-accent));outline-offset:2px}.chat-modal__thread-mobile-title:disabled{opacity:.75}.chat-modal__composer-attachments{align-items:stretch;flex-direction:column;gap:8px}.chat-modal__composer-attachments-nav{display:none}.chat-modal__composer-attachments-viewport{width:100%}.chat-modal__composer-attachments-scroller{gap:12px;margin:0;max-width:100%;padding:0 0 6px}.chat-modal__composer-attachment{flex:0 0 min(48vw,300px);margin:0 auto;max-width:min(48vw,300px)}}.media-viewer{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#080f1ee0;display:flex;inset:0;justify-content:center;padding:48px 32px;position:fixed;z-index:9999}.media-viewer__content{gap:18px;max-height:86vh;max-width:min(92vw,1100px);position:relative}.media-viewer__content,.media-viewer__figure{align-items:center;display:flex;flex-direction:column}.media-viewer__figure{justify-content:center;margin:0;max-height:80vh}.media-viewer__figure img{border-radius:20px;box-shadow:0 28px 60px #0307128c;display:block;height:auto;max-height:72vh;max-width:min(92vw,1100px);object-fit:contain;width:auto}.media-viewer__caption{align-items:center;color:#e2e8f0db;display:flex;font-size:.95rem;gap:12px;margin-top:16px}.media-viewer__caption-name{font-weight:600}.media-viewer__caption-size{color:#cbd5e1c7;font-size:.85rem}.media-viewer__download{align-items:center;background:#22d3ee24;border-radius:999px;color:#e2e8f0eb;display:inline-flex;font-weight:600;gap:10px;padding:10px 18px;text-decoration:none;transition:background .2s ease,transform .2s ease}.media-viewer__download:focus-visible,.media-viewer__download:hover{background:#22d3ee38;outline:none;transform:translateY(-1px)}.media-viewer__download svg{font-size:.95rem}.media-viewer__close{align-items:center;background:#0f172ab3;border:none;border-radius:50%;color:#e2e8f0eb;cursor:pointer;display:inline-flex;height:42px;justify-content:center;position:absolute;right:24px;top:24px;transition:background .2s ease,transform .2s ease;width:42px}.media-viewer__close:focus-visible,.media-viewer__close:hover{background:#1e40afb3;outline:none;transform:rotate(3deg) scale(1.04)}.media-viewer__close svg{font-size:1.05rem}.media-viewer__nav{align-items:center;background:#0f172aa6;border:none;border-radius:50%;color:#e2e8f0eb;cursor:pointer;display:inline-flex;height:52px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s ease,transform .2s ease;width:52px}.media-viewer__nav:focus-visible,.media-viewer__nav:hover{background:#1e40afb3;outline:none;transform:translateY(-50%) scale(1.05)}.media-viewer__nav svg{font-size:1.1rem}.media-viewer__nav--prev{left:24px}.media-viewer__nav--next{right:24px}.media-viewer__pagination{align-items:center;background:#0f172aad;border-radius:999px;bottom:26px;color:#e2e8f0eb;display:inline-flex;font-size:.85rem;font-weight:600;gap:6px;left:50%;padding:8px 14px;position:absolute;transform:translateX(-50%)}.media-viewer__pagination-divider{opacity:.6}@media (max-width:768px){.media-viewer{padding:32px 16px}.media-viewer__nav{height:46px;width:46px}.media-viewer__close{height:38px;right:16px;top:16px;width:38px}.media-viewer__figure img{max-height:70vh;max-width:100vw}.media-viewer__pagination{bottom:18px}}.profile-page--public .profile-hero{position:relative;z-index:10}.public-profile__status{grid-gap:.75rem;background:#0f172aad;border:1px solid #94a3b847;border-radius:12px;box-shadow:0 24px 40px #0f172a59;color:#e2e8f0e6;display:grid;gap:.75rem;margin:clamp(2rem,6vw,3rem) auto;max-width:520px;padding:clamp(1.5rem,5vw,2.2rem);text-align:center}.public-profile__status--error{border-color:#f8717173;color:#f87171f2}.public-profile__status a{color:#e2e8f0f2;text-decoration:underline;text-underline-offset:4px}.public-profile__status--error a{color:#fca5a5f2}.public-profile__floating-menu{align-items:center;display:flex;gap:.75rem;justify-content:flex-end;position:absolute;right:.85rem;top:.85rem;z-index:30}.public-profile__floating-menu .public-profile__quick-actions{align-items:center;display:flex;flex-wrap:nowrap;gap:.6rem;justify-content:flex-end}.public-profile__floating-menu .public-profile__more-button{flex-shrink:0}.public-profile__floating-menu .public-profile__actions-menu-dropdown{top:calc(100% + .45rem)}.public-profile__more-button{align-items:center;background:#0f172a9e;border:1px solid #94a3b859;border-radius:12px;box-shadow:0 12px 24px #0f172a52;color:#e2e8f0d9;display:inline-flex;height:42px;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border .18s ease,color .18s ease;width:42px}.public-profile__more-button:focus-visible,.public-profile__more-button:hover{background:#1e293be0;border-color:#94a3b88c;box-shadow:0 16px 30px #0f172a6b;color:#e2e8f0f2;transform:translateY(-1px)}.public-profile__more-button:focus-visible{outline:2px solid #60a5fab3;outline-offset:3px}.public-profile__more-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.65;transform:none}.public-profile__actions-menu-dropdown{grid-gap:.15rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172aeb;border:1px solid #94a3b859;border-radius:12px;box-shadow:0 28px 48px #0f172a73;display:grid;gap:.15rem;min-width:220px;padding:.35rem;position:absolute;right:0;top:calc(100% + .5rem);z-index:40}.public-profile__actions-menu-dropdown button{align-items:center;background:#0000;border:none;border-radius:12px;color:#e2e8f0e6;display:flex;font-size:.95rem;font-weight:500;gap:.55rem;padding:.65rem .85rem;text-align:left;transition:background .16s ease,color .16s ease,transform .16s ease;width:100%}.public-profile__actions-menu-dropdown button svg{font-size:.95rem}.public-profile__actions-menu-dropdown button:focus-visible,.public-profile__actions-menu-dropdown button:hover{background:#1e40af52;color:#bfdbfef2;transform:translateY(-1px)}.public-profile__actions-menu-dropdown button:focus-visible{outline:2px solid #60a5faa6;outline-offset:2px}.public-profile__actions-menu-dropdown button:disabled{cursor:not-allowed;opacity:.6;transform:none}.public-profile__quick-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.profile-identity__details>.public-profile__quick-actions{margin-top:1.15rem}.public-profile__icon-button{align-items:center;background:#0f172a9e;border:1px solid #94a3b859;border-radius:12px;box-shadow:0 12px 22px #0f172a52;color:#e2e8f0d9;display:inline-flex;height:42px;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border .18s ease,color .18s ease;width:42px}.public-profile__icon-button svg{font-size:1.05rem}.public-profile__icon-button:focus-visible,.public-profile__icon-button:hover{background:#1e293be0;border-color:#94a3b88c;box-shadow:0 16px 30px #0f172a6b;color:#e2e8f0f2;transform:translateY(-1px)}.public-profile__icon-button:focus-visible{outline:2px solid #60a5fab3;outline-offset:3px}.public-profile__icon-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.65;transform:none}.public-profile__guest-invite{bottom:clamp(1rem,5vw,2.5rem);left:50%;pointer-events:none;position:fixed;transform:translateX(-50%);width:min(560px,calc(100% - 2.4rem));z-index:60}.public-profile__guest-invite__content{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172adb;border:1px solid #94a3b859;border-radius:18px;box-shadow:0 22px 44px #0f172a73;display:flex;gap:1.2rem;justify-content:space-between;padding:clamp(1rem,2.8vw,1.35rem) clamp(1rem,3.4vw,1.6rem);pointer-events:auto}.public-profile__guest-invite__copy{grid-gap:.35rem;display:grid;gap:.35rem}.public-profile__guest-invite__copy h2{color:#ecfcfff2;font-size:clamp(1rem,3vw,1.2rem);letter-spacing:.08em;margin:0;text-transform:uppercase}.public-profile__guest-invite__copy p{color:#d1d5dbd9;font-size:.95rem;line-height:1.5;margin:0}.public-profile__guest-invite__actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.public-profile__guest-invite__button{align-items:center;background:#0f172a99;border:1px solid #94a3b873;border-radius:12px;color:#e2e8f0eb;display:inline-flex;flex:1 1 170px;font-weight:600;justify-content:center;letter-spacing:.05em;padding:.65rem 1.35rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border .18s ease,color .18s ease}.public-profile__guest-invite__button:focus-visible,.public-profile__guest-invite__button:hover{background:#1e293beb;border-color:#94a3b8a6;box-shadow:0 16px 28px #0f172a61;color:#ecfcfffa;transform:translateY(-1px)}.public-profile__guest-invite__button:focus-visible{outline:2px solid #60a5fabf;outline-offset:3px}.public-profile__guest-invite__button--primary{background:linear-gradient(135deg,#7c3aedf2,#3b82f6e6);border-color:#8b5cf6b3;box-shadow:0 20px 34px #312e8173;color:#f0f9fffa}.public-profile__guest-invite__button--primary:focus-visible,.public-profile__guest-invite__button--primary:hover{background:linear-gradient(135deg,#8b5cf6fa,#3b82f6f5);border-color:#bfdbfee6;box-shadow:0 24px 40px #1e40af73;color:#fffffffa}@media (max-width:720px){.public-profile__guest-invite{width:min(520px,calc(100% - 1.6rem))}.public-profile__guest-invite__content{align-items:flex-start;flex-direction:column;gap:1rem}.public-profile__guest-invite__actions{justify-content:stretch;width:100%}.public-profile__guest-invite__button{flex:1 1 auto;width:100%}}@media (max-width:520px){.public-profile__guest-invite{bottom:clamp(.75rem,4vw,1.25rem)}}.public-profile__icon-button--message{background:linear-gradient(135deg,#818cf8eb,#a855f7eb);border-color:#94a3b859;box-shadow:0 12px 26px #818cf859;color:#f8fafc}.public-profile__icon-button--message:focus-visible,.public-profile__icon-button--message:hover{background:linear-gradient(135deg,#818cf8eb,#a855f7eb);box-shadow:0 16px 36px #818cf86b}.public-profile__icon-button--message:disabled{background:#818cf859;border-color:#94a3b859;color:#f8fafccc}.public-profile__icon-button--follow{background:linear-gradient(135deg,#60a5fae6,#0ea5e9eb);box-shadow:0 12px 24px #0ea5e959;color:#f8fafc}.public-profile__icon-button--follow:focus-visible,.public-profile__icon-button--follow:hover{box-shadow:0 16px 32px #0ea5e973}.public-profile__icon-button--follow:active{box-shadow:0 10px 20px #0ea5e94d;transform:translateY(1px) scale(.97)}.public-profile__icon-button--follow.is-following{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#22c55ebf,#10b981b3);border-color:#4ade80a6;box-shadow:0 14px 26px #10b98159;color:#ecfdf5}.public-profile__icon-button--follow.is-following:focus-visible,.public-profile__icon-button--follow.is-following:hover{background:linear-gradient(135deg,#22c55ed9,#10b981d1);border-color:#4ade80c7;box-shadow:0 18px 34px #10b98173}.public-profile__icon-button--follow.is-following:active{background:linear-gradient(135deg,#16a34ad1,#14b8a6bd);border-color:#22c55ea6;box-shadow:0 10px 20px #10b98152;transform:translateY(1px) scale(.97)}.public-profile__icon-button--link{background:#0f172a9e;color:#e2e8f0d9}.public-profile__icon-button--link:focus-visible,.public-profile__icon-button--link:hover{background:#1e293be0}.public-profile__icon-button--link:focus-visible{outline:2px solid #818cf8a6;outline-offset:3px}.public-profile__icon-button--link:visited{color:#e2e8f0d9}@media (max-width:720px){.profile-bio__description--empty.profile-identity__bio,.profile-bio__description.profile-identity__bio,.profile-identity__bio{display:block;margin-left:auto;margin-right:auto;text-align:center;width:100%}.public-profile__floating-menu{align-items:flex-end;flex-direction:column;gap:.5rem;margin:0;position:absolute;right:.85rem;top:.85rem;z-index:30}.public-profile__floating-menu .public-profile__more-button{margin:0;order:1}.public-profile__floating-menu .public-profile__quick-actions{align-items:flex-end;flex-direction:column;gap:.5rem;order:2}.public-profile__floating-menu .public-profile__actions-menu-dropdown{left:auto;right:0;top:calc(100% + .45rem);transform:none}.profile-identity__details>.public-profile__quick-actions{gap:1rem;justify-content:center;width:100%}}.public-profile__block-status{background:#0f172a94;border:1px solid #94a3b847;border-radius:12px;color:#e2e8f0d9;font-size:.92rem;line-height:1.4;margin-top:.75rem;padding:.6rem .85rem}.public-profile__block-status--danger{background:#b91c1c6b;border-color:#f8717173;color:#fee2e2f2}.admin-shell{align-items:stretch;color:#f8fafc;color:var(--text-color,#f8fafc);gap:1rem;justify-content:flex-start;margin:0 auto 5rem;padding-top:1rem;width:min(980px,100%)}.admin-header,.admin-shell{display:flex;flex-direction:column}.admin-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#1c357885,#0f172aeb);border:1px solid #94a3b845;border-radius:20px;box-shadow:0 24px 60px -32px #0f172a99;gap:clamp(1rem,3vw,1.6rem);padding:clamp(1.4rem,3vw,2rem);position:-webkit-sticky;position:sticky;top:clamp(.35rem,2vw,.75rem);width:100%;z-index:6}.admin-title{display:flex;flex-direction:column;gap:.55rem;max-width:720px}.admin-title h1{font-size:clamp(2rem,4vw,2.6rem);letter-spacing:-.02em;margin:0}.admin-title p{color:#e2e8f0c7;font-size:1rem;margin:0}.admin-eyebrow{color:#bfdbfecc;font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.admin-tabs{display:flex;flex-wrap:wrap;gap:.6rem}.admin-tab-button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172aad;border:1px solid #60a5fa40;border-radius:999px;color:#e2e8f0eb;cursor:pointer;font-size:.85rem;padding:.55rem 1.05rem;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.admin-tab-button:hover{background:#3b82f647;border-color:#60a5fa8c;color:#e2e8f0}.admin-tab-button.is-active{background:linear-gradient(135deg,#2563eb,#4f46e5);border-color:#3b82f6e6;box-shadow:0 10px 30px -16px #2563ebcc;color:#fff}.admin-tab-button:focus-visible{outline:2px solid #60a5fad9;outline-offset:3px}.admin-overview,.admin-panel{display:flex;flex-direction:column;gap:1.75rem}.admin-hero{align-items:stretch;background:linear-gradient(135deg,#38bdf81f,#2563eb1f);border:1px solid #94a3b840;border-radius:20px;box-shadow:0 25px 50px -25px #0f172a8c;display:flex;flex-wrap:wrap;gap:clamp(1.25rem,3vw,1.75rem);padding:clamp(1.4rem,3vw,1.9rem)}.admin-hero__copy{display:flex;flex:1 1 260px;flex-direction:column;gap:.7rem}.admin-hero__copy h2{font-size:clamp(1.45rem,3.2vw,1.95rem);letter-spacing:-.01em;margin:0}.admin-hero__copy p{color:#e2e8f0c7;font-size:.95rem;margin:0}.admin-hero__metrics{grid-gap:1rem;display:grid;flex:1 1 240px;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.admin-hero__metric{align-items:center;background:#0f172ab3;border:1px solid #94a3b833;border-radius:16px;box-shadow:inset 0 1px 0 #ffffff0d;display:flex;gap:.85rem;padding:.9rem}.admin-hero__icon{align-items:center;background:linear-gradient(135deg,#3b82f638,#0ea5e92e);border-radius:12px;color:#bfdbfe;display:inline-flex;font-size:1.15rem;height:2.6rem;justify-content:center;width:2.6rem}.admin-hero__metric-value{color:#f8fafc;font-size:1.45rem;font-weight:600}.admin-hero__metric-label{color:#94a3b8d9;display:block;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.admin-section{background:#0f172ac7;border:1px solid #94a3b83b;border-radius:18px;box-shadow:0 20px 60px -32px #0f172ab3;display:flex;flex-direction:column;gap:1.25rem;padding:clamp(1.2rem,3vw,1.6rem)}.admin-section-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.admin-section-header h2{font-size:1.2rem;letter-spacing:-.01em;margin:0}.admin-section-header p{color:#cbd5e1cc;font-size:.92rem;margin:.35rem 0 0}.admin-filter-bar,.admin-section-actions,.admin-section-actions__controls{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem}.admin-filter-input{background:#0f172a99;border:1px solid #94a3b859;border-radius:10px;color:#f8fafc;font-size:.85rem;min-width:220px;padding:.55rem .75rem;transition:border-color .2s ease,box-shadow .2s ease}.admin-filter-input:focus{border-color:#60a5fad9;box-shadow:0 0 0 3px #3b82f640;outline:none}.admin-button{background:linear-gradient(135deg,#2563eb,#4338ca);border:1px solid #3b82f6bf;border-radius:999px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.52rem 1rem;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.admin-button:hover:not(:disabled){box-shadow:0 18px 30px -22px #2563ebe6;transform:translateY(-1px)}.admin-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.admin-button.is-ghost{background:#0000;border:1px solid #94a3b859;color:#e2e8f0d9}.admin-button.is-ghost:hover:not(:disabled){border-color:#e2e8f099;color:#f8fafc}.admin-button.is-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);border-color:#f871718c;color:#fee2e2}.admin-button.is-danger:hover:not(:disabled){box-shadow:0 18px 30px -22px #dc2626e6;color:#fff}.admin-toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172aeb;border:1px solid #94a3b859;border-radius:16px;box-shadow:0 24px 48px -28px #0f172acc;padding:.9rem 1rem}.admin-toast-confirmation{color:#e2e8f0f2;display:flex;flex-direction:column;gap:.85rem}.admin-toast-confirmation__message{font-size:.95rem;line-height:1.45;margin:0}.admin-toast-confirmation__actions{display:flex;gap:.5rem;justify-content:flex-end}.admin-toast-confirmation__actions .admin-button{font-size:.78rem;min-width:0;padding:.45rem .9rem}.admin-table-scroll{border-radius:12px;overflow-x:auto}.admin-table{border-collapse:initial;border-spacing:0 6px;font-size:.82rem;min-width:720px;width:100%}.admin-table thead th{color:#94a3b8cc;font-size:.68rem;font-weight:600;letter-spacing:.08em;padding:.55rem .75rem;text-align:left;text-transform:uppercase}.admin-table tbody td{background:#0f172ae0;border-bottom:1px solid #94a3b838;border-top:1px solid #94a3b838;padding:.65rem .75rem;vertical-align:middle}.admin-table tbody tr td:first-child{border-bottom-left-radius:10px;border-left:1px solid #94a3b838;border-top-left-radius:10px}.admin-table tbody tr td:last-child{border-bottom-right-radius:10px;border-right:1px solid #94a3b838;border-top-right-radius:10px}.admin-table input{background:#0f172a99;border:1px solid #94a3b840;border-radius:8px;color:#f8fafc;font-size:.78rem;padding:.45rem .55rem;width:100%}.admin-table input:focus{border-color:#3b82f6b3;box-shadow:0 0 0 2px #2563eb40;outline:none}.admin-table__actions{text-align:right}.admin-table__action-buttons{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.admin-table__action-buttons .admin-button{align-items:center;border-radius:999px;display:inline-flex;font-size:.78rem;justify-content:center;min-width:6.25rem;padding:.38rem .72rem}.admin-table__action-buttons .admin-button.is-ghost{background:#0000;border:1px solid #94a3b82e;color:#e2e8f0e0}.admin-report-entity{display:flex;flex-direction:column;gap:.25rem}.admin-report-entity__title{color:#f8fafc;font-weight:600}.admin-report-entity__meta{color:#94a3b8bf;font-size:.72rem}.admin-report-detail{background:#0f172aa6;border:1px solid #94a3b840;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;margin-top:.85rem;padding:.85rem}.admin-report-detail__item{border-bottom:1px solid #94a3b82e;display:flex;flex-direction:column;gap:.55rem;padding-bottom:.75rem}.admin-report-detail__item:last-child{border-bottom:none;padding-bottom:0}.admin-report-detail__item-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.admin-report-detail__item-meta{color:#94a3b8c7;display:flex;flex-direction:column;font-size:.75rem;gap:.15rem}.admin-report-detail__item-label{color:#94a3b8bf;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.admin-report-detail__body{grid-gap:.45rem;display:grid;gap:.45rem}.admin-report-detail__row{color:#e2e8f0eb;display:flex;flex-wrap:wrap;font-size:.82rem;gap:.35rem}.admin-report-detail__row .admin-report-detail__item-label{color:#94a3b8b3;font-weight:600}@media (max-width:640px){.admin-table__action-buttons{flex-direction:row;gap:.5rem;justify-content:flex-end}.admin-table__action-buttons .admin-button{min-width:4.5rem;padding:.35rem .6rem}}.admin-table-footer{display:flex;justify-content:center;margin-top:.75rem}.admin-empty,.admin-error,.admin-loading{border-radius:10px;font-size:.86rem;padding:.85rem 1rem}.admin-error{background:#f8717129;border:1px solid #f8717173;color:#fecaca}.admin-success{background:#22c55e2e;border:1px solid #86efac73;border-radius:10px;color:#dcfce7;font-size:.86rem;padding:.85rem 1rem}.admin-empty{background:#0f172aa6;border:1px dashed #94a3b859;color:#94a3b8cc}.admin-pill{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:.68rem;justify-content:center;letter-spacing:.06em;padding:.25rem .6rem;text-transform:uppercase}.admin-pill.is-success{background:#22c55e2e;border-color:#4ade8059;color:#bbf7d0}.admin-pill.is-warning{background:#eab3082e;border-color:#facc1559;color:#fde68a}.admin-pill.is-muted{background:#94a3b829;border-color:#94a3b847;color:#e2e8f0bf}.admin-text-strong{color:#bfdbfe;font-weight:600}.admin-text-muted{color:#94a3b8c7}.admin-stats-grid{grid-gap:1.1rem;display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.admin-stat-card{align-items:center;background:#0f172ad1;border:1px solid #94a3b840;border-radius:16px;box-shadow:inset 0 1px 0 #ffffff0a;display:flex;gap:1rem;padding:.95rem 1.1rem}.admin-boosts-pricing-card{align-items:stretch;flex-direction:column;gap:1rem}.admin-boosts-pricing__base,.admin-boosts-pricing__field{display:flex;flex-direction:column;gap:.4rem}.admin-boosts-pricing__base label,.admin-boosts-pricing__field span{color:#94a3b8d1;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.admin-boosts-pricing__grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.admin-boosts-pricing__actions{display:flex;justify-content:flex-end}.admin-boosts-summary{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.6rem}.admin-select{background:#0f172a99;border:1px solid #94a3b859;border-radius:10px;color:#f8fafc;font-size:.8rem;min-width:180px;padding:.5rem .65rem;transition:border-color .2s ease,box-shadow .2s ease}.admin-select:focus{border-color:#60a5fad9;box-shadow:0 0 0 2px #3b82f640;outline:none}.admin-table__cell--numeric{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.admin-boosts-post,.admin-boosts-user{display:flex;flex-direction:column;gap:.25rem}.admin-boosts-post__meta,.admin-boosts-user__meta{color:#94a3b8b8;font-size:.72rem}.admin-boosts-duration,.admin-boosts-notifications,.admin-boosts-timeline{display:flex;flex-direction:column;gap:.35rem}.admin-boosts-duration strong{color:#f8fafc;font-size:.82rem}.admin-boosts-duration span,.admin-boosts-notifications span,.admin-boosts-timeline span{color:#94a3b8c7;font-size:.72rem}.admin-boosts-timeline span strong{color:#e2e8f0eb;margin-right:.3rem}.admin-boosts-notifications .admin-pill{width:-webkit-fit-content;width:fit-content}.admin-boosts-refund-chip{margin-top:.3rem}.admin-stat-card input{background:#0f172a99;border:1px solid #94a3b82e;border-radius:8px;color:#f8fafc;font-size:.95rem;padding:.5rem .6rem;text-align:right;width:100%}.admin-stat-card input:focus{border-color:#3b82f6b3;box-shadow:0 0 0 3px #2563eb1f;outline:none}.admin-stat-card input::placeholder{color:#e2e8f073;opacity:1}.admin-stat-card__icon{align-items:center;background:linear-gradient(135deg,#3b82f647,#a855f738);border-radius:12px;color:#e9d5ff;display:inline-flex;font-size:1.15rem;height:2.65rem;justify-content:center;width:2.65rem}.admin-stat-card__label{color:#94a3b8bf;display:block;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase}.admin-stat-card__value{color:#f8fafc;display:block;font-size:1.3rem;font-weight:600;margin-top:.25rem}.admin-stat-card__hint{color:#94a3b8c7;font-size:.78rem;margin:.35rem 0 0}.admin-callout-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:1.5rem}.admin-callout{background:#0f172abf;border:1px solid #94a3b847;border-radius:16px;display:flex;flex-direction:column;gap:.65rem;padding:1.2rem 1.3rem}.admin-callout--accent{background:linear-gradient(135deg,#38bdf838,#0ea5e92e);border-color:#7dd3fc59}.admin-callout h3{font-size:1rem;letter-spacing:.01em;margin:0}.admin-callout p{color:#e2e8f0c7;font-size:.9rem;margin:0}.admin-list{color:#cbd5e1d9;display:flex;flex-direction:column;font-size:.85rem;gap:.45rem;margin:0;padding-left:1.1rem}@media (max-width:900px){.admin-shell{padding:1rem clamp(.95rem,4vw,1.4rem) clamp(.95rem,4vw,1.4rem)}.admin-header{border-radius:16px}.admin-tabs{overflow-x:auto;padding-bottom:.2rem}.admin-tab-button{flex:0 0 auto}.admin-hero{flex-direction:column}.admin-hero__metrics{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.admin-table{min-width:640px}}.admin-legal__layout{display:flex;flex-wrap:wrap;gap:clamp(1rem,3vw,1.6rem)}.admin-legal__aside{background:#0f172a99;border:1px solid #94a3b833;border-radius:16px;display:flex;flex:1 1 240px;flex-direction:column;gap:.9rem;min-width:220px;padding:1rem}.admin-legal__label{color:#94a3b8d9;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.admin-legal__select{background:#0f172aad;border:1px solid #94a3b84d;border-radius:12px;color:#f8fafc;font-size:.85rem;padding:.55rem .75rem;width:100%}.admin-legal__select:focus{border-color:#3b82f699;box-shadow:0 0 0 3px #2563eb33;outline:none}.admin-legal__metadata{grid-gap:.45rem;display:grid;gap:.45rem;margin:0}.admin-legal__metadata div{grid-gap:.1rem;display:grid;gap:.1rem}.admin-legal__metadata dt{color:#94a3b8c7;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.admin-legal__metadata dd{color:#e2e8f0eb;font-size:.82rem;margin:0}.admin-legal__hint{color:#94a3b8cc;font-size:.8rem}.admin-legal__form{display:flex;flex:3 1 420px;flex-direction:column;gap:1rem}.admin-legal__field{display:flex;flex-direction:column;gap:.4rem}.admin-legal__field label{color:#e2e8f0eb;font-size:.85rem;font-weight:600}.admin-legal__field input,.admin-legal__field textarea{background:#0f172a99;border:1px solid #94a3b84d;border-radius:12px;color:#f8fafc;font-size:.88rem;line-height:1.45;min-height:44px;padding:.65rem .75rem;resize:vertical;width:100%}.admin-legal__field textarea{min-height:120px}.admin-legal__field input:focus,.admin-legal__field textarea:focus{border-color:#3b82f6a6;box-shadow:0 0 0 3px #2563eb33;outline:none}.admin-legal__field-hint{color:#94a3b8b8;font-size:.76rem;margin:0}.admin-legal__grid{display:flex;flex-wrap:wrap;gap:1rem}.admin-legal__grid .admin-legal__checkbox,.admin-legal__grid .admin-legal__field{flex:1 1 180px}.admin-legal__checkbox{background:#0f172a75;border:1px solid #94a3b83d;border-radius:12px;display:flex;flex-direction:column;gap:.45rem;padding:.65rem .8rem}.admin-legal__checkbox label{align-items:center;color:#e2e8f0e6;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.55rem}.admin-legal__checkbox input[type=checkbox]{accent-color:#2563eb;height:18px;width:18px}.admin-legal__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}@media (max-width:900px){.admin-legal__layout{flex-direction:column}.admin-legal__form{flex:1 1 auto}}@media (max-width:640px){.admin-shell{padding:1rem clamp(.85rem,5vw,1.1rem) clamp(.85rem,5vw,1.1rem)}.admin-section-header{align-items:flex-start;flex-direction:column}.admin-filter-bar,.admin-section-actions,.admin-section-actions__controls{width:100%}.admin-filter-input{flex:1 1 auto;min-width:0}.admin-filter-bar,.admin-section-actions__controls{align-items:stretch;flex-direction:column}.admin-button{text-align:center;width:100%}.admin-table{min-width:520px}.admin-boosts-pricing__grid{grid-template-columns:1fr}}.global-spinner{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:auto;position:fixed;transition:opacity .2s ease-in-out;z-index:9999}.global-spinner__backdrop{-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%);background:#080b189e;inset:0;position:absolute}.global-spinner__content{align-items:center;background:linear-gradient(145deg,#0f172aeb,#1e293bc7);border:1px solid #94a3b859;border-radius:28px;box-shadow:0 32px 68px #0f172a8c,inset 0 0 0 1px #ffffff0d;display:flex;flex-direction:column;gap:1.2rem;min-width:min(92vw,360px);padding:2.4rem 2.8rem;pointer-events:all;position:relative}.global-spinner__orbit{animation:spinner-rotate 1.4s linear infinite;border:3px solid #94a3b82e;border-radius:50%;height:84px;position:relative;width:84px}.global-spinner__orbit:after,.global-spinner__orbit:before{border-color:#38bdf8cc #a855f7b3 #0000 #0000;border-radius:50%;border-style:solid;border-width:3px;content:"";filter:drop-shadow(0 0 12px rgba(168,85,247,.35));inset:-6px;position:absolute}.global-spinner__orbit:after{animation:spinner-rotate 2.4s ease-in-out infinite reverse;border-right-color:#38bdf8a6;border-top-color:#ec4899b3;inset:-14px;opacity:.75}.global-spinner__planet{background:linear-gradient(135deg,#38bdf8e6,#a855f7d9);border-radius:50%;box-shadow:0 0 14px #a855f7b3;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.global-spinner__message{color:#e2e8f0d1;font-size:.85rem;letter-spacing:.08em;margin:0;text-align:center;text-transform:uppercase}@keyframes spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search-modal__backdrop{padding:clamp(1rem,4vw,2.5rem)}.search-modal{--fg-modal-width:760px;--fg-modal-radius:26px;--search-modal-height:clamp(560px,82vh,720px);--fg-modal-min-height:var(--search-modal-height);--fg-modal-max-height:var(--search-modal-height);border:1px solid #94a3b852;box-shadow:0 32px 64px #0f172a8c;height:var(--search-modal-height);max-height:var(--search-modal-height);max-width:min(760px,calc(100vw - 48px));max-width:min(var(--fg-modal-width,760px),calc(100vw - 48px));min-height:var(--search-modal-height);min-width:min(760px,calc(100vw - 48px));min-width:min(var(--fg-modal-width,760px),calc(100vw - 48px));width:min(760px,calc(100vw - 48px));width:min(var(--fg-modal-width,760px),calc(100vw - 48px))}.search-modal__header{align-items:center;border-bottom:1px solid #94a3b829;display:flex;gap:.9rem;justify-content:space-between;padding:clamp(1rem,3vw,1.25rem) clamp(1.2rem,4vw,1.8rem)}.search-modal__title-group{align-items:center;display:inline-flex;gap:.75rem}.search-modal__title-icon{align-items:center;background:#ffffff14;border:1px solid #94a3b833;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0a;color:#f1f5f9eb;display:inline-flex;font-size:1.05rem;height:42px;justify-content:center;width:42px}.search-modal__title-icon svg{height:1em;width:1em}.search-modal__title{color:#f1f5f9f5;font-size:1.25rem;font-weight:600;letter-spacing:.01em;margin:0}.search-modal__form{align-items:center;background:#0f172abf;border:1px solid #94a3b840;border-radius:12px;display:flex;flex:1 1;gap:.65rem;padding:.55rem .9rem;transition:border var(--transition-fast),box-shadow var(--transition-fast);width:100%}.search-modal__form:focus-within{border-color:#94a3b880;box-shadow:0 12px 28px #0f172a59}.search-modal__icon{color:#94a3b8a6;font-size:1.05rem}.search-modal__input{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:#e2e8f0f2;flex:1 1;font-size:1rem;outline:none}.search-modal__input::placeholder{color:#94a3b8a6}.search-modal__input::-webkit-search-cancel-button,.search-modal__input::-webkit-search-decoration,.search-modal__input::-webkit-search-results-button,.search-modal__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.search-modal__input::-ms-clear,.search-modal__input::-ms-reveal{display:none;height:0;width:0}.search-modal__clear{align-items:center;background:#0000;border:none;border-radius:12px;color:#94a3b8bf;cursor:pointer;display:inline-flex;font-size:1.05rem;justify-content:center;padding:.35rem;transition:color var(--transition-fast),background var(--transition-fast)}.search-modal__clear:hover{background:#94a3b81f;color:#e2e8f0f2}.search-modal__body{height:100%;min-height:0;overflow:hidden;padding:clamp(.75rem,3vw,1.25rem) clamp(1.2rem,4vw,1.8rem) clamp(1.2rem,5vw,1.8rem)}.search-modal__layout{grid-gap:clamp(1rem,4vw,1.6rem);align-items:start;display:grid;gap:clamp(1rem,4vw,1.6rem);grid-template-columns:minmax(220px,260px) minmax(0,1fr);height:100%;min-height:0}.search-modal__sidebar{align-self:start;display:flex;flex-direction:column;gap:1.35rem;position:-webkit-sticky;position:sticky;top:clamp(.5rem,2vw,1rem)}.search-modal__sidebar-section{grid-gap:.6rem;display:grid;gap:.6rem}.search-modal__sidebar-heading{color:#94a3b8bf;font-size:.82rem;letter-spacing:.12em;margin:0;text-transform:uppercase}.search-modal__filters{display:flex;flex-direction:column;gap:.55rem}.search-modal__chips{display:flex;flex-wrap:wrap;gap:.45rem}.search-modal__chip{background:#0f172a99;border:1px solid #94a3b838;border-radius:999px;color:#e2e8f0e0;cursor:pointer;font-size:.78rem;letter-spacing:.02em;padding:.3rem .75rem;transition:border var(--transition-fast),background var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast)}.search-modal__chip:focus-visible,.search-modal__chip:hover{background:linear-gradient(135deg,#38bdf82e,#a855f733);border-color:#94a3b880;box-shadow:0 12px 28px #0f172a59;color:#f8fafcfa;outline:none}.search-modal__hint{color:#94a3b8b3;font-size:.78rem;line-height:1.5;margin:0}.search-modal__hint kbd{background:#0f172a66;border:1px solid #94a3b859;border-radius:6px;color:#e2e8f0e6;display:inline-block;font-size:.68rem;letter-spacing:.08em;padding:.15rem .4rem;text-transform:uppercase}.search-modal__content{display:flex;flex-direction:column;gap:clamp(.9rem,2.5vw,1.25rem);height:100%;min-height:0;min-width:0;overflow-y:auto;padding-right:.25rem;scrollbar-gutter:stable both-edges}.search-modal__panel{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0f172acc;border:1px solid #94a3b838;border-radius:18px;box-shadow:0 24px 48px #0f172a73;display:flex;flex-direction:column;gap:.75rem;padding:clamp(.75rem,2.5vw,1.1rem);position:-webkit-sticky;position:sticky;top:clamp(.5rem,2vw,1rem);z-index:1}.search-modal__panel-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.search-modal__panel-count{color:#94a3b8bf;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase}.search-modal__panel-status{align-items:center;color:#e2e8f0e0;display:inline-flex;font-size:.85rem;gap:.45rem}.search-modal__panel-status--error{color:#f87171f2}.search-modal__results-region{display:flex;flex:1 1;flex-direction:column;gap:.85rem;min-height:220px}.search-modal__results-title{align-items:baseline;display:flex;gap:.75rem;justify-content:space-between;padding:0 .25rem}.search-modal__results-title h3{color:#f8fafcf5;font-size:1.05rem;font-weight:600;letter-spacing:-.01em;margin:0}.search-modal__results-title span{color:#94a3b8a6;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.search-modal__skeleton-list{grid-gap:.65rem;display:grid;gap:.65rem}.search-modal__skeleton-card{align-items:center;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:14px;display:flex;gap:.8rem;overflow:hidden;padding:.75rem .9rem}.search-modal__skeleton-avatar,.search-modal__skeleton-lines span{animation:search-modal-shimmer 1.4s ease-in-out infinite;background:linear-gradient(90deg,#94a3b82e,#94a3b859,#94a3b82e);background-size:200% 100%;border-radius:999px}.search-modal__skeleton-avatar{height:48px;width:48px}.search-modal__skeleton-lines{grid-gap:.4rem;display:grid;gap:.4rem;width:100%}.search-modal__skeleton-lines span{border-radius:999px;height:10px}.search-modal__skeleton-line--short{width:45%}@keyframes search-modal-shimmer{0%{background-position:-120% 0}to{background-position:120% 0}}.search-modal__filter{align-items:center;background:#0f172aad;border:1px solid #94a3b833;border-radius:999px;color:#e2e8f0d9;cursor:pointer;display:inline-flex;font-size:.82rem;gap:.4rem;justify-content:space-between;letter-spacing:.05em;padding:.35rem .85rem;text-transform:uppercase;transition:border var(--transition-fast),background var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast);width:100%}.search-modal__filter.is-active{background:linear-gradient(135deg,#38bdf82e,#a855f738);border-color:#94a3b880;box-shadow:0 12px 28px #0f172a59;color:#f8fafcfa}.search-modal__filter:focus-visible{border-color:#94a3b8b3;box-shadow:0 0 0 3px #38bdf859;outline:none}.search-modal__filter-count{background:#94a3b838;border-radius:999px;color:#e2e8f0e6;font-size:.7rem;letter-spacing:.08em;min-width:1.35rem;padding:.1rem .45rem}.search-modal__status{align-items:center;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:16px;color:#e2e8f0e0;display:flex;font-size:.95rem;gap:.75rem;justify-content:center;padding:1rem;text-align:center}.search-modal__status--error{background:#b91c1c14;border-color:#f8717173;color:#f87171f2}.search-modal__results{grid-gap:.65rem;display:grid;gap:.65rem;list-style:none;margin:0;padding:0}.search-modal__result{grid-gap:.85rem;align-items:center;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:12px;color:inherit;cursor:pointer;display:grid;gap:.85rem;grid-template-columns:auto 1fr auto;padding:.75rem .9rem;text-decoration:none;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast)}.search-modal__result:focus-visible,.search-modal__result:focus-within,.search-modal__result:hover{border-color:#94a3b866;box-shadow:0 18px 36px #0f172a73;outline:none;transform:translateY(-2px)}.search-modal__result-button{background:#0000;border:none;font:inherit;text-align:left}.search-modal__avatar{align-items:center;background:linear-gradient(135deg,#a855f7b3,#38bdf899);border-radius:50%;color:var(--color-text);display:inline-flex;font-weight:600;height:48px;justify-content:center;overflow:hidden;width:48px}.search-modal__avatar img{height:100%;object-fit:cover;width:100%}.search-modal__result-text{display:flex;flex-direction:column;gap:.15rem}.search-modal__result-name{font-weight:600;letter-spacing:-.01em;text-decoration:none}.search-modal__result-handle{color:#94a3b8b3;font-size:.85rem;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.search-modal__result:focus .search-modal__result-handle,.search-modal__result:focus .search-modal__result-name,.search-modal__result:hover .search-modal__result-handle,.search-modal__result:hover .search-modal__result-name{text-decoration:none}.search-modal__result-arrow{color:#94a3b899;font-size:.95rem}.search-modal__group-avatar{align-items:center;background:radial-gradient(circle at 30% 20%,#38bdf873,#0f172ad9);border-radius:14px;color:#f1f5f9f2;display:inline-flex;font-size:1.1rem;height:52px;justify-content:center;overflow:hidden;width:52px}.search-modal__group-avatar img{height:100%;object-fit:cover;width:100%}.search-modal__group-body{display:flex;flex:1 1;flex-direction:column;gap:.3rem;min-width:0}.search-modal__group-name{color:#f8fafcf5;font-weight:600;letter-spacing:-.01em}.search-modal__group-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#94a3b8d1;display:-webkit-box;font-size:.85rem;line-height:1.4;overflow:hidden}.search-modal__group-meta{align-items:center;color:#94a3b8bf;display:inline-flex;flex-wrap:wrap;font-size:.74rem;gap:.45rem;letter-spacing:.08em;text-transform:uppercase}.search-modal__group-privacy{align-items:center;background:#94a3b81f;border:1px solid #94a3b840;border-radius:999px;color:#e2e8f0e0;display:inline-flex;padding:.25rem .6rem}.search-modal__group-privacy--public{background:#38bdf82e;border-color:#38bdf859;color:#e0f2feeb}.search-modal__group-privacy--private{background:#f871712e;border-color:#f8717159;color:#fee2e2eb}.search-modal__result--group{grid-template-columns:1fr auto}.search-modal__group-main{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:.85rem;margin:0;padding:0;text-align:left;width:100%}.search-modal__group-main:focus-visible{outline:none}.search-modal__result-actions{align-items:center;display:flex;gap:.45rem}.search-modal__join-button{align-items:center;background:linear-gradient(135deg,#38bdf833,#a855f73d);border:1px solid #38bdf873;border-radius:999px;color:#f8fafcf5;cursor:pointer;display:inline-flex;font-size:.72rem;gap:.35rem;letter-spacing:.08em;padding:.4rem .85rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast)}.search-modal__join-button:focus-visible,.search-modal__join-button:hover{border-color:#38bdf8a6;box-shadow:0 12px 24px #38bdf833;outline:none;transform:translateY(-1px)}.search-modal__join-button:disabled{box-shadow:none;cursor:default;opacity:.7;transform:none}.search-modal__result-badge{align-items:center;background:#94a3b829;border:1px solid #94a3b84d;border-radius:999px;color:#e2e8f0d9;display:inline-flex;font-size:.7rem;letter-spacing:.08em;padding:.35rem .75rem;text-transform:uppercase}.search-modal__result-badge--pending{background:#eab3082e;border-color:#eab30859;color:#facc15}.search-modal__result-badge--locked{background:#94a3b81f;border-color:#94a3b84d;color:#94a3b8bf}.search-modal__result--post{align-items:stretch;grid-template-columns:74px 1fr auto}.search-modal__post-thumbnail{align-items:center;background:linear-gradient(135deg,#38bdf840,#a855f759);color:#f1f5f9f2;display:inline-flex;height:74px;justify-content:center;overflow:hidden;width:74px}.search-modal__post-thumbnail img{height:100%;object-fit:cover;width:100%}.search-modal__post-content{display:flex;flex-direction:column;gap:.35rem}.search-modal__post-title{color:#f8fafcf5;font-weight:600;letter-spacing:-.01em}.search-modal__post-meta{align-items:center;color:#94a3b8b8;display:flex;font-size:.8rem;gap:.4rem;letter-spacing:.08em;text-transform:uppercase}.search-modal__post-author-handle{color:#94a3b88c}.search-modal__post-snippet{color:#e2e8f0d9;font-size:.9rem;line-height:1.45}.search-modal__tags{display:flex;flex-wrap:wrap;gap:.45rem}.search-modal__tag{align-items:center;background:#94a3b833;border-radius:999px;color:#e2e8f0e0;display:inline-flex;font-size:.72rem;letter-spacing:.08em;padding:.18rem .6rem;text-transform:uppercase}@media (max-width:540px){.search-modal{border-radius:12px}.search-modal__backdrop{padding:clamp(.5rem,4vw,1.5rem)}.search-modal__body{padding:.85rem 1.15rem 1.35rem}}@media (max-width:768px){.search-modal{max-width:min(100%,calc(100vw - 24px));min-width:min(100%,calc(100vw - 24px));width:min(100%,calc(100vw - 24px))}}@media (max-width:960px){.search-modal__body{overflow-y:auto}.search-modal__layout{height:auto}.search-modal__content{height:auto;overflow:visible;padding-right:0}.search-modal__layout{grid-template-columns:1fr}.search-modal__sidebar{position:static}.search-modal__filters{flex-direction:row;flex-wrap:wrap}.search-modal__filter{width:auto}.search-modal__panel{top:.5rem}}.group-modal__backdrop{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.group-modal{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:14px;box-shadow:var(--glass-shadow);display:flex;flex-direction:column;height:min(95vh,920px);height:min(var(--group-modal-height,95vh),920px);max-height:95vh;overflow:hidden;width:min(100%,980px)}.group-modal__header{align-items:center;background:#0000;display:flex;gap:12px;justify-content:space-between;padding:12px 18px}.group-modal__title-group{align-items:center;display:inline-flex;gap:.75rem}.group-modal__title-icon{align-items:center;background:#ffffff14;border:1px solid #94a3b833;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0a;color:#f1f5f9eb;display:inline-flex;font-size:1.05rem;height:42px;justify-content:center;width:42px}.group-modal__title-icon svg{height:1em;width:1em}.group-modal__title{color:var(--color-text);font-size:1.22rem;font-weight:600;letter-spacing:.01em;margin:0}.group-modal__close{align-items:center;background:#0f172a59;border:none;border-radius:10px;color:var(--color-text);cursor:pointer;display:inline-flex;height:34px;justify-content:center;transition:background var(--transition-fast),color var(--transition-fast);width:34px}.group-modal__close:focus-visible,.group-modal__close:hover{background:#22d3ee38;color:#fff;outline:none}.group-modal__body{display:flex;flex:1 1 auto;min-height:0}.group-modal__sidebar{-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);background:#0f172ab8;border-right:1px solid #94a3b80f;box-shadow:inset -1px 0 0 #94a3b80a;display:flex;flex-direction:column;gap:12px;min-height:0;overflow:hidden;padding:12px;width:300px}.group-modal__sidebar-scroll{display:flex;flex:1 1 auto;flex-direction:column;gap:12px;min-height:0;overflow-y:auto}.group-modal__sidebar-actions{display:flex;gap:8px}.group-modal__sidebar-button{align-items:center;background:#ffffff08;border:1px solid #94a3b82e;border-radius:10px;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.8rem;gap:6px;padding:6px 10px;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.group-modal__sidebar-button:focus-visible,.group-modal__sidebar-button:hover{background:#22d3ee2e;border-color:#22d3ee73;color:#fff;outline:none;transform:translateY(-1px)}.group-modal__tabs{align-items:center;background:#0f172a8c;border:1px solid #94a3b81f;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff05;display:flex;gap:6px;padding:4px}.group-modal__tab{align-items:center;background:#0000;border:none;border-radius:10px;color:#cbd5e1b3;cursor:pointer;display:flex;flex:1 1;font-size:.86rem;font-weight:600;justify-content:center;letter-spacing:.02em;padding:8px 12px;transition:background var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.group-modal__tab:focus-visible,.group-modal__tab:hover{background:#94a3b81f;color:#fff;outline:none;transform:translateY(-1px)}.group-modal__tab.is-active{background:linear-gradient(135deg,#22d3ee38,#38bdf82e);box-shadow:0 14px 28px #22d3ee3d;color:#fff;transform:none}.group-modal__tab.is-active:focus-visible,.group-modal__tab.is-active:hover{background:linear-gradient(135deg,#22d3ee47,#38bdf83d)}.group-modal__tab-panel{display:flex;flex:1 1 auto;flex-direction:column;gap:12px;margin-top:10px;min-height:0}.group-modal__invites{gap:12px}.group-modal__notice{border-radius:10px;font-size:.86rem;padding:12px 14px}.group-modal__notice--error{background:#ef44441f;border:1px solid #ef444447;color:#fecaca}.group-modal__conversation-list{display:flex;flex:1 1 auto;flex-direction:column;gap:6px;list-style:none;margin:0;min-height:0;padding:0}.group-modal__conversation{align-items:center;background:#0000;border:1px solid #0000;border-radius:12px;color:var(--color-text);cursor:pointer;display:flex;font-size:.9rem;gap:10px;padding:8px 10px;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);width:100%}.group-modal__conversation:focus-within,.group-modal__conversation:hover{background:#94a3b814;border-color:#94a3b82e;box-shadow:0 16px 32px #0f172a40;outline:none;transform:translateY(-1px)}.group-modal__conversation.is-active{background:linear-gradient(135deg,#22d3ee29,#38bdf814);border-color:#22d3ee52;box-shadow:0 18px 40px #0f172a59;color:#fff}.group-modal__conversation-profile{align-items:center;background:#0f172a3d;border:1px solid #94a3b83d;border-radius:8px;color:#e2e8f0e0;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.86rem;height:32px;justify-content:center;margin-left:auto;padding:0;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);width:32px}.group-modal__conversation-profile:focus-visible,.group-modal__conversation-profile:hover{background:#22d3ee3d;border-color:#22d3ee80;color:#fff;outline:none;transform:translateY(-1px)}.group-modal__conversation-profile svg{font-size:.86rem}.group-modal__conversation-main{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;flex:1 1 auto;font:inherit;gap:12px;margin:0;min-width:0;padding:0;text-align:left}.group-modal__conversation-main:focus-visible{outline:none}.group-modal__conversation-avatar{align-items:center;background:linear-gradient(135deg,#22d3ee2e,#94a3b814);border:1px solid #22d3ee40;border-radius:50%;color:#e2e8f0e0;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:42px;justify-content:center;overflow:hidden;position:relative;width:42px}.group-modal__conversation-avatar img{display:block;height:100%;object-fit:cover;width:100%}.group-modal__conversation-avatar-icon{align-items:center;color:#e2e8f0db;display:flex;font-size:1.05rem;inset:0;justify-content:center;position:absolute}.group-modal__conversation-avatar.has-image{background:#0000;border-color:#22d3ee1f}.group-modal__conversation-avatar.has-image .group-modal__conversation-avatar-icon{display:none}.group-modal__conversation-info{align-items:flex-start;display:flex;flex-direction:column;gap:4px;min-width:0;width:100%}.group-modal__conversation-name{color:inherit;display:block;font-weight:600;letter-spacing:.01em;max-width:100%;overflow:hidden;text-overflow:ellipsis;transition:font-weight var(--transition-fast);white-space:nowrap}.group-modal__conversation.is-read .group-modal__conversation-name{font-weight:400}.group-modal__conversation-preview{color:#cbd5e1bf;display:block;font-size:.78rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-modal__conversation-meta{display:none}.group-modal__sidebar-footer{border-top:1px solid #94a3b814;margin-top:auto;padding-top:12px}.group-modal__create-button{align-items:center;background:linear-gradient(135deg,#22d3ee2e,#38bdf838);border:1px solid #22d3ee59;border-radius:12px;box-shadow:0 16px 32px #22d3ee38;color:var(--color-muted);cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:600;gap:8px;justify-content:center;padding:10px 14px;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast);width:100%}.group-modal__create-button:focus-visible,.group-modal__create-button:hover{background:linear-gradient(135deg,#22d3ee3d,#38bdf852);box-shadow:0 22px 44px #22d3ee47;color:var(--color-text);outline:none;transform:translateY(-1px)}.group-modal__create-button:disabled,.group-modal__create-button[aria-disabled=true]{background:#94a3b824;border-color:#94a3b83d;box-shadow:none;color:#cbd5e1a6;cursor:default;opacity:.55;transform:none}.group-modal__create-button svg{font-size:.95rem}.group-modal__create-hint{color:#cbd5e1c2;font-size:.78rem;line-height:1.4;margin-top:8px;text-align:center}.group-modal__push{background:#0f172a8c;border:1px solid #94a3b824;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0a;display:flex;flex-direction:column;gap:14px;margin-bottom:12px;padding:14px 16px;position:relative}.group-modal__push-header{align-items:center;display:flex;padding-right:36px;position:relative}.group-modal__push-heading{color:var(--color-text);font-size:.95rem;font-weight:600;letter-spacing:.01em;margin:0}.group-modal__push-toggle{align-items:center;background:#0f172ab3;border:1px solid #0000;border-radius:8px;color:#e2e8f0db;cursor:pointer;display:inline-flex;flex-shrink:0;height:28px;justify-content:center;position:absolute;right:0;top:0;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);width:28px}.group-modal__push-toggle:focus-visible,.group-modal__push-toggle:hover{background:#94a3b840;border-color:#e2e8f040;outline:none}.group-modal__push-toggle:focus-visible{box-shadow:0 0 0 2px #22d3ee59}.group-modal__push-toggle:disabled{cursor:default;opacity:.65}.group-modal__push-toggle svg{font-size:.78rem}.group-modal__push-body{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.group-modal__push--collapsed .group-modal__push-body{display:none}.group-modal__push-text{display:flex;flex-direction:column;gap:6px}.group-modal__push-title{color:var(--color-text);font-size:.92rem;font-weight:600}.group-modal__push-subtitle{color:#cbd5e1c7;font-size:.78rem;line-height:1.4}.group-modal__push-button{align-items:center;background:#22d3ee29;border:1px solid #22d3ee59;border-radius:8px;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.84rem;font-weight:500;gap:8px;justify-content:center;padding:7px 18px;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.group-modal__push-button:focus-visible,.group-modal__push-button:hover{background:#22d3ee3d;border-color:#22d3ee80;outline:none;transform:translateY(-1px)}.group-modal__push-button:disabled{background:#94a3b824;border-color:#94a3b83d;cursor:default;opacity:.55;transform:none}.group-modal__push-button svg{font-size:.86rem}.group-modal__push-error{color:#fca5a5eb}.group-modal__push-error,.group-modal__push-hint{font-size:.75rem;line-height:1.35;text-align:center}.group-modal__push-hint{color:#a5b4c3d9}.group-modal__thread{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;min-width:0;position:relative}.group-modal__thread-status{align-items:center;color:var(--color-muted);display:flex;flex-direction:column;font-size:.95rem;gap:8px;padding:24px;text-align:center}.group-modal__messages{-webkit-overflow-scrolling:touch;flex:1 1 auto;flex-direction:column;gap:12px;min-height:0;overflow-y:auto;padding:18px 20px 110px}.group-modal__message-wrapper,.group-modal__messages{display:flex;width:100%}.group-modal__message{background:#ffffff0a;border-radius:12px;box-shadow:0 8px 18px #0f172a40;color:var(--color-text);font-size:.9rem;line-height:1.45;max-width:78%;padding:12px 16px;position:relative;white-space:pre-wrap;word-break:break-word}.group-modal__message-body{white-space:inherit;word-break:inherit}.group-modal__message-body .linkified-anchor{color:var(--color-secondary);text-decoration:underline;word-break:break-word}.group-modal__message-body .linkified-anchor:focus-visible,.group-modal__message-body .linkified-anchor:hover{color:#fff;text-decoration:underline}.group-modal__message--outgoing{background:linear-gradient(135deg,#3b82f638,#0ea5e92e);margin-left:auto}.group-modal__message--incoming{background:linear-gradient(135deg,#7c3aed29,#ec48991f);margin-right:auto}.group-modal__message-author{color:#e2e8f0e0;font-size:.78rem;font-weight:600;letter-spacing:.01em;margin-bottom:4px}.group-modal__message-time{align-items:center;color:#cbd5e1b3;display:flex;font-size:.7rem;gap:6px;margin-top:8px}.group-modal__composer{-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);background:#0f172aad;border-top:1px solid #94a3b80f;box-sizing:border-box;display:flex;flex-direction:column;font-family:var(--font-sans);gap:10px;padding:12px 16px;position:relative;width:100%;z-index:2}.group-modal__composer textarea{background:#ffffff0a;border:1px solid #94a3b824;border-radius:12px;box-sizing:border-box;color:var(--color-text);flex:1 1 auto;font-family:inherit;font-size:.92rem;line-height:1.35;max-height:220px;min-height:46px;overflow:auto;padding:10px 12px;resize:none;width:100%}.group-modal__composer textarea:focus-visible{outline:2px solid #22d3ee59;outline-offset:2px}.group-modal__file-input{height:1px;opacity:0;pointer-events:none;position:absolute;width:1px}.group-modal__composer-attachments{align-items:center;display:flex;gap:10px;margin-bottom:2px;position:relative}.group-modal__composer-attachments.has-multiple{gap:12px}.group-modal__composer-attachments-viewport{flex:1 1 auto;overflow:hidden}.group-modal__composer-attachments-scroller{display:flex;gap:10px;margin:0;overflow-x:auto;overflow-y:hidden;padding:2px 2px 6px;scroll-behavior:smooth;scrollbar-width:thin}.group-modal__composer-attachments-scroller::-webkit-scrollbar{height:6px}.group-modal__composer-attachments-scroller::-webkit-scrollbar-track{background:#0f172a66;border-radius:999px}.group-modal__composer-attachments-scroller::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.group-modal__composer-attachments-scroller:focus-visible{outline:2px solid #22d3ee66;outline-offset:2px}.group-modal__composer-attachments-nav{align-items:center;background:#0f172a99;border:1px solid #94a3b838;border-radius:999px;color:#e2e8f0d9;cursor:pointer;display:inline-flex;flex-shrink:0;height:34px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),color var(--transition-fast);width:34px}.group-modal__composer-attachments-nav:focus-visible,.group-modal__composer-attachments-nav:hover{background:#22d3ee33;border-color:#22d3ee80;color:#fff;outline:none;transform:translateY(-1px)}.group-modal__composer-attachments-nav:disabled{cursor:default;opacity:.45;transform:none}.group-modal__composer-attachments-nav svg{font-size:.8rem}.group-modal__composer-attachment{align-items:center;background:#0f172a99;border:1px solid #94a3b82e;border-radius:12px;box-shadow:0 8px 18px #0f172a40;display:flex;gap:10px;max-width:100%;min-width:0;padding:8px 10px}.group-modal__composer-attachment--uploading{opacity:.85}.group-modal__composer-attachment--ready{border-color:#22d3ee59}.group-modal__composer-attachment--error{background:#ef44441f;border-color:#ef44448c}.group-modal__composer-attachment--error .group-modal__composer-attachment-preview{background:#ef444429;border-color:#ef444459;color:#fecacaf2}.group-modal__composer-attachment--voice-preview{background:#0000;border:none;box-shadow:none;padding:0;width:100%}.group-modal__composer-attachment--voice-preview .group-modal__voice-preview{width:100%}.group-modal__composer-attachment--ready .group-modal__composer-attachment-preview{background:#38bdf829;border-color:#38bdf859;color:#bfdbfef5}.group-modal__composer-attachment-preview{align-items:center;background:#94a3b81f;border:1px solid #94a3b829;border-radius:10px;color:#e2e8f0d1;display:flex;flex-shrink:0;height:42px;justify-content:center;overflow:hidden;width:42px}.group-modal__composer-attachment-preview img{display:block;height:100%;object-fit:cover;width:100%}.group-modal__composer-attachment-info{display:flex;flex-direction:column;gap:2px;min-width:0}.group-modal__composer-attachment-name{color:var(--color-text);font-size:.85rem;font-weight:600;word-break:break-word}.group-modal__composer-attachment-size{color:#cbd5e1bf;font-size:.74rem}.group-modal__composer-attachment-status{color:#94a3b8c7;font-size:.72rem}.group-modal__composer-attachment-status.is-error{color:#fca5a5eb}.group-modal__composer-attachment-actions{align-items:center;display:flex;gap:6px;margin-left:auto}.group-modal__composer-attachment-action{background:#0000;border:none;border-radius:8px;color:#e2e8f0cc;cursor:pointer;font-size:.78rem;padding:4px 6px;transition:background var(--transition-fast),color var(--transition-fast)}.group-modal__composer-attachment-action:focus-visible,.group-modal__composer-attachment-action:hover{background:#22d3ee2e;color:#fff;outline:none}.group-modal__composer-attachment-remove{align-items:center;border-radius:8px;display:inline-flex;height:28px;justify-content:center;width:28px}.group-modal__voice-permission-hint{background:#1e40af38;border:1px solid #3b82f661;border-radius:8px;color:#f8fafceb;font-size:.78rem;line-height:1.4;padding:6px 10px}.group-modal__composer-error{background:#ef44441f;border:1px solid #ef444447;border-radius:8px;color:#fca5a5e6;font-size:.78rem;padding:6px 10px}.group-modal__composer-attach{align-items:center;background:#ffffff0d;border:1px solid #94a3b824;border-radius:12px;color:#e2e8f0d9;cursor:pointer;display:inline-flex;height:42px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);width:42px}.group-modal__composer-attach:focus-visible,.group-modal__composer-attach:hover{background:#22d3ee33;border-color:#22d3ee7a;color:#fff;outline:none;transform:translateY(-1px)}.group-modal__composer-attach:disabled{cursor:default;opacity:.55;transform:none}.group-modal__composer-actions{align-items:center;display:flex;gap:10px;justify-content:flex-end;position:relative}.group-modal__message-attachments{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.group-modal__message-attachment{align-items:center;appearance:none;-webkit-appearance:none;background:#0f172a99;border:1px solid #94a3b82e;border-radius:12px;box-shadow:0 8px 18px #0f172a40;color:var(--color-text);cursor:pointer;display:inline-flex;font:inherit;gap:10px;line-height:1.2;max-width:100%;padding:8px 12px;text-align:left;text-decoration:none}.group-modal__message-attachment:focus-visible,.group-modal__message-attachment:hover{border-color:#22d3ee73;box-shadow:0 14px 28px #22d3ee33;outline:none}.group-modal__message-attachment--audio{align-items:stretch;background:#0f172ab8;border-color:#94a3b847;box-shadow:0 16px 32px #0f172a52;gap:12px;padding:10px 14px}.group-modal__message-attachment--audio audio{background:#0f172ad1;border-radius:999px;color-scheme:dark;filter:drop-shadow(0 8px 18px rgba(15,23,42,.25));max-width:60vw;outline:none;width:200px}.group-modal__message-attachment--audio audio::-webkit-media-controls-enclosure{background:#0000;border-radius:999px}.group-modal__message-attachment--audio audio::-webkit-media-controls-panel,.group-modal__message-attachment--audio audio::-webkit-media-controls-timeline-container{background:#0000}.group-modal__message-attachment--audio audio::-moz-focus-inner{border:0}.group-modal__message-attachment--voice{background:linear-gradient(135deg,#38bdf838,#3b82f629);border-color:#38bdf866}.group-modal__message-attachment-audio-meta{display:flex;flex-direction:column;gap:6px;min-width:0}.group-modal__message-attachment-audio-info{align-items:center;color:#cbd5e1d1;display:flex;flex-wrap:wrap;font-size:.75rem;gap:8px}.group-modal__message-attachment-duration{color:#e2e8f0f2;font-weight:600}.group-modal__message-attachment-download{color:#38bdf8e0;font-weight:600;text-decoration:none}.group-modal__message-attachment-download:focus-visible,.group-modal__message-attachment-download:hover{color:#fff;text-decoration:underline}.group-modal__message-attachment--image{background:#0000;border:none;box-shadow:none;overflow:hidden;padding:0}.group-modal__message-attachment--image img{border-radius:12px;display:block;height:auto;max-width:220px;width:100%}.group-modal__message-attachment-icon{align-items:center;background:#94a3b81f;border-radius:10px;color:#e2e8f0d9;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.group-modal__message-attachment-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.group-modal__message-attachment-name{font-size:.84rem;font-weight:600;word-break:break-word}.group-modal__message-attachment-size{color:#cbd5e1bf;font-size:.72rem}.group-modal__emoji{align-items:center;display:flex;position:relative}.group-modal__emoji-toggle{align-items:center;background:#ffffff0d;border:1px solid #94a3b824;border-radius:12px;color:#e2e8f0d9;cursor:pointer;display:inline-flex;height:42px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);width:42px}.group-modal__emoji-toggle:focus-visible,.group-modal__emoji-toggle:hover{background:#22d3ee33;border-color:#22d3ee7a;color:#fff;outline:none;transform:translateY(-1px)}.group-modal__emoji-toggle.is-active{background:linear-gradient(135deg,#22d3ee57,#38bdf842);border-color:#22d3ee94;box-shadow:0 18px 36px #22d3ee42;color:#fff}.group-modal__composer-voice{align-items:center;background:#0f172a8c;border:1px solid #94a3b829;border-radius:12px;color:#e2e8f0e0;cursor:pointer;display:inline-flex;height:42px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);width:42px}.group-modal__composer-voice:focus-visible,.group-modal__composer-voice:hover{background:#22d3ee42;border-color:#22d3ee94;color:#fff;outline:none;transform:translateY(-1px)}.group-modal__composer-voice.is-active{background:linear-gradient(135deg,#38bdf84d,#0ea5e93d);border-color:#38bdf899;box-shadow:0 18px 36px #0ea5e94d;color:#fff;transform:none}.group-modal__composer-voice:disabled{cursor:default;opacity:.6;transform:none}.group-modal__voice-preview{align-items:center;background:linear-gradient(135deg,#38bdf833,#0ea5e92e);border:1px solid #38bdf861;border-radius:14px;box-shadow:0 18px 32px #0f172a4d;display:flex;gap:12px;padding:10px 14px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);width:100%}.group-modal__voice-preview.is-playing{border-color:#3b82f680;box-shadow:0 22px 38px #3b82f64d}.group-modal__voice-preview--inline{margin:0}.group-modal__voice-preview-toggle{align-items:center;background:#0f172a8c;border:1px solid #94a3b838;border-radius:11px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),color var(--transition-fast);width:36px}.group-modal__voice-preview-toggle:focus-visible,.group-modal__voice-preview-toggle:hover{background:#22d3ee52;border-color:#22d3ee85;outline:none;transform:translateY(-1px)}.group-modal__voice-preview-toggle:disabled{cursor:default;opacity:.6;transform:none}.group-modal__voice-preview-body{display:flex;flex:1 1 auto;flex-direction:column;gap:8px;min-width:0}.group-modal__voice-preview-header{align-items:center;display:flex;gap:10px;justify-content:space-between}.group-modal__voice-preview-title{align-items:center;color:#e2e8f0f5;display:inline-flex;font-size:.88rem;font-weight:600;gap:8px;letter-spacing:.02em}.group-modal__voice-preview-title svg{font-size:.9rem}.group-modal__voice-preview-badge{align-items:center;background:#0f172a75;border:1px solid #94a3b847;border-radius:999px;color:#bfdbfeeb;display:inline-flex;font-size:.72rem;gap:4px;letter-spacing:.04em;padding:2px 10px;text-transform:uppercase}.group-modal__voice-preview-waveform{align-items:flex-end;display:flex;gap:3px;height:32px;padding:2px 0}.group-modal__voice-preview-waveform-bar{background:#94a3b861;border-radius:2px 2px 0 0;flex:1 1 auto;min-width:3px;transition:height .12s ease,background .12s ease}.group-modal__voice-preview-waveform-bar.is-played{background:#22d3eee0}.group-modal__voice-preview-waveform-placeholder{align-items:center;color:#bfdbfed9;display:inline-flex;font-size:.78rem;justify-content:center;letter-spacing:.08em;text-transform:uppercase;width:100%}.group-modal__voice-preview-meta{align-items:center;color:#cbd5e1e0;display:flex;flex-wrap:wrap;font-size:.75rem;gap:10px}.group-modal__voice-preview-time{align-items:center;color:#e2e8f0f5;display:inline-flex;font-weight:600;gap:4px;letter-spacing:.03em}.group-modal__voice-preview-time-separator{opacity:.6}.group-modal__voice-preview-status{color:#7dd3fcd9;font-size:.72rem}.group-modal__voice-preview-status.is-error{color:#fca5a5eb}.group-modal__voice-preview-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.group-modal__voice-preview-action{align-items:center;background:#0f172a73;border:1px solid #94a3b842;border-radius:10px;color:#e2e8f0eb;cursor:pointer;display:inline-flex;font-size:.78rem;gap:6px;padding:6px 12px;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.group-modal__voice-preview-action:focus-visible,.group-modal__voice-preview-action:hover{background:#22d3ee42;border-color:#22d3ee85;color:#fff;outline:none;transform:translateY(-1px)}.group-modal__voice-preview-action.is-danger{background:#ef44442e;border-color:#ef444459;color:#fee2e2f2}.group-modal__voice-preview-action.is-danger:focus-visible,.group-modal__voice-preview-action.is-danger:hover{background:#ef444447;border-color:#ef444499;color:#fff}.group-modal__emoji-popover{backdrop-filter:blur(18px) saturate(120%);backdrop-filter:var(--glass-backdrop,blur(18px) saturate(120%));-webkit-backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:var(--glass-backdrop,blur(18px) saturate(120%));background:#0000;border:1px solid #94a3b83d;border-radius:16px;bottom:calc(100% + 12px);box-shadow:0 26px 54px #0f172a80;max-height:calc(100vh - 160px);overflow:hidden;padding:8px;position:absolute;right:0;width:min(360px,92vw);z-index:12}.group-modal__emoji-popover emoji-picker{--background:#0000;--border-size:0;--border-color:#94a3b833;--button-hover-background:#22d3ee2e;--button-active-background:#22d3ee42;--indicator-color:#22d3eed1;--input-background:#0f172a99;--input-border-color:#22d3ee6b;--input-font-color:var(--color-text);--input-placeholder-color:#94a3b8bf;--outline-color:#22d3ee8c;--category-font-color:var(--color-text);background:#0000;color:var(--color-text);display:block;height:100%;width:100%}.group-modal__voice-recorder{align-items:center;background:linear-gradient(135deg,#22d3ee33,#38bdf824);border:1px solid #22d3ee61;border-radius:14px;box-shadow:0 18px 36px #0f172a52;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;padding:12px 16px;width:100%}.group-modal__voice-recorder.is-processing{opacity:.85}.group-modal__voice-recorder-control{align-items:center;background:#0f172a99;border:1px solid #94a3b838;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);width:40px}.group-modal__voice-recorder-control:focus-visible,.group-modal__voice-recorder-control:hover{background:#22d3ee4d;border-color:#22d3ee85;outline:none;transform:translateY(-1px)}.group-modal__voice-recorder-control:disabled{cursor:default;opacity:.6;transform:none}.group-modal__voice-recorder-controls{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.group-modal__voice-recorder-control--pause{background:linear-gradient(135deg,#22d3ee3d,#38bdf847);border-color:#22d3ee8c}.group-modal__voice-recorder-control--pause.is-resume{background:linear-gradient(135deg,#fbbf243d,#fdba7447);border-color:#fbbf248c}.group-modal__voice-recorder-control--confirm{background:linear-gradient(135deg,#22c55e3d,#10b98147);border-color:#22c55e85}.group-modal__voice-recorder-control--cancel{background:#0f172a80}.group-modal__voice-recorder-info{display:flex;flex:1 1 220px;flex-direction:column;gap:4px;min-width:0}.group-modal__voice-recorder-label{color:#e2e8f0e6;font-size:.82rem;font-weight:600;letter-spacing:.01em}.group-modal__voice-recorder-timer{color:#cbd5e1d9;font-size:.78rem;letter-spacing:.04em}.group-modal__composer-attachment-duration{color:#e2e8f0e6;font-size:.74rem;font-weight:600;letter-spacing:.03em}.group-modal__composer-send{background:linear-gradient(135deg,#3b82f6e0,#22d3eee0);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:.9rem;min-width:74px;padding:.6rem 1.1rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.group-modal__composer-send:disabled{box-shadow:none;cursor:default;opacity:.6;transform:none}.group-modal__composer-send:not(:disabled):focus-visible,.group-modal__composer-send:not(:disabled):hover{box-shadow:0 18px 36px #0e749059;outline:none;transform:translateY(-1px)}.group-modal__load-more{align-items:center;align-self:center;background:#ffffff08;border:1px solid #94a3b814;border-radius:20px;color:var(--color-muted);cursor:pointer;display:inline-flex;font-size:.72rem;gap:8px;letter-spacing:.04em;margin:6px auto 12px;padding:6px 14px;text-transform:uppercase}.group-modal__load-more:focus-visible,.group-modal__load-more:hover{background:#94a3b814;color:#fff;outline:none}.group-modal__input-group{display:flex;flex-direction:column;gap:8px}.group-modal__input-group label{color:#cbd5e1b3;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase}.group-modal__input{background:#ffffff0a;border:1px solid #94a3b82e;border-radius:10px;color:var(--color-text);font-size:.9rem;padding:10px 12px}.group-modal__input:focus-visible{outline:2px solid #22d3ee4d;outline-offset:2px}.group-modal__empty{align-items:center;color:var(--color-muted);display:flex;flex-direction:column;font-size:.92rem;gap:8px;padding:24px 20px;text-align:center}.group-modal__empty button{margin-top:4px}.group-modal__invite-list{display:flex;flex:1 1 auto;flex-direction:column;gap:12px;list-style:none;margin:0;min-height:0;padding:0}.group-modal__invite{background:#ffffff08;border:1px solid #94a3b829;border-radius:14px;box-shadow:0 14px 30px #0f172a47;display:flex;flex-direction:column;gap:14px;padding:16px}.group-modal__invite-main{align-items:flex-start;display:flex;gap:14px}.group-modal__invite-avatar{align-items:center;background:linear-gradient(135deg,#22d3ee38,#94a3b81a);border:1px solid #22d3ee4d;border-radius:50%;color:#e2e8f0e6;display:flex;flex-shrink:0;font-size:.96rem;font-weight:700;height:46px;justify-content:center;overflow:hidden;position:relative;width:46px}.group-modal__invite-avatar img{display:block;height:100%;object-fit:cover;width:100%}.group-modal__invite-avatar-icon{align-items:center;color:#e2e8f0d9;display:flex;font-size:1.1rem;inset:0;justify-content:center;position:absolute}.group-modal__invite-avatar.has-image .group-modal__invite-avatar-icon{display:none}.group-modal__invite-info{color:var(--color-text);display:flex;flex-direction:column;gap:6px}.group-modal__invite-name{font-size:.95rem;font-weight:600;letter-spacing:.01em}.group-modal__invite-description{color:#cbd5e1c7;font-size:.86rem;line-height:1.4}.group-modal__invite-meta{color:#94a3b8bf;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase}.group-modal__invite-actions{display:flex;flex-wrap:wrap;gap:10px}.group-modal__invite-button{align-items:center;background:#0000;border:1px solid #0000;border-radius:999px;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:8px;letter-spacing:.01em;padding:8px 16px;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.group-modal__invite-button:disabled{cursor:default;opacity:.6;transform:none}.group-modal__invite-button--secondary{background:#f8717114;border-color:#f8717159;color:#fca5a5e0}.group-modal__invite-button--secondary:not(:disabled):focus-visible,.group-modal__invite-button--secondary:not(:disabled):hover{background:#f8717129;border-color:#f8717199;color:#fee2e2;outline:none;transform:translateY(-1px)}.group-modal__invite-button--primary{background:linear-gradient(135deg,#22d3ee38,#38bdf838);border-color:#22d3ee73;color:var(--color-text)}.group-modal__invite-button--primary:not(:disabled):focus-visible,.group-modal__invite-button--primary:not(:disabled):hover{background:linear-gradient(135deg,#22d3ee47,#38bdf842);border-color:#22d3ee99;outline:none;transform:translateY(-1px)}.group-modal__invite-button svg{font-size:.9rem}.group-modal__mobile-back,.group-modal__mobile-bar,.group-modal__mobile-title{display:none}@media (max-width:980px){.group-modal{border-radius:0;height:min(95vh,920px);height:min(var(--group-modal-height,95vh),920px);max-height:95vh;width:100%}.group-modal__sidebar{width:220px}}@media (max-width:640px){.group-modal{border-radius:0;height:min(95vh,920px);height:min(var(--group-modal-height,95vh),920px);max-height:95vh;width:100%}.group-modal__body{flex-direction:column;height:100%;overflow:hidden}.group-modal__sidebar{border-bottom:1px solid #94a3b814;border-right:none;max-height:220px;width:100%}.group-modal__sidebar-scroll{overflow-y:auto}.group-modal__tabs{padding:3px}.group-modal__tab{font-size:.82rem;padding:7px 10px}.group-modal__conversation-avatar{height:38px;width:38px}.group-modal__conversation-profile{height:30px;width:30px}.group-modal__messages{padding:14px 16px calc(96px + env(safe-area-inset-bottom, 0px))}.group-modal__composer{border-top:1px solid #94a3b81f;padding:12px 14px calc(12px + env(safe-area-inset-bottom, 0px))}.group-modal__emoji-popover{backdrop-filter:blur(18px) saturate(120%);backdrop-filter:var(--glass-backdrop,blur(18px) saturate(120%));-webkit-backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:var(--glass-backdrop,blur(18px) saturate(120%));background:#0000;bottom:calc(env(safe-area-inset-bottom, 0px) + 80px);left:50%;max-height:min(420px,calc(100vh - 140px));position:fixed;transform:translateX(-50%);width:min(420px,calc(100vw - 24px))}.group-modal__emoji-popover emoji-picker{max-height:min(400px,calc(100vh - 180px))}.group-modal__sidebar-footer{padding:10px 0 0}.group-modal__push{margin-bottom:10px;padding:10px}.group-modal__push-button{justify-content:center;width:100%}.group-modal__push-subtitle{font-size:.74rem}.group-modal__create-button{font-size:.9rem}.group-modal__mobile-bar{align-items:center;-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);background:#0f172ae6;border-bottom:1px solid #94a3b814;display:flex;gap:10px;padding:calc(10px + env(safe-area-inset-top, 0px)) 12px 10px;position:-webkit-sticky;position:sticky;top:0;z-index:3}.group-modal__mobile-back{align-items:center;background:#0f172aa6;border:1px solid #94a3b847;border-radius:999px;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.82rem;gap:8px;padding:6px 12px;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.group-modal__mobile-back:focus-visible,.group-modal__mobile-back:hover{background:#22d3ee33;border-color:#22d3ee8c;outline:none;transform:translateY(-1px)}.group-modal__mobile-title{color:var(--color-text);display:block;flex:1 1 auto;font-size:.95rem;font-weight:600;overflow:hidden;padding:0 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.group-modal__mobile-title--button{background:#0000;border:none;color:inherit;cursor:pointer}.group-modal__mobile-title--button:focus-visible{outline:2px solid #22d3ee73;outline-offset:2px}.group-modal__sidebar--mobile-list{display:flex;flex:1 1 auto;flex-direction:column;height:100%;max-height:none;overflow:hidden;padding-bottom:calc(20px + env(safe-area-inset-bottom, 0px))}.group-modal__sidebar--mobile-list .group-modal__sidebar-scroll{overflow-y:auto}.group-modal__sidebar--mobile-list .group-modal__conversation-list{overflow-y:auto;padding-right:4px}.group-modal__sidebar--mobile-thread{display:none}.group-modal__sidebar--mobile-full{flex:1 1 auto;height:100%;max-height:none;overflow:hidden;padding-bottom:calc(20px + env(safe-area-inset-bottom, 0px))}.group-modal__sidebar--mobile-full .group-modal__sidebar-scroll{overflow-y:auto}.group-modal__sidebar--mobile-full .group-modal__conversation-list{overflow-y:auto;padding-right:4px}.group-modal__thread--mobile-list{display:none}.group-modal__thread--mobile-thread{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.group-modal__invite{padding:14px}.group-modal__invite-avatar{font-size:.88rem;height:40px;width:40px}}.group-profile-modal__backdrop{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#070b17d1;padding:clamp(1rem,3vw,2rem)}.group-profile-modal{--fg-modal-width:560px;--fg-modal-radius:24px;background:#0f172aeb;border:1px solid #94a3b847;border-radius:12px;box-shadow:0 32px 60px #0f172a73;color:#e2e8f0f2;display:flex;flex-direction:column;overflow:hidden;width:min(var(--fg-modal-width),100%)}.group-profile-modal__header{align-items:center;border-bottom:1px solid #94a3b82e;display:flex;gap:1.25rem;justify-content:space-between;padding:1.25rem 1.6rem 1rem}.group-profile-modal__title-group{align-items:center;display:inline-flex;gap:1rem}.group-profile-modal__title-icon{align-items:center;background:#ffffff14;border:1px solid #94a3b833;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0a;color:#f1f5f9eb;display:inline-flex;font-size:1.05rem;height:42px;justify-content:center;width:42px}.group-profile-modal__title-text{display:flex;flex-direction:column;gap:.25rem}.group-profile-modal__title-text h2{color:#e2e8f0f5;font-size:1.22rem;font-weight:600;letter-spacing:.08em;margin:0;text-transform:uppercase}.group-profile-modal__close{background:#0f172a99;border:1px solid #94a3b84d;border-radius:14px;color:#e2e8f0e0;height:40px;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast),border var(--transition-fast);width:40px}.group-profile-modal__close:focus-visible,.group-profile-modal__close:hover{background:#38bdf833;border-color:#38bdf873;box-shadow:0 18px 36px #0e749059;color:#fff;transform:translateY(-1px)}.group-profile-modal__body{display:flex;flex-direction:column;gap:1.4rem;max-height:min(82vh,760px);overflow-y:auto;padding:1.6rem}.group-profile-modal__hero-block{background:#1e293b8c;border:1px solid #94a3b833;border-radius:20px;box-shadow:0 20px 42px #0f172a61;display:flex;flex-direction:column;gap:1.3rem;padding:1.4rem}.group-profile-modal__hero-bar{align-items:flex-start;display:flex;gap:1rem;justify-content:flex-start;padding-right:56px;position:relative}.group-profile-modal__hero{align-items:center;display:flex;flex:1 1 auto;gap:1.35rem}.group-profile-modal__hero-actions{align-items:flex-start;display:flex;position:absolute;right:0;top:0}.group-profile-modal__hero-menu-button{align-items:center;background:#0f172a99;border:1px solid #94a3b842;border-radius:14px;color:#e2e8f0e0;display:inline-flex;height:42px;justify-content:center;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast);width:42px}.group-profile-modal__hero-menu-button:focus-visible,.group-profile-modal__hero-menu-button:hover{background:#38bdf82e;border-color:#38bdf87a;box-shadow:0 18px 32px #0e749059;color:#fff;outline:none;transform:translateY(-1px)}.group-profile-modal__hero-menu-button:disabled{box-shadow:none;cursor:default;opacity:.6;transform:none}.group-profile-modal__hero-menu{background:#0f172af0;border:1px solid #94a3b842;border-radius:16px;box-shadow:0 24px 48px #0f172a73;display:flex;flex-direction:column;gap:.35rem;min-width:210px;padding:.5rem;position:absolute;right:0;top:calc(100% + .6rem);z-index:10}.group-profile-modal__hero-menu-item{align-items:center;background:#0000;border:none;border-radius:12px;color:#e2e8f0eb;display:flex;font-size:.92rem;gap:.6rem;padding:.65rem .8rem;text-align:left;transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.group-profile-modal__hero-menu-item svg{font-size:.92rem}.group-profile-modal__hero-menu-item:focus-visible,.group-profile-modal__hero-menu-item:hover{background:#38bdf82e;color:#fff;outline:none;transform:translateY(-1px)}.group-profile-modal__hero-menu-item:disabled{background:#0000;cursor:default;opacity:.6;transform:none}.group-profile-modal__hero-menu-item--danger{color:#fee2e2f2}.group-profile-modal__hero-menu-item--danger:focus-visible,.group-profile-modal__hero-menu-item--danger:hover{background:#f871712e;color:#fee2e2}.group-profile-modal__hero-about{display:flex;flex-direction:column;gap:.9rem}.group-profile-modal__hero-edit{display:flex;flex-direction:column;gap:1.1rem}.group-profile-modal__field{display:flex;flex-direction:column;gap:.5rem}.group-profile-modal__label{color:#cbd5e1c7;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.group-profile-modal__field-hint{color:#94a3b8cc;font-size:.82rem}.group-profile-modal__input,.group-profile-modal__textarea{background:#0f172a9e;border:1px solid #94a3b842;border-radius:14px;color:#f1f5f9f5;font-size:.96rem;padding:.85rem 1rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast);width:100%}.group-profile-modal__input:focus-visible,.group-profile-modal__textarea:focus-visible{background:#0f172ab3;border-color:#38bdf873;box-shadow:0 0 0 1px #38bdf859,0 12px 28px #0f172a73;outline:none}.group-profile-modal__textarea{line-height:1.5;min-height:126px;resize:vertical}.group-profile-modal__field-meta{align-items:center;color:#94a3b8bf;display:flex;font-size:.78rem;justify-content:flex-end}.group-profile-modal__access-options{display:flex;flex-direction:column;gap:.75rem}.group-profile-modal__access-option{align-items:flex-start;background:#0f172a9e;border:1px solid #94a3b842;border-radius:16px;cursor:pointer;display:flex;gap:.85rem;padding:.85rem 1rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast),background var(--transition-fast)}.group-profile-modal__access-option:focus-within,.group-profile-modal__access-option:hover{background:#38bdf829;border-color:#38bdf86b;box-shadow:0 18px 32px #0e74904d;transform:translateY(-1px)}.group-profile-modal__access-option.is-active{background:linear-gradient(135deg,#38bdf83d,#0ea5e92e);border-color:#38bdf88c;box-shadow:0 22px 40px #0e749052}.group-profile-modal__access-option.is-disabled{box-shadow:none;cursor:default;opacity:.7;transform:none}.group-profile-modal__access-option.is-disabled:focus-within,.group-profile-modal__access-option.is-disabled:hover{background:#0f172a9e;border-color:#94a3b842;box-shadow:none;transform:none}.group-profile-modal__access-option input[type=radio]{accent-color:#38bdf8e0;margin:.15rem 0 0}.group-profile-modal__access-content{display:flex;flex-direction:column;gap:.3rem}.group-profile-modal__access-title{color:#f1f5f9f5;font-size:.94rem;font-weight:600}.group-profile-modal__access-description{color:#cbd5e1c7;font-size:.82rem;line-height:1.45}.group-profile-modal__counter{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.group-profile-modal__edit-error{background:#f8717129;border:1px solid #f8717166;border-radius:14px;color:#fee2e2f5;font-size:.85rem;padding:.75rem 1rem}.group-profile-modal__edit-actions{align-items:center;display:flex;gap:.75rem;justify-content:flex-end}.group-profile-modal__edit-button{align-items:center;border:1px solid #0000;border-radius:12px;display:inline-flex;font-size:.88rem;font-weight:600;gap:.5rem;letter-spacing:.05em;padding:.6rem 1.15rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast)}.group-profile-modal__edit-button--ghost{background:#0f172a99;border-color:#94a3b84d;color:#e2e8f0e6}.group-profile-modal__edit-button--ghost:focus-visible,.group-profile-modal__edit-button--ghost:hover{background:#94a3b82e;border-color:#94a3b861;box-shadow:0 16px 32px #94a3b838;color:#fff;outline:none;transform:translateY(-1px)}.group-profile-modal__edit-button--primary{background:linear-gradient(135deg,#38bdf84d,#0ea5e973);border-color:#38bdf87a;color:#fff}.group-profile-modal__edit-button--primary:focus-visible,.group-profile-modal__edit-button--primary:hover{box-shadow:0 20px 40px #0e749066;outline:none;transform:translateY(-1px)}.group-profile-modal__edit-button:disabled{box-shadow:none;cursor:default;opacity:.65;transform:none}.group-profile-modal__avatar{align-items:center;background:linear-gradient(135deg,#a855f7ad,#38bdf880);border-radius:999px;box-shadow:0 18px 36px #1e40af61;color:#ffffffeb;display:inline-flex;flex-shrink:0;font-size:1.85rem;font-weight:600;height:150px;justify-content:center;overflow:hidden;width:150px}.group-profile-modal__avatar img{height:100%;object-fit:cover;width:100%}.group-profile-modal__hero-text{display:flex;flex-direction:column;gap:.45rem}.group-profile-modal__name{color:#f1f5f9f5;font-size:1.35rem;font-weight:600;letter-spacing:.02em;margin:0}.group-profile-modal__meta{color:#e2e8f0c7;display:flex;flex-wrap:wrap;font-size:.88rem;gap:.6rem}.group-profile-modal__meta-item{align-items:center;background:#94a3b824;border:1px solid #94a3b838;border-radius:999px;display:inline-flex;gap:.35rem;padding:.35rem .75rem}.group-profile-modal__meta-item svg{font-size:.8rem}.group-profile-modal__meta-item--muted{opacity:.72}.group-profile-modal__viewer-role{align-items:center;color:#94a3b8c7;display:inline-flex;font-size:.78rem;gap:.35rem;letter-spacing:.08em}.group-profile-modal__creator-link{background:none;border:none;cursor:pointer;padding:0;transition:color var(--transition-fast),transform var(--transition-fast)}.group-profile-modal__creator-link:focus-visible,.group-profile-modal__creator-link:hover{color:#ffffffe6;outline:none;transform:translateY(-1px)}.group-profile-modal__creator-label{opacity:.72;text-transform:uppercase}.group-profile-modal__creator-name{color:#f8fafceb;letter-spacing:.04em;text-transform:none}.group-profile-modal__section{background:#1e293b8c;border:1px solid #94a3b833;border-radius:12px;box-shadow:0 20px 42px #0f172a61;display:flex;flex-direction:column;gap:.9rem;padding:1.35rem}.group-profile-modal__section-header{display:flex;flex-direction:column;gap:.35rem}.group-profile-modal__section-title{color:#e2e8f0eb;font-size:1rem;font-weight:600;letter-spacing:.08em;margin:0;text-transform:uppercase}.group-profile-modal__section-hint{color:#94a3b8c7;font-size:.82rem;letter-spacing:.02em}.group-profile-modal__notice{align-items:center;background:#38bdf829;border:1px solid #38bdf86b;border-radius:12px;color:#e0f2fef5;display:inline-flex;font-size:.82rem;gap:.55rem;letter-spacing:.06em;padding:.85rem 1.1rem;text-transform:uppercase}.group-profile-modal__notice svg{font-size:.95rem}.group-profile-modal__notice--error{background:#f8717129;border-color:#f8717173;color:#fee2e2f2}.group-profile-modal__notice--success{background:#4ade8029;border-color:#4ade806b;color:#dcfce7f2}.group-profile-modal__invite-input{align-items:center;background:#0f172aa3;border:1px solid #94a3b84d;border-radius:12px;box-shadow:inset 0 0 0 1px #0f172a59;display:flex;gap:.65rem;padding:.65rem .95rem}.group-profile-modal__invite-input svg{color:#94a3b8e0}.group-profile-modal__invite-input input{background:#0000;border:none;color:#e2e8f0f2;flex:1 1 auto;font-size:.94rem}.group-profile-modal__invite-input input::placeholder{color:#94a3b899}.group-profile-modal__invite-input input:focus-visible{outline:none}.group-profile-modal__invite-status{align-items:center;color:#e2e8f0c7;display:inline-flex;font-size:.85rem;gap:.5rem}.group-profile-modal__invite-status--error{color:#fee2e2eb}.group-profile-modal__invite-results{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.group-profile-modal__invite-result{align-items:center;background:#0f172a94;border:1px solid #94a3b838;border-radius:12px;box-shadow:0 16px 30px #0f172a59;display:flex;gap:.85rem;justify-content:space-between;padding:.75rem .9rem}.group-profile-modal__invite-info{align-items:center;display:flex;gap:.7rem;min-width:0}.group-profile-modal__invite-avatar{align-items:center;background:linear-gradient(135deg,#a855f7a6,#38bdf88c);border-radius:16px;color:#ffffffe6;display:inline-flex;font-size:1rem;font-weight:600;height:48px;justify-content:center;overflow:hidden;width:48px}.group-profile-modal__invite-avatar img{height:100%;object-fit:cover;width:100%}.group-profile-modal__invite-body{display:flex;flex-direction:column;gap:.25rem;min-width:0}.group-profile-modal__invite-name{color:#f1f5f9f5;font-size:.94rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-profile-modal__invite-username{color:#94a3b8b3;font-size:.82rem}.group-profile-modal__invite-button{align-items:center;background:linear-gradient(135deg,#38bdf847,#0ea5e959);border:1px solid #38bdf873;border-radius:999px;color:#fff;display:inline-flex;font-size:.82rem;font-weight:700;gap:.45rem;letter-spacing:.08em;padding:.55rem 1.1rem;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease}.group-profile-modal__invite-button:focus-visible,.group-profile-modal__invite-button:hover{box-shadow:0 16px 30px #0e749059;outline:none;transform:translateY(-1px)}.group-profile-modal__invite-button:disabled{box-shadow:none;cursor:default;opacity:.6;transform:none}.group-profile-modal__description{background:#0f172a99;border:1px solid #94a3b83d;border-radius:16px;box-shadow:inset 0 0 0 1px #0f172a73;color:#e2e8f0e6;line-height:1.6;margin:0;padding:1.1rem 1.3rem}.group-profile-modal__description--empty{color:#94a3b8bf;font-style:italic}.group-profile-modal__empty{background:#0f172a8c;border:1px dashed #94a3b852;border-radius:16px;color:#94a3b8c7;letter-spacing:.04em;padding:1.1rem;text-align:center;text-transform:uppercase}.group-profile-modal__participant-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.group-profile-modal__participant-controls{display:flex;justify-content:flex-end;margin:.75rem 0 1.1rem}.group-profile-modal__participant-search{position:relative;width:min(320px,100%)}.group-profile-modal__participant-search input{background:#0f172a94;border:1px solid #94a3b83d;border-radius:999px;color:#f1f5f9fa;font-size:.9rem;padding:.65rem 2.4rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast);width:100%}.group-profile-modal__participant-search input::placeholder{color:#94a3b8a6}.group-profile-modal__participant-search input:focus-visible{background:#0f172abf;border-color:#22d3ee8c;box-shadow:0 0 0 3px #22d3ee2e;outline:none}.group-profile-modal__participant-search-icon{color:#94a3b8a6;font-size:.9rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.group-profile-modal__participant-search-clear{align-items:center;background:none;border:none;border-radius:999px;color:#94a3b8b3;cursor:pointer;display:inline-flex;justify-content:center;padding:.2rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast)}.group-profile-modal__participant-search-clear:focus-visible,.group-profile-modal__participant-search-clear:hover{background:#f8717124;color:#f87171f2;outline:none;transform:translateY(-50%) scale(1.05)}.group-profile-modal__participant{background:#0f172a99;border:1px solid #94a3b838;border-radius:20px;box-shadow:0 20px 44px #0f172a5c;display:flex;flex-direction:column;gap:.9rem;padding:1rem 1.15rem}.group-profile-modal__participant-content{align-items:center;background:none;border:none;color:inherit;cursor:default;display:flex;gap:.95rem;padding:0;text-align:left;width:100%}.group-profile-modal__participant-content.is-clickable{cursor:pointer;transition:transform var(--transition-fast),filter var(--transition-fast)}.group-profile-modal__participant-content.is-clickable:focus-visible,.group-profile-modal__participant-content.is-clickable:hover{filter:brightness(1.05);outline:none;transform:translateY(-1px)}.group-profile-modal__participant-content:disabled{cursor:default}.group-profile-modal__participant-avatar{align-items:center;background:linear-gradient(135deg,#a855f79e,#38bdf885);border-radius:999px;color:#ffffffeb;display:inline-flex;flex-shrink:0;font-size:1.25rem;font-weight:600;height:56px;justify-content:center;overflow:hidden;width:56px}.group-profile-modal__participant-avatar img{height:100%;object-fit:cover;width:100%}.group-profile-modal__participant-body{display:flex;flex-direction:column;gap:.35rem;min-width:0}.group-profile-modal__participant-name{color:#f1f5f9f5;font-size:1rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-profile-modal__participant-meta{align-items:center;color:#94a3b8c7;display:flex;flex-wrap:wrap;font-size:.82rem;gap:.45rem}.group-profile-modal__participant-username{color:#94a3b8a6}.group-profile-modal__badge{align-items:center;background:#a855f73d;border-radius:999px;color:#e9d5fff2;display:inline-flex;font-size:.72rem;gap:.35rem;letter-spacing:.06em;padding:.25rem .6rem;text-transform:uppercase}.group-profile-modal__badge svg{font-size:.7rem}.group-profile-modal__badge--admin{background:#fcd34d38;color:#fde68af2}.group-profile-modal__badge--creator,.group-profile-modal__badge--owner{background:#94a3b833;color:#f1f5f9eb}.group-profile-modal__badge--muted{background:#94a3b81f;color:#94a3b8b8;text-transform:none}.group-profile-modal__participant-actions{display:flex;flex-wrap:wrap;gap:.6rem}.group-profile-modal__participant-action{align-items:center;background:#0f172ab3;border:1px solid #0000;border-radius:999px;color:#e2e8f0eb;display:inline-flex;font-size:.78rem;font-weight:700;gap:.4rem;justify-content:center;letter-spacing:.08em;padding:.5rem 1rem;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.group-profile-modal__participant-action svg{font-size:.82rem}.group-profile-modal__participant-action:focus-visible,.group-profile-modal__participant-action:hover{box-shadow:0 16px 30px #0f172a59;outline:none;transform:translateY(-1px)}.group-profile-modal__participant-action:disabled{box-shadow:none;cursor:default;opacity:.55;transform:none}.group-profile-modal__participant-action--primary{background:linear-gradient(135deg,#38bdf847,#0ea5e959);border-color:#38bdf873;color:#fff}.group-profile-modal__participant-action--danger{background:#ef44442e;border-color:#ef44447a;color:#fecaca}.group-profile-modal__participant-action--muted{background:#94a3b829;border-color:#94a3b852;color:#e2e8f0d9}.group-profile-modal__footer{border-top:1px solid #94a3b833;display:flex;gap:.85rem;justify-content:flex-end;padding:1.15rem 1.6rem}.group-profile-modal__footer-button{align-items:center;background:linear-gradient(135deg,#a855f7d1,#38bdf8ad);border:1px solid #94a3b852;border-radius:999px;color:#fff;display:inline-flex;font-weight:700;gap:.55rem;justify-content:center;letter-spacing:.14em;padding:.78rem 1.5rem;position:relative;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,border .18s ease}.group-profile-modal__footer-button:disabled{box-shadow:none;cursor:default;opacity:.58;transform:none}.group-profile-modal__footer-button--danger{background:linear-gradient(135deg,#ef444457,#b91c1c80);border-color:#f871717a;color:#fee2e2}.group-profile-modal__footer-button:focus-visible,.group-profile-modal__footer-button:hover{box-shadow:0 18px 36px #0f172a61;transform:translateY(-1px)}.group-profile-modal__footer-button--danger:focus-visible,.group-profile-modal__footer-button--danger:hover{box-shadow:0 18px 40px #f8717159}@media (max-width:540px){.group-profile-modal{border-radius:18px}.group-profile-modal__body{max-height:70vh;padding:1.25rem}.group-profile-modal__hero-bar{padding-right:0}.group-profile-modal__participant-controls{justify-content:flex-start;margin-top:.5rem}.group-profile-modal__participant-search{width:100%}.group-profile-modal__participant-search input{padding-left:2.2rem;padding-right:2.2rem}.group-profile-modal__hero{align-items:center;flex-direction:column;text-align:center}.group-profile-modal__hero-actions{margin-left:0;margin-top:.75rem;position:static}.group-profile-modal__meta{justify-content:center}.group-profile-modal__participant{padding:.75rem}.group-profile-modal__participant-actions{align-items:stretch;flex-direction:column}.group-profile-modal__participant-action{justify-content:center}.group-profile-modal__invite-result{align-items:stretch;flex-direction:column}.group-profile-modal__invite-button{justify-content:center}}.create-group-modal__backdrop{padding:clamp(1rem,4vw,2.25rem)}.create-group-modal{--fg-modal-width:min(680px,100%);--fg-modal-radius:22px;border:1px solid #94a3b847;box-shadow:0 28px 72px #0f172a8c;display:flex;flex-direction:column;max-height:min(92vh,760px)}.create-group-modal__header{border-bottom:1px solid #94a3b829;gap:.75rem;padding:clamp(1rem,3vw,1.25rem) clamp(1.25rem,4vw,1.75rem)}.create-group-modal__title-group{align-items:center;display:inline-flex;gap:.75rem}.create-group-modal__title-icon{align-items:center;background:#ffffff14;border:1px solid #94a3b833;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0a;color:#f1f5f9eb;display:inline-flex;font-size:1.05rem;height:42px;justify-content:center;width:42px}.create-group-modal__title{color:#f1f5f9fa;font-size:1.28rem;font-weight:600;letter-spacing:.01em;margin:0}.create-group-modal__form{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.create-group-modal__body{display:flex;flex:1 1 auto;flex-direction:column;gap:clamp(1rem,2.5vh,1.5rem);min-height:0;overflow-y:auto;padding:clamp(1.2rem,3vw,1.6rem) clamp(1.3rem,4vw,1.9rem) clamp(1rem,4vw,1.6rem)}.create-group-modal__notice{background:#22d3ee1f;border:1px solid #38bdf852;border-radius:14px;box-shadow:0 12px 28px #0e749033;color:#e2e8f0eb;font-size:.9rem;line-height:1.45;padding:.9rem 1.05rem}.create-group-modal__notice--info{background:#38bdf824;border-color:#7dd3fc59}.create-group-modal__section{display:flex;flex-direction:column;gap:.75rem}.create-group-modal__media{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.create-group-modal__media-figure{align-items:center;background:#0f172a8c;border:1px dashed #94a3b859;border-radius:18px;color:#cbd5e1e0;cursor:pointer;display:inline-flex;height:112px;justify-content:center;overflow:hidden;position:relative;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast);width:112px}.create-group-modal__media-figure:focus-visible,.create-group-modal__media-figure:hover{border-color:#22d3ee73;box-shadow:0 12px 24px #22d3ee2e;outline:none;transform:translateY(-1px)}.create-group-modal__media-figure:disabled,.create-group-modal__media-figure[disabled]{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.create-group-modal__media-figure--filled{background:#0f172a59;border-color:#22d3ee66;border-style:solid}.create-group-modal__media-figure img{display:block;height:100%;object-fit:cover;width:100%}.create-group-modal__media-placeholder{align-items:center;display:flex;flex-direction:column;font-size:.85rem;gap:.5rem;justify-content:center;letter-spacing:.06em;text-transform:uppercase}.create-group-modal__media-placeholder svg{color:#94a3b8e0;font-size:1.2rem}.create-group-modal__media-spinner{align-items:center;background:#0f172a94;color:#f1f5f9f2;display:flex;font-size:1.2rem;inset:0;justify-content:center;position:absolute}.create-group-modal__media-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem}.create-group-modal__media-action{align-items:center;background:#0f172a7a;border:1px solid #94a3b847;border-radius:12px;color:#cbd5e1eb;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.45rem;padding:.55rem 1rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast)}.create-group-modal__media-action:focus-visible,.create-group-modal__media-action:hover{background:#22d3ee2e;border-color:#22d3ee73;color:#f1f5f9f2;outline:none;transform:translateY(-1px)}.create-group-modal__media-action:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.create-group-modal__media-action--remove{background:#f871711f;border-color:#f8717173;color:#f87171f2}.create-group-modal__media-action--remove:focus-visible,.create-group-modal__media-action--remove:hover{background:#f871712e;border-color:#f8717199;color:#fee2e2fa}.create-group-modal__media-error{background:#f871712e;border:1px solid #f871716b;border-radius:10px;color:#fee2e2eb;flex:1 1 100%;font-size:.82rem;padding:.55rem .75rem}.create-group-modal__media-input{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.create-group-modal__section-header{align-items:baseline;display:flex;gap:.75rem;justify-content:space-between}.create-group-modal__label{color:#cbd5e1c7;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.create-group-modal__field-hint,.create-group-modal__section-hint{color:#94a3b8d9;font-size:.8rem}.create-group-modal__input{background:#0f172a8c;border:1px solid #94a3b833;border-radius:12px;color:#f1f5f9f5;font-size:1rem;padding:.75rem .95rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.create-group-modal__input:focus-visible{border-color:#22d3ee80;box-shadow:0 0 0 1px #22d3ee59,0 12px 28px #0f172a73;outline:none}.create-group-modal__textarea{background:#0f172a8c;border:1px solid #94a3b838;border-radius:12px;color:#f1f5f9f5;font-size:.98rem;line-height:1.45;min-height:132px;padding:.85rem 1rem;resize:vertical;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.create-group-modal__textarea:focus-visible{border-color:#22d3ee80;box-shadow:0 0 0 1px #22d3ee59,0 12px 28px #0f172a73;outline:none}.create-group-modal__field-meta{color:#94a3b8ad;display:flex;font-size:.72rem;justify-content:flex-end;letter-spacing:.08em;text-transform:uppercase}.create-group-modal__access-options{display:flex;flex-direction:column;gap:.75rem}.create-group-modal__access-option{align-items:flex-start;background:#0f172a8c;border:1px solid #94a3b83d;border-radius:16px;cursor:pointer;display:flex;gap:.85rem;padding:.85rem 1rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast),background var(--transition-fast)}.create-group-modal__access-option:focus-within,.create-group-modal__access-option:hover{background:#38bdf824;border-color:#38bdf866;box-shadow:0 18px 32px #0e74903d;transform:translateY(-1px)}.create-group-modal__access-option.is-disabled{box-shadow:none;cursor:default;opacity:.7;transform:none}.create-group-modal__access-option.is-disabled:focus-within,.create-group-modal__access-option.is-disabled:hover{background:#0f172a8c;border-color:#94a3b83d;box-shadow:none;transform:none}.create-group-modal__access-option input[type=radio]{accent-color:#38bdf8db;margin:.2rem 0 0}.create-group-modal__access-option input[type=radio]:disabled{cursor:not-allowed}.create-group-modal__access-option.is-active{background:linear-gradient(135deg,#38bdf83d,#0ea5e92e);border-color:#38bdf88c;box-shadow:0 20px 40px #0e749052}.create-group-modal__access-option.is-active input[type=radio]{accent-color:#38bdf8f2}.create-group-modal__access-content{display:flex;flex-direction:column;gap:.3rem}.create-group-modal__access-title{color:#f1f5f9f5;font-size:.95rem;font-weight:600}.create-group-modal__access-description{color:#cbd5e1c7;font-size:.82rem;line-height:1.45}.create-group-modal__chips{display:flex;flex-wrap:wrap;gap:.65rem;list-style:none;margin:0;padding:0}.create-group-modal__chip{align-items:center;background:#22d3ee29;border:1px solid #22d3ee52;border-radius:999px;box-shadow:0 14px 32px #22d3ee33;color:#0f172ae6;display:inline-flex;gap:.65rem;padding:.4rem .7rem .4rem .4rem}.create-group-modal__chip-avatar{align-items:center;background:#0f172a40;border-radius:50%;color:#0f172ae6;display:inline-flex;font-weight:600;height:34px;justify-content:center;overflow:hidden;width:34px}.create-group-modal__chip-avatar img{display:block;height:100%;object-fit:cover;width:100%}.create-group-modal__chip-text{display:flex;flex-direction:column;line-height:1.1}.create-group-modal__chip-name{font-size:.85rem;font-weight:600}.create-group-modal__chip-handle{color:#0f172aa6;font-size:.72rem}.create-group-modal__chip-badge{align-self:flex-start;background:#0f172a29;border-radius:999px;color:#0f172ac7;font-size:.68rem;font-weight:600;letter-spacing:.06em;margin-top:.25rem;padding:.2rem .45rem;text-transform:uppercase}.create-group-modal__chip-remove{align-items:center;background:#0f172a14;border:none;border-radius:50%;color:#0f172abf;cursor:pointer;display:inline-flex;height:26px;justify-content:center;transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);width:26px}.create-group-modal__chip-remove:focus-visible,.create-group-modal__chip-remove:hover{background:#0f172a2e;color:#0f172aeb;transform:scale(1.05)}.create-group-modal__empty-chip{align-items:center;background:#0f172a8c;border:1px dashed #94a3b852;border-radius:12px;color:#94a3b8e6;display:inline-flex;font-size:.85rem;gap:.6rem;padding:.65rem .85rem}.create-group-modal__search{align-items:center;background:#0f172aa6;border:1px solid #94a3b82e;border-radius:12px;color:#cbd5e1e0;display:flex;gap:.65rem;padding:.55rem .75rem}.create-group-modal__search input{background:#0000;border:none;color:inherit;flex:1 1 auto;font-size:.95rem}.create-group-modal__search input:focus-visible{outline:none}.create-group-modal__search svg{color:#cbd5e1c7}.create-group-modal__search-error{color:#f87171eb;font-size:.82rem;margin-top:.65rem}.create-group-modal__results{display:flex;flex-direction:column;gap:.45rem;list-style:none;margin:.35rem 0 0;max-height:220px;overflow-y:auto;padding:0}.create-group-modal__result{align-items:center;background:#0f172a8c;border:1px solid #0000;border-radius:12px;color:#f1f5f9e6;cursor:pointer;display:inline-flex;gap:.75rem;padding:.55rem .7rem;text-align:left;transition:transform var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast);width:100%}.create-group-modal__result:focus-visible,.create-group-modal__result:hover{background:#22d3ee29;border-color:#22d3ee73;box-shadow:0 16px 32px #22d3ee40;outline:none;transform:translateY(-1px)}.create-group-modal__result-avatar{align-items:center;background:#94a3b829;border-radius:50%;color:#f1f5f9f2;display:inline-flex;font-weight:600;height:42px;justify-content:center;overflow:hidden;width:42px}.create-group-modal__result-avatar img{display:block;height:100%;object-fit:cover;width:100%}.create-group-modal__result-body{display:flex;flex:1 1 auto;flex-direction:column;gap:.1rem;min-width:0}.create-group-modal__result-name{color:#f1f5f9f5;font-size:.95rem;font-weight:600}.create-group-modal__result-handle{color:#cbd5e1c7;font-size:.78rem}.create-group-modal__result-action{color:#22d3eee6;font-size:.8rem;font-weight:600}.create-group-modal__search-empty{color:#94a3b8e6;font-size:.85rem;margin-top:.8rem}.create-group-modal__error{background:#f871711f;border:1px solid #f8717152;border-radius:10px;color:#fee2e2f2;font-size:.88rem;margin-top:.25rem;padding:.65rem .8rem}.create-group-modal__footer{border-top:1px solid #94a3b829;display:flex;gap:.75rem;justify-content:flex-end;padding:clamp(1rem,3vw,1.35rem) clamp(1.3rem,4vw,1.9rem) clamp(1.1rem,4vw,1.6rem)}.create-group-modal__primary,.create-group-modal__secondary{border:1px solid #0000;border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.65rem 1.25rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast)}.create-group-modal__secondary{background:#0f172a66;border-color:#94a3b847;color:#cbd5e1e0}.create-group-modal__secondary:focus-visible,.create-group-modal__secondary:hover{background:#0f172a8c;border-color:#cbd5e173;outline:none;transform:translateY(-1px)}.create-group-modal__primary{background:linear-gradient(135deg,#22d3eee6,#38bdf8eb);box-shadow:0 18px 36px #22d3ee4d;color:#0f172aeb}.create-group-modal__primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.55;transform:none}.create-group-modal__primary:not(:disabled):focus-visible,.create-group-modal__primary:not(:disabled):hover{box-shadow:0 24px 48px #22d3ee52;outline:none;transform:translateY(-2px)}@media (max-width:720px){.create-group-modal{--fg-modal-width:min(100%,94vw);max-height:min(94vh,760px)}.create-group-modal__body,.create-group-modal__footer,.create-group-modal__header{padding-left:clamp(1rem,5vw,1.3rem);padding-right:clamp(1rem,5vw,1.3rem)}.create-group-modal__results{max-height:180px}.create-group-modal__media{align-items:flex-start;flex-direction:column}}.saved-posts-modal__backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#060914b8;padding:clamp(1.4rem,4vw,3rem)}.saved-posts-modal{--fg-modal-width:clamp(320px,94vw,920px);--fg-modal-max-height:min(88vh,940px);--fg-modal-radius:24px;background:linear-gradient(160deg,#111827f5,#0c1426fa);border:1px solid #94a3b838;box-shadow:0 38px 96px #060814a6;color:#f1f5f9f5;display:flex;flex-direction:column;position:relative}.saved-posts-modal__header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14182dd9;border-bottom:1px solid #94a3b82e;display:flex;gap:.9rem;justify-content:space-between;padding:1.25rem 1.75rem}.saved-posts-modal__title-group{align-items:center;display:inline-flex;gap:.75rem}.saved-posts-modal__title-icon{align-items:center;background:#ffffff14;border:1px solid #94a3b838;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0a;color:#f1f5f9eb;display:inline-flex;font-size:1rem;height:42px;justify-content:center;width:42px}.saved-posts-modal__title{color:#f1f5f9f5;font-size:1.25rem;font-weight:600;letter-spacing:.01em;margin:0;text-transform:none}.saved-posts-modal__body{background:radial-gradient(circle at top,#1e293b8a,#0d101ff0);display:flex;flex:1 1 auto;flex-direction:column;gap:1.35rem;overflow:hidden;padding:clamp(1.2rem,3vw,1.9rem);position:relative}.saved-posts-modal__status{grid-gap:.55rem;background:#14182d99;border:1px solid #94a3b83d;border-radius:18px;color:#e2e8f0e6;display:grid;gap:.55rem;padding:2.25rem 1.5rem;place-items:center}.saved-posts-modal__status--error{background:#f871712e;border-color:#f8717173;color:#fee2e2f2}.saved-posts-modal__status button{background:#94a3b81f;border:1px solid #94a3b859;border-radius:999px;color:#f1f5f9eb;cursor:pointer;font:inherit;margin-top:.75rem;padding:.55rem 1.2rem;transition:background .16s ease,transform .16s ease,border .16s ease}.saved-posts-modal__status button:focus-visible,.saved-posts-modal__status button:hover{background:#94a3b82e;border-color:#94a3b873;outline:none;transform:translateY(-1px)}.saved-posts-modal__empty{grid-gap:.85rem;background:#1118278c;border:1px dashed #94a3b847;border-radius:18px;color:#dae2ebe6;display:grid;gap:.85rem;padding:2.5rem 1.5rem;place-items:center;text-align:center}.saved-posts-modal__empty-title{color:#f1f5f9fa;font-size:1.08rem;font-weight:600;letter-spacing:.02em;margin:0;text-transform:none}.saved-posts-modal__empty-text{color:#cbd5e1d1;line-height:1.6;margin:0;max-width:22rem}.saved-posts-modal__gallery.profile-gallery{background:#0000;border:none;box-shadow:none;flex:1 1 auto;padding:0}.saved-posts-modal__gallery .profile-gallery__body{padding:0}.saved-posts-modal__gallery .profile-grid{max-height:none}.saved-posts-modal__remove-button{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#ef444429,#ef444414);border:1px solid #f871718c;border-radius:999px;box-shadow:0 16px 32px #0f172a73;color:#fffffff2;display:inline-flex;font-size:.95rem;height:2.4rem;justify-content:center;transition:transform .16s ease,background .16s ease,color .16s ease,border .16s ease,opacity .16s ease;width:2.4rem}.saved-posts-modal__remove-button:focus-visible,.saved-posts-modal__remove-button:hover{background:linear-gradient(135deg,#ef444447,#ef444429);border-color:#f87171bf;color:#fff;outline:none;transform:translateY(-1px)}.saved-posts-modal__remove-button:disabled{box-shadow:none;color:#ffffffb3;cursor:not-allowed;opacity:.65;transform:none}@media (max-width:720px){.saved-posts-modal{--fg-modal-width:100%;--fg-modal-max-height:100vh;--fg-modal-radius:0;height:100%;max-height:none}.saved-posts-modal__backdrop{padding:0}.saved-posts-modal__header{position:-webkit-sticky;position:sticky;top:0;z-index:2}.saved-posts-modal__body{overflow-y:auto;padding:clamp(1rem,5vw,1.4rem)}}.notifications-modal{--fg-modal-width:min(560px,94vw);--fg-modal-max-height:min(620px,88vh);--fg-modal-min-height:clamp(360px,60vh,540px);display:flex;flex-direction:column;max-height:var(--fg-modal-max-height);min-height:var(--fg-modal-min-height)}.notifications-modal__title-group{align-items:center;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;letter-spacing:.04em}.notifications-modal__title-group svg{color:var(--color-secondary);font-size:1.3rem}.notifications-modal__body{display:flex;flex:1 1 auto;flex-direction:column;gap:1rem;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:.35rem}.notifications-modal__push{background:#0f172a8c;border:1px solid #94a3b829;border-radius:12px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.025);display:flex;flex-direction:column;gap:.65rem;margin-bottom:.5rem;padding:.9rem 1rem}.notifications-modal__push--collapsed{align-items:center;flex-direction:row;gap:1rem;padding:.75rem 1rem}.notifications-modal__push-text{display:flex;flex-direction:column;gap:.25rem}.notifications-modal__push-title{color:var(--color-text);font-size:.9rem;font-weight:600}.notifications-modal__push-subtitle{color:#cbd5e1cc;font-size:.78rem;line-height:1.4}.notifications-modal__push--collapsed .notifications-modal__push-text{flex:1 1 auto}.notifications-modal__push--collapsed .notifications-modal__push-subtitle{color:#cbd5e1b3;font-size:.74rem}.notifications-modal__push-button{align-items:center;align-self:flex-start;background:#22d3ee29;border:1px solid #22d3ee52;border-radius:999px;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:.5rem;padding:.5rem 1.1rem;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.notifications-modal__push-button:focus-visible,.notifications-modal__push-button:hover{background:#22d3ee3d;border-color:#22d3ee7a;outline:none;transform:translateY(-1px)}.notifications-modal__push-button:disabled{background:#94a3b824;border-color:#94a3b838;cursor:default;opacity:.55;transform:none}.notifications-modal__push-button svg{font-size:.85rem}.notifications-modal__push--collapsed .notifications-modal__push-button{margin-left:auto}.notifications-modal__push-hint{color:#a5b4c3d9;font-size:.75rem;line-height:1.35;margin:0}.notifications-modal__push-error{color:#fca5a5eb;font-size:.75rem;line-height:1.35;margin:0}.notifications-modal__header{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:20px 28px}.notifications-modal__actions{align-items:center;display:inline-flex;gap:.75rem}.notifications-modal__clear{background:#0f172a59;border:1px solid #94a3b852;border-radius:999px;color:#e2e8f0eb;cursor:pointer;font-size:.82rem;font-weight:600;padding:.35rem .95rem;transition:transform var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.notifications-modal__clear:focus-visible,.notifications-modal__clear:hover{background:#94a3b833;border-color:#e2e8f07a;transform:translateY(-1px)}.notifications-modal__clear:disabled{cursor:default;opacity:.6;transform:none}.notifications-modal__title-group h2{font-size:1.25rem;font-weight:600;margin:0}.notifications-modal__status{grid-gap:.75rem;background:#0f172a73;border:1px dashed #94a3b859;border-radius:12px;color:#e2e8f0d1;display:grid;gap:.75rem;min-height:160px;padding:1.5rem;place-items:center;text-align:center;width:100%}.notifications-modal__status svg{color:var(--color-secondary);font-size:1.35rem}.notifications-modal__status--error{border-color:#f871718c;color:#f87171f2}.notifications-modal__list{grid-gap:1rem;-webkit-overflow-scrolling:touch;display:grid;flex:1 1 auto;gap:1rem;list-style:none;margin:0;min-height:0;padding:0}.notifications-item{grid-gap:1.1rem;align-items:center;background:#0f172a8c;border:1px solid #94a3b82e;border-radius:12px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.015);display:grid;gap:1.1rem;grid-template-columns:auto 1fr auto;padding:.95rem 1.1rem}.notifications-item__icon{align-items:center;background:linear-gradient(145deg,#38bdf838,#a855f759);border-radius:12px;color:#e2e8f0f2;display:flex;font-size:1.15rem;height:42px;justify-content:center;width:42px}.notifications-item__content{display:flex;flex-direction:column;gap:.9rem}.notifications-item__header{justify-content:space-between}.notifications-item__actor,.notifications-item__header{align-items:center;display:flex;gap:.75rem}.notifications-item__avatar{align-items:center;background:#94a3b833;border-radius:50%;color:#e2e8f0eb;display:inline-flex;flex-shrink:0;font-size:1.1rem;font-weight:600;height:42px;justify-content:center;line-height:1;overflow:hidden;width:42px}.notifications-item__avatar--image img{height:100%;object-fit:cover;width:100%}.notifications-item__avatar-fallback{align-items:center;color:#e2e8f0eb;display:inline-flex;font-size:1.05rem;font-weight:600;height:100%;justify-content:center;width:100%}.notifications-item__avatar--image .notifications-item__avatar-fallback{display:none}.notifications-item__text{color:#e2e8f0e6;display:flex;flex-direction:column;font-size:.95rem;gap:.35rem}.notifications-item__actor-name{color:#e2e8f0fa;font-weight:600}a.notifications-item__actor-name{text-decoration:none;transition:color var(--transition-fast)}a.notifications-item__actor-name:focus-visible,a.notifications-item__actor-name:hover{color:#e2e8f0;text-decoration:underline}.notifications-item__description{color:#e2e8f0d9}.notifications-item__post-link{color:#81d4faf2;font-weight:600;text-decoration:none}.notifications-item__post-link:focus-visible,.notifications-item__post-link:hover{color:#bfdbfe;text-decoration:underline}.notifications-item__snippet{color:#e2e8f0b3;font-size:.9rem;line-height:1.45;margin:0}.notifications-item__time{color:#94a3b8bf;font-size:.85rem;white-space:nowrap}.notifications-item__actions{align-items:center;display:flex;justify-content:center;justify-self:end}.notifications-item__dismiss{align-items:center;background:#0000;border:none;border-radius:8px;color:#94a3b8e6;cursor:pointer;display:inline-flex;justify-content:center;padding:6px}.notifications-item__dismiss:hover{background:#ffffff08;color:#e2e8f0fa}.notifications-modal__footer{align-items:center;display:flex;justify-content:center;margin-top:auto;padding:.85rem 1.75rem 1.5rem}.notifications-modal__load-more{align-items:center;background:#38bdf81a;border:1px solid #94a3b866;border-radius:999px;color:#e2e8f0f2;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.6rem 1.5rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast)}.notifications-modal__load-more:disabled{cursor:progress;opacity:.65}.notifications-modal__load-more:not(:disabled):hover{border-color:#38bdf88c;box-shadow:0 16px 32px #0f172a59;transform:translateY(-1px)}.notifications-modal__footnote{color:#94a3b8b3;font-size:.85rem}@media (max-width:640px){.notifications-modal__backdrop{padding:calc(env(safe-area-inset-top, 0px) + .75rem) 0 calc(env(safe-area-inset-bottom, 0px) + .75rem)}.notifications-modal{--fg-modal-width:100%;--fg-modal-max-height:calc(100vh - env(safe-area-inset-top, 0px));--fg-modal-min-height:clamp(360px,75vh,720px);border-radius:24px 24px 0 0;box-shadow:0 -24px 64px #0f172a73;max-height:calc(100vh - env(safe-area-inset-top, 0px));width:100%}.notifications-modal__header{padding:1.1rem 1.35rem .9rem}.notifications-modal__backdrop{align-items:flex-end;padding:0}.notifications-modal{--fg-modal-width:100vw;--fg-modal-max-height:calc(92vh + env(safe-area-inset-top, 0px));--fg-modal-min-height:calc(68vh + env(safe-area-inset-top, 0px));border-radius:12px;margin:0;max-height:calc(92vh + env(safe-area-inset-top, 0px));min-height:calc(68vh + env(safe-area-inset-top, 0px));width:100vw}.notifications-modal__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172aeb;border-bottom:1px solid #94a3b81f;padding:calc(1rem + env(safe-area-inset-top, 0px)) 1.25rem 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:2}.notifications-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0}.notifications-modal__list{gap:.8rem;padding:1rem 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px))}.notifications-modal__footer{background:#0f172aeb;border-top:1px solid #94a3b81f;padding:1rem 1.25rem calc(1.1rem + env(safe-area-inset-bottom, 0px))}.notifications-item__icon{border-radius:12px;height:36px;width:36px}.notifications-item__header{align-items:flex-start;flex-direction:column;gap:.5rem}.notifications-item__actions{justify-self:flex-end;margin-top:-.25rem}.notifications-modal__footer{padding:.8rem 1.35rem calc(1.25rem + env(safe-area-inset-bottom, 0px))}}.settings-modal__backdrop{background:radial-gradient(circle at top,#a855f729,#0000 52%),#060b1ec7}.settings-modal{--fg-modal-width:560px;--fg-modal-max-height:88vh}.settings-modal__header h2{font-size:1.5rem;letter-spacing:.04em;margin:0}.settings-modal__subtitle{color:#e2e8f0b3;font-size:.9rem;margin:.15rem 0 0}.settings-modal__title-group{align-items:flex-start;gap:.8rem}.settings-modal__title-icon{align-items:center;background:linear-gradient(135deg,#a855f7c7,#ec4899b8);border-radius:16px;box-shadow:0 18px 30px #a855f747;display:inline-flex;height:2.4rem;justify-content:center;width:2.4rem}.settings-modal__title-icon svg{color:#f8fafcf2;filter:drop-shadow(0 10px 18px rgba(236,72,153,.28));font-size:1.55rem}.settings-modal__form{display:flex;flex-direction:column;gap:1.25rem}.settings-modal__section{grid-gap:.85rem;background:#0f172ab8;border:1px solid #94a3b838;border-radius:20px;box-shadow:inset 0 0 0 1px #94a3b814;display:grid;gap:.85rem;padding:1.1rem 1.25rem}.settings-modal__section-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.settings-modal__section-header h3{color:#e2e8f0eb;font-size:1.05rem;letter-spacing:.05em;margin:0;text-transform:uppercase}.settings-modal__section-header p{color:#e2e8f0ad;font-size:.85rem;line-height:1.5;margin:.35rem 0 0}.settings-modal__field{color:#e2e8f0c7;display:flex;flex-direction:column;font-size:.86rem;gap:.45rem;letter-spacing:.03em}.settings-modal__field span{color:#94a3b8bf;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.settings-modal__field input,.settings-modal__field textarea{background:#0f172aa6;border:1px solid #94a3b84d;border-radius:14px;color:#f8fafceb;font-size:.95rem;padding:.85rem 1rem;resize:vertical;transition:border var(--transition-fast),box-shadow var(--transition-fast);width:100%}.settings-modal__field input:focus,.settings-modal__field textarea:focus{border-color:#a855f799;box-shadow:0 0 0 2px #38bdf847;outline:none}.settings-modal__error{background:#f871712e;border:1px solid #f8717161;border-radius:14px;color:#fee2e2f2;font-size:.9rem;margin:0;padding:.85rem 1rem}.settings-modal__actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:flex-end}.settings-modal__primary,.settings-modal__secondary{align-items:center;background:#0000;border:1px solid #0000;border-radius:16px;color:#e2e8f0e6;cursor:pointer;display:inline-flex;font-size:.85rem;gap:.55rem;letter-spacing:.12em;padding:.75rem 1.35rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast)}.settings-modal__secondary{border-color:#94a3b84d}.settings-modal__secondary:hover:not(:disabled){border-color:#94a3b880;color:#f8fafcf2}.settings-modal__primary{background:linear-gradient(135deg,#3b82f6e0,#a855f7e6);box-shadow:0 18px 32px #38bdf859;color:var(--color-text)}.settings-modal__primary:hover:not(:disabled){box-shadow:0 22px 40px #3b82f673;transform:translateY(-2px)}.settings-modal__danger-button:disabled,.settings-modal__primary:disabled,.settings-modal__secondary:disabled{box-shadow:none;cursor:not-allowed;opacity:.65;transform:none}.settings-modal__danger{border-top:1px solid #f8717142;margin-top:-.25rem;padding-top:1rem}.settings-modal__danger-form{grid-gap:1rem;background:radial-gradient(circle at top right,#f871712e,#0000 55%),#1e293bc7;border:1px solid #f8717152;border-radius:20px;box-shadow:inset 0 0 0 1px #f871712e;display:grid;gap:1rem;padding:1.4rem 1.25rem}.settings-modal__danger-header{align-items:center}.settings-modal__danger-header svg{color:#f87171e6;font-size:1.4rem}.settings-modal__danger-actions{display:flex;justify-content:flex-end}.settings-modal__danger-button{align-items:center;background:#b91c1c2e;border:1px solid #f8717173;border-radius:16px;color:#fee2e2f2;cursor:pointer;display:inline-flex;font-size:.85rem;gap:.55rem;letter-spacing:.12em;padding:.75rem 1.5rem;text-transform:uppercase;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border var(--transition-fast),background var(--transition-fast)}.settings-modal__danger-button:hover:not(:disabled){background:#dc262652;border-color:#f8717199;box-shadow:0 20px 38px #7f1d1d59;transform:translateY(-2px)}@media (max-width:640px){.settings-modal{--fg-modal-width:100%;--fg-modal-max-height:86vh}.settings-modal__danger-form,.settings-modal__section{padding:1.05rem 1rem}.settings-modal__actions{align-items:stretch;flex-direction:column-reverse}.settings-modal__danger-actions,.settings-modal__primary,.settings-modal__secondary{justify-content:center}}.profile-menu-modal__backdrop{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#080b19c7;display:flex;justify-content:center;padding:1.5rem;z-index:300}.profile-menu-modal{background:#0f172ad1;border:1px solid #94a3b847;border-radius:12px;box-shadow:0 28px 48px #0f172a8c;display:flex;flex-direction:column;gap:1rem;padding:1.1rem 1.3rem 1.35rem;width:min(360px,calc(100vw - 2.5rem))}.profile-menu-modal__header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.profile-menu-modal__header h2{color:#f8fafceb;font-size:1.05rem;letter-spacing:.16em;margin:0;text-transform:uppercase}.profile-menu-modal__close{align-items:center;background:#0000;border:none;border-radius:12px;color:#e2e8f0c7;display:inline-flex;font-size:1.1rem;height:2.15rem;justify-content:center;transition:transform .2s ease,background .2s ease;width:2.15rem}.profile-menu-modal__close:hover{background:#94a3b838;transform:rotate(90deg)}.profile-menu-modal__body{display:flex;flex-direction:column;gap:1rem}.profile-menu-modal__list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.profile-menu-modal__button{align-items:center;background:#0f172ab8;border:1px solid #94a3b847;border-radius:12px;color:#e2e8f0e0;display:flex;font-size:.82rem;gap:.9rem;justify-content:flex-start;padding:.85rem 1rem;text-align:left;transition:transform .18s ease,border .18s ease,background .18s ease,box-shadow .18s ease;width:100%}.profile-menu-modal__button:hover{background:rgba(80,80,80,.315);border-color:#7575758c;box-shadow:0 16px 28px #dadada38;transform:translateY(-1px)}.profile-menu-modal__button--destructive{color:#f8fafce6}.profile-menu-modal__button--destructive:hover{background:#450a0aa6;border-color:#f87171d9;box-shadow:0 18px 32px #f8717147}.profile-menu-modal__icon{align-items:center;border-radius:12px;box-shadow:0 12px 24px #94a3b83d;color:#f8fafcf2;display:inline-flex;font-size:1.1rem;height:2.25rem;justify-content:center;transition:transform .18s ease,box-shadow .18s ease;width:2.25rem}.profile-menu-modal__button:hover .profile-menu-modal__icon{box-shadow:0 18px 30px #94a3b859;transform:translateY(-1px) scale(1.05)}.profile-menu-modal__button--destructive .profile-menu-modal__icon{box-shadow:0 12px 24px #ef44444d}.profile-menu-modal__button--destructive:hover .profile-menu-modal__icon{box-shadow:0 18px 32px #ef444473}.profile-menu-modal__content{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem}.profile-menu-modal__label{color:#f8fafcf0;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}.profile-menu-modal__hint{color:#94a3b8c7;font-size:.72rem;letter-spacing:.04em}@media (max-width:540px){.profile-menu-modal{width:min(92vw,360px)}}.profile-menu-modal__footer{border-top:1px solid #94a3b80f;margin-top:.25rem;padding-top:.6rem;text-align:center}.profile-menu-modal__credits{color:#94a3b8e6;font-size:.82rem;letter-spacing:.02em}.post-page{background:radial-gradient(circle at top left,#6d28d926,#0000 55%),radial-gradient(circle at bottom right,#38bdf824,#0000 45%),#030712;box-sizing:border-box;display:flex;min-height:100vh;padding:2rem;width:100%}.post-page,.post-page__loading{align-items:center;justify-content:center}.post-page__loading{background:#0f172ac7;border:1px solid #94a3b838;border-radius:999px;box-shadow:0 28px 60px #0f172a59;color:#e2e8f0e0;display:inline-flex;font-weight:600;gap:.75rem;letter-spacing:.08em;padding:1rem 1.5rem;text-transform:uppercase}.post-page__loading svg{font-size:1.15rem}@media (max-width:768px){.post-page{padding:1.25rem}.post-page__loading{max-width:320px;width:100%}}
/*# sourceMappingURL=main.73107773.css.map*/