.admin-shell{--admin-accent-1:#2d3641;--admin-accent-2:#5a6673;--admin-accent-soft:#eef1f4;--admin-bg:#f2f2f1;--admin-bg-alt:#f7f7f6;--admin-bg-soft:#ececeb;--admin-surface:#fff;--admin-surface-soft:#fafafa;--admin-surface-muted:#f3f4f5;--admin-text-main:#1f2429;--admin-text-soft:#40474f;--admin-text-muted:#636b73;--admin-border:#d5d8dc;--admin-border-strong:#c8ccd1;--admin-shadow-soft:0 8px 22px rgba(0,0,0,.07);--admin-shadow-strong:0 18px 42px rgba(0,0,0,.18);min-height:100vh;display:flex;position:relative;isolation:isolate;background:linear-gradient(180deg,var(--admin-bg) 0,var(--admin-bg-alt) 50%,var(--admin-bg-soft) 100%);color:var(--admin-text-main);font-family:Segoe UI,Noto Sans,system-ui,-apple-system,sans-serif;line-height:1.58}.admin-shell *{box-sizing:border-box}.admin-shell:before{content:none;position:fixed;inset:0;pointer-events:none;z-index:-1;background:none}.admin-shell-loading{min-height:100vh;display:grid;place-items:center;background:linear-gradient(180deg,var(--admin-bg) 0,var(--admin-bg-alt) 58%,var(--admin-bg-soft) 100%)}.admin-shell-loading__card{padding:1rem 1.45rem;border-radius:14px;background-color:var(--admin-surface);border:1px solid var(--admin-border);box-shadow:var(--admin-shadow-soft);font-size:.95rem;font-weight:700;color:var(--admin-text-main)}.admin-shell__backdrop{position:fixed;inset:0;background:rgba(10,18,36,.54);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:80}.admin-shell__backdrop--visible{opacity:1;pointer-events:auto}.admin-shell__sidebar{width:312px;flex-shrink:0;background:linear-gradient(190deg,#fff,#f6f6f5);color:var(--admin-text-main);display:flex;flex-direction:column;gap:1rem;border-right:1px solid var(--admin-border);box-shadow:8px 0 20px rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;padding:1.05rem .95rem 1rem;z-index:90}.admin-shell__sidebar::-webkit-scrollbar{width:7px}.admin-shell__sidebar::-webkit-scrollbar-thumb{background:#c6cdd4;border-radius:999px}.admin-shell__brand{border:1px solid var(--admin-border);border-radius:14px;padding:.82rem .92rem;background:linear-gradient(180deg,#fff,#f2f3f4);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9)}.admin-shell__brand-subtitle{margin:0;font-size:.72rem;opacity:1;letter-spacing:.09em;text-transform:uppercase;color:var(--admin-text-muted)}.admin-shell__brand-title{margin:.28rem 0 0;font-size:1.12rem;line-height:1.35;letter-spacing:.01em;color:var(--admin-text-main);font-weight:700}.admin-shell__nav{display:flex;flex-direction:column;gap:.54rem}.admin-shell__nav-link{display:block;border-radius:12px;border:1px solid transparent;padding:.66rem .74rem;text-decoration:none;color:inherit;text-align:left;transition:all .22s ease;background:#fff}.admin-shell__nav-link:hover{border-color:var(--admin-border-strong);background:#f1f3f5;transform:translateY(-1px)}.admin-shell__nav-link--active{background:linear-gradient(180deg,#eceff2,#e6eaee);border-color:#c6cdd4;color:#21282f;box-shadow:0 6px 14px rgba(0,0,0,.08)}.admin-shell__nav-link--disabled{opacity:.6;cursor:not-allowed;border-color:#e0e4e8;background:#f5f6f7}.admin-shell__nav-link--disabled:hover{transform:none;border-color:#e0e4e8;background:#f5f6f7}.admin-shell__nav-label{display:block;font-size:.92rem;font-weight:700;line-height:1.35}.admin-shell__nav-description{display:block;margin-top:.2rem;font-size:.77rem;line-height:1.42;opacity:1;color:var(--admin-text-soft)}.admin-shell__logout{margin-top:auto;border:1px solid var(--admin-border-strong);border-radius:11px;background:linear-gradient(180deg,#fff,#eff1f4);color:var(--admin-text-main);min-height:44px;padding:.62rem .82rem;font-size:.91rem;font-weight:650;cursor:pointer;transition:all .2s ease}.admin-shell__logout:hover{background:#e9edf1}.admin-shell__main{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.95rem;padding:1rem}.admin-shell__header{position:-webkit-sticky;position:sticky;top:1rem;z-index:20;background-color:hsla(0,0%,100%,.95);border:1px solid var(--admin-border);border-radius:15px;box-shadow:var(--admin-shadow-soft);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;gap:.82rem;padding:.85rem 1rem}.admin-shell__header-content{min-width:0}.admin-shell__crumb{margin:0;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--admin-text-muted);font-weight:600}.admin-shell__title{margin:.18rem 0 0;color:var(--admin-text-main);font-size:1.22rem;line-height:1.35}.admin-shell__subtitle{margin:.24rem 0 0;color:var(--admin-text-soft);font-size:.91rem;line-height:1.58;max-width:70ch}.admin-shell__menu-toggle,.admin-shell__quick-home{border-radius:10px;border:1px solid var(--admin-border-strong);background:linear-gradient(180deg,#fff,#f2f3f5);color:#2f3741;min-height:40px;padding:.45rem .78rem;font-size:.87rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.08)}.admin-shell__menu-toggle:hover,.admin-shell__quick-home:hover{border-color:color-mix(in srgb,var(--admin-accent-1) 46%,var(--admin-border) 54%);color:color-mix(in srgb,var(--admin-accent-1) 88%,#2f3741 12%)}.admin-shell__menu-toggle{display:none}.admin-shell__quick-home{margin-left:auto}.admin-shell__content{flex:1 1;min-height:0;border:1px solid var(--admin-border);border-radius:15px;padding:.9rem;overflow:auto;background:linear-gradient(145deg,hsla(0,0%,100%,.98),hsla(0,0%,96%,.92));box-shadow:var(--admin-shadow-soft)}.admin-shell__section-intro{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(235px,1fr);grid-gap:.82rem;gap:.82rem;margin-bottom:.95rem}.admin-shell__section-intro-main,.admin-shell__section-tip{background-color:var(--admin-surface);border:1px solid var(--admin-border);border-radius:14px;padding:.82rem .95rem;box-shadow:0 8px 20px rgba(0,0,0,.07)}.admin-shell__section-intro-main{border-left:5px solid var(--admin-accent-1)}.admin-shell__section-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;color:var(--admin-text-muted);font-weight:700}.admin-shell__section-title{margin:.28rem 0 0;font-size:1.08rem;line-height:1.4;color:var(--admin-text-main)}.admin-shell__section-description{margin:.34rem 0 0;font-size:.91rem;line-height:1.66;color:var(--admin-text-soft)}.admin-shell__section-tip{background:linear-gradient(145deg,var(--admin-accent-soft) 0,hsla(0,0%,100%,.96) 100%);border-color:color-mix(in srgb,var(--admin-accent-1) 20%,var(--admin-border) 80%)}.admin-shell__section-tip-label{margin:0;font-size:.73rem;letter-spacing:.06em;text-transform:uppercase;color:var(--admin-text-soft);font-weight:700}.admin-shell__section-tip-text{margin:.32rem 0 0;font-size:.91rem;line-height:1.64;color:var(--admin-text-soft)}.admin-shell__section-body{background-color:hsla(0,0%,100%,.94);border:1px solid var(--admin-border);border-radius:14px;padding:.95rem;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8)}.admin-shell__section-body>br{display:none}.admin-shell__section-body #container,.admin-shell__section-body #container-main-g,.admin-shell__section-body #mtcont,.admin-shell__section-body .article-main,.admin-shell__section-body .form-container,.admin-shell__section-body .gallery-container{width:100%}.admin-shell__section-body #main,.admin-shell__section-body .form-div,.admin-shell__section-body .gallery-container form,.admin-shell__section-body .main-conatiner,.admin-shell__section-body form{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;gap:.75rem;margin:0 0 1rem}.admin-shell__section-body .main-content{width:100%;min-height:0;height:auto!important;margin-bottom:.58rem}.admin-shell__section-body #main{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(1160px,100vw - 1.8rem);max-height:calc(100vh - 2rem);overflow:auto;z-index:1200;margin:0;padding:3.1rem 1rem 1rem;border:1px solid var(--admin-border);border-radius:16px;background:linear-gradient(180deg,#fff,#f4f4f4);box-shadow:var(--admin-shadow-strong),0 0 0 100vmax rgba(10,18,34,.55)}.admin-shell__section-body #main:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;border:1px solid hsla(0,0%,100%,.6)}.admin-shell__section-body #main .child-container{flex:1 1 280px;min-width:240px}.admin-shell__section-body #main .admin-modal-close{position:absolute;top:.72rem;right:.74rem;width:40px;height:40px;border-radius:999px;border:1px solid var(--admin-border)!important;background:linear-gradient(180deg,#fff,#f1f2f4)!important;color:#2b333d!important;font-size:1rem;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.14)!important}.admin-shell__section-body #main .admin-modal-close:hover{border-color:color-mix(in srgb,var(--admin-accent-1) 55%,var(--admin-border) 45%)!important;color:color-mix(in srgb,var(--admin-accent-1) 88%,#2f3741 12%)!important}.admin-shell__section-body .child-container{flex:1 1 260px;min-width:220px}.admin-shell__section-body label{font-size:.86rem;color:var(--admin-text-soft);font-weight:600}.admin-shell__section-body .form-input,.admin-shell__section-body .tt,.admin-shell__section-body input[type=date],.admin-shell__section-body input[type=email],.admin-shell__section-body input[type=file],.admin-shell__section-body input[type=number],.admin-shell__section-body input[type=password],.admin-shell__section-body input[type=text],.admin-shell__section-body input[type=url],.admin-shell__section-body select,.admin-shell__section-body textarea{width:100%;min-height:44px;border:1px solid var(--admin-border-strong)!important;border-radius:11px;background:linear-gradient(180deg,#fefefe,#f7f7f7)!important;color:var(--admin-text-main)!important;padding:.64rem .78rem;font-size:.95rem!important;font-weight:500;line-height:1.64;letter-spacing:.01em;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;box-shadow:inset 0 1px 2px rgba(0,0,0,.03)}.admin-shell__section-body .form-input:focus,.admin-shell__section-body .tt:focus,.admin-shell__section-body input:focus,.admin-shell__section-body select:focus,.admin-shell__section-body textarea:focus{outline:none;border-color:color-mix(in srgb,var(--admin-accent-1) 56%,var(--admin-border) 44%)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--admin-accent-soft) 74%,#fff 26%);background:#fff!important}.admin-shell__section-body textarea{min-height:130px;resize:vertical;font-size:.99rem!important;line-height:1.72}.admin-shell__section-body .tt::placeholder,.admin-shell__section-body input::placeholder,.admin-shell__section-body textarea::placeholder{color:#7b828a;opacity:.94}.admin-shell__section-body .form-file-input,.admin-shell__section-body input[type=file]{padding:.53rem .62rem;color:#3e454d;background:#f6f6f6!important}.admin-shell__section-body input[type=file]::-webkit-file-upload-button{border:1px solid var(--admin-border-strong);border-radius:8px;background:linear-gradient(180deg,#fff,#eff1f4);color:#2c3440;padding:.36rem .65rem;margin-right:.65rem;font-weight:700;cursor:pointer}.admin-shell__section-body input[type=file]::file-selector-button{border:1px solid var(--admin-border-strong);border-radius:8px;background:linear-gradient(180deg,#fff,#eff1f4);color:#2c3440;padding:.36rem .65rem;margin-right:.65rem;font-weight:700;cursor:pointer}.admin-shell__section-body .btncontainer{width:100%;display:flex;flex-wrap:wrap;gap:.58rem}.admin-shell__section-body #bnbtn,.admin-shell__section-body #bnbtn1,.admin-shell__section-body .btncontainer button,.admin-shell__section-body .form-button,.admin-shell__section-body .form-div button,.admin-shell__section-body button[type=submit]{border:none!important;border-radius:10px;background:linear-gradient(135deg,var(--admin-accent-1) 0,var(--admin-accent-2) 100%)!important;color:#fff!important;min-height:42px;padding:.65rem .98rem!important;font-size:.88rem;letter-spacing:.01em;font-weight:700;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.16);transition:transform .17s ease,filter .17s ease}.admin-shell__section-body #bnbtn1:hover,.admin-shell__section-body #bnbtn:hover,.admin-shell__section-body .btncontainer button:hover,.admin-shell__section-body .form-button:hover,.admin-shell__section-body .form-div button:hover,.admin-shell__section-body button[type=submit]:hover{filter:brightness(1.06);transform:translateY(-1px)}.admin-shell__section-body #article-height,.admin-shell__section-body .article-height{width:100%!important;max-height:25rem;overflow:auto;padding:.68rem;border-radius:12px;border:1px solid var(--admin-border);background:linear-gradient(180deg,#fff,#f6f6f6);margin-bottom:.86rem;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.85)}.admin-shell__section-body .child-main-container{width:100%;border:1px solid var(--admin-border)!important;border-radius:11px;background:linear-gradient(180deg,#fff,#f5f5f5)!important;color:var(--admin-text-main)!important;display:flex;align-items:center;gap:.56rem;padding:.6rem .74rem;box-shadow:0 5px 12px rgba(16,40,82,.08)}.admin-shell__section-body .child-main-container:hover{border-color:color-mix(in srgb,var(--admin-accent-1) 34%,var(--admin-border) 66%)!important}.admin-shell__section-body .child-main-container .cont1{flex:1 1 auto!important;width:auto!important;min-width:0;display:flex;align-items:center;gap:.62rem!important;font-size:.94rem;font-weight:650}.admin-shell__section-body .child-main-container .cont2{flex:0 0 auto!important;width:auto!important}.admin-shell__section-body .cont1 span{color:var(--admin-text-main)!important;min-width:0;max-width:100%}.admin-shell__section-body .cont1 span:first-child{flex:0 0 auto;white-space:nowrap}.admin-shell__section-body .cont1 .admin-row-label,.admin-shell__section-body .cont1 span:last-child{flex:1 1 auto;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.35}.admin-shell__request-progress-overlay{position:fixed;inset:0;z-index:2800;background:rgba(15,23,42,.34);display:flex;align-items:center;justify-content:center;padding:1rem}.admin-shell__request-progress-modal{width:min(92vw,360px);background:#fff;border:1px solid #d5dde8;border-radius:14px;padding:1rem 1rem .9rem;box-shadow:0 16px 34px rgba(2,6,23,.22);display:flex;flex-direction:column;align-items:center;gap:.45rem}.admin-shell__request-progress-spinner{width:34px;height:34px;border-radius:50%;border:3px solid #dbe5f2;border-top-color:#3f4f66;animation:admin-shell-upload-spin .9s linear infinite}.admin-shell__request-progress-label{margin:0;font-size:.9rem;font-weight:700;color:#334155;text-align:center}.admin-shell__request-progress-percent{margin:0;font-size:1.15rem;font-weight:800;color:#1f2937}.admin-shell__request-progress-track{width:100%;height:8px;border-radius:999px;background:#e7edf6;overflow:hidden}.admin-shell__request-progress-fill{display:block;height:100%;background:linear-gradient(90deg,#3f4f66,#4f6988);width:0;transition:width .16s ease}@keyframes AdminShell_admin-shell-upload-spin__UFEga{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin-shell__section-body .cont2{display:flex;align-items:center;justify-content:flex-end;gap:.56rem!important}.admin-shell__section-body .cont2 svg{width:31px;height:31px;padding:6px;border-radius:8px;border:1px solid var(--admin-border);background:var(--admin-surface-muted);color:#3f4852;cursor:pointer;transition:all .16s ease}.admin-shell__section-body .cont2 svg:hover{color:var(--admin-accent-1);border-color:color-mix(in srgb,var(--admin-accent-1) 42%,var(--admin-border) 58%);background:#fff}.admin-shell__section-body .cont2 .admin-reorder-step-button{flex:0 0 auto}.admin-shell__section-body .cont2 .admin-reorder-step-button svg{width:13px!important;height:13px!important;padding:0!important;border:none!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}.admin-shell__section-body .child-main-container img,.admin-shell__section-body .main-content img{width:48px!important;height:48px!important;border-radius:9px;object-fit:cover;border:1px solid #d1d5db;padding:0}.admin-shell__section-body .pagination{display:flex;flex-wrap:wrap;align-items:center;gap:.48rem;margin-top:.28rem}.admin-shell__section-body .pagination button{border:1px solid var(--admin-border)!important;border-radius:9px;background:linear-gradient(180deg,#fff,#eff1f4)!important;color:#38424e!important;font-weight:650!important;padding:.38rem .64rem!important;min-width:38px;box-shadow:0 4px 10px rgba(0,0,0,.08)}.admin-shell__section-body .pagination button:hover{background:var(--admin-accent-soft)!important;border-color:color-mix(in srgb,var(--admin-accent-1) 40%,var(--admin-border) 60%)!important}.admin-shell__section-body .pagination button[style*=bold]{color:#fff!important;border-color:transparent!important;background:linear-gradient(135deg,var(--admin-accent-1) 0,var(--admin-accent-2) 100%)!important}.admin-shell__section-body .form-div{border:1px solid var(--admin-border);border-radius:12px;padding:.76rem;background:linear-gradient(180deg,#fff,#f7fbff)}.admin-shell__section-body .form-div input,.admin-shell__section-body .form-div select{flex:1 1 210px}.admin-shell__section-body .main-menu{margin-top:.62rem;display:grid;grid-gap:.66rem;gap:.66rem}.admin-shell__section-body .main-child{border:1px solid var(--admin-border);border-radius:11px;background:linear-gradient(180deg,#fff,#f6f6f6);padding:.66rem .74rem}.admin-shell__section-body .p-div{display:flex;justify-content:space-between;align-items:center;gap:.48rem;color:#2c343e;font-weight:700}.admin-shell__section-body .children-list{margin-top:.52rem;margin-left:0;border-left:3px solid color-mix(in srgb,var(--admin-accent-1) 58%,#c4c9cf 42%);padding-left:.74rem}.admin-shell__section-body .child-item{margin:.38rem 0;border-radius:8px;padding:.38rem .58rem;background:color-mix(in srgb,var(--admin-accent-soft) 76%,#f7f7f7 24%);color:#3a434e;font-size:.9rem;line-height:1.5}.admin-shell__section-body #fiille,.admin-shell__section-body #textareabox,.admin-shell__section-body #textareachild{width:100%!important;height:auto!important}.admin-shell__section-body #textareachild{min-height:90px}.admin-shell__section-body #textareabox{min-height:146px}.admin-shell__section-body .article-main{width:100%!important}.admin-shell__section-body .ql-toolbar.ql-snow{border:1px solid var(--admin-border);border-radius:11px 11px 0 0;background:linear-gradient(180deg,#f8f8f8,#f1f2f4)!important;position:-webkit-sticky;position:sticky;top:0;z-index:3}.admin-shell__section-body .ql-container.ql-snow{border:1px solid var(--admin-border);border-top:none;border-radius:0 0 11px 11px;min-height:255px;background:#fff}.admin-shell__section-body .ql-editor{min-height:230px;font-size:1rem;color:var(--admin-text-main);line-height:1.84;letter-spacing:.01em;padding:1rem .96rem}.admin-shell__section-body #main .ql-container.ql-snow{min-height:430px}.admin-shell__section-body #main .ql-editor{min-height:390px}.admin-shell__section-body .ql-editor img{max-width:100%;width:auto;height:auto;display:block;border-radius:10px;margin:.9rem auto}.admin-shell__section-body .ql-editor embed,.admin-shell__section-body .ql-editor iframe,.admin-shell__section-body .ql-editor object,.admin-shell__section-body .ql-editor video{max-width:100%;width:100%;border-radius:10px}.admin-shell__section-body .ql-editor h1,.admin-shell__section-body .ql-editor h2,.admin-shell__section-body .ql-editor h3,.admin-shell__section-body .ql-editor h4{color:var(--admin-text-main);line-height:1.4}.admin-shell__section-body .ql-editor li,.admin-shell__section-body .ql-editor p{color:var(--admin-text-main)}.admin-shell__section-body .ql-editor ol,.admin-shell__section-body .ql-editor ul{padding-left:1.2rem}.admin-shell__section-body table{width:100%;border-collapse:collapse;border:1px solid var(--admin-border);background-color:#fff}.admin-shell__section-body td,.admin-shell__section-body th{border:1px solid var(--admin-border);padding:.52rem .62rem;text-align:left;color:var(--admin-text-main)}.admin-shell__section-body th{background:#f1f2f4;color:#2f3741;font-weight:700}.admin-shell__section-body hr{border:none;border-top:1px solid var(--admin-border)}@media screen and (max-width:1260px){.admin-shell__sidebar{width:292px}.admin-shell__header{top:.8rem}.admin-shell__main{padding:.84rem}}@media screen and (max-width:1024px){.admin-shell__menu-toggle{display:inline-flex}.admin-shell__sidebar{position:fixed;left:0;top:0;transform:translateX(-110%);transition:transform .22s ease;width:min(320px,100vw - 2.2rem);border-radius:0 14px 14px 0}.admin-shell__sidebar--open{transform:translateX(0)}.admin-shell__main{width:100%}.admin-shell__section-intro{grid-template-columns:1fr}}@media screen and (max-width:760px){.admin-shell__main{padding:.65rem;gap:.72rem}.admin-shell__header{top:.6rem;flex-wrap:wrap;padding:.72rem .78rem;border-radius:13px}.admin-shell__quick-home{margin-left:0}.admin-shell__title{font-size:1.06rem}.admin-shell__subtitle{font-size:.84rem}.admin-shell__content{padding:.62rem;border-radius:13px}.admin-shell__section-body{padding:.66rem;border-radius:12px}.admin-shell__section-body .child-container,.admin-shell__section-body .form-div input,.admin-shell__section-body .form-div select,.admin-shell__section-body .gallery-container form>*{flex:1 1 100%;min-width:100%}.admin-shell__section-body #bnbtn,.admin-shell__section-body #bnbtn1,.admin-shell__section-body .btncontainer,.admin-shell__section-body .btncontainer button,.admin-shell__section-body .form-button,.admin-shell__section-body button[type=submit]{width:100%}.admin-shell__section-body #article-height,.admin-shell__section-body .article-height{max-height:none}.admin-shell__section-body #main{width:calc(100vw - .9rem);max-height:calc(100vh - .9rem);padding:2.72rem .74rem .74rem;border-radius:13px}.admin-shell__section-body #main .admin-modal-close{top:.58rem;right:.58rem;width:38px;height:38px}.admin-shell__section-body .child-main-container{flex-direction:column;align-items:flex-start}.admin-shell__section-body .cont1{width:100%;gap:.45rem!important;flex-wrap:wrap}.admin-shell__section-body .cont2{width:100%;justify-content:flex-start;padding-top:.36rem;border-top:1px dashed #ccd1d7}.admin-shell__section-body .ql-toolbar.ql-snow{position:static}}@media screen and (max-width:480px){.admin-shell__section-intro-main,.admin-shell__section-tip{padding:.74rem .76rem}.admin-shell__section-body .form-input,.admin-shell__section-body input[type=file],.admin-shell__section-body input[type=text],.admin-shell__section-body select,.admin-shell__section-body textarea{font-size:.92rem!important}.admin-shell__section-body .pagination{gap:.34rem}.admin-shell__section-body .pagination button{min-width:34px;padding:.32rem .52rem!important}}