﻿*,*::before,*::after{box-sizing:border-box;}html.modal-open{overflow:hidden;}.grid{display:flex;flex-direction:column;gap:24px;}.fc{max-height:100%;background:#fff;max-width:600px;width:100%;border-radius:22px;overflow:hidden;box-shadow:0 6px 32px rgb(10 28 60 / .08),0 1px 4px rgb(10 28 60 / .04);display:flex;flex-direction:column;height:auto;}.f-grid.f-prevs{gap:14px;}.fc-head{padding:24px 28px 22px;position:relative;overflow:hidden;flex-shrink:0;}.fc-head--blue{background:linear-gradient(135deg,#0f2744 0%,#1a4a82 52%,#4aa1dd 100%);}.fc-head--amber{background:linear-gradient(135deg,#3a1a00 0%,#7a4000 52%,#f5a623 100%);}.fc-head--teal{background:linear-gradient(135deg,#0d3330 0%,#1a5c52 52%,#2fbba3 100%);}.fc-head--rose{background:linear-gradient(135deg,#3d0a1a 0%,#7a1a38 52%,#e0527a 100%);}.fc-head--violet{background:linear-gradient(135deg,#0d0f35 0%,#2a35a8 52%,#6366f1 100%);}.f-btn--violet{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 4px 18px rgb(99 102 241 / .32);}.fc-close{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .18);color:rgb(255 255 255 / .65);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;z-index:3;padding:0;}.fc-close:hover{background:rgb(255 255 255 / .24);color:#fff;}.fc-head::after{content:'';position:absolute;inset:0;background:linear-gradient(105deg,#fff0 30%,rgb(255 255 255 / .13) 50%,#fff0 70%);background-size:250% 100%;background-position:200% 0;animation:fc-sheen 3.2s ease-in-out infinite;pointer-events:none;z-index:2;}@keyframes fc-sheen{0%{background-position:200% 0;}100%{background-position:-200% 0;}}.fc-orb{position:absolute;border-radius:50%;pointer-events:none;}.fc-orb--1{width:220px;height:220px;top:-80px;right:-60px;background:radial-gradient(circle,rgb(255 255 255 / .09) 0%,#fff0 65%);}.fc-orb--2{width:110px;height:110px;bottom:-44px;left:26%;background:radial-gradient(circle,rgb(255 255 255 / .06) 0%,#fff0 65%);}.fc-head__inner{position:relative;z-index:1;display:flex;align-items:flex-start;gap:14px;}.fc-head__icon{width:60px;height:60px;background:rgb(255 255 255 / .14);border:1.5px solid rgb(255 255 255 / .22);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;backdrop-filter:blur(8px);}.fc-head__icon svg{width:24px;height:24px;}.fc-head__meta{flex:1;min-width:0;}.fc-head__label{font-size:9.5px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;color:rgb(255 255 255 / .42);margin-bottom:3px;}.fc-head__title{font-family:'Capture',sans-serif;font-weight:400;font-size:17px;color:#fff;margin:0 0 3px;line-height:1.2;}.fc-head__sub{font-size:12.5px;color:rgb(255 255 255 / .52);margin:0;line-height:1.5;}.fc-body{padding:26px 28px 28px;overflow:auto;}.f-field{display:flex;flex-direction:column;gap:5px;margin-bottom:0;position:relative;}.f-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}.f-stack{display:flex;flex-direction:column;gap:14px;}@media(max-width:540px){.f-grid,.f-grid.f-prevs{grid-template-columns:1fr;}}.f-label{font-size:10.5px;font-weight:700;color:#6b7fa8;text-transform:uppercase;letter-spacing:.65px;padding-left:2px;display:flex;align-items:center;gap:4px;}.f-req{color:#e8526a;font-size:13px;line-height:1;}.f-input,.f-select,.f-textarea{display:block;width:100%;font-size:14px;font-family:inherit;color:#1a2b45;background:#fff;border:2px solid #dce6f0;outline:none;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none;}.f-input,.f-select{height:48px;padding:0 14px;border-radius:12px;}.f-textarea{min-height:110px;padding:13px 14px;border-radius:12px;resize:vertical;line-height:1.65;}.f-input:hover,.f-select:hover,.f-textarea:hover{border-color:#adc5dc;}.f-input:focus,.f-select:focus,.f-textarea:focus{border-color:#4aa1dd;box-shadow:0 0 0 4px rgb(74 161 221 / .13),inset 3px 0 0 #4aa1dd;}.f-input::placeholder,.f-textarea::placeholder{color:#a8bdd0;font-size:13.5px;}.f-iw{position:relative;}.f-iw .f-input{padding-left:40px;}.f-iw__ico{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#b0c2d8;pointer-events:none;transition:color .15s;}.f-iw:focus-within .f-iw__ico{color:#4aa1dd;}.f-pw{position:relative;}.f-pw .f-input{padding-left:56px;}.f-pw__cc{position:absolute;left:0;top:0;bottom:0;width:46px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#4a6080;border-right:1.5px solid #dce6f2;pointer-events:none;transition:border-color .15s,color .15s;}.f-pw:focus-within .f-pw__cc{color:#4aa1dd;border-color:#4aa1dd;}.f-sw{position:relative;}.f-sw::after{content:'';position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:6px solid #8899b8;pointer-events:none;}.f-sw .f-select{cursor:pointer;padding-right:32px;}.f-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:50px;font-size:14px;font-weight:700;letter-spacing:.15px;cursor:pointer;border:none;font-family:inherit;transition:opacity .15s,transform .15s,box-shadow .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.f-btn--blue{background:linear-gradient(135deg,#4aa1dd,#2c7fc0);color:#fff;box-shadow:0 4px 18px rgb(74 161 221 / .32);}.f-btn--amber{background:linear-gradient(135deg,#f5a623,#d4820a);color:#fff;box-shadow:0 4px 18px rgb(245 166 35 / .32);}.f-btn--teal{background:linear-gradient(135deg,#2fbba3,#1a8c78);color:#fff;box-shadow:0 4px 18px rgb(47 187 163 / .32);}.f-btn--rose{background:linear-gradient(135deg,#e0527a,#b83060);color:#fff;box-shadow:0 4px 18px rgb(224 82 122 / .32);}.f-btn:hover{opacity:.91;transform:translateY(-1px);}.f-btn:active{transform:translateY(0);opacity:1;}.f-consent{display:flex;align-items:flex-start;gap:10px;cursor:pointer;user-select:none;margin-top:14px;}.f-cbox-wrap{position:relative;flex-shrink:0;width:20px;height:20px;margin-top:1px;}.f-cbox-wrap input{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer;margin:0;}.f-cbox{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;border:1.5px solid #c0d0e8;background:#f6f9fe;transition:background .15s,border-color .15s,box-shadow .15s;pointer-events:none;}.f-cbox svg{opacity:0;transition:opacity .12s,transform .12s;transform:scale(.5);}.f-cbox-wrap input:checked~.f-cbox{background:#4aa1dd;border-color:#4aa1dd;box-shadow:0 2px 8px rgb(74 161 221 / .35);}.f-cbox-wrap input:checked~.f-cbox svg{opacity:1;transform:scale(1);}.f-consent-text{font-size:12px;color:#6b7f9e;line-height:1.65;}.f-consent-text a{color:#4aa1dd;text-decoration:none;font-weight:600;}.f-consent-text a:hover{text-decoration:underline;}.f-submit{margin-top:20px;display:flex;justify-content:flex-end;}.f-char-bar{height:3px;background:#edf1f8;border-radius:2px;overflow:hidden;}.f-char-bar__fill{height:100%;width:0;border-radius:2px;background:#4aa1dd;transition:width .15s,background .2s;}.f-char-meta{display:flex;justify-content:flex-end;}.f-char-count{font-size:11px;color:#a0b3c8;font-variant-numeric:tabular-nums;}.f-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:18px 16px;border:2px dashed #ccd9ee;border-radius:14px;background:#f6f9fe;cursor:pointer;transition:border-color .18s,background .18s;text-align:center;position:relative;}.f-drop:hover{border-color:#4aa1dd;background:#eef6fd;}.f-drop input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;}.f-drop__ico{width:40px;height:40px;border-radius:12px;background:#e6f0fa;display:flex;align-items:center;justify-content:center;color:#4aa1dd;margin-bottom:2px;transition:background .18s;}.f-drop:hover .f-drop__ico{background:#d4eaf9;}.f-drop__text{font-size:12.5px;color:#4a6080;font-weight:500;}.f-drop__cta{color:#4aa1dd;font-weight:700;text-decoration:underline;text-underline-offset:2px;}.f-drop__sub{font-size:11px;color:#a0b3cc;margin-top:1px;}.f-drop__idle{display:flex;flex-direction:column;align-items:center;gap:5px;width:100%;}.f-drop.has-files .f-drop__idle{display:none;}.f-drop.has-files{align-items:flex-start;cursor:default;padding:10px;}.f-drop.has-files input[type=file]{display:none;}.f-prevs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%;}.f-prev{position:relative;width:100%;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1.5px solid #dce6f0;}.f-prev img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}.f-prev__del{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:rgb(20 20 30 / .65);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1;padding:0;transition:background .15s;}.f-prev__del:hover{background:rgb(190 35 35 / .85);}.f-add-btn{width:80px;height:80px;border-radius:10px;border:2px dashed #ccd9ee;background:#f6f9fe;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4aa1dd;font-size:26px;font-weight:300;line-height:1;transition:border-color .15s,background .15s;flex-shrink:0;}.f-add-btn:hover{border-color:#4aa1dd;background:#eef6fd;}.f-drop--single.has-files{align-items:stretch;padding:0;overflow:hidden;}.f-drop--single .f-prevs{gap:0;}.f-drop--single .f-prev{width:100%;height:180px;border-radius:0;border:none;flex-shrink:0;}.f-drop--single .f-prev__del{top:10px;right:10px;width:28px;height:28px;font-size:16px;}@media(max-width:480px){.fc-head{padding:18px 18px 16px;}.fc-body{padding:18px 18px 20px;}.fc-footer{padding:10px 18px;}.f-notify{flex-direction:column;}.f-notify-btn{width:100%;justify-content:center;}}.idea-desc{background:linear-gradient(135deg,#fff5f8,#fff0f9);border:1.5px solid rgb(224 107 154 / .22);border-radius:14px;padding:15px 17px;display:flex;flex-direction:column;gap:6px;}.idea-desc__main{margin:0;font-size:13.5px;line-height:1.65;color:#555;}.idea-desc__main strong{color:#c2185b;font-weight:700;}.idea-desc__sub{margin:0;font-size:12px;line-height:1.6;color:#999;}.f-tags{display:flex;flex-wrap:wrap;gap:7px;}.f-tag{cursor:pointer;}.f-tag input{position:absolute;opacity:0;width:0;height:0;}.f-tag__pill{display:inline-flex;align-items:center;gap:7px;padding:7px 14px 7px 10px;border-radius:36px;border:1.5px solid #e4eaef;background:#f7f8fc;transition:border-color .15s,background .15s,box-shadow .15s;user-select:none;}.f-tag__icon{width:14px;height:14px;flex-shrink:0;color:#9aa5bc;transition:color .15s;}.f-tag__name{font-size:12.5px;font-weight:600;color:#5a6a80;transition:color .15s;}.f-tag:hover .f-tag__pill{border-color:#b8c4d8;background:#eef2f8;}.f-tag input:checked+.f-tag__pill{background:linear-gradient(135deg,#eef6ff,#e4f0ff);border-color:#4aa1dd;box-shadow:0 2px 10px rgb(74 161 221 / .18);}.f-tag input:checked+.f-tag__pill .f-tag__name{color:#1a7ab5;}.f-tag input:checked+.f-tag__pill .f-tag__icon{color:#4aa1dd;}.f-tag--gray input:checked+.f-tag__pill{background:linear-gradient(135deg,#f3eeff,#ebe0ff);border-color:#8b5cf6;box-shadow:0 2px 10px rgb(139 92 246 / .2);}.f-tag--gray input:checked+.f-tag__pill .f-tag__name{color:#6d28d9;}.f-tag--gray input:checked+.f-tag__pill .f-tag__icon{color:#8b5cf6;}.f-tag--gray:hover .f-tag__pill{border-color:#8b5cf6;background:#f3eeff;}.f-tag--blue input:checked+.f-tag__pill{background:linear-gradient(135deg,#eef6ff,#def);border-color:#4aa1dd;box-shadow:0 2px 10px rgb(74 161 221 / .2);}.f-tag--blue input:checked+.f-tag__pill .f-tag__name{color:#1a7ab5;}.f-tag--blue input:checked+.f-tag__pill .f-tag__icon{color:#4aa1dd;}.f-tag--blue:hover .f-tag__pill{border-color:#4aa1dd;background:#eef6ff;}.f-tag--teal input:checked+.f-tag__pill{background:linear-gradient(135deg,#fff3e6,#ffe8d0);border-color:#f57c23;box-shadow:0 2px 10px rgb(245 124 35 / .2);}.f-tag--teal input:checked+.f-tag__pill .f-tag__name{color:#b85800;}.f-tag--teal input:checked+.f-tag__pill .f-tag__icon{color:#f57c23;}.f-tag--teal:hover .f-tag__pill{border-color:#f57c23;background:#fff3e6;}.f-tag--rose input:checked+.f-tag__pill{background:linear-gradient(135deg,#fff0f4,#fcdde7);border-color:#e0527a;box-shadow:0 2px 10px rgb(224 82 122 / .2);}.f-tag--rose input:checked+.f-tag__pill .f-tag__name{color:#b03060;}.f-tag--rose input:checked+.f-tag__pill .f-tag__icon{color:#e0527a;}.f-tag--rose:hover .f-tag__pill{border-color:#e0527a;background:#fff0f4;}.f-tag--amber input:checked+.f-tag__pill{background:linear-gradient(135deg,#e6f8ee,#d0f0de);border-color:#2db56a;box-shadow:0 2px 10px rgb(45 181 106 / .2);}.f-tag--amber input:checked+.f-tag__pill .f-tag__name{color:#1a7a48;}.f-tag--amber input:checked+.f-tag__pill .f-tag__icon{color:#2db56a;}.f-tag--amber:hover .f-tag__pill{border-color:#2db56a;background:#e6f8ee;}.f-stars{display:flex;align-items:center;gap:3px;}.f-star{font-size:30px;color:#dde4ef;cursor:pointer;transition:color .1s,transform .1s;line-height:1;padding:2px;}.f-star:hover,.f-star.lit{color:#f5a623;transform:scale(1.12);}.f-star-lbl{font-size:12px;color:#a8bdd0;margin-left:8px;transition:color .15s;}.f-notify{display:flex;gap:8px;}.f-notify .f-input{border-radius:12px;}.f-notify-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;padding:0 20px;height:48px;border-radius:12px;font-size:13.5px;font-weight:700;background:linear-gradient(135deg,#4aa1dd,#2c7fc0);color:#fff;border:none;cursor:pointer;font-family:inherit;box-shadow:0 3px 14px rgb(74 161 221 / .3);transition:opacity .15s,transform .15s;white-space:nowrap;}.f-notify-btn:hover{opacity:.9;transform:translateY(-1px);}.f-notify-note{display:flex;align-items:center;gap:5px;margin-top:10px;font-size:11.5px;color:#a0b3cc;}@keyframes _mIn{0%{opacity:0;transform:translateY(48px)scale(.89);filter:blur(4px);}65%{filter:blur(0);}to{opacity:1;transform:none;filter:blur(0);}}@keyframes _mHeadIn{from{opacity:0;transform:translateY(18px);}to{opacity:1;transform:none;}}@keyframes _mBodyIn{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:none;}}.m-overlay{display:none;align-items:center;justify-content:center;position:fixed;inset:0;z-index:1015;padding:16px;background:rgb(10 20 40 / .6);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .28s ease;}.m-overlay.is-open{display:flex;opacity:1;pointer-events:all;}.m-wrap{width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border-radius:22px;opacity:0;}.m-overlay.is-open .m-wrap{animation:_mIn .44s cubic-bezier(.22,1.18,.36,1)both;}.m-overlay.is-open .fc-head{animation:_mHeadIn .36s cubic-bezier(.22,1,.36,1) .08s both;}.m-overlay.is-open .fc-body{animation:_mBodyIn .36s cubic-bezier(.22,1,.36,1) .16s both;}.m-wrap .fc{display:flex;flex-direction:column;min-height:0;flex:1;}.m-wrap .fc-body{overflow-y:auto;flex:1;overscroll-behavior:contain;}.fc-footer{background:#f5f8fe;border-top:1px solid #eaeff8;padding:11px 28px;display:flex;align-items:center;gap:8px;font-size:11.5px;color:#8899b8;flex-shrink:0;}.fc-footer__dot{width:7px;height:7px;border-radius:50%;background:#3ecc7a;flex-shrink:0;animation:dot-pulse 2.4s ease-in-out infinite;}@keyframes dot-pulse{0%,100%{box-shadow:0 0 0 0 rgb(62 204 122 / .45);}55%{box-shadow:0 0 0 5px #fff0;}}.st-coin-packs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px;}.st-coin-pack{border:2px solid #edddb0;border-radius:14px;padding:14px 10px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s,transform .12s;background:#fffdf5;position:relative;user-select:none;}.st-coin-pack:hover{border-color:#e8a800;background:#fffaeb;transform:translateY(-2px);}.st-coin-pack.is-selected{border-color:#e8a800;background:linear-gradient(145deg,#fffaeb,#fff3c0);box-shadow:0 4px 14px rgb(232 168 0 / .2);}.st-coin-pack__badge{position:absolute;top:-9px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#e8a800,#c07800);color:#fff;font-size:9px;font-weight:700;padding:2px 8px;border-radius:8px;white-space:nowrap;letter-spacing:.4px;}.st-coin-pack__icon{font-size:22px;line-height:1;margin-bottom:4px;}.st-coin-pack__coins{font-size:18px;font-weight:800;color:#7a4e00;line-height:1;}.st-coin-pack__label{font-size:10px;color:#a07040;margin-bottom:6px;}.st-coin-pack__price{font-size:13px;font-weight:700;color:#b87200;}.st-coin-pack__per{font-size:10px;color:#c0a060;margin-top:1px;}.st-coins-balance{text-align:center;font-size:13px;color:#8a6030;margin-bottom:18px;padding:10px 14px;background:#fffaeb;border-radius:10px;border:1px solid #edddb0;}.error-message{position:absolute;top:2px;right:2px;font-size:11px;width:auto;color:#e85c8a;text-align:right;padding:0 5px 5px 10px;animation:shake 0.4s ease-in-out;}.is-invalid-label{color:#e85c8a;animation:shake 0.4s ease-in-out;}.f-input.is-invalid,.f-textarea.is-invalid{border-color:#ffb2b2;box-shadow:0 0 0 4px rgb(74 161 221 / .13),inset 3px 0 0 #ff5a5a;}input[type="checkbox"].is-invalid+.f-cbox{border-color:#ffb2b2;box-shadow:0 0 0 4px rgb(74 161 221 / .13),inset 2px 0 0 #ff5a5a;}@keyframes shake{0%,100%{transform:translateX(0);}20%,60%{transform:translateX(-6px);}40%,80%{transform:translateX(6px);}}.app-modal{display:none;position:fixed;inset:0;z-index:9000;align-items:center;justify-content:center;background:rgb(0 0 0 / .45);backdrop-filter:blur(3px);}.app-modal.is-open{display:flex;}.app-modal__box{position:relative;background:#fff;border-radius:18px;box-shadow:0 24px 64px rgb(0 0 0 / .22),0 4px 16px rgb(0 0 0 / .1);max-width:min(90vw,560px);max-height:90vh;overflow-y:auto;animation:_amIn .22s cubic-bezier(.25,1,.4,1);}@keyframes _amIn{from{opacity:0;transform:scale(.94)translateY(10px);}to{opacity:1;transform:none;}}.app-modal__close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;background:rgb(0 0 0 / .06);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:background .15s,color .15s;padding:0;}.app-modal__close:hover{background:rgb(0 0 0 / .12);color:#222;}.msg-modal__img{display:grid;width:100%;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:10px;}.msg-modal__img.tree{grid-template-columns:repeat(3,1fr);}.msg-modal__img-thumb{position:relative;width:100%;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1.5px solid #e8e8e8;}.msg-modal__img-thumb img{width:100%;height:100%;object-fit:cover;display:block;}.msg-modal__img-remove{position:absolute;top:3px;right:3px;width:20px;height:20px;font-size:18px;line-height:18px;border-radius:10px;background:#fff;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgb(232 64 64 / .38);color:#e84040;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s;padding:0;text-decoration:none;}.msg-modal__img-remove:hover>svg{-webkit-transform:rotate(360deg)!important;transform:rotate(360deg)!important;}.msg-modal__img-remove:hover>*{-webkit-transition:-webkit-transform .8s ease-in-out!important;transition:transform .8s ease-in-out!important;}.nd-emoji-panel{display:none;margin-top:8px;border-radius:14px;flex-direction:column;}.nd-emoji-panel.is-open{display:flex;}.cm-smile{vertical-align:middle;display:inline-block;}.msg-sent-counter{display:flex;align-items:center;gap:8px;background:#fff;flex-wrap:wrap;border:1px solid #e8e8e8;border-radius:12px;padding:10px 16px;margin-bottom:12px;font-size:13px;color:#555;}.msg-sent-counter svg{flex-shrink:0;color:#4aa1dd;}.msg-sent-counter strong{color:#222;font-weight:700;}.msg-sent-counter__limit{color:#aaa;}.nd-cf-card{background:#fff;border:1.5px solid #e8ecf2;border-radius:18px;padding:16px 18px 14px;margin-bottom:20px;box-shadow:0 4px 20px rgb(0 0 0 / .06);transition:border-color .2s,box-shadow .2s;}.nd-cf-card:focus-within{border-color:#4aa1dd;box-shadow:0 4px 24px rgb(74 161 221 / .12);}.nd-cf-card__top{display:flex;gap:12px;align-items:flex-start;}.nd-cf-avatar-wrap{flex-shrink:0;}.nd-cf-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e8ecf2;display:block;}.nd-cf-right{flex:1;min-width:0;}.nd-cf-textarea{width:100%;box-sizing:border-box;min-height:46px;max-height:200px;padding:11px 14px;font-size:14px;line-height:1.6;color:#1a2b45;font-family:inherit;background:#fff;border:2px solid #dce6f0;border-radius:12px;outline:none;cursor:text;overflow-y:auto;word-break:break-word;transition:border-color .2s,box-shadow .2s;resize:none;}.nd-cf-textarea:empty::before{content:attr(data-placeholder);color:#a8bdd0;pointer-events:none;display:block;}.nd-cf-textarea:focus{border-color:#4aa1dd;box-shadow:0 0 0 4px rgb(74 161 221 / .12),inset 3px 0 0 #4aa1dd;}.nd-file-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;}.nd-file-previews:empty{display:none;}@keyframes nd-pop{0%{transform:scale(.6);opacity:0;}80%{transform:scale(1.05);}100%{transform:scale(1);opacity:1;}}.nd-file-preview{position:relative;width:200px;height:200px;overflow:hidden;flex-shrink:0;animation:nd-pop .2s ease both;}.nd-file-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}.nd-file-preview__rm{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;background:#e8526a;color:#fff;border:2px solid #fff;font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .12s,transform .12s;box-shadow:0 1px 4px rgb(0 0 0 / .22);}.nd-file-preview__rm:hover{background:#c93050;transform:scale(1.15);}.nd-emoji-tabs{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:8px;border-bottom:1px solid #f0f4fb;padding-bottom:8px;}.nd-emoji-tab{background:none;border:none;padding:5px 8px;border-radius:8px;font-size:16px;cursor:pointer;transition:background .12s;line-height:1;}.nd-emoji-tab:hover{background:#f0f4fb;}.nd-emoji-tab.is-active{background:#e8f3fd;}.nd-emoji-grid{display:flex;flex-wrap:wrap;gap:3px;overflow-y:auto;}.nd-emoji-grid:not(.is-active){display:none;}.nd-emoji-btn{background:none;border:none;padding:4px;border-radius:6px;cursor:pointer;font-size:18px;line-height:1;transition:background .1s;display:flex;align-items:center;justify-content:center;}.nd-emoji-btn:hover{background:#f0f4fb;}.nd-smile-btn img{max-width:28px;max-height:28px;display:block;}.nd-cf-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid #f0f4fb;}.nd-cf-tools{display:flex;gap:4px;align-items:center;}.nd-cf-tool{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:none;border:none;cursor:pointer;color:#8daac8;transition:background .15s,color .15s;padding:0;}.nd-cf-tool:hover{background:#eef4fd;color:#4aa1dd;}.nd-cf-tool.is-disabled{opacity:.35;cursor:not-allowed;pointer-events:none;}.nd-cf-footer-right{display:flex;align-items:center;gap:10px;}.nd-cf-counter{font-size:11px;color:#b0c4d8;font-variant-numeric:tabular-nums;}.nd-cf-submit{display:inline-flex;align-items:center;gap:7px;padding:9px 20px;border-radius:50px;font-size:13px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#4aa1dd,#2c7fc0);color:#fff;border:none;font-family:inherit;box-shadow:0 3px 14px rgb(74 161 221 / .3);transition:opacity .15s,transform .15s,box-shadow .15s;}.nd-cf-submit:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 6px 20px rgb(74 161 221 / .42);}.nd-cf-submit:active{transform:translateY(0);}.nd-cf-submit:disabled{opacity:.42;cursor:not-allowed;transform:none!important;box-shadow:none!important;}.nd-reply-bar{display:flex;align-items:center;gap:8px;padding:8px 14px;margin-bottom:10px;background:linear-gradient(135deg,#eef6ff,#e8f4fd);border:1px solid rgb(74 161 221 / .25);border-radius:12px;font-size:13px;color:#2980b9;}.nd-reply-bar__icon{width:26px;height:26px;background:#4aa1dd;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;}.nd-reply-bar strong{color:#1a5f8a;}.nd-reply-bar__cancel{margin-left:auto;background:none;border:none;cursor:pointer;color:#aaa;padding:4px;border-radius:6px;transition:color .15s,background .15s;display:flex;}.nd-reply-bar__cancel:hover{color:#f3463f;background:#fff0f0;}@media(max-width:639px){.nd-cf-card{padding:12px 14px;border-radius:14px;}}.gu-wrap{max-width:680px;width:100%;background:#fff;}.gu-head{position:relative;background:linear-gradient(135deg,#2ecc70,#1aaa54);color:#fff;padding:22px 46px 18px 24px;border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;overflow:hidden;flex-shrink:0;}.gu-orb{position:absolute;border-radius:50%;background:rgb(255 255 255 / .12);pointer-events:none;}.gu-orb--1{width:120px;height:120px;top:-40px;right:-20px;}.gu-orb--2{width:70px;height:70px;bottom:-30px;left:20px;}.gu-head__inner{display:flex;align-items:center;gap:14px;position:relative;z-index:1;}.gu-head__avatar{position:relative;flex-shrink:0;}.gu-head__avatar-img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid rgb(255 255 255 / .5);display:block;}.gu-head__status{position:absolute;bottom:1px;right:1px;width:12px;height:12px;border-radius:50%;border:2px solid #fff;}.gu-head__status--on{background:#2ecc70;}.gu-head__status--off{background:#aaa;}.gu-head__meta{flex:1;min-width:0;}.gu-head__label{font-size:11px;opacity:.8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;}.gu-head__title{font-size:18px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.gu-head__right{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0;}.gu-balance,.gu-buy-coins{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 16px;border-radius:18px;white-space:nowrap;font-size:14px;line-height:1;}.gu-balance{background:linear-gradient(135deg,#f7b731,#f5a623);box-shadow:0 3px 10px rgb(245 166 35 / .5);}.gu-balance svg{color:#fff;flex-shrink:0;}.gu-balance-val{color:#fff;}.gu-buy-coins{background:#fff;border:none;color:#1aaa54;cursor:pointer;box-shadow:0 3px 10px rgb(0 0 0 / .15);transition:transform .15s,box-shadow .15s;}.gu-buy-coins:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgb(0 0 0 / .2);}.gu-body{overflow:hidden;max-height:420px;}.gu-slider{display:flex;width:200%;transition:transform .38s cubic-bezier(.4,0,.2,1);}.gu-slider.is-step2{transform:translateX(-50%);}.gu-slide{width:50%;flex-shrink:0;overflow-y:auto;max-height:415px;padding:18px 20px;box-sizing:border-box;}.gu-tabs{display:flex;gap:6px;margin-bottom:14px;flex-wrap:wrap;}.gu-tab{background:#f0f4fa;color:#4a6080;border:none;border-radius:20px;padding:5px 14px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:background .15s,color .15s;}.gu-tab.is-active{background:linear-gradient(135deg,#2ecc70,#1aaa54)!important;color:#fff!important;}.gu-tab__thumb{width:22px;height:22px;border-radius:5px;object-fit:cover;flex-shrink:0;}.gu-tab__cnt{display:inline-block;background:rgb(0 0 0 / .12);border-radius:8px;padding:0 5px;font-size:11px;margin-left:4px;line-height:16px;}.gu-tab.is-active .gu-tab__cnt{background:rgb(255 255 255 / .25);}.gu-sort{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap;}.gu-sort__btn{background:none;border:1.5px solid #e4eaf4;border-radius:16px;padding:4px 11px;font-size:12px;color:#6b7a99;cursor:pointer;display:flex;align-items:center;gap:4px;transition:border-color .15s,color .15s,background .15s;white-space:nowrap;}.gu-sort__btn:hover{border-color:#2ecc70;color:#1aaa54;}.gu-sort__btn.is-active{border-color:#2ecc70;background:#f0fdf4;color:#1aaa54;}.gu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;padding-bottom:4px;}.gu-item{position:relative;border-radius:12px;border:2px solid #edf1f8;background:#f9fafb;cursor:pointer;overflow:hidden;aspect-ratio:1;transition:opacity 0.5s ease-in-out,filter 0.5s ease-in-out;}.gu-item:hover:not(.gu-item--locked){border-color:#2ecc70;box-shadow:0 4px 14px rgb(46 204 112 / .2);}.gu-item--selected{border-color:#2ecc70;box-shadow:0 4px 18px rgb(46 204 112 / .35);}.gu-item.gu-item--locked:hover .gu-item__img{opacity:1;filter:grayscale(0%);}.gu-item--selected::after{content:'✓';position:absolute;top:4px;right:4px;width:18px;height:18px;background:#2ecc70;color:#fff;border-radius:50%;font-size:11px;line-height:18px;text-align:center;z-index:2;}.gu-item .nl-card__bm{width:20px;height:20px;top:5px;right:auto;z-index:5;left:5px;}.gu-tab.hidden{display:none;}.gu-item--locked .gu-item__img{opacity:.7;cursor:not-allowed;filter:grayscale(.5);transition:opacity 0.5s ease-in-out;}.gu-item__img{width:100%;height:100%;object-fit:cover;display:block;}.gu-item__price{position:absolute;bottom:4px;left:50%;transform:translateX(-50%);background:rgb(10 20 40 / .6);color:#fff;border-radius:10px;padding:1px 7px;font-size:11px;white-space:nowrap;}.gu-item__price--free{background:rgb(46 204 112 / .8);}.gu-empty{text-align:center;padding:30px 0;color:#b0bbd0;font-size:14px;}.gu-compose{padding:14px 0 6px;border-top:1px solid #edf1f8;margin-top:14px;display:none;}.gu-compose__selected{display:flex;align-items:center;gap:10px;margin-bottom:12px;}.gu-compose__selected img{width:52px;height:52px;object-fit:cover;border-radius:10px;border:2px solid #2ecc70;}.gu-compose__selected span{font-size:13px;color:#2ecc70;}.gu-msg-wrap{position:relative;margin-bottom:4px;}.gu-compose__msg{width:100%;box-sizing:border-box;border:1.5px solid #d8e2f0;border-radius:10px;padding:10px 12px;font-size:14px;resize:none;font-family:inherit;transition:border-color .15s;outline:none;}.gu-compose__msg:focus{border-color:#2ecc70;}.gu-msg-bar{height:3px;background:#edf1f8;border-radius:2px;margin-top:6px;overflow:hidden;}.gu-msg-bar__fill{height:100%;width:0;background:#2ecc70;border-radius:2px;transition:width .1s,background .2s;}.gu-msg-bar__fill.is-warn{background:#f5a623;}.gu-msg-bar__fill.is-danger{background:#e74c3c;}.gu-msg-count{text-align:right;font-size:11px;color:#9aacbe;margin-top:3px;}.gu-compose__anon{display:flex;align-items:center;gap:8px;margin-top:10px;cursor:pointer;font-size:13px;color:#4a6080;user-select:none;}.gu-compose__anon input{display:none;}.gu-compose__anon-box{width:18px;height:18px;border-radius:5px;border:1.5px solid #d8e2f0;background:#fff;flex-shrink:0;transition:background .15s,border-color .15s;display:flex;align-items:center;justify-content:center;}.gu-compose__anon input:checked~.gu-compose__anon-box{background:#2ecc70;border-color:#2ecc70;}.gu-compose__anon input:checked~.gu-compose__anon-box::after{content:'✓';font-size:11px;color:#fff;}.gu-s2{padding-bottom:16px;}.gu-s2__gift{display:flex;align-items:center;gap:14px;background:#f6fdf9;border:1.5px solid #d4f0e0;border-radius:14px;padding:14px;margin-bottom:16px;}.gu-s2__gift img{width:80px;height:80px;object-fit:cover;border-radius:10px;flex-shrink:0;border:2px solid #2ecc70;}.gu-s2__label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#8a9bb0;margin-bottom:6px;}.gu-s2__price{font-size:18px;color:#1aaa54;}.gu-s2__price--free{color:#2ecc70;}.gu-types{display:flex;gap:8px;margin-top:12px;}.gu-type{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border:1.5px solid #e0e8f0;border-radius:12px;cursor:pointer;transition:border-color .15s,background .15s;text-align:center;user-select:none;}.gu-type input{display:none;}.gu-type__icon{width:34px;height:34px;border-radius:50%;background:#f0f4f8;display:flex;align-items:center;justify-content:center;transition:background .15s;}.gu-type__name{font-size:13px;color:#2d3748;line-height:1;}.gu-type__desc{font-size:13px;color:#9aacbe;line-height:1.3;}.gu-type--public.is-active{border-color:#2980b9;background:#eef5fc;}.gu-type--public.is-active .gu-type__icon{background:#dbeeff;}.gu-type--private.is-active{border-color:#b87000;background:#fdf8ee;}.gu-type--private.is-active .gu-type__icon{background:#fef0cc;}.gu-type--hidden.is-active{border-color:#7c3aed;background:#f5f0ff;}.gu-type--hidden.is-active .gu-type__icon{background:#ede5ff;}.gu-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 20px 18px;border-top:1px solid #edf1f8;flex-shrink:0;}.gu-footer__right{display:flex;align-items:center;gap:8px;}.gu-btn{border:none;border-radius:18px;padding:9px 20px;font-size:14px;cursor:pointer;font-family:inherit;transition:opacity .15s,box-shadow .15s;}.gu-btn--cancel{background:#f0f4fa;color:#4a6080;}.gu-btn--cancel:hover{background:#e4eaf4;}.gu-btn--back{background:#f0f4fa;color:#4a6080;}.gu-btn--back:hover{background:#e4eaf4;}.gu-btn--send{background:linear-gradient(135deg,#2ecc70,#1aaa54);color:#fff;box-shadow:0 4px 14px rgb(46 204 112 / .28);display:flex;align-items:center;gap:6px;}.gu-btn--send:hover:not(:disabled){box-shadow:0 6px 20px rgb(46 204 112 / .4);}.gu-btn--send:disabled,.gu-btn--next:disabled{opacity:.5;cursor:not-allowed;}.gu-btn--next{background:linear-gradient(135deg,#2ecc70,#1aaa54);color:#fff;box-shadow:0 4px 14px rgb(46 204 112 / .28);}.gu-btn--next:not(:disabled):hover{box-shadow:0 6px 20px rgb(46 204 112 / .4);}@media(max-width:500px){.gu-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));}}@media(max-width:500px){.gu-head__inner{flex-wrap:wrap;}.gu-head__right{width:100%;}.gu-types{flex-direction:column;}}.pf-ls__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;text-decoration:none;border-radius:10px;transition:background .13s;min-width:0;}.pf-ls__item:hover{background:#f5f8ff;}.pf-ls__av-wrap{position:relative;flex-shrink:0;width:70px;height:70px;}.pf-ls__av{width:70px;height:70px;border-radius:50%;object-fit:cover;border:2px solid #edf1f8;display:block;}.pf-ls__dot{position:absolute;bottom:2px;right:2px;width:11px;height:11px;border-radius:50%;border:2px solid #fff;}.pf-ls__dot--on{background:#2ecc70;}.pf-ls__dot--off{background:#ccc;}.pf-ls__info{min-width:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:2px;}.pf-ls__name{font-size:12px;color:#1a2b45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center;}.pf-ls__meta{font-size:11px;color:#9ba3af;display:flex;align-items:center;justify-content:center;gap:4px;}.pf-ls__arrow{display:none;}.pf-ls__empty{padding:40px 20px;text-align:center;color:#9fa7b5;font-size:14px;grid-column:1/-1;}.pf-ls__loading{padding:32px 20px;text-align:center;color:#b0bbd0;font-size:13px;grid-column:1/-1;}#pf-likes-modal{z-index:1100;}.pf-lm__body{padding:20px;}.pf-lm__list{background:#fff;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;}.pf-lm__footer{flex-shrink:0;min-height:58px;background:#f5f8fe;border-top:1px solid #eaeff8;padding:10px 18px;}.pf-lm__more{display:block;width:100%;padding:9px;background:#f3f6fb;border:1px solid #e0eaf6;border-radius:10px;color:#4a6fa5;font-size:13px;cursor:pointer;transition:background .15s;font-family:inherit;}.pf-lm__more:hover{background:#e8eef8;}.pf-lm__more--done{cursor:default;color:#b0bbd0;pointer-events:none;}@media(max-width:600px){.pf-lm__list{grid-template-columns:repeat(3,1fr);}}@media(max-width:420px){.pf-lm__list{grid-template-columns:repeat(2,1fr);}.st-coin-packs{grid-template-columns:repeat(2,1fr);}}.fc-head__icon svg{color:#fff;}.nd-cact--like:hover{color:#e84040;background:#fff0f2;border-color:rgb(232 64 64 / .2);}.pf-diary-act-like{color:#a0a8b8;}.pf-diary-act-like:hover{color:#4aa1dd;}.pf-dm-field{margin-bottom:14px;}.fc-head--diary{background:linear-gradient(135deg,#0a1632 0%,#1a3a7a 38%,#005a98 68%,#7c3aed 100%);}#diary-add-modal .nd-cf-submit{background:linear-gradient(135deg,#4aa1dd,#7c3aed);box-shadow:0 3px 14px rgb(100 80 200 / .3);}#diary-add-modal .nd-cf-submit:hover{box-shadow:0 6px 20px rgb(100 80 200 / .45);}#diary-add-modal .f-textarea[contenteditable]:empty::before{content:attr(data-placeholder);color:#a8bdd0;pointer-events:none;display:block;}#diary-add-modal input.f-textarea{min-height:auto;resize:none;}#diary-add-modal .f-textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 4px rgb(124 58 237 / .13),inset 3px 0 0 #7c3aed;}html.theme-dark .fc{background:#161728;}html.theme-dark .fc-footer{background:#1a1b30;border-top-color:rgb(255 255 255 / .07);}html.theme-dark .f-label{color:#8090a8;}html.theme-dark .f-input,html.theme-dark .f-select,html.theme-dark .f-textarea{background:#1e2038;border-color:rgb(255 255 255 / .1);color:#d0d8f0;}html.theme-dark .f-input:hover,html.theme-dark .f-select:hover,html.theme-dark .f-textarea:hover{border-color:rgb(255 255 255 / .18);}html.theme-dark .f-input::placeholder,html.theme-dark .f-textarea::placeholder{color:#505068;}html.theme-dark .f-pw__cc{color:#606078;border-right-color:rgb(255 255 255 / .1);}html.theme-dark .f-pw:focus-within .f-pw__cc{color:#4aa1dd;border-right-color:#4aa1dd;}html.theme-dark .f-sw::after{border-top-color:#606078;}html.theme-dark .f-cbox{border-color:rgb(255 255 255 / .15);background:#1e2038;}html.theme-dark .f-consent-text{color:#8090a8;}html.theme-dark .f-char-bar{background:#1e2038;}html.theme-dark .f-drop{background:#1a1b30;border-color:rgb(255 255 255 / .12);}html.theme-dark .f-drop:hover{border-color:#4aa1dd;background:#1a2038;}html.theme-dark .f-drop__ico{background:#1e2848;}html.theme-dark .f-drop__text{color:#8090a8;}html.theme-dark .f-prev{border-color:rgb(255 255 255 / .1);}html.theme-dark .f-add-btn{border-color:rgb(255 255 255 / .12);background:#1a1b30;}html.theme-dark .f-add-btn:hover{border-color:#4aa1dd;background:#1a2038;}html.theme-dark .idea-desc{background:linear-gradient(135deg,rgb(194 24 91 / .1),rgb(173 20 87 / .08));border-color:rgb(224 107 154 / .2);}html.theme-dark .idea-desc__main{color:#c0c8e0;}html.theme-dark .f-tag__pill{border-color:rgb(255 255 255 / .1);background:#1e2038;}html.theme-dark .f-tag__name{color:#8090a8;}html.theme-dark .f-tag:hover .f-tag__pill{border-color:rgb(255 255 255 / .2);background:#252640;}html.theme-dark .f-tag input:checked+.f-tag__pill{background:#1a2040;border-color:#4aa1dd;}html.theme-dark .f-tag input:checked+.f-tag__pill .f-tag__name{color:#60a0d8;}html.theme-dark .f-tag--gray input:checked+.f-tag__pill{background:#1e1438;border-color:#8b5cf6;}html.theme-dark .f-tag--gray input:checked+.f-tag__pill .f-tag__name{color:#a070e8;}html.theme-dark .f-tag--gray:hover .f-tag__pill{border-color:#8b5cf6;background:#1a1030;}html.theme-dark .f-tag--teal input:checked+.f-tag__pill{background:#201808;border-color:#f57c23;}html.theme-dark .f-tag--teal input:checked+.f-tag__pill .f-tag__name{color:#e07030;}html.theme-dark .f-tag--teal:hover .f-tag__pill{border-color:#f57c23;background:#1e1608;}html.theme-dark .f-tag--rose input:checked+.f-tag__pill{background:#220a14;border-color:#e0527a;}html.theme-dark .f-tag--rose input:checked+.f-tag__pill .f-tag__name{color:#e06080;}html.theme-dark .f-tag--rose:hover .f-tag__pill{border-color:#e0527a;background:#1e0810;}html.theme-dark .f-tag--amber input:checked+.f-tag__pill{background:#0e1e10;border-color:#2db56a;}html.theme-dark .f-tag--amber input:checked+.f-tag__pill .f-tag__name{color:#30a060;}html.theme-dark .f-tag--amber:hover .f-tag__pill{border-color:#2db56a;background:#0a1a0e;}html.theme-dark .f-star{color:#2a2b40;}html.theme-dark .app-modal__box{background:#161728;}html.theme-dark .app-modal__close{background:rgb(255 255 255 / .08);color:#8090a8;}html.theme-dark .app-modal__close:hover{background:rgb(255 255 255 / .14);color:#d0d8f0;}html.theme-dark .msg-modal__img-thumb{border-color:rgb(255 255 255 / .1);}html.theme-dark .msg-modal__img-remove{background:#1e2038;}html.theme-dark .nd-emoji-tabs{border-bottom-color:rgb(255 255 255 / .07);}html.theme-dark .nd-emoji-tab:hover{background:rgb(255 255 255 / .07);}html.theme-dark .nd-emoji-tab.is-active{background:rgb(74 161 221 / .15);}html.theme-dark .nd-emoji-btn:hover{background:rgb(255 255 255 / .07);}html.theme-dark .nd-cf-card{background:#161728;border-color:rgb(255 255 255 / .07);}html.theme-dark .nd-cf-avatar{border-color:rgb(255 255 255 / .1);}html.theme-dark .nd-cf-textarea{background:#1e2038;border-color:rgb(255 255 255 / .1);color:#d0d8f0;}html.theme-dark .nd-cf-textarea:empty::before{color:#505068;}html.theme-dark .nd-cf-card__footer{border-top-color:rgb(255 255 255 / .07);}html.theme-dark .nd-cf-tool:hover{background:rgb(74 161 221 / .12);}html.theme-dark .nd-reply-bar{background:linear-gradient(135deg,rgb(74 161 221 / .1),rgb(74 161 221 / .07));border-color:rgb(74 161 221 / .2);}html.theme-dark .nd-reply-bar strong{color:#60a0d8;}html.theme-dark .nd-reply-bar__cancel:hover{background:rgb(243 70 63 / .12);}html.theme-dark .msg-sent-counter{background:#1a1b30;border-color:rgb(255 255 255 / .07);color:#8090a8;}html.theme-dark .msg-sent-counter strong{color:#c0c8e0;}html.theme-dark .msg-sent-counter__limit{color:#505068;}html.theme-dark .pf-lm__list{background:#161728;}html.theme-dark .pf-lm__footer{background:#1a1b30;border-top-color:rgb(255 255 255 / .07);}html.theme-dark .pf-lm__more{background:#1e2038;border-color:rgb(255 255 255 / .1);color:#8090a8;}html.theme-dark .pf-lm__more:hover{background:#252640;}html.theme-dark .pf-ls__item:hover{background:rgb(255 255 255 / .04);}html.theme-dark .pf-ls__av{border-color:rgb(255 255 255 / .1);}html.theme-dark .pf-ls__name{color:#d0d8f0;}html.theme-dark .pf-ls__dot--off{background:#404058;}html.theme-dark .gu-wrap{background:#161728;}html.theme-dark .gu-buy-coins{background:#1e2038;color:#27ae60;box-shadow:none;}html.theme-dark .gu-tab{background:#1e2038;color:#8090a8;}html.theme-dark .gu-sort__btn{border-color:rgb(255 255 255 / .1);color:#8090a8;}html.theme-dark .gu-sort__btn.is-active{background:rgb(46 204 112 / .1);color:#27ae60;}html.theme-dark .gu-item{border-color:rgb(255 255 255 / .1);background:#1a1b30;}html.theme-dark .gu-compose{border-top-color:rgb(255 255 255 / .07);}html.theme-dark .gu-compose__msg{background:#1e2038;border-color:rgb(255 255 255 / .1);color:#d0d8f0;}html.theme-dark .gu-msg-bar{background:#1e2038;}html.theme-dark .gu-compose__anon{color:#8090a8;}html.theme-dark .gu-compose__anon-box{border-color:rgb(255 255 255 / .15);background:#1e2038;}html.theme-dark .gu-s2__gift{background:rgb(46 204 112 / .05);border-color:rgb(46 204 112 / .15);}html.theme-dark .gu-type{border-color:rgb(255 255 255 / .1);}html.theme-dark .gu-type--locked{background:#fff0;}html.theme-dark .gu-type__icon{background:#1e2038;}html.theme-dark .gu-type__name{color:#d0d8f0;}html.theme-dark .gu-type--public.is-active{border-color:#2980b9;background:rgb(41 128 185 / .1);}html.theme-dark .gu-type--public.is-active .gu-type__icon{background:rgb(41 128 185 / .2);}html.theme-dark .gu-type--private.is-active{border-color:#b87000;background:rgb(184 112 0 / .1);}html.theme-dark .gu-type--private.is-active .gu-type__icon{background:rgb(184 112 0 / .2);}html.theme-dark .gu-type--hidden.is-active{border-color:#7c3aed;background:rgb(124 58 237 / .1);}html.theme-dark .gu-type--hidden.is-active .gu-type__icon{background:rgb(124 58 237 / .2);}html.theme-dark .gu-footer{border-top-color:rgb(255 255 255 / .07);}html.theme-dark .gu-btn--cancel,html.theme-dark .gu-btn--back{background:#1e2038;color:#8090a8;}html.theme-dark .gu-btn--cancel:hover,html.theme-dark .gu-btn--back:hover{background:#252640;}html.theme-dark .st-coin-pack{border-color:rgb(232 168 0 / .2);background:#1a1b28;}html.theme-dark .st-coin-pack:hover{border-color:rgb(232 168 0 / .4);background:#1e1c2a;}html.theme-dark .st-coin-pack.is-selected{border-color:rgb(232 168 0 / .5);background:linear-gradient(145deg,#1e1c2a,#221c18);}html.theme-dark .st-coin-pack__coins{color:#d4a840;}html.theme-dark .st-coin-pack__label{color:#806040;}html.theme-dark .st-coin-pack__price{color:#c08040;}html.theme-dark .st-coins-balance{background:rgb(120 80 0 / .15);border-color:rgb(232 168 0 / .2);color:#a07828;}html.theme-dark .cm-smile,html.theme-dark .nd-smile-btn img{background:#fff;border-radius:7px;}