*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:#231918;background:#f7f5f4;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}.sm-location{width:100%}.sm-location__header{align-items:flex-start;gap:14px;margin-bottom:24px;display:flex}.sm-location__icon{color:#873f4d;background:#f4e7e4;border-radius:14px;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;display:flex}.sm-location__header h3{color:#281c1a;margin:0 0 5px;font-size:20px;font-weight:800}.sm-location__header p{color:#746865;margin:0;font-size:14px;line-height:1.5}.sm-location__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.sm-field{flex-direction:column;gap:7px;min-width:0;display:flex}.sm-field--full{grid-column:1/-1}.sm-field label{color:#493936;font-size:13px;font-weight:700}.sm-field input,.sm-field select{box-sizing:border-box;color:#281c1a;background:#fff;border:1px solid #ddd5d2;border-radius:13px;outline:none;width:100%;min-width:0;height:50px;padding:0 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.sm-field input:focus,.sm-field select:focus{border-color:#984c59;box-shadow:0 0 0 3px #984c591f}.sm-field input:disabled,.sm-field select:disabled{color:#968c89;cursor:not-allowed;background:#f5f3f2}.sm-search{align-items:center;display:flex;position:relative}.sm-search svg{color:#8b807d;pointer-events:none;position:absolute;left:14px}.sm-search input{padding-left:42px}.sm-location__error{color:#a92f2f;background:#fff0f0;border-radius:11px;margin-bottom:18px;padding:12px 14px;font-size:13px;font-weight:600}.sm-location__privacy{color:#706461;background:#f7f4f3;border-radius:12px;margin-top:22px;padding:14px 16px;font-size:12px;line-height:1.6}.sm-location__privacy strong{color:#4d3c39}@media (width<=720px){.sm-location__grid{grid-template-columns:1fr}.sm-field--full{grid-column:auto}.sm-field input,.sm-field select{height:52px;font-size:16px}.sm-location__header h3{font-size:18px}}.sm-register{color:#281c1a;background:#f6f3f2;grid-template-columns:minmax(320px,.8fr) minmax(560px,1.2fr);min-height:100vh;display:grid}.sm-register__aside{color:#fff;background:radial-gradient(circle at 100% 0,#ffffff1f,#0000 36%),linear-gradient(145deg,#572d37,#7b3d4b 55%,#9c5a5f);flex-direction:column;padding:34px 44px 50px;display:flex;position:relative}.sm-register__brand{align-items:center;gap:12px;display:flex}.sm-register__brand-mark{letter-spacing:.04em;background:#ffffff2b;border:1px solid #ffffff38;border-radius:15px;justify-content:center;align-items:center;width:46px;height:46px;font-size:14px;font-weight:900;display:flex}.sm-register__brand div:last-child{flex-direction:column;gap:2px;display:flex}.sm-register__brand strong{font-size:17px}.sm-register__brand span{opacity:.78;font-size:12px}.sm-register__aside-content{max-width:520px;margin:auto 0;padding:60px 0}.sm-register__eyebrow{text-transform:uppercase;letter-spacing:.08em;background:#ffffff1a;border:1px solid #ffffff38;border-radius:999px;margin-bottom:16px;padding:7px 11px;font-size:11px;font-weight:800;display:inline-flex}.sm-register__aside h1{letter-spacing:-.04em;max-width:540px;margin:0;font-size:clamp(36px,4vw,56px);line-height:1.02}.sm-register__aside-content>p{color:#ffffffc7;max-width:490px;margin:22px 0 0;font-size:16px;line-height:1.7}.sm-register__features{gap:13px;margin-top:38px;display:grid}.sm-register__features article{background:#ffffff14;border:1px solid #ffffff1c;border-radius:15px;align-items:flex-start;gap:13px;padding:15px;display:flex}.sm-register__features article>span{font-size:20px}.sm-register__features strong{margin-bottom:3px;font-size:14px;display:block}.sm-register__features p{color:#ffffffb3;margin:0;font-size:12px;line-height:1.5}.sm-register__main{justify-content:center;align-items:flex-start;padding:42px 28px;display:flex}.sm-register__card{background:#fff;border:1px solid #e7dfdc;border-radius:24px;width:100%;max-width:810px;padding:32px;box-shadow:0 18px 50px #39232014}.sm-register__title{align-items:center;gap:13px;margin-bottom:26px;display:flex}.sm-register__title-icon{color:#864451;background:#f3e8e6;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.sm-register__title h2{letter-spacing:-.02em;margin:0 0 3px;font-size:26px}.sm-register__title p{color:#817370;margin:0;font-size:13px}.sm-register__form{flex-direction:column;gap:28px;display:flex}.sm-register__section{border-bottom:1px solid #eee8e6;padding-bottom:26px}.sm-register__section h3{color:#3b2a27;margin:0 0 17px;font-size:15px;font-weight:850}.sm-register__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.sm-register__field{flex-direction:column;gap:7px;min-width:0;display:flex}.sm-register__field--full{grid-column:1/-1}.sm-register__field label{color:#554642;font-size:12px;font-weight:750}.sm-register__field input{box-sizing:border-box;color:#281c1a;background:#fff;border:1px solid #ded6d3;border-radius:13px;outline:none;width:100%;height:50px;padding:0 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.sm-register__field input:focus{border-color:#995160;box-shadow:0 0 0 3px #9951601f}.sm-register__input-icon,.sm-register__password{align-items:center;display:flex;position:relative}.sm-register__input-icon>svg,.sm-register__password>svg{color:#8e807c;pointer-events:none;position:absolute;left:14px}.sm-register__input-icon input,.sm-register__password input{padding-left:42px}.sm-register__password input{padding-right:48px}.sm-register__password button{color:#746662;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;right:6px}.sm-register__password button:hover{background:#f5f1f0}.sm-register__field small{font-size:11px;line-height:1.4}.sm-register__available{color:#278449}.sm-register__unavailable{color:#b04444}.sm-register__terms{color:#6f625f;cursor:pointer;align-items:flex-start;gap:10px;font-size:12px;line-height:1.5;display:flex}.sm-register__terms input{accent-color:#8c4856;width:18px;height:18px;margin-top:1px}.sm-register__submit{color:#fff;cursor:pointer;background:#7f3f4c;border:0;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:52px;font-size:14px;font-weight:800;transition:transform .18s,background .18s;display:flex}.sm-register__submit:hover:not(:disabled){background:#713743;transform:translateY(-1px)}.sm-register__submit:disabled{opacity:.65;cursor:not-allowed}.sm-register__login{text-align:center;color:#766966;margin-top:24px;font-size:13px}.sm-register__login a{color:#81414f;font-weight:800;text-decoration:none}.sm-register__alert{border-radius:12px;margin-bottom:20px;padding:13px 15px;font-size:13px;line-height:1.5}.sm-register__alert--error{color:#9d3030;background:#fff0f0;border:1px solid #f3d0d0}.sm-register__alert--success{color:#267241;background:#edf9f0;border:1px solid #caead3}@media (width<=1050px){.sm-register{grid-template-columns:1fr}.sm-register__aside{min-height:auto;padding:26px}.sm-register__aside-content{margin:0;padding:45px 0 18px}.sm-register__features{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=720px){.sm-register__main{padding:18px 12px 30px}.sm-register__card{border-radius:18px;padding:22px 16px}.sm-register__grid{grid-template-columns:1fr}.sm-register__field--full{grid-column:auto}.sm-register__features{grid-template-columns:1fr}.sm-register__aside h1{font-size:36px}.sm-register__field input{height:52px;font-size:16px}}.sm-login{color:#281c1a;background:#f6f3f2;grid-template-columns:minmax(360px,1fr) minmax(420px,.85fr);min-height:100vh;display:grid}.sm-login__visual{color:#fff;background:radial-gradient(circle at 85% 20%,#ffffff24,#0000 34%),linear-gradient(145deg,#542b35,#7b3e4b 55%,#a15d61);flex-direction:column;padding:34px 46px;display:flex}.sm-login__brand{align-items:center;gap:12px;display:flex}.sm-login__brand-mark{background:#ffffff21;border:1px solid #ffffff38;border-radius:15px;justify-content:center;align-items:center;width:46px;height:46px;font-weight:900;display:flex}.sm-login__brand>div:last-child{flex-direction:column;gap:2px;display:flex}.sm-login__brand strong{font-size:17px}.sm-login__brand span{opacity:.76;font-size:12px}.sm-login__message{max-width:650px;margin:auto 0;padding:60px 0}.sm-login__message>span{letter-spacing:.08em;text-transform:uppercase;background:#ffffff14;border:1px solid #fff3;border-radius:999px;margin-bottom:17px;padding:7px 11px;font-size:11px;font-weight:800;display:inline-flex}.sm-login__message h1{letter-spacing:-.045em;max-width:600px;margin:0;font-size:clamp(40px,5vw,70px);line-height:.98}.sm-login__message p{color:#ffffffc7;max-width:560px;margin:24px 0 0;font-size:16px;line-height:1.7}.sm-login__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:42px;display:grid}.sm-login__stats article{background:#ffffff14;border:1px solid #ffffff21;border-radius:16px;padding:17px}.sm-login__stats strong{margin-bottom:4px;font-size:21px;display:block}.sm-login__stats span{opacity:.72;font-size:11px}.sm-login__content{justify-content:center;align-items:center;padding:30px;display:flex}.sm-login__card{background:#fff;border:1px solid #e6deda;border-radius:24px;width:100%;max-width:500px;padding:34px;box-shadow:0 20px 60px #3a232014}.sm-login__heading{align-items:center;gap:13px;margin-bottom:28px;display:flex}.sm-login__heading-icon{color:#874653;background:#f3e7e5;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.sm-login__heading h2{margin:0 0 4px;font-size:27px}.sm-login__heading p{color:#7e706d;margin:0;font-size:13px}.sm-login__form{flex-direction:column;gap:18px;display:flex}.sm-login__field{flex-direction:column;gap:7px;display:flex}.sm-login__field label{color:#51423f;font-size:12px;font-weight:750}.sm-login__label-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.sm-login__label-row a{color:#82414e;font-size:11px;font-weight:750;text-decoration:none}.sm-login__input,.sm-login__password{align-items:center;display:flex;position:relative}.sm-login__input>svg,.sm-login__password>svg{color:#8b7d79;pointer-events:none;position:absolute;left:14px}.sm-login__input input,.sm-login__password input{box-sizing:border-box;color:#281c1a;background:#fff;border:1px solid #ded6d3;border-radius:13px;outline:none;width:100%;height:52px;padding:0 44px 0 43px;font-size:15px}.sm-login__input input:focus,.sm-login__password input:focus{border-color:#985160;box-shadow:0 0 0 3px #9851601f}.sm-login__password button{color:#766864;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;right:6px}.sm-login__password button:hover{background:#f6f2f1}.sm-login__submit{color:#fff;cursor:pointer;background:#7d3e4b;border:0;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:52px;margin-top:5px;font-weight:800;display:flex}.sm-login__submit:hover:not(:disabled){background:#6d3541}.sm-login__submit:disabled{opacity:.65;cursor:not-allowed}.sm-login__register{text-align:center;color:#756864;margin-top:25px;font-size:13px}.sm-login__register a{color:#81404e;font-weight:800;text-decoration:none}.sm-login__error{color:#9c3030;background:#fff0f0;border:1px solid #f0cccc;border-radius:12px;margin-bottom:20px;padding:13px 15px;font-size:13px;line-height:1.5}@media (width<=900px){.sm-login{grid-template-columns:1fr}.sm-login__visual{padding:26px}.sm-login__message{padding:45px 0 25px}.sm-login__message h1{font-size:42px}}@media (width<=600px){.sm-login__content{padding:18px 12px 30px}.sm-login__card{border-radius:18px;padding:22px 17px}.sm-login__stats{grid-template-columns:1fr}.sm-login__input input,.sm-login__password input{font-size:16px}}.sm-post__stats button{color:#91827f;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.sm-post__stats button:hover{color:#81424e}.sm-post__action--active{color:#9b4050!important}.sm-post-card__error{color:#a02f2f;background:#fff0f0;border-radius:10px;margin:0 14px 10px;padding:10px 12px;font-size:10px}.sm-post-comments{background:#fbf9f8;border-bottom:1px solid #eee8e6;padding:13px 14px}.sm-post-comments__loading,.sm-post-comments__empty{color:#91827f;justify-content:center;align-items:center;gap:7px;padding:15px;font-size:10px;display:flex}.sm-post-comments__list{flex-direction:column;gap:10px;display:flex}.sm-comment{align-items:flex-start;gap:8px;display:flex}.sm-comment__avatar{color:#81414e;background:#eadad8;border-radius:50%;flex:0 0 31px;justify-content:center;align-items:center;width:31px;height:31px;font-size:8px;font-weight:900;display:flex;overflow:hidden}.sm-comment__avatar img{object-fit:cover;width:100%;height:100%}.sm-comment__body{min-width:0}.sm-comment__body>div{background:#f0ecea;border-radius:4px 13px 13px;padding:8px 11px;display:inline-block}.sm-comment__body strong{color:#433431;margin-bottom:2px;font-size:9px;display:block}.sm-comment__body p{color:#51423f;white-space:pre-wrap;margin:0;font-size:10px;line-height:1.45}.sm-comment__body>span{color:#9c8f8b;margin-top:3px;margin-left:8px;font-size:8px;display:block}@keyframes sm-spin{to{transform:rotate(360deg)}}.sm-post-menu{position:relative}.sm-post-menu__dropdown{z-index:30;background:#fff;border:1px solid #e5ddda;border-radius:12px;width:205px;padding:6px;position:absolute;top:40px;right:0;box-shadow:0 14px 36px #291b1824}.sm-post-menu__dropdown button{color:#564744;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;width:100%;min-height:40px;padding:0 10px;font-size:10px;font-weight:700;display:flex}.sm-post-menu__dropdown button:hover{background:#f6f3f2}.sm-post-menu__danger{color:#b03939!important}.sm-post-edit textarea{box-sizing:border-box;resize:vertical;width:100%;min-height:100px;font:inherit;border:1px solid #ddd5d2;border-radius:11px;outline:none;padding:11px;font-size:13px}.sm-post-edit__actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.sm-post-edit__actions button{color:#584844;cursor:pointer;background:#f0ecea;border:0;border-radius:9px;min-height:36px;padding:0 12px;font-size:9px;font-weight:800}.sm-post-edit__actions button:last-child{color:#fff;background:#82424f}.sm-report-modal{z-index:4000;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.sm-report-modal__backdrop{background:#1d131194;border:0;position:absolute;inset:0}.sm-report-modal__dialog{z-index:1;background:#fff;border-radius:18px;width:100%;max-width:440px;padding:20px;position:relative}.sm-report-modal__dialog header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.sm-report-modal__dialog h3{margin:0 0 3px;font-size:16px}.sm-report-modal__dialog header p{color:#8d7f7b;margin:0;font-size:10px}.sm-report-modal__dialog header>button{cursor:pointer;background:#f4f0ef;border:0;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.sm-report-modal__dialog label{color:#534440;margin:11px 0 6px;font-size:10px;font-weight:800;display:block}.sm-report-modal__dialog select,.sm-report-modal__dialog textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #ded6d3;border-radius:10px;outline:none;padding:10px;font-size:11px}.sm-report-modal__dialog textarea{resize:vertical;min-height:100px}.sm-report-modal__dialog footer{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.sm-report-modal__dialog footer button{color:#554642;cursor:pointer;background:#f1edeb;border:0;border-radius:10px;min-height:39px;padding:0 14px;font-size:10px;font-weight:800}.sm-report-modal__dialog footer button:last-child{color:#fff;background:#8a4652}.sm-post__user-avatar{color:#80414d;background:#e9d9d8;border-radius:50%;flex:0 0 43px;justify-content:center;align-items:center;width:43px;min-width:43px;max-width:43px;height:43px;min-height:43px;max-height:43px;font-size:11px;font-weight:900;display:flex;overflow:hidden}.sm-post__user-avatar img{object-fit:cover;border-radius:50%;min-width:43px;max-width:43px;min-height:43px;max-height:43px;display:block;width:43px!important;height:43px!important}.sm-post__comment-avatar img{object-fit:cover;border-radius:50%;width:31px!important;height:31px!important}.sm-post__comment-avatar{color:#81414e;background:#eadad8;border-radius:50%;flex:0 0 31px;justify-content:center;align-items:center;width:31px;min-width:31px;max-width:31px;height:31px;min-height:31px;max-height:31px;font-size:9px;font-weight:900;display:flex;overflow:hidden}.sm-post__comment-avatar img{object-fit:cover;border-radius:50%;display:block;width:31px!important;height:31px!important}.sm-post-modal{z-index:2000;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.sm-post-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1f161494;border:0;position:absolute;inset:0}.sm-post-modal__dialog{z-index:1;background:#fff;border-radius:22px;width:100%;max-width:610px;max-height:92vh;position:relative;overflow-y:auto;box-shadow:0 30px 90px #24161447}.sm-post-modal__header{z-index:5;background:#fff;border-bottom:1px solid #eee7e5;justify-content:space-between;align-items:center;gap:15px;padding:18px 20px;display:flex;position:sticky;top:0}.sm-post-modal__header h2{margin:0 0 3px;font-size:18px}.sm-post-modal__header span{color:#8b7d79;font-size:10px}.sm-post-modal__header>button{color:#584844;cursor:pointer;background:#f5f2f1;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.sm-post-modal__error{color:#9c3030;background:#fff0f0;border-radius:11px;margin:14px 18px 0;padding:11px 13px;font-size:11px}.sm-post-modal__user{align-items:center;gap:10px;padding:17px 20px 7px;display:flex}.sm-post-modal__avatar{color:#81414e;background:#eadad8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:11px;font-weight:900;display:flex;overflow:hidden}.sm-post-modal__avatar img{object-fit:cover;width:100%;height:100%}.sm-post-modal__user>div:last-child{flex-direction:column;gap:3px;display:flex}.sm-post-modal__user strong{font-size:12px}.sm-post-modal__user span{color:#8b7d79;align-items:center;gap:3px;font-size:9px;display:flex}.sm-post-modal textarea{box-sizing:border-box;resize:vertical;color:#302321;border:0;outline:none;width:calc(100% - 40px);min-height:145px;margin:0 20px;padding:14px 0;font-family:inherit;font-size:17px;line-height:1.6}.sm-post-modal textarea::placeholder{color:#a39793}.sm-post-modal__counter{text-align:right;color:#a09490;padding:0 20px 10px;font-size:9px}.sm-post-modal__images{border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin:0 20px 10px;display:grid;overflow:hidden}.sm-post-modal__images--single{grid-template-columns:1fr}.sm-post-modal__images article{background:#eee9e7;min-height:180px;position:relative}.sm-post-modal__images img{object-fit:cover;width:100%;height:100%;min-height:180px;max-height:420px;display:block}.sm-post-modal__images article>button{color:#fff;cursor:pointer;background:#140f0eb8;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:8px;right:8px}.sm-post-modal__optimization{color:#55705c;background:#f1f7f2;border-radius:9px;margin:0 20px 12px;padding:9px 11px;font-size:9px}.sm-post-modal__tools{border:1px solid #ebe4e2;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;margin:10px 20px;padding:12px 14px;display:flex}.sm-post-modal__tools>span{color:#665652;font-size:11px;font-weight:750}.sm-post-modal__tools button{color:#81424e;cursor:pointer;background:#f1e5e4;border:0;border-radius:10px;align-items:center;gap:6px;min-height:37px;padding:0 12px;font-size:10px;font-weight:800;display:flex}.sm-post-modal__visibility{background:#f8f5f4;border-radius:13px;margin:14px 20px;padding:14px}.sm-post-modal__visibility label{margin-bottom:7px;font-size:10px;font-weight:800;display:block}.sm-post-modal__visibility select{background:#fff;border:1px solid #ded6d3;border-radius:10px;outline:none;width:100%;height:42px;padding:0 11px;font-size:11px}.sm-post-modal__visibility>div{color:#887a76;align-items:flex-start;gap:6px;margin-top:9px;font-size:9px;line-height:1.4;display:flex}.sm-post-modal__footer{background:#fff;border-top:1px solid #eee7e5;justify-content:flex-end;gap:9px;padding:14px 20px;display:flex;position:sticky;bottom:0}.sm-post-modal__cancel,.sm-post-modal__publish{cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 17px;font-size:11px;font-weight:800;display:flex}.sm-post-modal__cancel{color:#665652;background:#f3efee}.sm-post-modal__publish{color:#fff;background:#80414e}.sm-post-modal__publish:disabled,.sm-post-modal__cancel:disabled,.sm-post-modal__tools button:disabled{opacity:.55;cursor:not-allowed}.sm-spin{animation:.9s linear infinite sm-spin}@media (width<=600px){.sm-post-modal{align-items:flex-end;padding:0}.sm-post-modal__dialog{border-radius:20px 20px 0 0;max-height:95vh}.sm-post-modal textarea{font-size:16px}.sm-post-modal__footer{padding-bottom:18px}}.sm-feed{grid-template-columns:minmax(0,680px) minmax(260px,330px);justify-content:center;gap:24px;width:100%;max-width:1260px;margin:0 auto;display:grid}.sm-feed__main{min-width:0}.sm-feed__welcome{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.sm-feed__welcome span{color:#9b4f5a;text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:800}.sm-feed__welcome h1{letter-spacing:-.025em;margin:3px 0;font-size:25px}.sm-feed__welcome p{color:#837572;margin:0;font-size:12px}.sm-feed__welcome>button{color:#77434c;cursor:pointer;background:#fff;border:1px solid #e4dcda;border-radius:999px;align-items:center;gap:7px;min-height:39px;padding:0 13px;font-size:11px;font-weight:750;display:flex}.sm-stories{scrollbar-width:none;gap:11px;margin-bottom:16px;display:flex;overflow-x:auto}.sm-stories::-webkit-scrollbar{display:none}.sm-story{color:#574744;cursor:pointer;background:#fff;border:1px solid #e6dfdc;border-radius:17px;flex-direction:column;flex:0 0 92px;justify-content:center;align-items:center;gap:9px;width:92px;height:115px;display:flex}.sm-story__avatar,.sm-story--create div{color:#814350;background:#e9d8d8;border:3px solid #b3636e;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:11px;font-weight:900;display:flex}.sm-story--create div{background:#f7eeee;border-style:dashed}.sm-story strong{text-overflow:ellipsis;white-space:nowrap;max-width:77px;font-size:10px;overflow:hidden}.sm-create-post,.sm-post,.sm-side-card{background:#fff;border:1px solid #e6dfdc;border-radius:18px}.sm-create-post{margin-bottom:14px;padding:16px}.sm-create-post__top{align-items:center;gap:11px;display:flex}.sm-create-post__avatar,.sm-post__comment-avatar{color:#7d414d;background:#eadbda;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:11px;font-weight:900;display:flex;overflow:hidden}.sm-create-post__avatar img{object-fit:cover;width:100%;height:100%}.sm-create-post__top>button{color:#837572;text-align:left;cursor:pointer;background:#f6f3f2;border:0;border-radius:999px;flex:1;height:43px;padding:0 17px}.sm-create-post__actions{border-top:1px solid #eee8e6;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:13px;padding-top:12px;display:grid}.sm-create-post__actions button{color:#71635f;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:37px;font-size:10px;font-weight:700;display:flex}.sm-create-post__actions button:hover{color:#82424e;background:#f7f4f3}.sm-feed__filters{scrollbar-width:none;gap:6px;margin-bottom:14px;display:flex;overflow-x:auto}.sm-feed__filters button{color:#72635f;cursor:pointer;background:#fff;border:1px solid #e4ddda;border-radius:999px;flex-shrink:0;min-height:35px;padding:0 14px;font-size:10px;font-weight:700}.sm-feed__filters button.active{color:#fff;background:#8c4855;border-color:#8c4855}.sm-post{margin-bottom:15px;overflow:hidden}.sm-post__header{align-items:center;gap:11px;padding:15px 16px 10px;display:flex}.sm-post__user-avatar{color:#80414d;background:#e9d9d8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;font-size:11px;font-weight:900;display:flex}.sm-post__user-avatar--business{color:#536944;background:#e1e8dc}.sm-post__user{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.sm-post__user>div{align-items:center;gap:5px;display:flex}.sm-post__user strong{font-size:12px}.sm-post__user span{color:#918480;font-size:9px}.sm-post__verified{background:#4686c6;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;display:inline-flex;color:#fff!important;font-size:9px!important}.sm-post__menu{color:#81736f;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sm-post__menu:hover{background:#f6f3f2}.sm-post__content{padding:3px 16px 13px}.sm-post__content p{color:#433431;margin:4px 0 0;font-size:13px;line-height:1.65}.sm-post__placeholder-image{aspect-ratio:16/8.2;color:#fff;background:linear-gradient(145deg,#61404a,#ae6a68);border-radius:14px;justify-content:center;align-items:center;margin-top:14px;display:flex}.sm-post__placeholder-image div{flex-direction:column;align-items:center;gap:8px;display:flex}.sm-post__placeholder-image span{font-size:45px}.sm-post__stats{color:#91827f;border-bottom:1px solid #eee8e6;justify-content:space-between;align-items:center;gap:10px;padding:9px 16px;font-size:9px;display:flex}.sm-post__actions{border-bottom:1px solid #eee8e6;grid-template-columns:1fr 1fr 1fr auto;gap:4px;padding:7px 10px;display:grid}.sm-post__actions button{color:#71635f;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:36px;font-size:9px;font-weight:700;display:flex}.sm-post__actions button:hover{color:#83424f;background:#f7f4f3}.sm-post__comment{align-items:center;gap:8px;padding:11px 14px;display:flex}.sm-post__comment-avatar{width:31px;height:31px;font-size:9px}.sm-post__comment input{background:#f6f3f2;border:0;border-radius:999px;outline:none;flex:1;min-width:0;height:35px;padding:0 13px;font-size:11px}.sm-post__comment button{color:#fff;cursor:pointer;background:#884652;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.sm-feed__right{flex-direction:column;gap:15px;display:flex}.sm-side-card{padding:16px}.sm-side-card__header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.sm-side-card__header span{color:#a1505c;text-transform:uppercase;letter-spacing:.09em;font-size:8px;font-weight:850}.sm-side-card__header h3{margin:2px 0 0;font-size:14px}.sm-side-card__header button{color:#884653;cursor:pointer;background:0 0;border:0;font-size:9px;font-weight:800}.sm-trends{flex-direction:column;display:flex}.sm-trends>button{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f0eae8;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;padding:11px 5px;display:grid}.sm-trends>button:last-child{border-bottom:0}.sm-trends>button>span{color:#a55a64;font-size:9px;font-weight:900}.sm-trends div{flex-direction:column;gap:2px;min-width:0;display:flex}.sm-trends strong{font-size:11px}.sm-trends small{color:#948681;font-size:8px}.sm-nearby{flex-direction:column;gap:5px;display:flex}.sm-nearby>button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;grid-template-columns:37px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:54px;padding:5px 7px;display:grid}.sm-nearby>button:hover{background:#f7f4f3}.sm-nearby>button>span{background:#f3e8e6;border-radius:11px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sm-nearby div{flex-direction:column;gap:2px;display:flex}.sm-nearby strong{font-size:10px}.sm-nearby small{color:#938580;font-size:8px}.sm-nearby svg{color:#ad9f9a}.sm-suggestions{flex-direction:column;gap:7px;display:flex}.sm-suggestions article{grid-template-columns:39px minmax(0,1fr) 34px;align-items:center;gap:9px;display:grid}.sm-suggestions article>div{color:#81414d;background:#eadcda;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:9px;font-weight:900;display:flex}.sm-suggestions section{flex-direction:column;gap:2px;display:flex}.sm-suggestions strong{font-size:10px}.sm-suggestions span{color:#93847f;font-size:8px}.sm-suggestions article>button{color:#82424f;cursor:pointer;background:#f1e6e5;border:0;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}@media (width<=1080px){.sm-feed{grid-template-columns:minmax(0,720px)}.sm-feed__right{display:none}}@media (width<=650px){.sm-feed__welcome{padding:4px 6px 0}.sm-feed__welcome>button{display:none}.sm-feed__welcome h1{font-size:21px}.sm-create-post,.sm-post{border-radius:14px}.sm-create-post__actions{grid-template-columns:repeat(3,1fr)}.sm-create-post__actions button:nth-child(4){display:none}.sm-post__actions{grid-template-columns:1fr 1fr 1fr}.sm-post__actions button:last-child{display:none}.sm-story{flex-basis:80px;width:80px;height:107px}.sm-story__avatar,.sm-story--create div{width:49px;height:49px}}.sm-post__media{background:#ede8e6;border-radius:14px;gap:3px;margin-top:13px;display:grid;overflow:hidden}.sm-post__media--1{grid-template-columns:1fr}.sm-post__media--2,.sm-post__media--3,.sm-post__media--4{grid-template-columns:repeat(2,1fr)}.sm-post__media-item{background:#ece7e5;min-width:0;position:relative;overflow:hidden}.sm-post__media--1 .sm-post__media-item{max-height:650px}.sm-post__media--2 .sm-post__media-item{height:360px}.sm-post__media--3 .sm-post__media-item,.sm-post__media--4 .sm-post__media-item{height:280px}.sm-post__media img,.sm-post__media video{object-fit:cover;width:100%;height:100%;display:block}.sm-post__media--1 img{object-fit:contain;background:#181413;max-height:650px}.sm-post__more-media{color:#fff;background:#140f0e8f;justify-content:center;align-items:center;font-size:32px;font-weight:900;display:flex;position:absolute;inset:0}@media (width<=600px){.sm-post__media--2 .sm-post__media-item{height:230px}.sm-post__media--3 .sm-post__media-item,.sm-post__media--4 .sm-post__media-item{height:180px}}.sm-app{color:#251b19;background:#f5f3f2;min-height:100vh}.sm-header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #e8e1df;height:68px;position:sticky;top:0}.sm-header__inner{box-sizing:border-box;align-items:center;gap:20px;width:100%;height:100%;padding:0 24px;display:flex}.sm-header__brand{cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;gap:10px;padding:0;display:flex}.sm-header__logo{color:#fff;background:linear-gradient(145deg,#7b3d4b,#a35c63);border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:900;display:flex}.sm-header__brand-text{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.sm-header__brand-text strong{font-size:15px}.sm-header__brand-text span{color:#857775;font-size:10px}.sm-header__search{flex:1;align-items:center;max-width:620px;margin:0 auto;display:flex;position:relative}.sm-header__search svg{color:#887a77;pointer-events:none;position:absolute;left:15px}.sm-header__search input{box-sizing:border-box;background:#f7f5f4;border:1px solid #e2dcda;border-radius:999px;outline:none;width:100%;height:44px;padding:0 18px 0 43px;font-size:14px}.sm-header__search input:focus{background:#fff;border-color:#a65b66;box-shadow:0 0 0 3px #a65b661a}.sm-header__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.sm-header__actions>button:not(.sm-header__profile){color:#554643;cursor:pointer;background:#f5f2f1;border:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.sm-header__actions>button:hover{background:#eee8e6}.sm-header__badge{box-sizing:border-box;color:#fff;background:#b8424d;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-2px;right:-1px}.sm-header__notification-dot{background:#b8424d;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:7px;right:7px}.sm-header__profile{cursor:pointer;background:0 0;border:0;border-radius:13px;align-items:center;gap:9px;padding:4px 7px;display:flex}.sm-header__profile img,.sm-header__profile>span{object-fit:cover;border-radius:50%;width:36px;height:36px}.sm-header__profile>span{color:#7d404c;background:#ecdedd;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:flex}.sm-header__profile div{flex-direction:column;align-items:flex-start;max-width:120px;display:flex}.sm-header__profile strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;overflow:hidden}.sm-header__profile small{color:#887a77;font-size:9px}.sm-header__mobile-menu{color:#493936;cursor:pointer;background:0 0;border:0;display:none}.sm-app__body{grid-template-columns:255px minmax(0,1fr);align-items:start;width:100%;display:grid}.sm-sidebar{box-sizing:border-box;background:#fff;border-right:1px solid #e7dfdc;flex-direction:column;height:calc(100vh - 68px);padding:22px 16px;display:flex;position:sticky;top:68px;overflow-y:auto}.sm-sidebar__profile{align-items:center;gap:11px;padding:8px 8px 17px;display:flex}.sm-sidebar__avatar{color:#7e404c;background:#eadbd9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;font-size:12px;font-weight:900;display:flex;overflow:hidden}.sm-sidebar__avatar img{object-fit:cover;width:100%;height:100%}.sm-sidebar__profile>div:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.sm-sidebar__profile strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.sm-sidebar__profile span{color:#8a7d79;font-size:11px}.sm-sidebar__location{color:#75404a;background:#f8f5f4;border-radius:14px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:9px;margin-bottom:17px;padding:12px;display:grid}.sm-sidebar__location div{flex-direction:column;min-width:0;display:flex}.sm-sidebar__location span{color:#91827f;font-size:9px}.sm-sidebar__location strong{text-overflow:ellipsis;white-space:nowrap;color:#4c3936;font-size:11px;overflow:hidden}.sm-sidebar__location button{color:#8a4652;cursor:pointer;background:0 0;border:0;font-size:9px;font-weight:800}.sm-sidebar__nav{flex-direction:column;gap:4px;display:flex}.sm-sidebar__nav a,.sm-sidebar__bottom a,.sm-sidebar__bottom button{box-sizing:border-box;color:#655754;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;min-height:44px;padding:0 13px;font-size:12px;font-weight:650;text-decoration:none;display:flex}.sm-sidebar__nav a:hover,.sm-sidebar__bottom a:hover,.sm-sidebar__bottom button:hover{color:#7f3f4c;background:#f7f4f3}.sm-sidebar__nav a.active{color:#843f4d;background:#f0e4e3}.sm-sidebar__bottom{border-top:1px solid #eee8e6;flex-direction:column;gap:4px;margin-top:auto;padding-top:18px;display:flex}.sm-sidebar__mobile-header,.sm-sidebar__overlay{display:none}.sm-content{min-width:0;padding:24px}.sm-mobile-nav{display:none}@media (width<=1100px){.sm-header__profile div,.sm-header__brand-text{display:none}}@media (width<=850px){.sm-app__body{display:block}.sm-header__inner{gap:10px;padding:0 14px}.sm-header__mobile-menu{display:flex}.sm-header__search{max-width:none}.sm-header__actions>button:not(.sm-header__profile){display:none}.sm-sidebar{z-index:1001;width:min(310px,88vw);height:100vh;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-105%);box-shadow:18px 0 50px #2b1c1929}.sm-sidebar--open{transform:translate(0)}.sm-sidebar__mobile-header{border-bottom:1px solid #eee8e6;justify-content:space-between;align-items:center;margin-bottom:16px;padding:3px 7px 14px;display:flex}.sm-sidebar__mobile-header button{cursor:pointer;background:#f4f0ef;border:0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.sm-sidebar__overlay{z-index:1000;background:#1f15136b;border:0;display:block;position:fixed;inset:0}.sm-content{padding:18px 14px 88px}.sm-mobile-nav{z-index:900;background:#fff;border-top:1px solid #e4ddda;grid-template-columns:repeat(5,1fr);height:66px;display:grid;position:fixed;bottom:0;left:0;right:0}.sm-mobile-nav a{color:#7d706d;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:9px;text-decoration:none;display:flex}.sm-mobile-nav a.active{color:#853f4c}}@media (width<=560px){.sm-header__search input{height:40px;font-size:12px}.sm-header__profile{display:none}.sm-content{padding:12px 8px 82px}}.sm-sidebar__nav a{position:relative}.sm-sidebar__menu-badge{box-sizing:border-box;color:#fff;background:#a33f4d;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 5px;font-size:8px;font-weight:900;display:flex}.sm-mobile-icon-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.sm-mobile-notification-badge{box-sizing:border-box;color:#fff;background:#a33f4d;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:7px;font-weight:900;display:flex;position:absolute;top:-7px;right:-10px}.sm-header__search-wrapper{flex:1;max-width:620px;margin:0 auto;position:relative}.sm-header__search-wrapper .sm-header__search{width:100%;max-width:none;margin:0}.sm-header-search-dropdown{z-index:1500;background:#fff;border:1px solid #e5ddda;border-radius:16px;max-height:520px;padding:8px;position:absolute;top:calc(100% + 9px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 50px #2318162e}.sm-header-search-dropdown__title{color:#8d7f7b;text-transform:uppercase;letter-spacing:.08em;padding:7px 10px;font-size:9px;font-weight:900}.sm-header-search-person{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:11px;width:100%;padding:9px 10px;transition:background .15s;display:flex}.sm-header-search-person:hover{background:#f4f4f4}.sm-header-search-person__avatar{color:#82414e;background:#eadbd9;border-radius:50%;flex:0 0 48px;justify-content:center;align-items:center;width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;font-size:11px;font-weight:900;display:flex;overflow:hidden}.sm-header-search-person__avatar img{object-fit:cover;border-radius:50%;min-width:48px;max-width:48px;min-height:48px;max-height:48px;display:block;width:48px!important;height:48px!important}.sm-header-search-person__avatar span{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sm-header-search-person__info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.sm-header-search-person__info strong{color:#252525;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;overflow:hidden}.sm-header-search-person__info>span{color:#65676b;font-size:11px}.sm-header-search-person__info small{color:#8a8d91;align-items:center;gap:3px;margin-top:2px;font-size:9px;display:flex}.sm-header-search-dropdown__state{text-align:center;color:#81736f;padding:25px 15px;font-size:11px}.sm-header-search-dropdown__all{color:#82414e;cursor:pointer;background:#f4eeee;border:0;border-radius:10px;width:100%;min-height:42px;margin-top:5px;font-size:10px;font-weight:800}.sm-header-search-dropdown__all:hover{background:#eadedd}.sm-header__search-loading{color:#8c7e7a;font-size:15px;position:absolute;right:15px}@media (width<=850px){.sm-header__search-wrapper{max-width:none}.sm-header-search-dropdown{max-height:calc(100vh - 85px);position:fixed;top:67px;left:8px;right:8px}}.sm-header-search-post,.sm-header-search-municipality{color:#544541;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:11px;width:100%;padding:10px;display:flex}.sm-header-search-post:hover,.sm-header-search-municipality:hover{background:#f4f4f4}.sm-header-search-post>svg,.sm-header-search-municipality>svg{color:#82414e;flex:none}.sm-header-search-post>div,.sm-header-search-municipality>div{min-width:0}.sm-header-search-post strong,.sm-header-search-municipality strong{color:#292929;font-size:11px;display:block}.sm-header-search-post p{color:#65676b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:3px 0 0;font-size:10px;line-height:1.35;display:-webkit-box;overflow:hidden}.sm-header-search-municipality span{color:#8a8d91;margin-top:2px;font-size:9px;display:block}.sm-profile{width:100%;max-width:1050px;margin:0 auto}.sm-profile__loading{color:#7e706c;justify-content:center;align-items:center;gap:10px;min-height:300px;font-size:13px;display:flex}.sm-profile__error{color:#9d3030;background:#fff0f0;border-radius:11px;margin-bottom:14px;padding:12px 14px;font-size:11px}.sm-profile-header{background:#fff;border:1px solid #e5ddda;border-radius:21px;overflow:hidden}.sm-profile-cover{background:linear-gradient(135deg,#63313c,#a25c62);height:300px;position:relative;overflow:hidden}.sm-profile-cover>img{object-fit:cover;width:100%;height:100%}.sm-profile-cover__placeholder{color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sm-profile-cover__placeholder span{opacity:.75;font-size:12px}.sm-profile-cover__placeholder strong{margin-top:4px;font-size:25px}.sm-profile-cover__button{color:#51413e;cursor:pointer;background:#ffffffed;border-radius:10px;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-size:10px;font-weight:800;display:flex;position:absolute;bottom:14px;right:16px}.sm-profile-info{padding:0 24px 22px;position:relative}.sm-profile-avatar{background:#ead9d8;border:5px solid #fff;border-radius:50%;width:132px;height:132px;margin-top:-65px;position:relative;overflow:visible;box-shadow:0 5px 18px #2c1c191f}.sm-profile-avatar>img,.sm-profile-avatar>span{object-fit:cover;border-radius:50%;width:100%;height:100%}.sm-profile-avatar>span{color:#7d414d;justify-content:center;align-items:center;font-size:30px;font-weight:900;display:flex}.sm-profile-avatar label{color:#fff;cursor:pointer;background:#83424f;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:37px;height:37px;display:flex;position:absolute;bottom:5px;right:2px}.sm-profile-info__main{justify-content:space-between;align-items:flex-end;gap:20px;margin-top:10px;display:flex}.sm-profile-info__main h1{align-items:center;gap:7px;margin:0;font-size:25px;display:flex}.sm-profile-info__main h1 span{color:#fff;background:#4589cb;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:inline-flex}.sm-profile-info__main p{color:#8d807c;margin:3px 0;font-size:11px}.sm-profile-location{color:#725d58;align-items:center;gap:4px;font-size:10px;display:flex}.sm-profile-info__main>button{color:#81414e;cursor:pointer;background:#f0e7e5;border:0;border-radius:10px;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:10px;font-weight:800;display:flex}.sm-profile-bio{color:#5d4e4a;max-width:650px;margin:17px 0;font-size:12px;line-height:1.6}.sm-profile-stats{border-top:1px solid #eee7e5;gap:22px;margin-top:17px;padding-top:16px;display:flex}.sm-profile-stats button{cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:flex-start;padding:0;display:flex}.sm-profile-stats strong{font-size:15px}.sm-profile-stats span{color:#91837f;font-size:9px}.sm-profile-content{grid-template-columns:minmax(0,680px) minmax(220px,1fr);gap:20px;margin-top:20px;display:grid}.sm-profile-section-title{margin-bottom:13px}.sm-profile-section-title span{color:#9c4c58;text-transform:uppercase;letter-spacing:.1em;font-size:8px;font-weight:800}.sm-profile-section-title h2{margin:3px 0 0;font-size:18px}.sm-profile-content__aside section,.sm-profile-empty{background:#fff;border:1px solid #e5ddda;border-radius:16px;padding:17px}.sm-profile-content__aside h3{margin:0 0 14px;font-size:14px}.sm-profile-content__aside section>div{color:#71625e;align-items:center;gap:8px;margin-bottom:12px;font-size:10px;display:flex}.sm-profile-empty{text-align:center;color:#887a77}.sm-profile-empty strong{color:#4f3f3b;font-size:13px;display:block}.sm-profile-empty p{margin:5px 0 0;font-size:10px}.sm-profile-modal{z-index:4000;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.sm-profile-modal__backdrop{background:#1e141294;border:0;position:absolute;inset:0}.sm-profile-modal__dialog{z-index:1;background:#fff;border-radius:18px;width:100%;max-width:500px;padding:21px;position:relative}.sm-profile-modal__dialog header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:18px;display:flex}.sm-profile-modal__dialog h2{margin:0;font-size:18px}.sm-profile-modal__dialog header p{color:#8d7f7b;margin:3px 0 0;font-size:10px}.sm-profile-modal__dialog header button{cursor:pointer;background:#f4f0ef;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sm-profile-modal__dialog label{color:#554642;margin:11px 0 5px;font-size:10px;font-weight:800;display:block}.sm-profile-modal__dialog input,.sm-profile-modal__dialog textarea{box-sizing:border-box;width:100%;font:inherit;border:1px solid #ded6d3;border-radius:10px;outline:none;padding:10px;font-size:11px}.sm-profile-modal__dialog textarea{resize:vertical;min-height:110px}.sm-profile-modal__counter{text-align:right;color:#998c88;margin-top:4px;font-size:8px}.sm-profile-modal__dialog footer{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.sm-profile-modal__dialog footer button{color:#554642;cursor:pointer;background:#f1edeb;border:0;border-radius:10px;align-items:center;gap:6px;min-height:40px;padding:0 14px;font-size:10px;font-weight:800;display:flex}.sm-profile-modal__dialog footer button:last-child{color:#fff;background:#81414e}@media (width<=850px){.sm-profile-content{grid-template-columns:1fr}.sm-profile-content__aside{order:-1}.sm-profile-cover{height:220px}}@media (width<=600px){.sm-profile-header{border-radius:14px}.sm-profile-cover{height:180px}.sm-profile-info{padding:0 15px 18px}.sm-profile-avatar{width:100px;height:100px;margin-top:-50px}.sm-profile-info__main{flex-direction:column;align-items:flex-start}.sm-profile-info__main h1{font-size:21px}.sm-profile-stats{gap:15px;overflow-x:auto}.sm-profile-stats button{flex-shrink:0}.sm-profile-cover__button{bottom:9px;right:9px}}.sm-public-profile{width:100%;max-width:1050px;margin:0 auto}.sm-public-profile__loading,.sm-public-profile__not-found{color:#80716d;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:320px;display:flex}.sm-public-profile__not-found strong{color:#4d3c38;font-size:18px}.sm-public-profile__not-found p{margin:0;font-size:11px}.sm-public-profile__error{color:#9c3030;background:#fff0f0;border-radius:11px;margin-bottom:14px;padding:12px 14px;font-size:11px}.sm-public-profile__header{background:#fff;border:1px solid #e5ddda;border-radius:20px;overflow:hidden}.sm-public-profile__cover{background:linear-gradient(135deg,#60313b,#a65f63);height:290px;overflow:hidden}.sm-public-profile__cover img{object-fit:cover;width:100%;height:100%}.sm-public-profile__cover-placeholder{color:#ffffffe6;justify-content:center;align-items:center;width:100%;height:100%;font-size:28px;font-weight:900;display:flex}.sm-public-profile__info{padding:0 24px 22px}.sm-public-profile__avatar{color:#7d414d;background:#ead9d8;border:5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:128px;height:128px;margin-top:-64px;font-size:29px;font-weight:900;display:flex;overflow:hidden;box-shadow:0 5px 18px #2c1c191f}.sm-public-profile__avatar img{object-fit:cover;width:100%;height:100%}.sm-public-profile__main{justify-content:space-between;align-items:flex-end;gap:18px;margin-top:10px;display:flex}.sm-public-profile__main h1{align-items:center;gap:7px;margin:0;font-size:25px;display:flex}.sm-public-profile__main h1 span{color:#fff;background:#4489cb;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:inline-flex}.sm-public-profile__main p{color:#8c7e7a;margin:3px 0;font-size:11px}.sm-public-profile__main>div:first-child>div{color:#71615d;align-items:center;gap:4px;font-size:10px;display:flex}.sm-public-profile__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.sm-public-profile__actions button{color:#7f414d;cursor:pointer;background:#f0e7e5;border:0;border-radius:10px;align-items:center;gap:7px;min-height:39px;padding:0 13px;font-size:10px;font-weight:800;display:flex}.sm-public-profile__actions button:first-child{color:#fff;background:#82414e}.sm-public-profile__actions button.active{color:#564744;background:#ece8e6}.sm-public-profile__actions button:disabled{opacity:.7;cursor:default}.sm-public-profile__bio{color:#5e4f4b;max-width:670px;margin:17px 0;font-size:12px;line-height:1.6}.sm-public-profile__stats{border-top:1px solid #eee7e5;gap:25px;margin-top:16px;padding-top:16px;display:flex}.sm-public-profile__stats div{flex-direction:column;display:flex}.sm-public-profile__stats strong{font-size:15px}.sm-public-profile__stats span{color:#91837f;font-size:9px}.sm-public-profile__content{grid-template-columns:minmax(0,680px) minmax(220px,1fr);gap:20px;margin-top:20px;display:grid}.sm-public-profile__posts h2{margin:0 0 13px;font-size:18px}.sm-public-profile__aside section,.sm-public-profile__empty{background:#fff;border:1px solid #e5ddda;border-radius:16px;padding:17px}.sm-public-profile__aside h3{margin:0 0 13px;font-size:14px}.sm-public-profile__aside section>div{color:#71625e;align-items:center;gap:8px;margin-bottom:10px;font-size:10px;display:flex}.sm-public-profile__empty{text-align:center;color:#887a76;font-size:11px}@media (width<=850px){.sm-public-profile__content{grid-template-columns:1fr}.sm-public-profile__aside{order:-1}.sm-public-profile__cover{height:220px}}@media (width<=600px){.sm-public-profile__header{border-radius:14px}.sm-public-profile__cover{height:175px}.sm-public-profile__info{padding:0 15px 18px}.sm-public-profile__avatar{width:100px;height:100px;margin-top:-50px}.sm-public-profile__main{flex-direction:column;align-items:flex-start}.sm-public-profile__actions{justify-content:flex-start;width:100%}.sm-public-profile__main h1{font-size:21px}.sm-public-profile__stats{gap:17px;overflow-x:auto}.sm-public-profile__stats div{flex-shrink:0}}.sm-friends{width:100%;max-width:1000px;margin:0 auto}.sm-friends__loading{color:#81736f;justify-content:center;align-items:center;gap:9px;min-height:300px;font-size:12px;display:flex}.sm-friends__header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:19px;display:flex}.sm-friends__header>div:first-child>span{color:#9c4c58;text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:900}.sm-friends__header h1{margin:3px 0;font-size:27px}.sm-friends__header p{color:#857773;margin:0;font-size:11px}.sm-friends__search{align-items:center;width:280px;display:flex;position:relative}.sm-friends__search svg{color:#8e807c;position:absolute;left:13px}.sm-friends__search input{box-sizing:border-box;background:#fff;border:1px solid #e1d9d6;border-radius:999px;outline:none;width:100%;height:42px;padding:0 13px 0 39px;font-size:11px}.sm-friends__error{color:#9c3030;background:#fff0f0;border-radius:11px;margin-bottom:14px;padding:12px 14px;font-size:11px}.sm-friends__tabs{gap:7px;margin-bottom:18px;display:flex;overflow-x:auto}.sm-friends__tabs button{color:#72635f;cursor:pointer;background:#fff;border:1px solid #e2dad7;border-radius:999px;align-items:center;gap:7px;min-height:41px;padding:0 13px;font-size:10px;font-weight:800;display:flex}.sm-friends__tabs button.active{color:#fff;background:#82414e;border-color:#82414e}.sm-friends__tabs button span{background:#00000014;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;font-size:8px;display:inline-flex}.sm-friends__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.sm-friend-card,.sm-request-card{background:#fff;border:1px solid #e5ddda;border-radius:15px;padding:14px}.sm-friend-card{justify-content:space-between;align-items:center;gap:12px;display:flex}.sm-friend-card__profile{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.sm-friend-card__avatar,.sm-request-card__person>div{color:#81414e;background:#ead9d8;border-radius:50%;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;font-size:11px;font-weight:900;display:flex;overflow:hidden}.sm-friend-card__avatar img,.sm-request-card__person img{object-fit:cover;width:100%;height:100%}.sm-friend-card__profile>div:last-child,.sm-request-card__person section{flex-direction:column;gap:2px;min-width:0;display:flex}.sm-friend-card strong,.sm-request-card strong{text-overflow:ellipsis;white-space:nowrap;color:#453532;font-size:11px;overflow:hidden}.sm-friend-card span,.sm-request-card span{color:#8d7f7b;font-size:9px}.sm-friend-card small,.sm-request-card small{color:#9a8d89;font-size:8px}.sm-friend-card__remove{color:#9c4147;cursor:pointer;background:#f4eeee;border:0;border-radius:9px;align-items:center;gap:5px;min-height:34px;padding:0 9px;font-size:8px;font-weight:800;display:flex}.sm-requests{flex-direction:column;gap:10px;display:flex}.sm-request-card{justify-content:space-between;align-items:center;gap:15px;display:flex}.sm-request-card__person{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.sm-request-card__actions{gap:7px;display:flex}.sm-request-card__actions button,.sm-request-card__cancel{color:#665652;cursor:pointer;background:#f1ebea;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:37px;padding:0 11px;font-size:8px;font-weight:800;display:flex}.sm-request-card__actions button:first-child{color:#fff;background:#82414e}.sm-request-card__cancel{color:#91424a;background:#f4eeee}.sm-friends__empty{text-align:center;color:#897b77;background:#fff;border:1px solid #e5ddda;border-radius:15px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:7px;min-height:180px;padding:20px;font-size:10px;display:flex}.sm-friends__empty strong{color:#4d3d39;font-size:12px}.sm-friends__empty p{max-width:350px;margin:0;line-height:1.5}@media (width<=750px){.sm-friends__header{flex-direction:column;align-items:stretch}.sm-friends__search{width:100%}.sm-friends__grid{grid-template-columns:1fr}}@media (width<=560px){.sm-request-card{flex-direction:column;align-items:stretch}.sm-request-card__actions{width:100%}.sm-request-card__actions button{flex:1}.sm-request-card__cancel{width:100%}}.sm-friend-card__message{color:#81414e;cursor:pointer;background:#efe6e4;border:0;border-radius:9px;align-items:center;gap:5px;min-height:34px;padding:0 9px;font-size:8px;font-weight:800;display:flex}.sm-friend-card__message:hover{background:#e7dad8}.sm-friend-card__actions{align-items:center;gap:8px;margin-top:10px;display:flex}.sm-friend-card__actions button{flex:1}.sm-friend-card__message{color:#81414e;cursor:pointer;background:#eee3e2;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:35px;padding:0 12px;font-size:9px;font-weight:800;transition:all .2s;display:flex}.sm-friend-card__message:hover{color:#fff;background:#82414e}.sm-notifications{width:100%;max-width:820px;margin:0 auto}.sm-notifications__loading{color:#81736f;justify-content:center;align-items:center;gap:9px;min-height:300px;font-size:12px;display:flex}.sm-notifications__header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.sm-notifications__header>div>span{color:#9a4a57;text-transform:uppercase;letter-spacing:.1em;font-size:8px;font-weight:900}.sm-notifications__header h1{margin:3px 0;font-size:27px}.sm-notifications__header p{color:#877975;margin:0;font-size:10px}.sm-notifications__header>button{color:#81414e;cursor:pointer;background:#f0e6e5;border:0;border-radius:10px;align-items:center;gap:7px;min-height:40px;padding:0 13px;font-size:9px;font-weight:800;display:flex}.sm-notifications__error{color:#9d3030;background:#fff0f0;border-radius:11px;margin-bottom:14px;padding:12px 14px;font-size:10px}.sm-notifications__list{background:#fff;border:1px solid #e5ddda;border-radius:17px;overflow:hidden}.sm-notification{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eee8e6;grid-template-columns:52px minmax(0,1fr) 10px;align-items:center;gap:11px;width:100%;padding:14px 16px;display:grid;position:relative}.sm-notification:last-child{border-bottom:0}.sm-notification:hover{background:#faf7f6}.sm-notification--unread{background:#fbf2f2}.sm-notification__avatar{color:#81414e;background:#ead9d8;border-radius:50%;justify-content:center;align-items:center;width:47px;height:47px;font-size:10px;font-weight:900;display:flex;position:relative}.sm-notification__avatar>img{object-fit:cover;border-radius:50%;width:100%;height:100%}.sm-notification__type{color:#fff;background:#81414e;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;bottom:-3px;right:-4px}.sm-notification__content{min-width:0}.sm-notification__content p{color:#493936;margin:0 0 4px;font-size:11px;line-height:1.45}.sm-notification__content span{color:#978985;font-size:8px}.sm-notification__dot{background:#a33e4c;border-radius:50%;width:8px;height:8px}.sm-notifications__empty{color:#9a8c88;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:270px;padding:25px;display:flex}.sm-notifications__empty strong{color:#4c3b38;font-size:13px}.sm-notifications__empty p{margin:0;font-size:9px}@media (width<=600px){.sm-notifications__header{flex-direction:column;align-items:stretch}.sm-notifications__header>button{justify-content:center}.sm-notification{grid-template-columns:48px minmax(0,1fr) 8px;padding:12px}}.sm-messages{background:#fff;border:1px solid #e4dcda;border-radius:18px;grid-template-columns:350px minmax(0,1fr);width:100%;max-width:1150px;height:calc(100vh - 116px);margin:0 auto;display:grid;overflow:hidden}.sm-messages__error{color:#9b3030;background:#fff0f0;grid-column:1/-1;padding:10px;font-size:10px}.sm-messages__loading{color:#80716d;justify-content:center;align-items:center;gap:8px;min-height:300px;display:flex}.sm-conversations{border-right:1px solid #e8e1df;flex-direction:column;min-width:0;display:flex}.sm-conversations>header{padding:17px 18px 10px}.sm-conversations>header span{color:#9c4c58;text-transform:uppercase;font-size:8px;font-weight:900}.sm-conversations>header h1{margin:3px 0 0;font-size:22px}.sm-conversations__search{align-items:center;margin:8px 14px 13px;display:flex;position:relative}.sm-conversations__search svg{color:#8b7d79;position:absolute;left:12px}.sm-conversations__search input{box-sizing:border-box;background:#f7f4f3;border:1px solid #e1d9d6;border-radius:999px;outline:none;width:100%;height:40px;padding:0 12px 0 38px;font-size:10px}.sm-conversations__list{flex:1;overflow-y:auto}.sm-conversations__list>button{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f1ecea;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;padding:11px 14px;display:grid}.sm-conversations__list>button:hover,.sm-conversations__list>button.active{background:#f8f3f2}.sm-conversations__avatar,.sm-chat__avatar{color:#81414e;background:#ead9d8;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:10px;font-weight:900;display:flex;overflow:hidden}.sm-conversations__avatar img,.sm-chat__avatar img{object-fit:cover;width:100%;height:100%}.sm-conversations__list section{min-width:0}.sm-conversations__list strong{text-overflow:ellipsis;white-space:nowrap;color:#473734;font-size:10px;display:block;overflow:hidden}.sm-conversations__list section span{text-overflow:ellipsis;white-space:nowrap;color:#958783;margin-top:3px;font-size:8px;display:block;overflow:hidden}.sm-conversations__list b{color:#fff;background:#974653;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;font-size:8px;display:flex}.sm-conversations__empty{text-align:center;color:#91837f;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:220px;padding:20px;display:flex}.sm-conversations__empty strong{color:#51413e;font-size:11px}.sm-conversations__empty span{font-size:9px;line-height:1.5}.sm-chat{flex-direction:column;min-width:0;display:flex}.sm-chat__empty{color:#948682;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:7px;display:flex}.sm-chat__empty strong{color:#493936;font-size:14px}.sm-chat__empty p{margin:0;font-size:9px}.sm-chat__header{border-bottom:1px solid #e8e1df;align-items:center;gap:10px;min-height:66px;padding:0 16px;display:flex}.sm-chat__header>div:last-child{flex-direction:column;gap:2px;display:flex}.sm-chat__header strong{font-size:11px}.sm-chat__header span{color:#938580;font-size:8px}.sm-chat__back{cursor:pointer;background:0 0;border:0;display:none}.sm-chat__messages{background:#faf8f7;flex-direction:column;flex:1;gap:8px;padding:18px;display:flex;overflow-y:auto}.sm-chat__loading{flex:1;justify-content:center;align-items:center;display:flex}.sm-chat-message{align-self:flex-start;max-width:72%}.sm-chat-message>div{color:#493936;white-space:pre-wrap;background:#ebe5e3;border-radius:4px 14px 14px;padding:9px 12px;font-size:10px;line-height:1.45}.sm-chat-message--mine{align-self:flex-end}.sm-chat-message--mine>div{color:#fff;background:#82414e;border-radius:14px 4px 14px 14px}.sm-chat-message>span{color:#9a8d89;margin-top:2px;font-size:7px;display:block}.sm-chat-message--mine>span{text-align:right}.sm-chat__composer{background:#fff;border-top:1px solid #e8e1df;align-items:center;gap:8px;min-height:67px;padding:10px 14px;display:flex}.sm-chat__composer input{background:#f5f2f1;border:0;border-radius:999px;outline:none;flex:1;height:42px;padding:0 15px;font-size:11px}.sm-chat__composer button{color:#fff;cursor:pointer;background:#82414e;border:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}@media (width<=760px){.sm-messages{border-radius:14px;grid-template-columns:1fr;height:calc(100vh - 150px)}.sm-conversations--hidden-mobile,.sm-chat--hidden-mobile{display:none}.sm-chat__back{display:flex}}.sm-chat__image-button{color:#82414e;cursor:pointer;background:#f0e7e5;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.sm-chat__image-button:hover{background:#e8dcda}.sm-chat-message__image{object-fit:cover;border-radius:12px;max-width:min(320px,70vw);max-height:420px;display:block}.sm-chat__typing{font-weight:700;color:#8a4652!important}.sm-search-page{width:100%;max-width:900px;margin:0 auto}.sm-search-page__header{background:#fff;border:1px solid #e7dfdd;border-radius:17px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:20px;display:flex}.sm-search-page__header span{color:#914753;text-transform:uppercase;font-size:9px;font-weight:900}.sm-search-page__header h1{color:#443532;margin:4px 0;font-size:22px}.sm-search-page__header p{color:#8c7e7a;margin:0;font-size:10px}.sm-search-page__header>svg{color:#914753}.sm-search-page__results{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sm-search-person:hover{background:#faf6f5;border-color:#d7c2c0;transform:translateY(-1px)}.sm-search-person__avatar{color:#82414e;background:#eadbd9;border-radius:50%;flex:0 0 56px;justify-content:center;align-items:center;width:56px;min-width:56px;max-width:56px;height:56px;min-height:56px;max-height:56px;font-size:13px;font-weight:900;display:flex;overflow:hidden}.sm-search-person__avatar img{object-fit:cover;border-radius:50%;min-width:56px;max-width:56px;min-height:56px;max-height:56px;display:block;width:56px!important;height:56px!important}.sm-search-person__avatar span{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sm-search-person__info strong{color:#443532;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.sm-search-person__info span{color:#9a4d59;font-size:9px}.sm-search-page__loading,.sm-search-page__empty{color:#91827e;background:#fff;border:1px solid #e9e1df;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:260px;display:flex}.sm-search-page__empty strong{color:#4c3d39}.sm-search-page__empty p{margin:0;font-size:9px}.sm-search-page__error{color:#9a3434;background:#fff0f0;border-radius:10px;margin-bottom:12px;padding:10px 13px;font-size:9px}@media (width<=700px){.sm-search-page__results{grid-template-columns:1fr}.sm-search-page__header{padding:15px}}.sm-search-person{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:background .18s;display:flex}.sm-search-person:hover{background:#f4f4f4}.sm-search-person__info{flex-direction:column;gap:2px;min-width:0;display:flex}.sm-search-person__info strong{color:#1f1f1f;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:750;overflow:hidden}.sm-search-person__info>span{color:#65676b;font-size:12px}.sm-search-person__info small{color:#8a8d91;align-items:center;gap:4px;margin-top:2px;font-size:11px;display:flex}.sm-search-page__bar{background:#fff;border:1px solid #e2dad7;border-radius:14px;align-items:center;gap:8px;margin-bottom:16px;padding:8px;display:flex;position:relative}.sm-search-page__bar>svg{color:#8d7e7a;flex-shrink:0;margin-left:7px}.sm-search-page__bar input{color:#392d2a;background:0 0;border:0;outline:none;flex:1;min-width:0;height:43px;font-size:14px}.sm-search-page__bar button{color:#fff;cursor:pointer;background:#82414e;border:0;border-radius:10px;min-height:40px;padding:0 18px;font-size:11px;font-weight:800}.sm-search-page__query{color:#81736f;margin-bottom:12px;font-size:11px}.sm-explore{width:100%;max-width:1100px;margin:0 auto}.sm-explore__hero{color:#fff;background:linear-gradient(135deg,#713844,#a75b61);border-radius:20px;justify-content:space-between;align-items:center;gap:25px;padding:26px;display:flex}.sm-explore__hero>div:first-child>span{text-transform:uppercase;letter-spacing:.12em;opacity:.8;font-size:9px;font-weight:900}.sm-explore__hero h1{margin:5px 0;font-size:27px}.sm-explore__hero p{opacity:.88;max-width:570px;margin:0;font-size:11px;line-height:1.5}.sm-explore__hero-icon{background:#ffffff1f;border-radius:50%;flex:0 0 80px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.sm-explore__search{align-items:center;margin:18px 0;display:flex;position:relative}.sm-explore__search svg{color:#887a76;position:absolute;left:15px}.sm-explore__search input{box-sizing:border-box;background:#fff;border:1px solid #e1d9d6;border-radius:14px;outline:none;width:100%;height:48px;padding:0 15px 0 44px;font-size:13px}.sm-explore__section-title{margin:21px 0 12px}.sm-explore__section-title>span{color:#984957;text-transform:uppercase;letter-spacing:.1em;font-size:8px;font-weight:900}.sm-explore__section-title h2{margin:3px 0;font-size:19px}.sm-explore__section-title p{color:#958783;margin:0;font-size:9px}.sm-explore__featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.sm-explore__featured-grid button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8dfdd;border-radius:14px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px;display:grid}.sm-explore__featured-grid button:hover{background:#faf6f5}.sm-explore__featured-grid button>div{color:#82414e;background:#efe3e2;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.sm-explore__featured-grid section{flex-direction:column;min-width:0;display:flex}.sm-explore__featured-grid strong{color:#493936;font-size:11px}.sm-explore__featured-grid span{color:#91837f;margin-top:2px;font-size:8px}.sm-explore__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.sm-municipality-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8dfdd;border-radius:14px;grid-template-columns:45px minmax(0,1fr) auto 20px;align-items:center;gap:11px;width:100%;padding:13px;transition:all .15s;display:grid}.sm-municipality-card:hover{background:#faf6f5;border-color:#d9c7c4;transform:translateY(-1px)}.sm-municipality-card__icon{color:#84424f;background:#f0e5e4;border-radius:12px;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.sm-municipality-card__main{min-width:0}.sm-municipality-card__main>strong{color:#453633;text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.sm-municipality-card__main>span{color:#91827f;align-items:center;gap:3px;margin-top:3px;font-size:8px;display:flex}.sm-municipality-card__stats{gap:13px;display:flex}.sm-municipality-card__stats span{color:#9b8e8a;text-align:center;flex-direction:column;font-size:7px;display:flex}.sm-municipality-card__stats strong{color:#554642;font-size:11px}.sm-explore__loading,.sm-explore__empty{color:#91837f;background:#fff;border:1px solid #e5ddda;border-radius:15px;justify-content:center;align-items:center;gap:8px;min-height:220px;font-size:10px;display:flex}.sm-explore__error{color:#9d3030;background:#fff0f0;border-radius:10px;margin-bottom:12px;padding:11px 13px;font-size:10px}@media (width<=800px){.sm-explore__featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sm-explore__grid{grid-template-columns:1fr}}@media (width<=520px){.sm-explore__hero{padding:20px}.sm-explore__hero-icon{display:none}.sm-explore__hero h1{font-size:22px}.sm-explore__featured-grid{grid-template-columns:1fr}.sm-municipality-card{grid-template-columns:42px minmax(0,1fr) 18px}.sm-municipality-card__stats{display:none}}.sm-municipality{width:100%;max-width:1050px;margin:0 auto}.sm-municipality__loading{color:#80716d;justify-content:center;align-items:center;gap:8px;min-height:300px;display:flex}.sm-municipality__hero{color:#fff;background:linear-gradient(135deg,#713844,#a75b61);border-radius:20px;align-items:center;gap:18px;padding:25px;display:flex}.sm-municipality__hero-icon{background:#ffffff21;border-radius:18px;flex:0 0 70px;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.sm-municipality__hero span{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:8px}.sm-municipality__hero h1{margin:3px 0;font-size:28px}.sm-municipality__hero p{opacity:.88;margin:0;font-size:10px}.sm-municipality__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.sm-municipality__stats div{text-align:center;background:#fff;border:1px solid #e7dfdd;border-radius:13px;padding:15px}.sm-municipality__stats strong{color:#4e3e3a;font-size:18px;display:block}.sm-municipality__stats span{color:#938580;font-size:8px}.sm-municipality__search{align-items:center;margin:16px 0;display:flex;position:relative}.sm-municipality__search svg{color:#8c7e7a;position:absolute;left:14px}.sm-municipality__search input{box-sizing:border-box;background:#fff;border:1px solid #e1d9d6;border-radius:13px;outline:none;width:100%;height:47px;padding:0 14px 0 43px}.sm-municipality__areas{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.sm-municipality__areas>div{background:#fff;border:1px solid #e7dfdd;border-radius:15px;padding:15px}.sm-municipality__areas header,.sm-municipality__feed>header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;display:flex}.sm-municipality__areas header span,.sm-municipality__feed>header span{color:#9a4a57;text-transform:uppercase;font-size:8px;font-weight:900}.sm-municipality__areas h2,.sm-municipality__feed h2{margin:2px 0 0;font-size:16px}.sm-municipality__areas header>strong{color:#81414e;background:#f1e6e4;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:30px;font-size:9px;display:flex}.sm-municipality__area-list{flex-direction:column;gap:4px;max-height:330px;display:flex;overflow-y:auto}.sm-municipality__area-list button{color:#5b4b47;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:8px;width:100%;padding:9px;display:flex}.sm-municipality__area-list button:hover{background:#f7f3f2}.sm-municipality__area-list span{flex-direction:column;gap:1px;font-size:9px;display:flex}.sm-municipality__area-list small{color:#9b8e8a;font-size:7px}.sm-municipality__feed{margin-top:20px}.sm-municipality__empty{color:#8e807c;text-align:center;background:#fff;border:1px solid #e7dfdd;border-radius:15px;padding:35px;font-size:10px}@media (width<=750px){.sm-municipality__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.sm-municipality__areas{grid-template-columns:1fr}}@media (width<=500px){.sm-municipality__hero{padding:18px}.sm-municipality__hero-icon{display:none}.sm-municipality__hero h1{font-size:23px}}.sm-area-page{width:100%;max-width:980px;margin:0 auto}.sm-area-page__loading{color:#80716d;justify-content:center;align-items:center;gap:8px;min-height:300px;display:flex}.sm-area-page__back{color:#82414e;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:6px;margin-bottom:12px;padding:8px 11px;font-size:10px;font-weight:800;display:flex}.sm-area-page__back:hover{background:#f1e8e6}.sm-area-page__hero{color:#fff;background:linear-gradient(135deg,#723944,#a85c61);border-radius:19px;align-items:center;gap:16px;padding:23px;display:flex}.sm-area-page__hero>div{background:#ffffff24;border-radius:16px;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.sm-area-page__hero span{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:8px;font-weight:900}.sm-area-page__hero h1{margin:4px 0;font-size:25px}.sm-area-page__hero p{opacity:.88;margin:0;font-size:10px}.sm-area-page__hero small{opacity:.76;margin-top:5px;font-size:8px;display:block}.sm-area-page__stats{gap:10px;margin:13px 0 18px;display:flex}.sm-area-page__stats div{text-align:center;background:#fff;border:1px solid #e7dfdd;border-radius:12px;min-width:130px;padding:13px}.sm-area-page__stats strong{color:#493936;font-size:17px;display:block}.sm-area-page__stats span{color:#948681;font-size:8px}.sm-area-page__communities{margin-bottom:22px}.sm-area-page__communities header,.sm-area-page__feed>header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;display:flex}.sm-area-page__communities header span,.sm-area-page__feed header span{color:#984957;text-transform:uppercase;font-size:8px;font-weight:900}.sm-area-page__communities h2,.sm-area-page__feed h2{margin:2px 0 0;font-size:17px}.sm-area-page__community-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.sm-area-page__community-grid button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8dfdd;border-radius:11px;align-items:center;gap:8px;padding:11px;display:flex}.sm-area-page__community-grid button:hover{background:#f8f4f3}.sm-area-page__community-grid svg{color:#82414e;flex-shrink:0}.sm-area-page__community-grid div{flex-direction:column;min-width:0;display:flex}.sm-area-page__community-grid strong{color:#493936;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.sm-area-page__community-grid span{color:#958783;font-size:7px}.sm-area-page__feed{margin-top:20px}.sm-area-page__empty{color:#8b7d79;text-align:center;background:#fff;border:1px solid #e7dfdd;border-radius:14px;padding:35px 20px;font-size:10px}@media (width<=750px){.sm-area-page__community-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=500px){.sm-area-page__community-grid{grid-template-columns:1fr}.sm-area-page__stats{overflow-x:auto}.sm-area-page__stats div{flex-shrink:0}.sm-area-page__hero>div{display:none}}.sm-events{width:100%;max-width:1100px;margin:0 auto}.sm-events__hero{color:#fff;background:linear-gradient(135deg,#713844,#a85c62);border-radius:19px;justify-content:space-between;align-items:flex-end;gap:20px;padding:24px;display:flex}.sm-events__hero span{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:8px;font-weight:900}.sm-events__hero h1{margin:4px 0;font-size:27px}.sm-events__hero p{opacity:.88;max-width:570px;margin:0;font-size:10px;line-height:1.5}.sm-events__hero button{color:#82414e;cursor:pointer;background:#fff;border:0;border-radius:11px;flex-shrink:0;align-items:center;gap:7px;min-height:42px;padding:0 15px;font-size:10px;font-weight:900;display:flex}.sm-events__search{align-items:center;margin:17px 0;display:flex;position:relative}.sm-events__search svg{color:#8d7f7a;position:absolute;left:14px}.sm-events__search input{box-sizing:border-box;background:#fff;border:1px solid #e2dad7;border-radius:13px;outline:none;width:100%;height:47px;padding:0 14px 0 43px}.sm-events__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.sm-event-card{cursor:pointer;background:#fff;border:1px solid #e7dfdc;border-radius:16px;transition:transform .17s,box-shadow .17s;overflow:hidden}.sm-event-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #2d1d1a1a}.sm-event-card__cover{background:linear-gradient(135deg,#eee0df,#d4b6b5);height:180px;position:relative;overflow:hidden}.sm-event-card__cover img{object-fit:cover;width:100%;height:100%;display:block}.sm-event-card__cover>div{color:#82414e;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sm-event-card__cover>span{color:#82414e;background:#ffffffed;border-radius:999px;padding:6px 9px;font-size:8px;font-weight:900;position:absolute;bottom:10px;left:10px}.sm-event-card__body{padding:14px}.sm-event-card__date{color:#9a4655;text-transform:uppercase;font-size:9px;display:block}.sm-event-card__body h2{color:#443532;margin:4px 0 8px;font-size:15px}.sm-event-card__body p{color:#857672;align-items:center;gap:4px;margin:0;font-size:9px;display:flex}.sm-event-card__footer{border-top:1px solid #eee8e6;justify-content:space-between;align-items:center;margin-top:13px;padding-top:11px;display:flex}.sm-event-card__footer span{color:#8d7f7b;align-items:center;gap:4px;font-size:8px;display:flex}.sm-events__loading,.sm-events__empty{color:#91837f;background:#fff;border:1px solid #e5ddda;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:250px;display:flex}.sm-events__empty strong{color:#493936;font-size:12px}.sm-events__empty p{margin:0;font-size:9px}.sm-events__error{color:#9d3030;background:#fff0f0;border-radius:10px;margin-bottom:12px;padding:10px 13px;font-size:10px}@media (width<=850px){.sm-events__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=550px){.sm-events__hero{flex-direction:column;align-items:stretch}.sm-events__grid{grid-template-columns:1fr}.sm-event-card__cover{height:210px}}.sm-event-form{width:100%;max-width:850px;margin:0 auto}.sm-event-form__loading{color:#837571;justify-content:center;align-items:center;gap:8px;min-height:300px;display:flex}.sm-event-form__back{color:#82414e;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:12px;font-size:10px;font-weight:800;display:flex}.sm-event-form__header{color:#fff;background:linear-gradient(135deg,#713844,#a85d62);border-radius:18px;justify-content:space-between;align-items:center;gap:15px;padding:22px;display:flex}.sm-event-form__header span{text-transform:uppercase;font-size:8px;font-weight:900}.sm-event-form__header h1{margin:3px 0;font-size:24px}.sm-event-form__header p{opacity:.85;margin:0;font-size:9px}.sm-event-form__error{color:#9b3131;background:#fff0f0;border-radius:10px;margin-top:12px;padding:11px 13px;font-size:10px}.sm-event-form__content{flex-direction:column;gap:13px;margin-top:14px;display:flex}.sm-event-form__card{background:#fff;border:1px solid #e6dedb;border-radius:15px;padding:18px}.sm-event-form__card h2{color:#483835;margin:0 0 14px;font-size:15px}.sm-event-form__card label{color:#5c4d49;margin:11px 0 5px;font-size:9px;font-weight:800;display:block}.sm-event-form__card input,.sm-event-form__card select,.sm-event-form__card textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #ded6d3;border-radius:9px;outline:none;padding:10px;font-size:10px}.sm-event-form__card textarea{resize:vertical;min-height:110px}.sm-event-form__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.sm-event-form__input-icon{align-items:center;display:flex;position:relative}.sm-event-form__input-icon svg{color:#8d7f7b;position:absolute;left:10px}.sm-event-form__input-icon input{padding-left:35px}.sm-event-form__cover{cursor:pointer;background:#faf7f6;border-radius:14px;justify-content:center;align-items:center;min-height:260px;overflow:hidden;border:2px dashed #d6c8c5!important;display:flex!important}.sm-event-form__cover img{object-fit:cover;width:100%;height:300px;display:block}.sm-event-form__cover>div{color:#82414e;flex-direction:column;align-items:center;gap:6px;display:flex}.sm-event-form__cover strong{font-size:11px}.sm-event-form__cover span{color:#928480;font-size:8px}.sm-event-form__actions{justify-content:flex-end;gap:8px;margin-bottom:30px;display:flex}.sm-event-form__actions button{color:#574743;cursor:pointer;background:#eee9e7;border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:41px;padding:0 15px;font-size:9px;font-weight:800;display:flex}.sm-event-form__actions button:last-child{color:#fff;background:#82414e}@media (width<=600px){.sm-event-form__grid{grid-template-columns:1fr}.sm-event-form__header{padding:18px}.sm-event-form__cover{min-height:200px}.sm-event-form__cover img{height:220px}}.sm-event-detail{width:100%;max-width:1050px;margin:0 auto}.sm-event-detail__loading{color:#81736f;justify-content:center;align-items:center;gap:8px;min-height:320px;display:flex}.sm-event-detail__back{color:#82414e;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:12px;font-size:10px;font-weight:800;display:flex}.sm-event-detail__error{color:#9b3030;background:#fff0f0;border-radius:10px;margin-bottom:12px;padding:11px;font-size:10px}.sm-event-detail__cover{background:linear-gradient(135deg,#eadbd9,#c99999);border-radius:20px;height:430px;overflow:hidden}.sm-event-detail__cover img{object-fit:cover;width:100%;height:100%;display:block}.sm-event-detail__cover>div{color:#82414e;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sm-event-detail__body{grid-template-columns:minmax(0,1fr) 280px;gap:20px;margin-top:20px;display:grid}.sm-event-detail__main,.sm-event-detail__aside section{background:#fff;border:1px solid #e7dfdc;border-radius:16px;padding:20px}.sm-event-detail__category{color:#9a4655;text-transform:uppercase;font-size:9px;font-weight:900}.sm-event-detail__main h1{color:#40312e;margin:5px 0 17px;font-size:28px}.sm-event-detail__meta{flex-direction:column;gap:10px;display:flex}.sm-event-detail__meta>div{color:#70615d;align-items:center;gap:9px;font-size:11px;display:flex}.sm-event-detail__meta svg{color:#82414e}.sm-event-detail__actions{gap:8px;margin:20px 0;display:flex}.sm-event-detail__actions button{color:#6a5753;cursor:pointer;background:#fff;border:1px solid #dfd3d1;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-size:10px;font-weight:900;display:flex}.sm-event-detail__actions button.active,.sm-event-detail__actions button:first-child{color:#fff;background:#82414e;border-color:#82414e}.sm-event-detail__description,.sm-event-detail__location{border-top:1px solid #eee7e5;margin-top:20px;padding-top:18px}.sm-event-detail__description h2,.sm-event-detail__location h2{margin:0 0 9px;font-size:15px}.sm-event-detail__description p{color:#655652;white-space:pre-wrap;margin:0;font-size:11px;line-height:1.7}.sm-event-detail__location>div{color:#82414e;gap:9px;display:flex}.sm-event-detail__location p{flex-direction:column;gap:3px;margin:0;display:flex}.sm-event-detail__location strong{color:#493936;font-size:11px}.sm-event-detail__location span{color:#897b77;font-size:9px}.sm-event-detail__aside{flex-direction:column;gap:12px;display:flex}.sm-event-detail__aside h3{margin:0 0 13px;font-size:13px}.sm-event-detail__aside section>button{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;width:100%;padding:0;display:flex}.sm-event-detail__avatar{color:#82414e;background:#ead9d8;border-radius:50%;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:10px;font-weight:900;display:flex;overflow:hidden}.sm-event-detail__avatar img{object-fit:cover;width:46px!important;height:46px!important}.sm-event-detail__aside section>button>div:last-child{flex-direction:column;display:flex}.sm-event-detail__aside section>button strong{color:#493936;font-size:10px}.sm-event-detail__aside section>button span{color:#90827e;font-size:8px}.sm-event-detail__attendance{color:#82414e;align-items:center;gap:9px;margin:10px 0;display:flex}.sm-event-detail__attendance div{flex-direction:column;display:flex}.sm-event-detail__attendance strong{color:#493936;font-size:13px}.sm-event-detail__attendance span{color:#90827e;font-size:8px}@media (width<=800px){.sm-event-detail__body{grid-template-columns:1fr}.sm-event-detail__aside{order:-1}.sm-event-detail__cover{height:310px}}@media (width<=500px){.sm-event-detail__cover{height:230px}.sm-event-detail__main h1{font-size:22px}.sm-event-detail__actions{flex-direction:column}.sm-event-detail__actions button{width:100%}}.sm-businesses{width:100%;max-width:1100px;margin:0 auto}.sm-businesses__hero{color:#fff;background:linear-gradient(135deg,#713844,#a85c62);border-radius:19px;justify-content:space-between;align-items:flex-end;gap:20px;padding:24px;display:flex}.sm-businesses__hero span{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:8px;font-weight:900}.sm-businesses__hero h1{margin:4px 0;font-size:27px}.sm-businesses__hero p{opacity:.88;max-width:560px;margin:0;font-size:10px;line-height:1.5}.sm-businesses__hero button{color:#82414e;cursor:pointer;background:#fff;border:0;border-radius:11px;align-items:center;gap:7px;min-height:42px;padding:0 15px;font-size:10px;font-weight:900;display:flex}.sm-businesses__tools{grid-template-columns:minmax(0,1fr) 230px;gap:10px;margin:17px 0;display:grid}.sm-businesses__search{align-items:center;display:flex;position:relative}.sm-businesses__search svg{color:#8d7f7b;position:absolute;left:14px}.sm-businesses__search input,.sm-businesses__tools select{box-sizing:border-box;background:#fff;border:1px solid #e1d9d6;border-radius:12px;outline:none;width:100%;height:46px;font-size:10px}.sm-businesses__search input{padding:0 13px 0 42px}.sm-businesses__tools select{padding:0 10px}.sm-businesses__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.sm-business-card{cursor:pointer;background:#fff;border:1px solid #e6dedb;border-radius:16px;transition:transform .18s,box-shadow .18s;overflow:hidden}.sm-business-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #2a1c191a}.sm-business-card__cover{color:#82414e;background:linear-gradient(135deg,#eadbd9,#cfa4a3);justify-content:center;align-items:center;height:140px;display:flex;overflow:hidden}.sm-business-card__cover img{object-fit:cover;width:100%;height:100%}.sm-business-card>section{padding:14px}.sm-business-card__identity{align-items:center;gap:9px;display:flex}.sm-business-card__logo{color:#82414e;background:#f3e8e6;border:2px solid #fff;border-radius:12px;flex:0 0 47px;justify-content:center;align-items:center;width:47px;height:47px;display:flex;overflow:hidden}.sm-business-card__logo img{object-fit:cover;width:47px!important;height:47px!important}.sm-business-card h2{color:#443532;align-items:center;gap:5px;margin:0;font-size:13px;display:flex}.sm-business-card h2 span{color:#fff;background:#4489cb;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:8px;display:inline-flex}.sm-business-card small{color:#9b4c58;margin-top:2px;font-size:8px;display:block}.sm-business-card p{color:#786965;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:11px 0;font-size:9px;line-height:1.5;display:-webkit-box;overflow:hidden}.sm-business-card footer{border-top:1px solid #eee8e6;justify-content:space-between;gap:8px;padding-top:10px;display:flex}.sm-business-card footer span{color:#91837f;align-items:center;gap:4px;font-size:7px;display:flex}.sm-businesses__loading,.sm-businesses__empty{color:#91837f;background:#fff;border:1px solid #e5ddda;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:260px;display:flex}.sm-businesses__empty strong{color:#493936;font-size:12px}.sm-businesses__empty p{margin:0;font-size:9px}.sm-businesses__error{color:#9c3030;background:#fff0f0;border-radius:10px;margin-bottom:12px;padding:11px 13px;font-size:10px}@media (width<=850px){.sm-businesses__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=550px){.sm-businesses__hero{flex-direction:column;align-items:stretch}.sm-businesses__tools,.sm-businesses__grid{grid-template-columns:1fr}}.sm-business-form{width:100%;max-width:900px;margin:0 auto}.sm-business-form__loading{color:#81736f;justify-content:center;align-items:center;gap:8px;min-height:300px;display:flex}.sm-business-form__back{color:#82414e;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:12px;font-size:10px;font-weight:800;display:flex}.sm-business-form__header{color:#fff;background:linear-gradient(135deg,#713844,#a85c62);border-radius:18px;justify-content:space-between;align-items:center;gap:15px;padding:22px;display:flex}.sm-business-form__header span{text-transform:uppercase;opacity:.8;font-size:8px;font-weight:900}.sm-business-form__header h1{margin:3px 0;font-size:24px}.sm-business-form__header p{opacity:.86;margin:0;font-size:9px}.sm-business-form__error{color:#9c3030;background:#fff0f0;border-radius:10px;margin-top:12px;padding:11px 13px;font-size:10px}.sm-business-form__card{background:#fff;border:1px solid #e6dedb;border-radius:15px;padding:18px}.sm-business-form__card input,.sm-business-form__card select,.sm-business-form__card textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #ded6d3;border-radius:9px;outline:none;padding:10px;font-size:10px}.sm-business-form__card textarea{resize:vertical;min-height:115px}.sm-business-form__slug{color:#978984;margin-top:5px;font-size:8px;display:block}.sm-business-form__input-icon svg{color:#8c7e7a;position:absolute;left:10px}.sm-business-form__logo,.sm-business-form__cover{cursor:pointer;background:#faf7f6;border-radius:13px;justify-content:center;align-items:center;min-height:220px;overflow:hidden;border:2px dashed #d8cac7!important;display:flex!important}.sm-business-form__logo img{object-fit:cover;border-radius:18px;width:180px!important;height:180px!important}.sm-business-form__cover img{object-fit:cover;width:100%;height:260px}.sm-business-form__logo>div,.sm-business-form__cover>div{color:#82414e;flex-direction:column;align-items:center;gap:7px;display:flex}.sm-business-form__actions{justify-content:flex-end;gap:8px;margin-bottom:30px;display:flex}.sm-business-form__actions button{color:#574743;cursor:pointer;background:#eee9e7;border:0;border-radius:10px;align-items:center;gap:6px;min-height:41px;padding:0 15px;font-size:9px;font-weight:800;display:flex}.sm-business-form__actions button:last-child{color:#fff;background:#82414e}@media (width<=650px){.sm-business-form__grid,.sm-business-form__images{grid-template-columns:1fr}.sm-business-form__logo{min-height:200px}.sm-business-form__header{padding:18px}}.sm-business-form{width:100%;max-width:980px;margin:0 auto;padding-bottom:40px}.sm-business-form__loading{color:#7f706c;justify-content:center;align-items:center;gap:9px;min-height:320px;font-size:12px;display:flex}.sm-business-form__back{color:#82414e;cursor:pointer;background:#f3ecea;border:0;border-radius:10px;align-items:center;gap:7px;margin-bottom:14px;padding:9px 12px;font-size:10px;font-weight:800;transition:all .2s;display:inline-flex}.sm-business-form__back:hover{background:#eadfdd}.sm-business-form__header{color:#fff;background:linear-gradient(135deg,#6f3743,#a85b62);border-radius:20px;justify-content:space-between;align-items:center;gap:20px;padding:26px;display:flex;box-shadow:0 14px 32px #4c2a2f29}.sm-business-form__header span{text-transform:uppercase;letter-spacing:.12em;opacity:.8;margin-bottom:4px;font-size:8px;font-weight:900;display:block}.sm-business-form__header h1{margin:0 0 5px;font-size:26px;line-height:1.1}.sm-business-form__header p{color:#ffffffe0;margin:0;font-size:10px;line-height:1.55}.sm-business-form__header>svg{opacity:.9;flex:none}.sm-business-form__error{color:#9c3030;background:#fff3f3;border:1px solid #f2c7c7;border-radius:11px;margin-top:14px;padding:12px 14px;font-size:10px}.sm-business-form__content{flex-direction:column;gap:15px;margin-top:16px;display:flex}.sm-business-form__card{background:#fff;border:1px solid #e7dfdc;border-radius:17px;padding:20px;box-shadow:0 6px 18px #281c1a0a}.sm-business-form__card h2{color:#453633;margin:0 0 16px;font-size:16px}.sm-business-form__card label{color:#5d4e4a;margin:13px 0 6px;font-size:9px;font-weight:900;display:block}.sm-business-form__card input,.sm-business-form__card select,.sm-business-form__card textarea{box-sizing:border-box;color:#3f322f;background:#fff;border:1px solid #ded5d2;border-radius:10px;outline:none;width:100%;font-family:inherit;font-size:11px;transition:border-color .18s,box-shadow .18s,background .18s}.sm-business-form__card input,.sm-business-form__card select{height:44px;padding:0 12px}.sm-business-form__card textarea{resize:vertical;min-height:120px;padding:11px 12px;line-height:1.55}.sm-business-form__card input:focus,.sm-business-form__card select:focus,.sm-business-form__card textarea:focus{border-color:#9f5962;box-shadow:0 0 0 3px #82414e17}.sm-business-form__card input::placeholder,.sm-business-form__card textarea::placeholder{color:#b0a39f}.sm-business-form__card select:disabled{color:#a89b97;cursor:not-allowed;background:#f5f1f0}.sm-business-form__slug{color:#9a8c88;word-break:break-all;margin-top:6px;font-size:8px;display:block}.sm-business-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.sm-business-form__input-icon{align-items:center;display:flex;position:relative}.sm-business-form__input-icon svg{color:#8c7d79;pointer-events:none;position:absolute;left:12px}.sm-business-form__input-icon input{padding-left:38px}.sm-business-form__images{grid-template-columns:280px minmax(0,1fr);gap:15px;display:grid}.sm-business-form__logo,.sm-business-form__cover{box-sizing:border-box;cursor:pointer;background:linear-gradient(#fcf9f8,#f7f2f1);border-radius:15px;justify-content:center;align-items:center;width:100%;min-height:240px;transition:border-color .18s,background .18s,transform .18s;position:relative;overflow:hidden;border:2px dashed #d8cac7!important;display:flex!important}.sm-business-form__logo:hover,.sm-business-form__cover:hover{background:#f8eeee;transform:translateY(-1px);border-color:#a7646d!important}.sm-business-form__logo>div,.sm-business-form__cover>div{color:#82414e;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:25px;display:flex}.sm-business-form__logo strong,.sm-business-form__cover strong{font-size:11px}.sm-business-form__logo img{object-fit:cover;border-radius:20px;display:block;box-shadow:0 8px 24px #3626231f;width:180px!important;max-width:180px!important;height:180px!important;max-height:180px!important}.sm-business-form__cover img{object-fit:cover;display:block;width:100%!important;height:260px!important}.sm-business-form__actions{justify-content:flex-end;gap:10px;padding:4px 0 30px;display:flex}.sm-business-form__actions button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:43px;padding:0 17px;font-size:9px;font-weight:900;transition:transform .16s,background .16s,opacity .16s;display:inline-flex}.sm-business-form__actions button:first-child{color:#5b4d49;background:#eee8e6}.sm-business-form__actions button:first-child:hover{background:#e4dcda}.sm-business-form__actions button:last-child{color:#fff;background:#82414e;box-shadow:0 7px 18px #82414e33}.sm-business-form__actions button:last-child:hover{background:#733945;transform:translateY(-1px)}.sm-business-form__actions button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (width<=750px){.sm-business-form{max-width:100%}.sm-business-form__header{padding:20px}.sm-business-form__header h1{font-size:22px}.sm-business-form__grid,.sm-business-form__images{grid-template-columns:1fr}.sm-business-form__logo,.sm-business-form__cover{min-height:210px}}@media (width<=520px){.sm-business-form__header>svg{display:none}.sm-business-form__card{padding:15px}.sm-business-form__actions{flex-direction:column-reverse}.sm-business-form__actions button{width:100%}.sm-business-form__logo img{width:150px!important;height:150px!important}.sm-business-form__cover img{height:210px!important}}.sm-business-detail{width:100%;max-width:1100px;margin:0 auto}.sm-business-detail__loading{color:#81736f;justify-content:center;align-items:center;gap:8px;min-height:320px;display:flex}.sm-business-detail__back{color:#82414e;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:12px;font-size:10px;font-weight:800;display:flex}.sm-business-detail__error{color:#9c3030;background:#fff0f0;border-radius:10px;margin-bottom:12px;padding:11px 13px;font-size:10px}.sm-business-detail__header{background:#fff;border:1px solid #e5ddda;border-radius:19px;overflow:hidden}.sm-business-detail__cover{color:#82414e;background:linear-gradient(135deg,#eadbd9,#c99799);justify-content:center;align-items:center;height:320px;display:flex;overflow:hidden}.sm-business-detail__cover img{object-fit:cover;width:100%;height:100%}.sm-business-detail__identity{grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:17px;padding:0 20px 20px;display:grid}.sm-business-detail__logo{color:#82414e;background:#f2e6e5;border:5px solid #fff;border-radius:22px;justify-content:center;align-items:center;width:110px;height:110px;margin-top:-42px;display:flex;overflow:hidden;box-shadow:0 8px 20px #2a1a181f}.sm-business-detail__logo img{object-fit:cover;width:110px!important;height:110px!important}.sm-business-detail__name>span{color:#994a57;text-transform:uppercase;font-size:8px;font-weight:900}.sm-business-detail__name h1{color:#40312e;align-items:center;gap:7px;margin:3px 0 5px;font-size:25px;display:flex}.sm-business-detail__name h1 b{color:#fff;background:#4489cb;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;font-size:9px;display:inline-flex}.sm-business-detail__name>div{color:#81736f;align-items:center;gap:4px;font-size:9px;display:flex}.sm-business-detail__actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.sm-business-detail__actions button,.sm-business-detail__actions a{color:#704c51;cursor:pointer;background:#eee7e5;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 11px;font-size:8px;font-weight:900;text-decoration:none;display:flex}.sm-business-detail__actions button:first-child{color:#fff;background:#82414e}.sm-business-detail__actions button.active{color:#554744;background:#ece8e6}.sm-business-detail__layout{grid-template-columns:minmax(0,1fr) 290px;gap:16px;margin-top:16px;display:grid}.sm-business-detail__main,.sm-business-detail__aside{flex-direction:column;gap:13px;display:flex}.sm-business-detail__card,.sm-business-detail__aside>section{background:#fff;border:1px solid #e6dedb;border-radius:15px;padding:18px}.sm-business-detail__card h2,.sm-business-detail__aside h3{color:#493936;margin:0 0 12px}.sm-business-detail__card h2{font-size:15px}.sm-business-detail__aside h3{font-size:12px}.sm-business-detail__card p{color:#655652;white-space:pre-wrap;margin:0;font-size:10px;line-height:1.7}.sm-business-detail__gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.sm-business-detail__gallery img{aspect-ratio:1;object-fit:cover;border-radius:10px;width:100%;display:block}.sm-business-detail__stat,.sm-business-detail__location{color:#82414e;align-items:center;gap:9px;display:flex}.sm-business-detail__stat div,.sm-business-detail__location div{flex-direction:column;gap:2px;display:flex}.sm-business-detail__stat strong,.sm-business-detail__location strong{color:#493936;font-size:11px}.sm-business-detail__stat span,.sm-business-detail__location span{color:#8f817d;font-size:8px}.sm-business-detail__owner{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;width:100%;padding:0;display:flex}.sm-business-detail__owner>div{color:#82414e;background:#ead9d8;border-radius:50%;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:43px;font-size:9px;font-weight:900;display:flex;overflow:hidden}.sm-business-detail__owner img{object-fit:cover;width:43px!important;height:43px!important}.sm-business-detail__owner section{flex-direction:column;display:flex}.sm-business-detail__owner strong{color:#493936;font-size:10px}.sm-business-detail__owner span{color:#91837f;font-size:8px}@media (width<=850px){.sm-business-detail__identity{grid-template-columns:100px minmax(0,1fr)}.sm-business-detail__actions{grid-column:1/-1;justify-content:flex-start}.sm-business-detail__layout{grid-template-columns:1fr}.sm-business-detail__aside{order:-1}}@media (width<=550px){.sm-business-detail__cover{height:210px}.sm-business-detail__identity{padding:0 14px 18px;display:block}.sm-business-detail__logo{width:88px;height:88px;margin-top:-40px;margin-bottom:8px}.sm-business-detail__logo img{width:88px!important;height:88px!important}.sm-business-detail__name h1{font-size:21px}.sm-business-detail__actions{justify-content:flex-start;margin-top:12px}.sm-business-detail__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}.sm-business-post{width:100%;max-width:780px;margin:0 auto;padding-bottom:40px}.sm-business-post__back{color:#82414e;cursor:pointer;background:#f2ebe9;border:0;border-radius:10px;align-items:center;gap:7px;margin-bottom:14px;padding:9px 12px;font-size:10px;font-weight:800;transition:background .18s;display:inline-flex}.sm-business-post__back:hover{background:#e9dddb}.sm-business-post__header{color:#fff;background:linear-gradient(135deg,#713844,#a85b62);border-radius:19px;justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex;box-shadow:0 14px 32px #46282d26}.sm-business-post__header>div>span{text-transform:uppercase;letter-spacing:.12em;opacity:.8;margin-bottom:4px;font-size:8px;font-weight:900;display:block}.sm-business-post__header h1{margin:0 0 5px;font-size:24px;line-height:1.15}.sm-business-post__header p{opacity:.87;max-width:560px;margin:0;font-size:9px;line-height:1.55}.sm-business-post__header>svg{opacity:.9;flex:none}.sm-business-post__error{color:#9c3030;background:#fff1f1;border:1px solid #f1caca;border-radius:10px;margin-top:13px;padding:11px 13px;font-size:10px}.sm-business-post__form{flex-direction:column;gap:14px;margin-top:15px;display:flex}.sm-business-post__card{background:#fff;border:1px solid #e6dedb;border-radius:16px;padding:19px;box-shadow:0 6px 18px #2d1e1b0a}.sm-business-post__business{align-items:center;gap:10px;margin-bottom:15px;display:flex}.sm-business-post__business-icon{color:#82414e;background:linear-gradient(135deg,#ead9d8,#d2aaa9);border-radius:13px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:15px;font-weight:900;display:flex}.sm-business-post__business>div:last-child{flex-direction:column;gap:2px;display:flex}.sm-business-post__business strong{color:#423432;font-size:12px}.sm-business-post__business span{color:#91837f;font-size:8px}.sm-business-post__card textarea{box-sizing:border-box;color:#40322f;resize:vertical;background:#faf8f7;border:1px solid #ded6d3;border-radius:12px;outline:none;width:100%;min-height:160px;padding:13px;font-family:inherit;font-size:12px;line-height:1.6;transition:border-color .18s,box-shadow .18s}.sm-business-post__card textarea:focus{border-color:#9c5862;box-shadow:0 0 0 3px #82414e14}.sm-business-post__card textarea::placeholder{color:#aaa09d}.sm-business-post__counter{color:#9a8c88;text-align:right;margin-top:6px;font-size:8px}.sm-business-post__section-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.sm-business-post__section-title span{color:#9b4b58;text-transform:uppercase;letter-spacing:.1em;font-size:8px;font-weight:900}.sm-business-post__section-title h2{color:#453633;margin:3px 0 0;font-size:15px}.sm-business-post__image-picker{cursor:pointer;background:linear-gradient(#fcf9f8,#f7f2f1);border:2px dashed #d6c8c5;border-radius:15px;justify-content:center;align-items:center;min-height:280px;transition:border-color .18s,background .18s,transform .18s;display:flex;overflow:hidden}.sm-business-post__image-picker:hover{background:#f8eeee;border-color:#a8656e;transform:translateY(-1px)}.sm-business-post__image-picker>div{color:#82414e;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:30px;display:flex}.sm-business-post__image-picker strong{font-size:11px}.sm-business-post__image-picker span{color:#837571;font-size:9px}.sm-business-post__image-picker small{color:#a0938f;margin-top:2px;font-size:8px}.sm-business-post__image-picker img{object-fit:cover;display:block;width:100%!important;height:380px!important}.sm-business-post__change-image{color:#914754;cursor:pointer;background:#f2e9e7;border:0;border-radius:9px;margin-top:9px;padding:8px 10px;font-size:8px;font-weight:800}.sm-business-post__notice{background:#faf7f6;border:1px solid #e5dcda;border-radius:13px;padding:14px 16px}.sm-business-post__notice strong{color:#564642;margin-bottom:4px;font-size:10px;display:block}.sm-business-post__notice p{color:#887a76;margin:0;font-size:9px;line-height:1.5}.sm-business-post__actions{justify-content:flex-end;gap:9px;padding-bottom:25px;display:flex}.sm-business-post__actions button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-size:9px;font-weight:900;transition:background .17s,transform .17s,opacity .17s;display:flex}.sm-business-post__actions button:first-child{color:#5b4c48;background:#eee8e6}.sm-business-post__actions button:first-child:hover{background:#e4dcda}.sm-business-post__actions button:last-child{color:#fff;background:#82414e;box-shadow:0 7px 18px #82414e30}.sm-business-post__actions button:last-child:hover{background:#733945;transform:translateY(-1px)}.sm-business-post__actions button:disabled{opacity:.55;cursor:not-allowed;transform:none}@media (width<=650px){.sm-business-post__header{padding:19px}.sm-business-post__header h1{font-size:21px}.sm-business-post__header>svg{display:none}.sm-business-post__card{padding:15px}.sm-business-post__image-picker{min-height:220px}.sm-business-post__image-picker img{height:260px!important}.sm-business-post__actions{flex-direction:column-reverse}.sm-business-post__actions button{width:100%}}.sm-marketplace{width:100%;max-width:1120px;margin:0 auto}.sm-marketplace__hero{color:#fff;background:linear-gradient(135deg,#713844,#a85c62);border-radius:20px;justify-content:space-between;align-items:flex-end;gap:20px;padding:25px;display:flex}.sm-marketplace__hero span{text-transform:uppercase;letter-spacing:.11em;opacity:.8;margin-bottom:4px;font-size:8px;font-weight:900;display:block}.sm-marketplace__hero h1{margin:0 0 5px;font-size:27px}.sm-marketplace__hero p{opacity:.88;max-width:560px;margin:0;font-size:10px;line-height:1.55}.sm-marketplace__hero button{color:#82414e;cursor:pointer;background:#fff;border:0;border-radius:11px;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-size:10px;font-weight:900;display:flex}.sm-marketplace__tools{grid-template-columns:minmax(0,1fr) 220px;gap:10px;margin:17px 0;display:grid}.sm-marketplace__search{align-items:center;display:flex;position:relative}.sm-marketplace__search svg{color:#8b7d79;position:absolute;left:14px}.sm-marketplace__search input,.sm-marketplace__tools select{box-sizing:border-box;background:#fff;border:1px solid #e1d9d6;border-radius:12px;outline:none;width:100%;height:46px;font-size:10px}.sm-marketplace__search input{padding:0 13px 0 42px}.sm-marketplace__tools select{padding:0 10px}.sm-marketplace__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.sm-market-card{cursor:pointer;background:#fff;border:1px solid #e5ddda;border-radius:15px;transition:transform .17s,box-shadow .17s;overflow:hidden}.sm-market-card:hover{transform:translateY(-2px);box-shadow:0 12px 27px #281b1817}.sm-market-card__image{aspect-ratio:1;color:#82414e;background:#f2e8e6;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.sm-market-card__image img{object-fit:cover;width:100%;height:100%;display:block}.sm-market-card__image button{color:#6f625e;cursor:pointer;background:#fffffff0;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:9px;right:9px}.sm-market-card__image button.active{color:#fff;background:#82414e}.sm-market-card>section{padding:12px}.sm-market-card__price{color:#3f312e;font-size:15px}.sm-market-card h2{color:#51423e;text-overflow:ellipsis;white-space:nowrap;margin:4px 0;font-size:11px;overflow:hidden}.sm-market-card__condition{color:#91827e;font-size:8px}.sm-market-card footer{color:#958783;align-items:center;gap:4px;margin-top:9px;font-size:8px;display:flex}.sm-marketplace__loading,.sm-marketplace__empty{color:#91837f;background:#fff;border:1px solid #e5ddda;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:260px;display:flex}.sm-marketplace__empty strong{color:#493936;font-size:12px}.sm-marketplace__empty p{margin:0;font-size:9px}.sm-marketplace__error{color:#9c3030;background:#fff0f0;border-radius:10px;margin-bottom:12px;padding:11px 13px;font-size:10px}@media (width<=950px){.sm-marketplace__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.sm-marketplace__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.sm-marketplace__hero{flex-direction:column;align-items:stretch}.sm-marketplace__tools{grid-template-columns:1fr}.sm-marketplace__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}
