:root{--ink:#14140f;--muted:#6f7068;--line:#e7e5dc;--paper:#f7f6f1;--card:#fff;--accent:#dfff52;--accent-dark:#bddd32;--danger:#c74444;--blue:#3979d8;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--paper)}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}.eyebrow{color:#7c7e70;letter-spacing:.16em;margin:0 0 8px;font-size:11px;font-weight:800}.brand-mark{background:var(--accent);width:54px;height:54px;box-shadow:5px 5px 0 var(--ink);border-radius:18px;place-items:center;font:900 27px/1 Georgia,serif;display:grid;transform:rotate(-4deg)}.brand-mark.small{width:36px;height:36px;box-shadow:3px 3px 0 var(--ink);border-radius:11px;font-size:19px}.button{border:1px solid var(--ink);border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:750;transition:transform .15s,box-shadow .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--accent);box-shadow:3px 3px 0 var(--ink)}.button.primary:hover{box-shadow:1px 1px 0 var(--ink)}.button.secondary{background:var(--card);border-color:var(--line)}.button.wide{width:100%}.button:disabled{opacity:.55;cursor:wait}.text-button{color:var(--muted);background:0 0;border:0;text-decoration:underline}.form-error{color:var(--danger);margin:0;font-size:14px}.auth-shell{background:radial-gradient(circle at 16% 20%, #efffc1 0, transparent 26%), radial-gradient(circle at 85% 80%, #d9e9ff 0, transparent 25%), var(--paper);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{border:1px solid var(--line);background:#ffffffe6;border-radius:28px;width:min(100%,460px);padding:42px;box-shadow:0 24px 80px #1d1d131a}.auth-card .brand-mark{margin-bottom:35px}.auth-card h1{letter-spacing:-.035em;margin:0;font:700 clamp(31px,6vw,43px)/1.06 Georgia,serif}.auth-card>.muted{margin:18px 0 28px;line-height:1.55}.auth-form{gap:16px;display:grid}label{color:#44453f;gap:7px;font-size:13px;font-weight:700;display:grid}input,textarea,select{width:100%;color:var(--ink);background:#fff;border:1px solid #d9d8d0;border-radius:11px;outline:none;padding:12px 13px}input:focus,textarea:focus,select:focus{border-color:#979b73;box-shadow:0 0 0 3px #eff9c9}textarea{resize:vertical;min-height:92px}label small{color:var(--muted);font-weight:400;line-height:1.4}.admin-layout{min-height:100vh}.sidebar{z-index:5;color:#fff;background:#1c1d19;border-right:1px solid #292a25;flex-direction:column;width:248px;padding:26px 18px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{align-items:center;gap:13px;padding:0 8px 36px;display:flex}.sidebar-brand div{gap:3px;display:grid}.sidebar-brand small{color:#8d8f87;font-size:11px}.sidebar nav{gap:6px;display:grid}.sidebar nav button,.sidebar nav a{color:#aaaca4;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px;display:flex}.sidebar nav button span,.sidebar nav a span{font-size:18px}.sidebar nav button b{background:var(--accent);color:var(--ink);border-radius:99px;margin-left:auto;padding:2px 7px;font-size:11px}.sidebar nav button.active,.sidebar nav button:hover,.sidebar nav a:hover{color:#fff;background:#30312b}.logout{color:#aaa;background:0 0;border:1px solid #393a34;border-radius:10px;margin-top:auto;padding:11px}.admin-main{min-height:100vh;margin-left:248px;padding:56px clamp(24px,5vw,76px)}.admin-main>section{max-width:1080px;margin:0 auto}.mobile-header,.mobile-tabs{display:none}.page-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:32px;display:flex}.page-heading h1{letter-spacing:-.03em;margin:0;font:700 45px/1 Georgia,serif}.page-heading .muted{margin:12px 0 0}.stats-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px;display:grid}.stats-grid article{border:1px solid var(--line);background:var(--card);border-radius:16px;gap:12px;min-height:115px;padding:20px;display:grid}.stats-grid span{color:var(--muted);font-size:13px}.stats-grid strong{align-self:end;font:700 28px/1 Georgia,serif}.order-list{gap:12px;display:grid}.order-card{border:1px solid var(--line);background:var(--card);border-radius:16px;padding:20px}.order-top,.order-body,.customer-line{justify-content:space-between;gap:16px;display:flex}.order-top>div{gap:5px;display:grid}.order-top>div span,.customer-line{color:var(--muted);font-size:12px}.status{background:#f1f1ed;border-radius:99px;align-self:flex-start;padding:5px 9px;font-size:11px;font-weight:800}.status.new{background:#eefbba}.status.confirmed{color:#225fae;background:#dceaff}.order-body{border-top:1px solid var(--line);align-items:flex-end;margin:20px 0 14px;padding-top:14px}.order-body p{margin:4px 0;font-size:14px}.order-body>strong{font:700 20px Georgia,serif}.customer-line{flex-wrap:wrap}.order-comment{border-left:2px solid var(--accent-dark);color:#55564f;padding-left:10px;font-size:13px}.order-card select{width:auto;margin-top:14px;padding:7px 10px;font-size:12px}.empty-state{min-height:260px;color:var(--muted);text-align:center;border:1px dashed #d5d3c9;border-radius:18px;align-content:center;place-items:center;display:grid}.empty-state>span{font-size:34px}.empty-state h3{color:var(--ink);margin:12px 0 4px}.empty-state p{margin:0;font-size:13px}.panel{border:1px solid var(--line);background:var(--card);border-radius:18px;margin-bottom:24px;padding:24px}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-grid .full{grid-column:1/-1}.panel-title{border-bottom:1px solid var(--line);grid-column:1/-1;justify-content:space-between;align-items:flex-start;padding-bottom:18px;display:flex}.panel-title h2{margin:0;font:700 22px Georgia,serif}.panel-title p{color:var(--muted);margin:6px 0 0;font-size:12px}.checkbox{align-items:center;gap:8px;display:flex}.checkbox input{width:16px}.image-upload{gap:9px;display:grid}.image-upload>label:first-child{display:block}.image-upload-row{background:#fafaf7;border:1px dashed #cfcec5;border-radius:14px;align-items:center;gap:16px;padding:14px;display:flex}.image-preview{color:#7b7d70;background:#ecece5;border-radius:11px;flex:none;place-items:center;width:104px;height:86px;font:700 26px Georgia,serif;display:grid;overflow:hidden}.image-preview img{object-fit:cover;width:100%;height:100%}.image-upload-controls{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.image-upload-controls>span{color:var(--muted);font-size:11px}.upload-button{min-height:38px;padding:0 14px;font-size:12px}.upload-button.disabled{opacity:.55;cursor:wait}.upload-button input{display:none}.image-upload-controls .text-button{padding:0;font-size:11px}.image-url-fallback{margin-top:3px}.product-admin-grid{gap:12px;display:grid}.admin-product{border:1px solid var(--line);background:var(--card);border-radius:16px;grid-template-columns:100px 1fr auto;align-items:center;gap:18px;padding:14px;display:grid;position:relative}.admin-product-image{background:#f0f0e9;border-radius:11px;place-items:center;width:100px;height:90px;font:700 28px Georgia,serif;display:grid;overflow:hidden}.admin-product-image img{object-fit:cover;width:100%;height:100%}.admin-product small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.admin-product h3{margin:5px 0}.admin-product p{max-width:600px;color:var(--muted);margin:0 0 7px;font-size:13px}.visibility{color:#777;background:#eee;border-radius:99px;padding:5px 8px;font-size:10px;font-weight:800}.visibility.on{color:#566500;background:#eefbba}.row-actions{grid-column:2/-1;gap:8px;display:flex}.row-actions button{color:var(--blue);background:0 0;border:0;padding:0;font-size:12px}.row-actions button.danger{color:var(--danger)}.category-heading{align-items:center}.category-heading .button.primary{min-width:190px}.category-table-wrap{border:1px solid var(--line);background:var(--card);border-radius:18px;overflow:hidden}.category-table{border-collapse:collapse;width:100%}.category-table th{color:var(--muted);letter-spacing:.04em;text-align:left;text-transform:uppercase;padding:16px 18px;font-size:11px;font-weight:800}.category-table td{border-top:1px solid var(--line);color:#373832;padding:14px 18px;font-size:13px}.category-table th:first-child,.category-table td:first-child{text-align:center;width:120px}.category-table th:nth-child(2),.category-table td:nth-child(2){width:120px}.category-table th:nth-child(4),.category-table td:nth-child(4){width:90px}.activity-dot{color:#999;border:1px solid #bebfb8;border-radius:50%;place-items:center;width:24px;height:24px;font-weight:900;display:inline-grid}.activity-dot.active{color:#16b978;border-color:#27ca85}.category-name-cell{width:100%;color:var(--ink);text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:flex}.category-name-cell>img,.category-name-cell>span{color:#5e671d;object-fit:cover;background:#eff4dc;border-radius:9px;flex:none;place-items:center;width:48px;height:40px;font:700 17px Georgia,serif;display:grid;overflow:hidden}.category-actions{justify-content:flex-end;gap:10px;display:flex}.category-actions button{color:var(--blue);background:0 0;border:0;padding:3px 0;font-size:12px}.category-actions button.danger{color:var(--danger)}.category-table-footer{border-top:1px solid var(--line);color:var(--muted);padding:14px 18px;font-size:12px}.empty-state.compact{min-height:210px;margin:0 14px 14px}.category-form{max-width:820px}.category-form .checkbox{justify-content:flex-start}.category-form-actions{gap:10px;display:flex}.category-upload-row{max-width:610px}.category-image-preview{width:170px;height:110px}.product-heading{align-items:center}.product-heading-actions{gap:10px;display:flex}.product-availability{border:1px solid var(--line);background:var(--card);border-radius:16px;gap:6px;margin-bottom:22px;padding:18px;display:grid}.product-availability progress{width:min(300px,100%);height:7px;accent-color:var(--blue)}.product-availability span{color:var(--muted);font-size:12px}.product-filter-toggle{color:#3e4a52;background:0 0;border:0;margin-bottom:9px;padding:5px 0}.product-filters{grid-template-columns:1fr 240px;gap:10px;margin-bottom:12px;display:grid}.product-table-wrap{border:1px solid var(--line);background:var(--card);border-radius:18px;overflow:hidden}.product-table{border-collapse:collapse;width:100%}.product-table th{color:var(--muted);letter-spacing:.03em;text-align:left;text-transform:uppercase;padding:14px 12px;font-size:10px;font-weight:800}.product-table td{border-top:1px solid var(--line);vertical-align:middle;padding:12px;font-size:12px}.product-table th:first-child,.product-table td:first-child{text-align:center;width:95px}.product-table th:nth-child(2),.product-table td:nth-child(2){width:90px}.product-table th:nth-child(3),.product-table td:nth-child(3){width:88px}.product-table-image{width:54px;height:54px;color:var(--muted);background:#f0f0e9;border-radius:10px;place-items:center;display:grid;overflow:hidden}.product-table-image img{object-fit:cover;width:100%;height:100%}.product-table-name{max-width:270px;color:var(--ink);text-align:left;background:0 0;border:0;gap:4px;padding:0;display:grid}.product-table-name small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-table td del,.admin-product del{color:var(--muted);margin-top:3px;font-size:10px;display:block}.product-editor-tabs{border-bottom:1px solid var(--line);gap:2px;display:flex}.product-editor-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:13px 22px;font-weight:750}.product-editor-tabs button.active{border-bottom-color:var(--blue);color:var(--ink)}.product-editor-layout{grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);align-items:start;gap:18px;display:grid}.product-editor-panel,.product-phone-preview{border:1px solid var(--line);background:var(--card);border-radius:0 0 18px 18px}.product-editor-panel{min-height:700px;padding:22px}.product-main-fields{grid-template-columns:1fr 1fr;gap:17px;display:grid}.product-main-fields .full{grid-column:1/-1}.product-main-fields textarea{min-height:76px}.switch-field{align-content:start;justify-items:start;display:grid}.switch-field.horizontal{grid-template-columns:auto auto;justify-content:start;align-items:center;column-gap:12px}.switch-field.horizontal small{grid-column:1/-1}.switch-control{width:32px;height:20px;display:inline-flex;position:relative}.switch-control input{opacity:0;width:1px;height:1px;position:absolute}.switch-control i{background:#dedfdd;border-radius:99px;width:32px;height:20px;transition:background .15s}.switch-control i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;margin:2px;transition:transform .15s;display:block;box-shadow:0 1px 4px #0002}.switch-control input:checked+i:after{transform:translate(12px)}.rich-description{gap:7px;display:grid}.rich-description .ql-toolbar.ql-snow{background:#fafafa;border-color:#d9d8d0;border-radius:11px 11px 0 0}.rich-description .ql-container.ql-snow{min-height:260px;font:inherit;border-color:#d9d8d0;border-radius:0 0 11px 11px}.rich-description .ql-editor{min-height:260px;color:var(--ink);font-size:14px;line-height:1.55}.rich-description .ql-editor.ql-blank:before{color:#9a9b95;font-style:normal}.badge-switches{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.discount-preview{color:#1767df;background:#eef4ff;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:13px;display:flex}.discount-preview span{color:#717b89;font-size:12px}.product-editor-actions{border-top:1px solid var(--line);gap:10px;margin-top:24px;padding-top:18px;display:flex}.media-editor{gap:24px;display:grid}.media-editor h2{margin:0 0 7px;font:700 24px Georgia,serif}.media-editor p,.media-group>small{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.media-group{gap:9px;display:grid}.product-image-grid{flex-wrap:wrap;gap:10px;display:flex}.product-image-item,.product-image-add{color:#40505a;text-align:center;background:#fafafa;border:1px dashed #d1d3d2;border-radius:10px;place-items:center;width:118px;height:112px;font-size:12px;display:grid;position:relative;overflow:hidden}.product-image-item img{object-fit:cover;width:100%;height:100%}.product-image-item>span{background:#fff;border-radius:99px;padding:3px 6px;font-size:8px;font-weight:800;position:absolute;bottom:6px;left:6px}.product-image-item>button{width:23px;height:23px;color:var(--danger);background:#fff;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:5px;right:5px;box-shadow:0 2px 8px #0002}.product-image-add input{display:none}.main-image-grid .product-image-item,.main-image-grid .product-image-add{width:150px;height:130px}.image-url-add{grid-template-columns:1fr auto;gap:8px;display:grid}.editor-placeholder{min-height:510px;color:var(--muted);text-align:center;align-content:center;place-items:center;display:grid}.editor-placeholder>span{font-size:36px}.editor-placeholder h2{color:var(--ink);margin:12px 0 6px}.editor-placeholder p{max-width:430px;margin:0;font-size:13px;line-height:1.5}.product-phone-preview{border-radius:18px;place-items:center;min-height:700px;padding:22px;display:grid;position:sticky;top:22px}.phone-frame{background:#0d0d0d;border:8px solid #2b292a;border-radius:55px;width:310px;height:630px;padding:5px;position:relative;box-shadow:0 0 0 2px #806778,0 16px 40px #0002}.phone-screen{background:#fff;border-radius:42px;height:100%;position:relative;overflow:hidden}.phone-status{justify-content:space-between;align-items:center;height:39px;padding:0 20px;font-size:10px;display:flex}.phone-notch{background:#161616;border-radius:20px;width:76px;height:22px;position:absolute;top:9px;left:50%;transform:translate(-50%)}.phone-product-image{background:#f0f0f0;place-items:center;height:290px;display:grid;overflow:hidden}.phone-product-image img{object-fit:cover;width:100%;height:100%}.phone-product-image>div{color:#d3d3d3;place-items:center;gap:12px;display:grid}.phone-product-image>div span{font-size:70px}.phone-product-image>div strong{font-size:22px}.phone-dots{justify-content:center;align-items:center;gap:7px;height:30px;display:flex}.phone-dots i{background:#292929;border-radius:50%;width:9px;height:9px}.phone-dots i.active{border-radius:99px;width:24px}.phone-product-copy{padding:0 12px}.phone-product-copy h3{margin:0 0 14px;font-size:16px}.phone-price,.phone-description{background:#f0f5ff;border-radius:14px;padding:13px}.phone-price{color:#0664ef;align-items:baseline;gap:8px;display:flex}.phone-price del{color:#9299a4;font-size:10px}.phone-description{min-height:44px;max-height:135px;margin:12px 0;font-size:12px;overflow:auto}.rich-text-content{white-space:pre-line;overflow-wrap:anywhere;line-height:1.5}.rich-text-content>:first-child{margin-top:0}.rich-text-content>:last-child{margin-bottom:0}.rich-text-content p{margin:0 0 .65em}.rich-text-content h2,.rich-text-content h3{margin:.8em 0 .35em;line-height:1.25}.rich-text-content h2{font-size:1.25em}.rich-text-content h3{font-size:1.1em}.rich-text-content ol,.rich-text-content ul{margin:.5em 0;padding-left:1.5em}.rich-text-content blockquote{color:#667085;border-left:3px solid #b8c7e3;margin:.65em 0;padding-left:.8em}.rich-text-content a{color:#1469ec;text-decoration:underline}.rich-text-content .ql-align-center{text-align:center}.rich-text-content .ql-align-right{text-align:right}.rich-text-content .ql-align-justify{text-align:justify}.phone-badges,.shop-product-badges{gap:4px;margin-bottom:6px;display:flex}.phone-badges span,.shop-product-badges span{background:var(--accent);border-radius:5px;padding:3px 5px;font-size:8px;font-weight:900}.connection{color:#777;background:#eee;border-radius:99px;padding:7px 10px;font-size:11px;font-weight:800}.danger-button{color:#fff;background:#c74444;border-color:#c74444}.customer-list-heading{margin-bottom:22px}.customer-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:12px;display:flex}.customer-toolbar>span{color:var(--muted);white-space:nowrap;font-size:12px}.customer-search{width:min(440px,100%);display:block;position:relative}.customer-search>span{z-index:1;color:#777970;font-size:21px;position:absolute;top:50%;left:14px;transform:translateY(-52%)}.customer-search input{background:var(--card);padding-left:41px}.customer-table-wrap{border:1px solid var(--line);background:var(--card);border-radius:18px;overflow:hidden}.customer-table{border-collapse:collapse;width:100%}.customer-table th{color:var(--muted);letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:15px 13px;font-size:10px;font-weight:800}.customer-table td{border-top:1px solid var(--line);color:#3b3c36;max-width:170px;padding:13px;font-size:12px}.customer-table tr.blocked{background:#fff8f8}.customer-table a,.customer-orders-link{color:var(--blue);text-underline-offset:2px;text-decoration:underline}.customer-profile-cell{width:100%;color:var(--ink);text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:0;display:flex}.customer-profile-cell>span{color:#4f5c12;background:#edf5c8;border-radius:10px;flex:none;place-items:center;width:31px;height:31px;font:700 14px Georgia,serif;display:grid}.customer-profile-cell strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-orders-link,.customer-view{background:0 0;border:0;padding:0}.customer-view{border:1px solid var(--line);color:#565852;border-radius:9px;place-items:center;width:29px;height:29px;font-size:17px;display:grid}.customer-label{color:#59651c;text-overflow:ellipsis;white-space:nowrap;background:#eff4dc;border-radius:99px;max-width:100%;padding:4px 7px;font-size:10px;font-weight:800;display:inline-block;overflow:hidden}.truncate-cell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-table-footer{border-top:1px solid var(--line);color:var(--muted);padding:13px 16px;font-size:11px}.customer-empty{min-height:235px;margin:0 13px 13px}.customer-detail-heading{align-items:flex-end;margin-bottom:22px}.customer-back{color:var(--blue);background:0 0;border:0;margin:0 0 17px;padding:0;font-size:12px}.customer-stats{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:22px;display:grid}.customer-stats article{color:#fff;background:linear-gradient(135deg,#43d7dc,#5d91f4);border-radius:17px;align-content:space-between;min-height:104px;padding:18px;display:grid}.customer-stats article:nth-child(2){background:linear-gradient(135deg,#e177e6,#8a5ae9)}.customer-stats article:nth-child(3){background:linear-gradient(135deg,#53deb1,#29b6cf)}.customer-stats article:nth-child(4){background:linear-gradient(135deg,#ff9d8b,#f460a2)}.customer-stats span{font-size:12px;font-weight:700}.customer-detail-grid{grid-template-columns:minmax(320px,.92fr) minmax(390px,1.08fr);align-items:start;gap:20px;display:grid}.customer-detail-grid>.panel{margin:0}.customer-profile-title{border-bottom:1px solid var(--line);align-items:center;gap:12px;margin-bottom:22px;padding-bottom:18px;display:flex}.customer-avatar{background:var(--accent);width:48px;height:48px;box-shadow:2px 2px 0 var(--ink);border-radius:15px;flex:none;place-items:center;font:700 21px Georgia,serif;display:grid}.customer-profile-title h2{margin:0 0 4px;font:700 20px Georgia,serif}.customer-profile-title small{color:var(--muted)}.blocked-badge{color:#9b3434;background:#f8dddd;border-radius:99px;margin-left:auto;padding:5px 8px;font-size:9px;font-weight:800}.customer-fields{gap:13px;margin:0;display:grid}.customer-fields>div{background:#f5f6f1;border-radius:11px;gap:5px;padding:11px 13px;display:grid}.customer-fields dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.customer-fields dd{color:#3b3c36;overflow-wrap:anywhere;margin:0;font-size:13px}.customer-fields a{color:var(--blue)}.customer-notes{border-top:1px solid var(--line);gap:13px;margin-top:22px;padding-top:20px;display:grid}.customer-notes textarea{min-height:72px}.customer-notes .button{justify-self:start}.customer-timeline-panel .panel-title{margin-bottom:18px}.customer-timeline{gap:13px;padding-left:22px;display:grid;position:relative}.customer-timeline:before{content:"";background:#e5e6df;width:2px;position:absolute;top:8px;bottom:10px;left:6px}.timeline-event{gap:6px;display:grid;position:relative}.timeline-event:before{z-index:1;content:"";background:#7798c8;border:3px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:-21px;box-shadow:0 0 0 1px #7798c8}.timeline-event.product_added:before{background:#9a77ed;box-shadow:0 0 0 1px #9a77ed}.timeline-event.order_created:before{background:#30c990;box-shadow:0 0 0 1px #30c990}.timeline-event time{color:#8b8e85;font-size:10px}.timeline-event>div{color:#344056;background:#f6f8fb;border:1px solid #e4e8e0;border-left:3px solid #85a5d3;border-radius:9px;align-items:center;gap:10px;min-height:42px;padding:9px 11px;font-size:12px;display:flex}.timeline-event.product_added>div{color:#6848bf;background:#f7f4ff;border-color:#ddd3fa #ddd3fa #ddd3fa #9a77ed}.timeline-event.order_created>div{color:#16734e;background:#effbf6;border-color:#bcead7 #bcead7 #bcead7 #30c990}.timeline-event img{object-fit:cover;border-radius:7px;flex:none;width:38px;height:38px}.timeline-event span{gap:3px;display:grid}.timeline-event span strong{color:inherit;font-size:11px}.toast{z-index:20;border-radius:11px;max-width:430px;padding:12px 16px;font-size:13px;position:fixed;top:22px;right:26px;box-shadow:0 10px 35px #0002}.toast.success{color:#fff;background:#1f211c}.toast.warning{color:#755900;background:#fff5cf}.toast.error{color:#9b2929;background:#fff0f0}.loading{color:var(--muted)}.shop-shell{max-width:720px;min-height:100vh;padding:max(22px, env(safe-area-inset-top)) 16px 110px;background:var(--paper);margin:0 auto}.shop-hero{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr;gap:12px;margin-bottom:28px;padding:8px 2px 23px;display:grid}.shop-logo{border:1px solid var(--ink);background:var(--accent);width:54px;height:54px;box-shadow:3px 3px 0 var(--ink);border-radius:17px;place-items:center;font:800 25px Georgia,serif;display:grid}.shop-hero h1{letter-spacing:-.03em;margin:0;font:700 29px/1.05 Georgia,serif}.shop-hero>p{color:var(--muted);grid-column:1/-1;margin:6px 0 0;font-size:14px;line-height:1.5}.category-picker{scrollbar-width:none;gap:10px;margin:-6px -16px 20px;padding:6px 16px 10px;display:flex;overflow-x:auto}.category-picker::-webkit-scrollbar{display:none}.category-picker>button{width:92px;color:var(--muted);text-align:left;background:0 0;border:0;flex:0 0 92px;gap:7px;padding:0;display:grid}.category-picker-visual{border:1px solid var(--line);color:#566013;background:linear-gradient(145deg,#f3f8df,#e3edc3);border-radius:14px;place-items:center;width:92px;height:68px;font:800 24px Georgia,serif;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid;overflow:hidden}.category-picker-visual img{object-fit:cover;width:100%;height:100%}.category-picker .all-categories{color:#fff;background:#252620;font:800 13px Inter,sans-serif}.category-picker strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.25;overflow:hidden}.category-picker>button.active{color:var(--ink)}.category-picker>button.active .category-picker-visual{border-color:var(--ink);box-shadow:2px 2px 0 var(--ink);transform:translateY(-1px)}.catalog{gap:12px;display:grid}.shop-product{border:1px solid var(--line);background:var(--card);border-radius:18px;grid-template-columns:108px 1fr;gap:14px;min-height:130px;padding:10px;display:grid;position:relative;box-shadow:0 5px 18px #1e1e160a}.product-visual{color:#546014;background:linear-gradient(145deg,#effbc0,#d9eab2);border-radius:12px;place-items:center;font:800 38px Georgia,serif;display:grid;position:relative;overflow:hidden}.product-visual img{object-fit:cover;width:100%;height:100%}.product-visual small{color:#555;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;background:#ffffffe0;border-radius:99px;max-width:calc(100% - 14px);padding:4px 7px;font:700 8px/1 sans-serif;position:absolute;bottom:7px;left:7px;overflow:hidden}.product-copy{min-width:0;padding:6px 37px 6px 0}.product-copy h2{margin:0 0 7px;font:700 18px/1.15 Georgia,serif}.product-copy p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 12px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-copy strong{font-size:15px}.shop-product-price{align-items:baseline;gap:7px;display:flex}.add-button{border:1px solid var(--ink);background:var(--accent);width:32px;height:32px;box-shadow:2px 2px 0 var(--ink);border-radius:10px;place-items:center;font-size:22px;line-height:1;display:grid;position:absolute;bottom:12px;right:12px}.quantity{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:8px;padding:3px;display:flex;position:absolute;bottom:10px;right:10px}.quantity button{background:#f0f0e9;border:0;border-radius:7px;place-items:center;width:26px;height:26px;font-size:17px;display:grid}.quantity b{text-align:center;min-width:12px;font-size:12px}.cart-bar{z-index:10;padding:12px 16px max(12px, env(safe-area-inset-bottom));background:linear-gradient(transparent, var(--paper) 20%);position:fixed;bottom:0;left:0;right:0}.cart-bar button{border:1px solid var(--ink);background:var(--accent);width:min(100%,688px);min-height:54px;box-shadow:3px 3px 0 var(--ink);border-radius:15px;justify-content:space-between;align-items:center;margin:0 auto;padding:0 17px;display:flex}.cart-bar span{font-size:13px}.cart-bar span b{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;margin-right:6px;display:inline-grid}.checkout-overlay{z-index:30;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f0f0a85;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.checkout-sheet{background:var(--paper);width:min(100%,720px);max-height:94vh;padding:10px 18px max(18px, env(safe-area-inset-bottom));border-radius:24px 24px 0 0;overflow-y:auto;box-shadow:0 -20px 60px #0004}.sheet-handle{background:#c8c7bf;border-radius:99px;width:42px;height:4px;margin:0 auto 18px}.checkout-heading{justify-content:space-between;align-items:flex-start;display:flex}.checkout-heading h2{margin:0;font:700 29px Georgia,serif}.checkout-heading button{color:#888;background:0 0;border:0;font-size:29px;line-height:1}.checkout-items{border:1px solid var(--line);background:#fff;border-radius:14px;margin:22px 0;padding:14px}.checkout-items>div{justify-content:space-between;gap:14px;padding:6px 0;font-size:13px;display:flex}.checkout-items .checkout-total{border-top:1px solid var(--line);margin-top:9px;padding-top:14px;font-size:16px}.checkout-sheet label{margin-bottom:13px}.privacy-note{color:var(--muted);text-align:center;margin:12px 10px 2px;font-size:10px;line-height:1.4}.shop-error{color:#972d2d;background:#f9e1e1;border-radius:10px;margin:10px 0;padding:11px;font-size:12px}.success-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:460px;min-height:100vh;padding-bottom:40px;display:flex}.success-screen .success-icon{border:2px solid var(--ink);background:var(--accent);width:78px;height:78px;box-shadow:5px 5px 0 var(--ink);border-radius:28px;place-items:center;margin-bottom:26px;font-size:36px;display:grid}.success-screen h1{margin:0;font:700 45px Georgia,serif}.success-screen>p:not(.eyebrow){color:var(--muted);margin:14px 0 28px;line-height:1.55}.success-screen .text-button{margin-top:18px}@media (max-width:760px){.sidebar{display:none}.admin-main{margin-left:0;padding:22px 14px 50px}.mobile-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.mobile-header button{color:var(--muted);background:0 0;border:0}.mobile-tabs{background:#e9e8e1;border-radius:11px;grid-template-columns:repeat(5,1fr);margin-bottom:30px;padding:3px;display:grid}.mobile-tabs button{color:var(--muted);background:0 0;border:0;border-radius:8px;padding:9px 4px;font-size:12px}.mobile-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #0001}.page-heading h1{font-size:36px}.page-heading .button{display:none}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid article:last-child{grid-column:1/-1}.form-grid{grid-template-columns:1fr}.form-grid .full,.panel-title{grid-column:1}.panel{padding:18px}.image-upload-row{align-items:flex-start}.admin-product{grid-template-columns:76px 1fr}.admin-product-image{width:76px;height:76px}.visibility{position:absolute;top:10px;right:10px}.row-actions{grid-column:2}.category-heading{align-items:flex-start}.category-heading .button{min-width:0;padding:0 12px;font-size:12px;display:inline-flex}.category-table-wrap{overflow-x:auto}.category-table{min-width:680px}.category-form-actions{flex-wrap:wrap}.category-image-preview{width:128px;height:88px}.customer-table-wrap{overflow-x:auto}.customer-table{min-width:930px}.customer-table-footer{position:sticky;left:0}.customer-stats{grid-template-columns:1fr 1fr}.customer-detail-grid{grid-template-columns:1fr}.customer-detail-heading{align-items:flex-start}.customer-detail-heading .button{display:inline-flex}.product-heading{align-items:flex-start}.product-heading-actions{flex-wrap:wrap;justify-content:flex-end}.product-heading-actions .button{display:inline-flex}.product-editor-layout{grid-template-columns:1fr}.product-phone-preview{order:-1;min-height:auto;position:static}.product-table-wrap{overflow-x:auto}.product-table{min-width:780px}.product-filters{grid-template-columns:1fr}.auth-card{padding:30px 24px}.toast{left:14px;right:14px}}@media (max-width:390px){.shop-product{grid-template-columns:94px 1fr}.product-copy h2{font-size:16px}.stats-grid{grid-template-columns:1fr}.stats-grid article:last-child{grid-column:1}.customer-stats,.product-main-fields{grid-template-columns:1fr}.product-main-fields .full{grid-column:1}.badge-switches{grid-template-columns:1fr 1fr}.product-editor-tabs{overflow-x:auto}.product-editor-tabs button{flex:none;padding-inline:15px}.phone-frame{width:274px;height:560px}.phone-product-image{height:245px}}.shop-shell{width:100%;max-width:860px;min-height:100vh;padding:max(14px, env(safe-area-inset-top)) 18px 126px;color:#17191d;background:#fff;margin:0 auto}.store-header{grid-template-columns:44px minmax(0,1fr) 42px;align-items:center;gap:11px;margin-bottom:16px;display:grid}.store-avatar{color:#fff;background:#2f74ed;border-radius:15px;place-items:center;width:44px;height:44px;font-size:20px;font-weight:850;display:grid;box-shadow:0 6px 18px #2f74ed38}.store-header span{color:#9197a1;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:750;display:block}.store-header h1{letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;margin:0;font:800 20px/1.1 Inter,ui-sans-serif,system-ui,sans-serif;overflow:hidden}.header-cart{color:#1c2530;background:#f2f5f9;border:0;border-radius:14px;place-items:center;width:42px;height:42px;display:grid;position:relative}.header-cart:disabled{cursor:default;opacity:.68}.header-cart svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:21px}.header-cart b{color:#fff;background:#2f74ed;border:2px solid #fff;border-radius:99px;place-items:center;min-width:19px;height:19px;padding:0 4px;font-size:9px;display:grid;position:absolute;top:-4px;right:-4px}.promo-strip{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;margin:0 -18px;padding:2px 18px 12px;display:flex;overflow-x:auto}.promo-strip::-webkit-scrollbar{display:none}.promo-card{scroll-snap-align:start;text-align:left;background:#edf0f3;border:0;border-radius:24px;flex:0 0 min(78vw,600px);width:min(78vw,600px);height:clamp(190px,42vw,280px);padding:0;position:relative;overflow:hidden}.promo-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.promo-card:hover img{transform:scale(1.025)}.promo-shade{background:linear-gradient(90deg,#0d1421c7,#0d142133 70%,#0000);position:absolute;inset:0}.promo-copy{color:#fff;gap:7px;max-width:70%;display:grid;position:absolute;inset:auto 20px 20px}.promo-copy small{letter-spacing:.11em;opacity:.78;font-size:9px;font-style:normal;font-weight:850}.promo-copy strong{letter-spacing:-.04em;font-size:clamp(22px,4.7vw,34px);line-height:1.02}.promo-copy em{font-size:11px;font-style:normal;font-weight:750}.store-description{color:#747b86;margin:4px 0 12px;font-size:13px;line-height:1.45}.category-tabs{z-index:8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);scrollbar-width:none;background:#fffffff0;border-bottom:1px solid #e6e9ee;gap:8px;margin:0 -18px 25px;padding:11px 18px 13px;display:flex;position:sticky;top:0;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.category-tabs button{color:#858b95;white-space:nowrap;background:0 0;border:0;border-radius:13px;flex:none;min-height:40px;padding:0 16px;font-size:14px;font-weight:750}.category-tabs button.active{color:#fff;background:#2f74ed;box-shadow:0 6px 16px #2f74ed3b}.catalog-section{display:block}.catalog-heading{justify-content:space-between;align-items:end;margin-bottom:15px;display:flex}.catalog-heading h2{letter-spacing:-.035em;margin:0;font-size:24px;line-height:1.15}.catalog-heading p{color:#969ca5;margin:5px 0 0;font-size:11px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px;display:grid}.catalog-grid .empty-state{grid-column:1/-1}.shop-product{min-width:0;min-height:0;box-shadow:none;cursor:pointer;background:0 0;border:0;border-radius:0;flex-direction:column;gap:0;padding:0;display:flex;position:relative}.shop-product .product-visual{aspect-ratio:1/1.03;color:#a4a9b0;background:#f1f2f4;border-radius:20px;place-items:center;width:100%;font:850 42px/1 Inter,sans-serif;display:grid;position:relative;overflow:hidden}.shop-product .product-visual img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.shop-product:hover .product-visual img{transform:scale(1.02)}.shop-product .shop-product-badges{flex-direction:column;align-items:flex-start;gap:5px;margin:0;display:flex;position:absolute;top:11px;left:10px}.shop-product .shop-product-badges span{color:#fff;background:#ed61ad;border-radius:99px;padding:5px 8px;font-size:9px;font-weight:900;box-shadow:0 3px 10px #d02d842e}.shop-product .product-copy{min-width:0;padding:12px 2px 11px}.shop-product .product-copy h3{text-overflow:ellipsis;white-space:nowrap;margin:0 0 5px;font-size:15px;line-height:1.25;overflow:hidden}.shop-product .product-copy p{color:#9298a2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;margin:0 0 10px;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.shop-product-price{align-content:start;gap:3px;min-height:43px;display:grid}.shop-product-price>strong{color:#17191d;letter-spacing:-.02em;font-size:20px;line-height:1.15}.shop-product-price>span{align-items:center;gap:6px;display:flex}.shop-product-price del{color:#9da3ad;font-size:11px}.shop-product-price b{color:#2f74ed;font-size:11px}.product-add,.product-quantity{color:#fff;background:#2f74ed;border:0;border-radius:14px;width:100%;min-height:46px;margin-top:auto;font-size:13px;font-weight:800;box-shadow:0 7px 17px #2f74ed33}.product-add:active{transform:scale(.985)}.product-quantity{grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;display:grid;overflow:hidden}.product-quantity button{color:#fff;background:#00000014;border:0;height:46px;font-size:21px}.product-quantity b{text-align:center;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;font-size:11px;overflow:hidden}.product-overlay{z-index:40;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0e131a85;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.product-sheet{background:#fff;border-radius:28px 28px 0 0;width:min(100%,520px);max-height:96vh;padding-bottom:0;position:relative;overflow-y:auto;box-shadow:0 -20px 70px #0000003d}.product-close{z-index:2;color:#20242a;background:#fffffff0;border:0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:27px;line-height:1;display:grid;position:absolute;top:13px;right:13px;box-shadow:0 5px 18px #00000021}.product-gallery{aspect-ratio:1/.82;color:#a4a9b0;background:#f1f2f4;border-radius:28px 28px 0 0;place-items:center;width:100%;font-size:70px;font-weight:850;display:grid;position:relative;overflow:hidden}.gallery-photo-button{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0}.gallery-photo-button img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.gallery-arrow{z-index:1;color:#fff;opacity:0;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);cursor:pointer;background:#14181e57;border:1px solid #ffffffa6;border-radius:50%;place-items:center;width:46px;height:46px;transition:opacity .18s,background-color .18s,transform .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.gallery-arrow-prev{left:14px}.gallery-arrow-next{right:14px}.product-gallery:hover .gallery-arrow,.gallery-arrow:focus-visible{opacity:1}.gallery-arrow:hover{background:#14181e94}.gallery-arrow:active{transform:translateY(-50%)scale(.94)}.product-dots{justify-content:center;align-items:center;gap:7px;min-height:34px;display:flex}.product-dots button{background:#24272c;border:0;border-radius:99px;width:8px;height:8px;padding:0;transition:width .2s}.product-dots button.active{width:26px}.product-detail-copy{padding:18px 20px 4px}.product-detail-category{color:#8f96a0;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.product-detail-copy h2{letter-spacing:-.035em;margin:5px 0 15px;font-size:24px;line-height:1.15}.product-detail-price{color:#1469ec;background:#eef4ff;border-radius:17px;align-items:baseline;gap:9px;min-height:58px;padding:14px;display:flex}.product-detail-price strong{font-size:24px}.product-detail-price del{color:#9ba3ae;font-size:12px}.product-detail-price b{margin-left:auto;font-size:12px}.product-description{color:#525b67;white-space:pre-line;background:#f3f6fa;border-radius:17px;margin:13px 0 0;padding:15px;font-size:13px;line-height:1.5}.product-sheet-action{z-index:2;padding:12px 20px max(12px, env(safe-area-inset-bottom));background:linear-gradient(#0000,#fff 18%);margin-top:8px;position:sticky;bottom:0}.detail-add,.detail-quantity{min-height:52px;font-size:14px}.detail-quantity button{height:52px}.cart-bar{background:linear-gradient(#0000,#fffffff7 28%)}.cart-bar button{color:#fff;background:#2f74ed;border:0;border-radius:17px;width:min(100%,824px);min-height:58px;box-shadow:0 10px 26px #2f74ed47}.cart-bar span b{color:#2f74ed;background:#fff}.cart-bar strong i{margin-left:5px;font-style:normal}.checkout-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0e131a85}.checkout-sheet{background:#fff}.checkout-sheet .button.primary,.success-screen .button.primary{color:#fff;background:#2f74ed;border:0;box-shadow:0 7px 18px #2f74ed38}.success-screen{background:#fff}.success-screen .success-icon{color:#fff;background:#2f74ed;border:0;box-shadow:0 12px 28px #2f74ed3d}@media (min-width:700px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 18px}.promo-card{flex-basis:600px}.product-overlay{align-items:center;padding:28px}.product-sheet{border-radius:28px;max-height:calc(100vh - 56px)}.product-gallery{border-radius:28px 28px 0 0}}@media (hover:none),(pointer:coarse){.gallery-arrow{display:none}}@media (max-width:390px){.shop-shell{padding-inline:12px}.promo-strip,.category-tabs{margin-inline:-12px;padding-inline:12px}.promo-card{flex-basis:84vw;width:84vw}.catalog-grid{gap:22px 10px}.shop-product .product-visual{border-radius:17px}.shop-product .product-copy h3{font-size:14px}.shop-product-price>strong{font-size:18px}.product-add,.product-quantity{border-radius:12px;min-height:43px;font-size:12px}.product-quantity{grid-template-columns:36px minmax(0,1fr) 36px}.product-quantity button{height:43px}}.admin-layout{--ink:#17191d;--muted:#858c97;--line:#e4e9f1;--paper:#f5f8fc;--card:#fff;--accent:#2f74ed;--accent-dark:#1f62d1;--blue:#2f74ed;background:var(--paper);color:var(--ink)}.admin-layout .brand-mark,.auth-shell .brand-mark{color:#fff;background:#2f74ed;border-radius:15px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:850;transform:none;box-shadow:0 8px 22px #2f74ed40}.admin-layout .brand-mark.small{border-radius:12px;box-shadow:0 6px 16px #2f74ed3d}.sidebar{color:#17191d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff7;border-right:1px solid #e4e9f1;width:264px;padding:24px 18px;box-shadow:12px 0 36px #1d375d0b}.sidebar-brand{padding:0 8px 34px}.sidebar-brand strong{letter-spacing:-.015em;font-size:14px}.sidebar-brand small{color:#969da8}.sidebar nav{gap:7px}.sidebar nav button,.sidebar nav a{color:#747c88;border-radius:14px;min-height:46px;padding:12px 13px;font-size:13px;font-weight:720;transition:color .15s,background .15s,box-shadow .15s,transform .15s}.sidebar nav button span,.sidebar nav a span{color:#647083;background:#f1f5fb;border-radius:8px;place-items:center;width:25px;height:25px;font-size:15px;display:grid}.sidebar nav button.active,.sidebar nav button:hover,.sidebar nav a:hover{color:#fff;background:#2f74ed;transform:translateY(-1px);box-shadow:0 8px 20px #2f74ed33}.sidebar nav button.active span,.sidebar nav button:hover span,.sidebar nav a:hover span{color:#fff;background:#ffffff29}.sidebar nav button b{color:#2f74ed;background:#fff;border:2px solid #ffffffd6;padding:1px 7px}.logout{color:#737b87;background:#f5f8fc;border:1px solid #e3e8f0;border-radius:13px;min-height:44px;font-weight:700}.logout:hover{color:#354052;background:#edf3fb;border-color:#cfd9e8}.admin-main{background:radial-gradient(circle at 96% 1%, #2f74ed13, transparent 22rem), var(--paper);margin-left:264px;padding:52px clamp(24px,5vw,72px) 70px}.admin-main>section{max-width:1120px}.admin-layout .eyebrow{color:#2f74ed;letter-spacing:.13em;margin-bottom:9px;font-size:10px;font-weight:850}.admin-layout .page-heading{margin-bottom:30px}.admin-layout .page-heading h1{letter-spacing:-.045em;font:820 clamp(34px,4vw,46px)/1.02 Inter,ui-sans-serif,system-ui,sans-serif}.admin-layout .page-heading .muted{color:#858c97;margin-top:10px;font-size:13px}.admin-layout .panel-title h2,.admin-layout .media-editor h2,.admin-layout .customer-profile-title h2{letter-spacing:-.025em;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:800}.admin-layout .button,.auth-shell .button{border:0;border-radius:14px;min-height:46px;font-size:13px;font-weight:800}.admin-layout .button.primary,.auth-shell .button.primary{color:#fff;background:#2f74ed;box-shadow:0 8px 20px #2f74ed38}.admin-layout .button.primary:hover,.auth-shell .button.primary:hover{box-shadow:0 5px 14px #2f74ed33}.admin-layout .button.secondary{color:#354052;background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 14px #1e3a630b}.admin-layout .button.secondary:hover{background:#f8faff;border-color:#cdd9e9}.admin-layout .danger-button{color:#fff;background:#d84b55;box-shadow:0 7px 17px #d84b552e}.admin-layout label{color:#414a57}.admin-layout input,.admin-layout textarea,.admin-layout select,.auth-shell input{color:#17191d;background:#fff;border-color:#dfe5ed;border-radius:13px;transition:border-color .15s,box-shadow .15s}.admin-layout input:focus,.admin-layout textarea:focus,.admin-layout select:focus,.auth-shell input:focus{border-color:#2f74ed;box-shadow:0 0 0 4px #2f74ed1c}.admin-layout input::placeholder,.admin-layout textarea::placeholder,.auth-shell input::placeholder{color:#a4abb5}.stats-grid{gap:16px}.stats-grid article{background:linear-gradient(145deg,#fff,#f6f9ff);border:1px solid #e1e8f1;border-radius:20px;min-height:124px;padding:21px;overflow:hidden;box-shadow:0 10px 28px #25436f0e}.stats-grid article:before{content:"";background:#2f74ed;border-radius:99px;width:36px;height:5px}.stats-grid span{color:#818995;font-weight:650}.stats-grid strong{color:#1e65d9;letter-spacing:-.035em;font:820 29px/1 Inter,ui-sans-serif,system-ui,sans-serif}.order-list{gap:14px}.order-card,.panel,.product-availability,.product-editor-panel,.product-phone-preview{background:#fff;border-color:#e1e7ef;border-radius:20px;box-shadow:0 10px 30px #243f670e}.order-card{padding:22px}.order-top>div>strong{font-size:15px}.order-body>strong{color:#1d65da;font:800 20px Inter,ui-sans-serif,system-ui,sans-serif}.order-comment{color:#526071;background:#f3f7ff;border-left-color:#2f74ed;border-radius:0 10px 10px 0;padding:9px 12px}.status{color:#6f7782;background:#f0f3f7}.status.new,.status.confirmed{color:#2366ca;background:#e8f1ff}.status.completed{color:#23764a;background:#e1f5e9}.status.cancelled{color:#a63e47;background:#fbe7e9}.empty-state{background:#ffffff8c;border-color:#cfd9e7;border-radius:20px}.empty-state>span{color:#2f74ed}.panel{padding:25px}.panel-title{border-bottom-color:#e7ebf2}.image-upload-row,.customer-fields>div{background:#f5f8fc;border-color:#d9e3f0}.image-preview,.admin-product-image,.product-table-image{color:#7890af;background:#eef3fa;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.connection{color:#747c88;background:#eef2f7}.connection.connected{color:#28784b;background:#e5f4eb}.category-table-wrap,.product-table-wrap,.customer-table-wrap{background:#fff;border-color:#e1e7ef;border-radius:20px;box-shadow:0 10px 30px #243f670d}.category-table th,.product-table th,.customer-table th{color:#7f8792;background:#f7f9fc}.category-table td,.product-table td,.customer-table td{color:#3d4652;border-top-color:#e7ebf1}.category-table tbody tr,.product-table tbody tr,.customer-table tbody tr{transition:background .15s}.category-table tbody tr:hover,.product-table tbody tr:hover,.customer-table tbody tr:hover{background:#f5f8ff}.category-table-footer,.customer-table-footer{background:#fafbfc;border-top-color:#e7ebf1}.activity-dot{background:#fff;border-color:#cbd3df}.activity-dot.active{color:#2f74ed;background:#eaf2ff;border-color:#2f74ed}.category-name-cell>span,.customer-profile-cell>span{color:#2f74ed;background:#eaf2ff;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:800}.category-actions button,.row-actions button,.customer-table a,.customer-orders-link,.customer-back,.customer-fields a{color:#2f74ed}.customer-label{color:#2f65bd;background:#eaf2ff}.customer-view{color:#2f74ed;background:#f7f9fc;border-color:#dfe6ef}.customer-stats{gap:15px}.customer-stats article,.customer-stats article:nth-child(2),.customer-stats article:nth-child(3),.customer-stats article:nth-child(4){background:linear-gradient(145deg,#2f74ed,#5790ef);border:1px solid #dce6f5;box-shadow:0 9px 22px #2f74ed2b}.customer-stats strong{font:800 25px/1 Inter,ui-sans-serif,system-ui,sans-serif}.customer-avatar{color:#fff;background:#2f74ed;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:800;box-shadow:0 7px 18px #2f74ed38}.customer-fields>div{border:1px solid #e5ebf3}.customer-fields dd{color:#3d4652}.customer-timeline:before{background:#dce5f2}.timeline-event:before{background:#2f74ed;box-shadow:0 0 0 1px #2f74ed}.timeline-event>div{color:#36567e;background:#f3f7ff;border-color:#dce6f5 #dce6f5 #dce6f5 #2f74ed}.product-availability progress{accent-color:#2f74ed}.product-filter-toggle{color:#2f65bd;font-weight:750}.product-editor-tabs{border-bottom-color:#dfe6ef}.product-editor-tabs button{color:#858d98}.product-editor-tabs button.active{color:#2f74ed;border-bottom-color:#2f74ed}.product-editor-panel{border-radius:0 0 20px 20px}.format-toolbar{background:#f6f8fb;border-color:#dfe5ed}.format-toolbar button:hover{color:#2f74ed;background:#e8f0fb}.product-image-item,.product-image-add{color:#2f65bd;background:#f5f8fc;border-color:#cedaea}.switch-control input:checked+i{background:#2f74ed}.phone-badges span{color:#fff;background:#ed61ad;border-radius:99px}.toast{border:1px solid #dfe6ef;border-radius:14px;box-shadow:0 14px 36px #1b335729}.toast.success{color:#fff;background:#2f74ed;border-color:#2f74ed}.toast.warning{background:#fff7df;border-color:#efd58c}.toast.error{background:#fff2f3;border-color:#f0cdd1}.auth-shell{--ink:#17191d;--muted:#858c97;--line:#e1e7ef;background:radial-gradient(circle at 12% 18%,#2f74ed21,#0000 28%),radial-gradient(circle at 88% 82%,#5991ef1f,#0000 26%),#f5f8fc;min-height:100vh}.auth-card{background:#fffffff5;border-color:#e1e7ef;border-radius:28px;box-shadow:0 24px 80px #1f3e6b21}.auth-card h1{letter-spacing:-.045em;font:820 clamp(31px,6vw,43px)/1.06 Inter,ui-sans-serif,system-ui,sans-serif}.auth-shell .eyebrow{color:#2f74ed}@media (max-width:760px){.admin-main{padding:max(18px, env(safe-area-inset-top)) 14px 50px;background:#f5f8fc;margin-left:0}.mobile-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e4e9f1;align-items:center;margin:-18px -14px 12px;padding:13px 16px}.mobile-header strong{font-size:14px}.mobile-header button{color:#2f74ed;font-size:12px;font-weight:750}.mobile-tabs{scrollbar-width:none;background:#fffffff0;border-radius:0;gap:7px;margin:0 -14px 28px;padding:9px 14px 13px;display:flex;overflow-x:auto}.mobile-tabs::-webkit-scrollbar{display:none}.mobile-tabs button{color:#858c97;border-radius:13px;flex:none;min-height:39px;padding:0 15px;font-weight:750}.mobile-tabs button.active{color:#fff;background:#2f74ed;box-shadow:0 6px 16px #2f74ed38}.admin-layout .page-heading h1{font-size:34px}.stats-grid article{min-height:112px;padding:18px}.panel{padding:19px}}
.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:#4f4f4f66;--pswp-preloader-color-secondary:#ffffffe6;--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);width:100%;height:100%;z-index:var(--pswp-root-z-index);touch-action:none;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:#0000;outline:0;display:none;position:fixed;top:0;left:0}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{will-change:opacity;transform:translateZ(0)}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{width:100%;height:100%;position:absolute;top:0;left:0}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{color:var(--pswp-error-text-color);margin:auto;font-size:1em;line-height:1}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{cursor:pointer;width:50px;height:60px;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none;background:0 0;border:0;margin:0;padding:0;display:block;position:relative;overflow:hidden}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{box-shadow:none;opacity:1;background:0 0;border:0;padding:0;transition:none}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);pointer-events:none;width:32px;height:32px;position:absolute;top:14px;left:9px;overflow:hidden}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{z-index:10;flex-direction:row;justify-content:flex-end;width:100%;height:60px;display:flex;position:absolute;top:0;left:0;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{width:75px;height:100px;margin-top:-50px;position:absolute;top:50%}.pswp__button--arrow:disabled{cursor:default;display:none}.pswp__button--arrow .pswp__icn{background:0 0;border-radius:0;width:60px;height:60px;margin-top:-30px;top:50%}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{left:0;right:auto}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{width:50px;height:60px;margin-right:auto;position:relative;overflow:hidden}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:.6s linear infinite pswp-clockwise}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{margin-top:15px;height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85;margin-inline-start:20px;font-size:14px;line-height:30px}.pswp--one-slide .pswp__counter{display:none}
