@font-face{font-family:Movavi Grotesque Black;src:url(/game/assets/fonts/movavi-grotesque-black.ttf)format("truetype");font-display:swap}:root{--bg:#14181c;--panel:#1d2329;--panel-edge:#2c353d;--ink:#e8eef2;--ink-dim:#93a1ac;--accent:#d99a2b;--danger:#d9534f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}.window,.chat,.shop,.cell-card{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--ink);overscroll-behavior:none;font:15px/1.45 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.splash{height:100%;color:var(--ink-dim);place-items:center;display:grid}.auth{place-items:center;min-height:100%;padding:24px;display:grid}.auth__card{background:var(--panel);border:1px solid var(--panel-edge);border-radius:14px;flex-direction:column;gap:14px;width:min(100%,360px);padding:28px;display:flex}.auth__title{letter-spacing:.5px;color:var(--accent);margin:0;font-size:30px}.auth__subtitle{color:var(--ink-dim);margin:-8px 0 4px}.auth__error{color:#f2b8b6;background:#d9534f1f;border:1px solid #d9534f66;border-radius:8px;margin:0;padding:9px 11px;font-size:14px}.auth__switch{color:var(--ink-dim);cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;text-decoration:underline}.field{color:var(--ink-dim);flex-direction:column;gap:5px;font-size:13px;display:flex}.field input{color:var(--ink);border:1px solid var(--panel-edge);background:#12171b;border-radius:8px;padding:10px 12px;font-size:15px}.field input:focus{outline:2px solid var(--accent);outline-offset:-1px}.button{color:#1a1206;background:var(--accent);cursor:pointer;border:0;border-radius:8px;padding:11px 16px;font-size:15px;font-weight:600}.button:disabled{opacity:.6;cursor:default}.button--ghost{color:var(--ink);border:1px solid var(--panel-edge);background:0 0;font-weight:500}.game{height:100%;position:relative;overflow:hidden}.bar{z-index:3;color:#fff;text-shadow:0 1px 2px #000,0 0 4px #000;pointer-events:none;background:linear-gradient(#080c08db,#080c088c);align-items:center;gap:18px;height:34px;padding:0 8px;font-size:15px;font-weight:700;display:flex;position:absolute;top:0;left:0;right:0}.bar__stat{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.bar__stat em{opacity:.8;font-style:normal;font-weight:500}.bar__icon{object-fit:contain;width:22px;height:22px}.bar__spacer{flex:1}.bar__warning{color:#ffb3b0;font-weight:600}.bar__btn{pointer-events:auto;cursor:pointer;background:0 0;border:0;place-items:center;width:30px;height:30px;padding:0;display:grid}.bar__btn img{object-fit:contain;width:26px;height:26px}.bar__btn:hover img{filter:brightness(1.25)}.bigbuttons{z-index:3;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;top:70px;right:10px}.bigbtn{cursor:pointer;filter:drop-shadow(0 3px 5px #0000008c);background:0 0;border:0;width:62px;height:62px;padding:0;position:relative}.bigbtn img{width:auto;height:62px;position:absolute;top:0;left:50%;transform:translate(-50%)}.bigbtn--shop img{height:59px;top:1.5px}.bigbtn--city img{transform:translate(calc(6px - 50%))}.bigbtn__over{opacity:0;transition:opacity .12s}.bigbtn:hover .bigbtn__over{opacity:1}.bigbtn:active{transform:translateY(1px)}.bigbtn__label{color:#fff;white-space:nowrap;pointer-events:none;text-shadow:-1px -1px #000,1px -1px #000,-1px 1px #000,1px 1px #000,0 0 3px #000;font-family:Trebuchet MS,system-ui,sans-serif;font-size:13px;font-weight:700;line-height:1;position:absolute;bottom:1px;left:50%;transform:translate(-50%)}.rewards{z-index:5;pointer-events:none;position:absolute;inset:0;overflow:hidden}.reward{color:#fff;text-shadow:0 1px 2px #29221d,0 0 4px #29221d;will-change:transform, opacity;align-items:center;gap:2px;font-family:Trebuchet MS,sans-serif;font-size:17px;font-weight:700;display:inline-flex;position:absolute}.reward__icon{object-fit:contain;width:28px;height:28px}.reward__icon--res{width:26px;height:26px}.reward__coin{background:url(/game/assets/ui/point_anim.png) no-repeat;width:28px;height:28px;animation:.58s steps(18,end) infinite reward-coin}@keyframes reward-coin{to{background-position:-504px 0}}.hud{background:var(--panel);border-bottom:1px solid var(--panel-edge);align-items:center;gap:14px;padding:8px 14px;font-size:14px;display:flex}.hud__nick{font-weight:600}.hud__link{color:var(--ink-dim);font-size:13px}.hud__link--open{color:#6fbf73}.hud__link--closed,.hud__link--unauthenticated{color:var(--danger)}.hud__stat{white-space:nowrap}.hud__spacer{flex:1}.hud__meta{color:var(--ink-dim);font-size:13px}.map{touch-action:none;cursor:pointer;position:absolute;inset:0;overflow:hidden}.map canvas{display:block}.button--small{padding:7px 11px;font-size:13px}.hud__res{border:1px solid var(--panel-edge);color:var(--ink-dim);white-space:nowrap;background:#12171b;border-radius:999px;padding:2px 7px;font-size:12px}.modal{z-index:6;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.modal--notice{z-index:8}.game:has(.modal--notice) .modal:not(.modal--notice){visibility:hidden}.shop__tabs{border-bottom:1px solid var(--panel-edge);flex-wrap:wrap;gap:4px;padding:8px 10px;display:flex}.shop__tab{color:var(--ink-dim);border:1px solid var(--panel-edge);cursor:pointer;background:0 0;border-radius:999px;padding:5px 9px;font-size:12px}.shop__grid{flex:1;grid-template-columns:repeat(auto-fill,132px);justify-content:center;gap:6px;padding:8px 10px;display:grid;overflow-y:auto}.card{cursor:pointer;text-align:center;background:0 0;border:0;flex-direction:column;align-items:center;gap:2px;width:128px;min-height:150px;padding:4px 0 2px;display:flex}.card:hover .card__img,.card--picked .card__img{filter:drop-shadow(0 0 4px #f90)drop-shadow(0 0 8px #ff0)}.card--poor{opacity:.55}.card__img{object-fit:contain;width:120px;height:120px}.card__price{color:#6a6a6a;white-space:nowrap;font-size:13px}.card__meta{color:var(--ink-dim);font-size:10px}.card__res{color:#6a6a6a;align-items:center;gap:6px;font-size:11px;display:inline-flex}.card__res img{object-fit:contain;vertical-align:-4px;width:20px;height:18px}.card__res--missing{color:#c0392b;font-weight:700}.shop__hint{border-top:1px solid var(--panel-edge);color:var(--accent);text-align:center;padding:9px 12px;font-size:13px}.notice-popup{width:450px;max-width:92vw;margin-top:44px;padding:36px 6px 6px 16px;overflow:visible}.notice-popup__char{pointer-events:none;z-index:1;width:122px;height:133px;position:absolute;top:-54px;left:6px}.notice-popup__balloon{text-align:center;color:#000;min-height:50px;padding:30px 20px 20px 130px;font-size:15px;font-style:italic;line-height:18px;position:relative}.notice-popup__text{position:relative}.notice-popup__balloon:before{content:"";pointer-events:none;border-style:solid;border-width:21px 16px 18px 120px;border-image:url(/game/assets/ui/bg_baloon_t.png) 21 16 18 120 fill/21px 16px 18px 120px;position:absolute;inset:0}.placing{background:var(--panel);border:1px solid var(--accent);border-radius:999px;align-items:center;gap:10px;padding:8px 14px;font-size:14px;display:flex;position:absolute;bottom:46px;left:50%;transform:translate(-50%)}.statusbar{background:var(--panel);border-top:1px solid var(--panel-edge);color:var(--ink-dim);padding:5px 14px;font-size:12px}.game{grid-template-rows:auto 1fr auto}@media (width<=720px){.hud{flex-wrap:wrap;gap:8px 12px;font-size:13px}.hud__res:nth-of-type(n+4){display:none}.cell-card{width:100%;min-width:0}.shop{width:100%;max-height:100%}.statusbar{display:none}}.profits{z-index:4;pointer-events:none;position:absolute;inset:0;overflow:hidden}.profit{pointer-events:auto;cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;padding:0;animation:1.6s ease-in-out infinite profit-bob;display:inline-flex;position:absolute;transform:translate(-50%,-50%)}.profit__coin{filter:drop-shadow(0 0 2px #200);background-image:url(/game/assets/ui/point.png);background-repeat:no-repeat;width:28px;height:28px}.profit__amount{color:#fff;text-shadow:0 0 3px #29221d,0 1px 2px #29221d;font-family:Trebuchet MS,system-ui,sans-serif;font-size:17px;font-weight:700}.profit:hover{filter:brightness(1.15)}@keyframes profit-bob{0%,to{margin-top:0}50%{margin-top:-5px}}.window{color:#3b3b3b;filter:drop-shadow(0 10px 30px #00000073);border:14px solid #0000;border-image:url(/game/assets/ui/popup_bg.png) 14 fill;flex-direction:column;min-width:0;max-width:100%;max-height:100%;display:flex}.window--narrow{width:min(420px,100%)}.window--wide{width:min(760px,100%)}.window__head{color:#018598;padding:8px 46px 10px 6px;font-family:Trebuchet MS,system-ui,sans-serif;font-size:18px}.window__body{flex:1;padding:0 6px;font-size:14px;line-height:1.45;overflow-y:auto}.window__body p{margin:0 0 10px}.window__foot{flex-wrap:wrap;justify-content:center;gap:8px;padding-top:12px;display:flex}.window__close{cursor:pointer;background:url(/game/assets/ui/popup_close.png) 50%/contain no-repeat;border:0;width:34px;height:34px;padding:0;position:absolute;top:2px;right:2px}.window__close:hover{background-image:url(/game/assets/ui/popup_close_over.png)}.but{border:0 solid #0000;border-width:0 22px;color:#fff;text-shadow:0 1px 2px #0000008c;white-space:nowrap;cursor:pointer;box-sizing:border-box;background:0 0;border-image-slice:0 22 fill;border-image-width:0 22px;border-image-repeat:stretch;justify-content:center;align-items:center;min-width:120px;height:37px;padding:0 6px 7px;font-family:Trebuchet MS,system-ui,sans-serif;font-size:16px;line-height:1.1;display:inline-flex}.but--green{border-image-source:url(/game/assets/ui/green_but.png)}.but--blue{border-image-source:url(/game/assets/ui/blue_but.png)}.but--orange{border-image-source:url(/game/assets/ui/orange_but.png)}.but--green:hover{border-image-source:url(/game/assets/ui/green_but_over.png)}.but--blue:hover{border-image-source:url(/game/assets/ui/blue_but_over.png)}.but--orange:hover{border-image-source:url(/game/assets/ui/orange_but_over.png)}.but:disabled{filter:grayscale(.7)brightness(.85);cursor:default}.shop__tabs{flex-wrap:wrap;gap:4px;padding-bottom:10px;display:flex}.shop__tab{color:#4a4a4a;cursor:pointer;background:#0000000f;border:1px solid #0000001f;border-radius:999px;padding:5px 10px;font-size:12px}.shop__tab--active{color:#fff;background:#018598;border-color:#018598}.card-head{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.card-head__img{object-fit:contain;width:160px;height:140px}.card-head__descr{margin:0;font-size:14px}.card-state{margin:10px 0 0;font-size:14px}.card-state--ready{color:#2e7d32;font-weight:600}.card-yield{color:#5a5a5a;margin:8px 0 0;font-size:13px}.ico{vertical-align:-3px;margin:0 1px}.accept{text-align:center;flex-direction:column;align-items:center;gap:8px;max-width:420px;display:flex}.accept__img{object-fit:contain;width:160px;height:170px}.accept__descr{color:#9d9d9d;margin:0;font-size:13px}.accept__build{align-items:center;gap:9px;margin-top:4px;display:inline-flex}.accept__pricepart{white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.accept__need{margin:0;font-size:13px}.accept__need--ok{color:#360}.accept__need--missing{color:#c00}.card-facts{color:#6d6d6d;text-align:center;margin:8px 0 0;font-size:13px}.card-facts p{margin:3px 0}.card-facts__res{white-space:nowrap;margin:0 5px 0 2px}.speedup{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.speedup__img{object-fit:contain;width:148px;height:162px}.speedup__builders{color:#7a7a7a;font-size:13px}.but__ruby{object-fit:contain;vertical-align:-3px;width:18px;height:18px;margin:0 2px}.kingbar{z-index:3;pointer-events:none;align-items:center;gap:6px;display:flex;position:absolute;top:44px;left:10px}.kingbar__avatar{object-fit:contain;pointer-events:auto;width:107px;height:119px;display:block}.kingbar__fame{pointer-events:none;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.kingbar__info{flex-direction:column;gap:2px;min-width:120px;display:flex}.kingbar__nick{color:#fff;text-shadow:0 0 3px #000,0 1px 2px #000;font-family:Trebuchet MS,system-ui,sans-serif;font-size:15px;font-weight:700}.kingbar__bar{pointer-events:auto;box-sizing:border-box;border:0 solid #0000;border-width:0 10px;border-image:url(/game/assets/ui/kingbar/empty_middle.png) 0 fill/0 10px;width:130px;height:20px;position:relative}.kingbar__bar:before,.kingbar__bar:after{content:"";background-repeat:no-repeat;width:10px;height:20px;position:absolute;top:0}.kingbar__bar:before{background-image:url(/game/assets/ui/kingbar/empty_left.png);left:-10px}.kingbar__bar:after{background-image:url(/game/assets/ui/kingbar/empty_right.png);right:-10px}.kingbar__fill{background-repeat:repeat-x;border-radius:8px 3px 3px 8px;min-width:6px;height:16px;position:absolute;top:2px;left:-6px}.kingbar__fill--green{background-image:url(/game/assets/ui/kingbar/green_middle.png)}.kingbar__fill--orange{background-image:url(/game/assets/ui/kingbar/orange_middle.png)}.kingbar__fill--red{background-image:url(/game/assets/ui/kingbar/red_middle.png)}.card-state--damage{color:#b3392f;font-weight:600}.safe-variants{flex-direction:column;gap:8px;padding:4px 0 8px;display:flex}.chat{z-index:4;flex-direction:column;width:min(660px,100vw);display:flex;position:absolute;bottom:0;left:0}.chat__tabs{align-items:flex-end;gap:0;padding:0 4px;display:flex}.chat__tab{color:#b33f00;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-image:url(/game/assets/ui/chat/tab.png) 29 16 0 14 fill/29px 16px 0 14px;height:30px;padding:8px 14px 2px 12px;font-family:Trebuchet MS,system-ui,sans-serif;font-size:13px;font-weight:700}.chat__tab:hover{border-image-source:url(/game/assets/ui/chat/tab_over.png)}.chat__tab--active{color:#333;border-image-source:url(/game/assets/ui/chat/tab_select.png)}.chat__body{background:#fff;padding:4px 6px 6px;box-shadow:0 -1px 4px #00000040}.chat__log{color:#7e4136;height:190px;font-family:Trebuchet MS,system-ui,sans-serif;font-size:13px;line-height:1.4;overflow-y:auto}.chat__nick{color:#b33f00;cursor:pointer;font-weight:700}.chat__nick--mine{color:#707}.chat__dim{color:#9a6d65}.chat__text{color:#7e4136}.chat__text--priv{color:#c06}.chat__input{gap:6px;padding-top:6px;display:flex}.chat__input input{color:#3b3b3b;background:#fff;border:1px solid #c9b895;border-radius:4px;flex:1;padding:7px 10px;font-family:Trebuchet MS,system-ui,sans-serif;font-size:13px}.chat__input .but{min-width:84px}.minimap{cursor:crosshair;background:#000;border-radius:6px;position:relative;overflow:hidden}.minimap__item{pointer-events:none;width:17px;height:16px;position:absolute;transform:translate(-50%,-50%)}.minimap__camera{pointer-events:none;border:2px solid #fff;width:40px;height:40px;position:absolute}.bar__stat--res{pointer-events:auto;cursor:pointer}.bar__stat--res:hover{filter:brightness(1.3)}.market__row{gap:8px;margin:6px 0;display:flex}.market__row input{border:1px solid #cbb98a;border-radius:6px;width:90px;padding:7px 9px;font-size:14px}.market__lots{max-height:220px;margin-top:8px;overflow-y:auto}.market__lot{border-top:1px dashed #d9cba4;justify-content:space-between;align-items:center;gap:8px;padding:5px 0;font-size:14px;display:flex}.history{max-height:320px;font-size:14px;overflow-y:auto}.history__row{border-top:1px dashed #d9cba4;gap:10px;padding:4px 0;display:flex}.history__row em{opacity:.55;white-space:nowrap;padding-top:2px;font-size:12px;font-style:normal}.chat__kolobok{vertical-align:-6px;background-repeat:no-repeat;animation-name:kolobok-run;animation-iteration-count:infinite;display:inline-block}@keyframes kolobok-run{to{background-position-x:var(--kolobok-shift)}}.chat__smilepick{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;min-width:34px;height:34px;display:inline-flex}.chat__smilepick:hover{background:#fdeaaa}.chat__sticker{vertical-align:middle;height:46px;margin:1px 2px}.chat__smiles{border-top:1px solid #e7dcc0;flex-wrap:wrap;gap:4px;max-height:150px;padding:6px 4px;display:flex;overflow-y:auto}.chat__smiles img{cursor:pointer;border-radius:6px;height:44px}.chat__smiles img:hover{background:#fdeaaa}.chat__inputwrap{flex:1;display:flex;position:relative}.chat__inputwrap input{width:100%;padding-right:34px}.chat__smilebtn{opacity:.6;cursor:pointer;width:19px;height:19px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.chat__smilebtn:hover{opacity:1}.chat__smiles::-webkit-scrollbar{width:10px}.chat__smiles::-webkit-scrollbar-track{background:#f4ecd7;border-radius:6px}.chat__smiles::-webkit-scrollbar-thumb{background:#d9c896;border-radius:6px}.chat__log::-webkit-scrollbar{width:10px}.chat__log::-webkit-scrollbar-track{background:#f8f3e6}.chat__log::-webkit-scrollbar-thumb{background:#ddd0aa;border-radius:6px}.chat__tabx{color:#9a6d65;margin-left:6px;padding:0 3px;font-weight:800}.chat__tabx:hover{color:#b33f00}.chat__users{border-bottom:1px dashed #e7dcc0;flex-wrap:wrap;gap:4px 12px;max-height:72px;padding:4px;font-size:13px;display:flex;overflow-y:auto}.chat__legionbar{color:#7e4136;border-bottom:1px dashed #e7dcc0;justify-content:space-between;align-items:center;padding:2px 4px 6px;font-size:13px;display:flex}.legion__members{max-height:240px;overflow-y:auto}.legion__member{border-top:1px dashed #d9cba4;justify-content:space-between;align-items:center;gap:8px;padding:5px 0;font-size:14px;display:flex}.legion__member em{color:#d99a2b;font-style:normal}.legion__tools{gap:4px;display:flex}.legion__tools .but{padding:4px 8px;font-size:12px}.minimap__district{pointer-events:none;border:1px solid #ffffff40;place-items:center;display:grid;position:absolute}.minimap__district span{color:#ffffffd9;text-shadow:0 1px 2px #000;text-overflow:ellipsis;white-space:nowrap;max-width:90%;font-size:11px;font-weight:700;overflow:hidden}.kings__title{color:#7e4136;text-align:center;margin:2px 0 6px;font-family:Georgia,Times New Roman,serif;font-size:22px}.kings__bank{text-align:center;justify-content:space-around;gap:10px;margin:8px 0;display:flex}.kings__bank em{color:#777;font-size:12px;font-style:normal;display:block}.kings__bank strong{color:#000;font-family:Trebuchet MS,sans-serif;font-size:20px}.kings__list{max-height:230px;margin-top:8px;overflow-y:auto}.kings__row{border-top:1px dashed #d9cba4;align-items:center;gap:8px;padding:5px 0;font-size:14px;display:flex}.kings__row>span:first-child{flex:1}.kings__row em{color:#999;font-size:12px;font-style:normal}.kings__votes{text-align:right;color:#999;min-width:60px}.shop__district{color:#8a8a8a;margin:0 0 6px;font-size:13px}.shop__bar{border-bottom:1px solid #e0d3ae;flex-wrap:wrap;align-items:flex-end;gap:2px 0;margin-bottom:8px;display:flex}.shop__ortab{color:#b33f00;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-image:url(/game/assets/ui/chat/tab.png) 29 16 0 14 fill/29px 16px 0 14px;height:30px;padding:9px 14px 3px 12px;font-family:Trebuchet MS,system-ui,sans-serif;font-size:13px;font-weight:700}.shop__ortab:hover{border-image-source:url(/game/assets/ui/chat/tab_over.png)}.shop__ortab--active{color:#333;border-image-source:url(/game/assets/ui/chat/tab_select.png)}.actionlist{flex-direction:column;gap:8px;min-width:232px;padding:4px 0 6px;display:flex}.actionlist .but{width:100%}.strengthblock{background:#5a4632;border:1px solid #3e2f20;border-radius:6px;height:12px;margin:2px 0 4px;overflow:hidden}.strengthblock__fill{background:linear-gradient(#9ede6a,#5ca832);height:100%}.saferow{color:#8a8a8a;border-top:1px dashed #d9cba4;justify-content:space-between;align-items:center;gap:10px;padding-top:6px;font-size:13px;display:flex}.saferow a{color:#b52f7b;cursor:pointer;text-decoration:underline}.legion__head{align-items:center;gap:10px;display:flex}.legion__emblem{object-fit:contain;background:#fff;border:1px solid #d9cba4;border-radius:6px;width:48px;height:48px}.chat__coord{color:#018598;cursor:pointer;text-decoration:underline}.chat__coord:hover{color:#01a5bc}.sign__text{white-space:pre-wrap;max-width:380px;margin:0;font-size:15px}.sign__edit{width:100%;min-width:320px;min-height:120px;font:inherit;resize:vertical;border:1px solid #d9cba4;border-radius:8px;padding:10px}.settings__row{align-items:center;gap:12px;min-width:280px;margin:8px 0;display:flex}.settings__row input[type=range]{accent-color:#018598;flex:1}.settings__row .but{flex:1}.chat__touser{color:#7e4136;background:#f6eed9;border-top:1px dashed #e7dcc0;justify-content:space-between;align-items:center;padding:3px 8px;font-size:13px;display:flex}.chat__touserlabel{cursor:pointer}.chat__touserlabel:hover{text-decoration:underline}.tutorial__img{border-radius:8px;max-width:min(420px,100%);margin:0 auto 10px;display:block}.rating__list{min-width:360px;max-height:420px;overflow-y:auto}.rating__row{cursor:pointer;border-top:1px dashed #e7dcc0;align-items:center;gap:8px;padding:5px 4px;font-size:14px;display:flex}.rating__row:hover{background:#01859812}.rating__row em{color:#b0a98f;min-width:26px;font-style:normal}.rating__nick{color:#b33f00;flex:1}.rating__nick--me{color:#707;cursor:default}.rating__meta{color:#8a8a8a;font-size:13px}.rating__online{vertical-align:1px;background:#2e7d32;border-radius:50%;width:8px;height:8px;margin-right:5px;display:inline-block}.rating__search{margin-bottom:6px}.rating__search input{flex:1}.mail__row--new{font-weight:700}.mail__title{text-overflow:ellipsis;white-space:nowrap;color:#5a5a5a;flex:1;overflow:hidden}.mail__form{flex-direction:column;gap:8px;min-width:360px;display:flex}.mail__form input{font:inherit;border:1px solid #d9cba4;border-radius:8px;padding:8px 10px}.usermenu__avatar{object-fit:cover;border:2px solid #e7dcc0;border-radius:50%;width:72px;height:72px;margin:0 auto 6px;display:block}@media (width<=720px){.modal{padding:10px}.rating__list,.mail__form,.sign__edit,.settings__row,.actionlist{min-width:0}.notice-popup{max-width:calc(100vw - 20px)}}
