:root{--ink:#15202b;--muted:#667085;--line:#e5e7eb;--bg:#f5f3ee;--card:#fff;--gold:#f4bd3d;--gold-dark:#d99b12;--teal:#27a8a8;--red:#dc3f45;--radius:18px;--shadow:0 14px 40px rgba(21,32,43,.09)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}body{margin:0;min-height:100vh}button,input{font:inherit}.eyebrow{font-size:.72rem;letter-spacing:.14em;font-weight:800;color:var(--teal)}h1,h2,p{margin-top:0}h1{font-size:clamp(1.45rem,2vw,2rem);margin-bottom:.2rem}h2{font-size:1.12rem}.muted{color:var(--muted);line-height:1.55}.microcopy{font-size:.75rem;text-align:center;color:var(--muted);margin:.7rem 0 0}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;border:0;border-radius:13px;padding:.75rem 1.15rem;font-weight:800;cursor:pointer;text-decoration:none}.button.primary{background:var(--gold);color:#302508}.button.primary:hover{background:#ffd163}.button:disabled{opacity:.42;cursor:not-allowed}.button.danger{background:#fee2e2;color:#991b1b}.button.secondary{background:#eef2f4;color:var(--ink)}label{display:grid;gap:.4rem;font-weight:700;font-size:.86rem}input{width:100%;border:1px solid #cfd5db;border-radius:11px;background:#fff;padding:.8rem .9rem;color:var(--ink)}input:focus{outline:3px solid rgba(39,168,168,.18);border-color:var(--teal)}.topbar{height:84px;background:#111827;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;position:sticky;top:0;z-index:20}.topbar h1{font-size:1.25rem}.top-actions{display:flex;gap:.7rem;align-items:center}.seller-badge{background:#263142;border-radius:99px;padding:.55rem .8rem;font-size:.82rem}.seller-badge::first-letter{color:#41cf8d}.icon-button{border:1px solid #39485e;background:transparent;color:#fff;padding:.55rem .75rem;border-radius:10px;cursor:pointer}.selling-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;min-height:calc(100vh - 84px)}.catalog{padding:1.25rem 1.35rem 4rem;min-width:0}.catalog-tools{position:sticky;top:84px;background:rgba(245,243,238,.96);backdrop-filter:blur(8px);z-index:10;padding:.1rem 0 .9rem}.search{max-width:520px;font-size:1rem;box-shadow:0 2px 10px rgba(0,0,0,.03)}.chips{display:flex;gap:.5rem;overflow:auto;padding:.75rem 0 .1rem;scrollbar-width:none}.chip{white-space:nowrap;border:1px solid #d7d9d7;background:#fff;padding:.55rem .8rem;border-radius:99px;font-weight:750;cursor:pointer}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:.85rem}.product-card{border:0;background:var(--card);border-radius:16px;box-shadow:0 2px 10px rgba(20,30,40,.06);overflow:hidden;text-align:left;padding:0;cursor:pointer;position:relative;transition:.15s transform,.15s box-shadow}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1.35;background:#eee center/cover no-repeat}.product-info{padding:.8rem}.product-category{font-size:.68rem;color:var(--teal);font-weight:800;text-transform:uppercase;letter-spacing:.07em}.product-name{font-weight:750;line-height:1.27;margin:.32rem 0 .7rem;min-height:2.55em}.product-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:.4rem}.product-price{font-size:1.05rem;font-weight:900}.stock{font-size:.72rem;color:var(--muted)}.stock.low{color:#b45309;font-weight:800}.stock.out{color:var(--red);font-weight:800}.product-card:disabled{opacity:.55;cursor:not-allowed}.cart{background:#fff;border-left:1px solid var(--line);height:calc(100vh - 84px);position:sticky;top:84px;display:flex;flex-direction:column}.cart-head{padding:1.25rem;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.count{height:30px;min-width:30px;border-radius:99px;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:800}.cart-items{padding:.4rem 1.1rem;overflow:auto;flex:1}.empty-cart{text-align:center;color:var(--muted);padding:3rem 1rem}.cart-row{padding:.8rem 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:.4rem}.cart-row strong{font-size:.9rem}.variant-label{color:var(--muted);font-size:.74rem}.qty{display:flex;align-items:center;gap:.5rem}.qty button{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;background:#fff;font-weight:900;cursor:pointer}.line-price{font-weight:850;text-align:right}.cart-foot{border-top:1px solid var(--line);padding:1rem 1.2rem 1.15rem}.cart-foot .button{width:100%}.total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.85rem}.total strong{font-size:1.55rem}.modal{border:0;border-radius:20px;width:min(92vw,480px);padding:0;box-shadow:0 24px 80px rgba(0,0,0,.25)}.modal::backdrop{background:rgba(10,20,30,.62)}.modal form{padding:1.6rem;position:relative}.modal-close{position:absolute;right:1rem;top:.8rem;border:0;background:transparent;font-size:2rem;color:var(--muted);cursor:pointer}.modal .button{width:100%;margin-top:1rem}.variant-options{display:grid;gap:1rem}.variant-group{display:grid;gap:.45rem}.variant-values{display:flex;flex-wrap:wrap;gap:.4rem}.variant-values label{display:block}.variant-values input{position:absolute;opacity:0;pointer-events:none}.variant-values span{display:block;border:1px solid #ccd2d8;border-radius:10px;padding:.55rem .7rem;cursor:pointer}.variant-values input:checked+span{background:var(--ink);color:#fff;border-color:var(--ink)}.success-mark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#15803d;font-size:1.7rem;font-weight:900;margin:0 auto 1rem}.modal .success-mark~h2,.modal .success-mark~p{text-align:center}.toast{position:fixed;top:1rem;left:50%;transform:translateX(-50%);background:#111827;color:#fff;border-radius:12px;padding:.75rem 1rem;z-index:100;box-shadow:var(--shadow)}.toast.error{background:#991b1b}.login-wrap,.install-page{min-height:100vh;display:grid;place-items:center;padding:1.2rem;background:radial-gradient(circle at top right,#d8f4f1,transparent 42%),var(--bg)}.login-card,.install-card{background:#fff;border-radius:22px;box-shadow:var(--shadow);padding:2rem;width:min(100%,520px)}.brand-mark{width:52px;height:52px;border-radius:15px;background:var(--ink);color:var(--gold);font-weight:900;display:grid;place-items:center;margin-bottom:1.2rem}.stack{display:grid;gap:1rem}.text-link{display:block;text-align:center;color:var(--muted);margin-top:1.3rem}.form-grid{display:grid;grid-template-columns:1fr 120px;gap:1rem}.form-grid .full{grid-column:1/-1}.alert{padding:.8rem 1rem;border-radius:10px;margin-bottom:1rem}.alert.error{background:#fee2e2;color:#991b1b}.empty{text-align:center;color:var(--muted);padding:4rem}.admin-wrap{max-width:1400px;margin:0 auto;padding:1.25rem}.admin-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-actions{display:flex;gap:.5rem}.panel{background:#fff;border-radius:16px;border:1px solid var(--line);padding:1rem;margin-bottom:1rem}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem}.stat strong{font-size:1.5rem;display:block}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:.85rem}.data-table th,.data-table td{text-align:left;padding:.7rem;border-bottom:1px solid var(--line);vertical-align:middle}.data-table th{color:var(--muted);font-size:.72rem;text-transform:uppercase}.data-table input[type=text],.data-table input[type=number]{min-width:80px;padding:.5rem}.event-list{display:flex;gap:.65rem;flex-wrap:wrap}.event-card{border:1px solid var(--line);border-radius:12px;padding:.8rem;min-width:220px}.event-card.active{border-color:#3ab27c;background:#edfff5}.pill{font-size:.7rem;border-radius:99px;padding:.25rem .5rem;background:#eef2f4}.pill.voided{background:#fee2e2;color:#991b1b}.inline-form{display:flex;gap:.55rem;align-items:end;flex-wrap:wrap}.inline-form label{min-width:180px}.admin-tabs{display:flex;gap:.5rem;margin:1rem 0;overflow:auto}.admin-tab{border:0;border-radius:10px;background:#e9e7e2;padding:.6rem .8rem;font-weight:800;cursor:pointer}.admin-tab.active{background:var(--ink);color:#fff}.tab-panel[hidden]{display:none}
@media(max-width:800px){.topbar{height:74px;padding:.8rem 1rem}.seller-badge{display:none}.selling-layout{display:block;min-height:calc(100vh - 74px)}.catalog{padding:1rem .75rem 6.5rem}.catalog-tools{top:74px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.product-info{padding:.65rem}.product-name{font-size:.86rem}.product-price{font-size:.95rem}.cart{position:fixed;left:0;right:0;top:12vh;height:88vh;z-index:50;border:0;border-radius:22px 22px 0 0;transform:translateY(110%);transition:.22s transform;box-shadow:0 -20px 60px rgba(0,0,0,.25)}.cart.open{transform:translateY(0)}.mobile-cart{display:flex!important;position:fixed;bottom:max(.7rem,env(safe-area-inset-bottom));left:.75rem;right:.75rem;z-index:40;border:0;border-radius:14px;background:var(--ink);color:#fff;padding:.9rem 1rem;justify-content:space-between;font-weight:800;box-shadow:var(--shadow)}.stats{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.admin-wrap{padding:.75rem}.panel-head{align-items:flex-start;flex-direction:column}.inline-form{align-items:stretch;flex-direction:column}.inline-form label{width:100%}}@media(min-width:801px){.mobile-cart{display:none!important}}

select{border:1px solid #cfd5db;border-radius:11px;background:#fff;padding:.75rem;color:var(--ink);font:inherit}.icon-button{text-decoration:none}.eyebrow{font-size:.75rem}.overview-head,.overview-actions,.stock-fields,.catalog-edit-card,.switch-row,.cart-head-actions{display:flex;align-items:center}.overview-head{justify-content:space-between;gap:1rem}.overview-actions{gap:.5rem;flex-wrap:wrap}.overview-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:1rem;margin-top:1rem}.pill.active{background:#dcfce7;color:#166534}.mobile-product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:.7rem;margin-top:1rem}.stock-card,.catalog-edit-card{background:#fafafa;border:1px solid var(--line);border-radius:14px;padding:.9rem;gap:.8rem}.stock-card-main{margin-bottom:.8rem}.switch-row{gap:.7rem;display:flex;font-size:.9rem}.switch-row input{width:22px;height:22px;flex:0 0 auto}.switch-row span{display:grid;gap:.2rem}.switch-row small,.catalog-edit-card small,.sold-note{color:var(--muted)}.stock-fields{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.stock-fields .sold-note{grid-column:1/-1;font-size:.8rem}.stock-fields .button{min-height:42px;grid-column:1/-1}.catalog-admin-list{display:grid;gap:.6rem;margin-top:1rem}.catalog-edit-card{display:grid;grid-template-columns:minmax(260px,1fr) 120px 100px auto auto}.catalog-edit-card input{padding:.65rem}.switch-row.compact{white-space:nowrap}.add-mark{display:none}.sheet-close{display:none;border:0;background:#eef2f4;width:36px;height:36px;border-radius:50%;font-size:1.5rem;line-height:1}.cart-head-actions{gap:.55rem}

@media(max-width:800px){
 body.cart-open{overflow:hidden}body.cart-open:before{content:"";position:fixed;inset:0;background:rgba(10,20,30,.55);z-index:45}
 .topbar{height:68px;padding:.65rem .75rem}.topbar h1{font-size:1.02rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-heading{min-width:0;max-width:calc(100vw - 78px)}.top-actions{gap:.35rem}.icon-button{padding:.5rem .6rem;font-size:.82rem}.seller-badge{display:none}
 .selling-layout{min-height:calc(100vh - 68px)}.catalog{padding:.7rem .65rem 6.3rem}.catalog-tools{top:68px;padding:0 0 .65rem}.search{height:48px;border-radius:14px}.chips{padding:.55rem 0 .05rem;gap:.4rem}.chip{min-height:40px;padding:.48rem .72rem;font-size:.82rem}
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.product-card{border-radius:14px;box-shadow:0 2px 8px rgba(20,30,40,.08)}.product-image{aspect-ratio:1/1;background-size:cover;position:relative}.add-mark{display:grid;place-items:center;position:absolute;right:.45rem;bottom:.45rem;width:30px;height:30px;border-radius:50%;background:var(--gold);color:#2f2508;font-size:1.3rem;font-weight:900;box-shadow:0 2px 7px rgba(0,0,0,.18)}.product-info{padding:.62rem}.product-category{font-size:.7rem}.product-name{font-size:.86rem;line-height:1.3;min-height:3.35em;margin:.25rem 0 .55rem}.product-meta{align-items:center}.product-price{font-size:.96rem}.stock{font-size:.7rem}
 .mobile-cart{display:flex!important;min-height:56px;align-items:center;bottom:max(.6rem,env(safe-area-inset-bottom));left:.6rem;right:.6rem;border-radius:16px;padding:.75rem 1rem}.mobile-cart span{display:flex;align-items:center;gap:.5rem}.mobile-cart b{display:grid;place-items:center;background:var(--gold);color:#2f2508;width:26px;height:26px;border-radius:50%}
 .cart{top:auto;bottom:0;height:min(84vh,720px);border-radius:24px 24px 0 0;transform:translateY(105%);padding-bottom:env(safe-area-inset-bottom)}.cart.open{transform:translateY(0)}.cart-head{padding:1rem}.sheet-close{display:block}.cart-items{padding:.3rem 1rem}.cart-foot{padding:.85rem 1rem 1rem}.qty button{width:38px;height:38px}.cart-row{padding:.72rem 0}.modal{width:100%;max-width:none;margin:auto 0 0;border-radius:24px 24px 0 0}.modal form{padding:1.35rem 1rem calc(1.1rem + env(safe-area-inset-bottom))}.variant-values span{padding:.65rem .8rem}
 .admin-wrap{padding:.65rem}.admin-tabs{position:sticky;top:68px;z-index:15;background:var(--bg);margin:.55rem -.65rem .8rem;padding:.45rem .65rem}.admin-tab{min-height:42px}.panel{border-radius:14px;padding:.85rem}.stats{grid-template-columns:1fr 1fr;gap:.55rem}.stat{padding:.8rem}.stat strong{font-size:1.25rem}.overview-head{align-items:stretch;flex-direction:column}.overview-actions{display:grid;grid-template-columns:1fr 1fr}.overview-actions select,.overview-actions .danger{grid-column:1/-1}.overview-grid{grid-template-columns:1fr;gap:0}.inline-form{width:100%}.inline-form label{min-width:0}.event-list{display:grid}.event-card{min-width:0}.mobile-product-list{grid-template-columns:1fr}.stock-card{padding:.8rem}.stock-fields{grid-template-columns:1fr 1fr}.catalog-edit-card{grid-template-columns:1fr 1fr}.catalog-edit-card>div{grid-column:1/-1}.catalog-edit-card .switch-row{grid-column:1/-1}.catalog-edit-card .button{min-height:42px}.data-table{font-size:.8rem}.data-table th,.data-table td{padding:.55rem .45rem}
}
@media(max-width:380px){.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1.65}.product-name{min-height:auto}.overview-actions{grid-template-columns:1fr}.overview-actions>*{grid-column:1!important}}

/* Responsive safety and event editing */
html,body{width:100%;max-width:100%;overflow-x:hidden}
body *{min-width:0}
button,input,select,textarea{max-width:100%}
img,svg{max-width:100%;height:auto}
h1,h2,h3,p,strong,small,span,td,th,label{overflow-wrap:anywhere;word-break:normal}
.topbar>div,.panel,.overview-grid>*,.stock-card,.catalog-edit-card,.product-card,.product-info,.cart-row>div{min-width:0}
.table-wrap{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.data-table{min-width:640px}
.sold-table{min-width:720px}
.data-table td:nth-child(4){max-width:360px;white-space:normal}
.event-list{align-items:flex-start}
.event-card{flex:1 1 340px;max-width:520px;width:100%}
.edit-event{display:grid;gap:.7rem}
.edit-event>label,.event-form>label{width:100%;min-width:0}
.event-dates{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}
.event-summary{margin:0}
.admin-actions{flex-wrap:wrap}
.admin-actions .button{flex:1 1 auto;white-space:normal}
.line-price,.product-price{white-space:nowrap}
.modal{max-height:95vh;overflow-y:auto}
.event-create-form{display:grid;gap:1rem;margin:1rem 0 1.5rem;padding:1rem;background:#fafafa;border:1px solid var(--line);border-radius:14px}
.event-create-fields{display:grid;grid-template-columns:minmax(220px,2fr) minmax(180px,1.5fr) minmax(145px,1fr) minmax(145px,1fr);gap:.7rem;align-items:end}
.event-product-picker,.add-event-product{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}
.event-product-picker summary,.add-event-product summary{padding:.9rem 1rem;font-weight:800;cursor:pointer;background:#f4f6f7}
.picker-toolbar{padding:.75rem 1rem;border-bottom:1px solid var(--line)}
.picker-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.5rem;padding:.75rem;max-height:360px;overflow-y:auto}
.picker-product{display:flex;grid-template:none;align-items:center;gap:.65rem;padding:.55rem;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}
.picker-product input{width:22px;height:22px;flex:0 0 auto}
.picker-product img,.product-thumb,.stock-thumb,.catalog-thumb{width:54px;height:54px;flex:0 0 54px;border-radius:9px;object-fit:cover;background:#e9ecef}
.picker-product>span:last-child{display:grid;gap:.15rem}
.picker-product small{color:var(--muted);font-weight:500}
.empty-thumb{display:grid;place-items:center;text-align:center;font-size:.62rem;color:var(--muted)}
.add-event-product{margin-top:1rem}
.add-event-product .event-create-fields{padding:1rem;grid-template-columns:2fr 1.2fr 1fr 1.5fr auto}
.stock-card-main{display:flex;align-items:center;gap:.75rem}
.catalog-edit-card{grid-template-columns:64px minmax(220px,1fr) 120px minmax(180px,.8fr) 100px auto auto}
.catalog-thumb{width:58px;height:58px}
input[type=file]{padding:.62rem;font-size:.82rem;background:#fff}
.stock-photo{grid-column:1/-1}
.direct-event-edit .event-create-fields{margin-top:1rem}
.direct-event-edit .event-create-fields>.button{grid-column:1/-1}

@media(max-width:800px){
 .topbar>div:first-child{flex:1;overflow:hidden}
 .topbar .eyebrow{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .admin-wrap,.tab-panel,.panel{width:100%;max-width:100%}
 .admin-tabs{max-width:calc(100vw + 1.3rem);white-space:nowrap;-webkit-overflow-scrolling:touch}
 .overview-actions>*{width:100%}
 .event-card{max-width:none}
 .event-create-fields,.add-event-product .event-create-fields{grid-template-columns:1fr}
 .picker-products{grid-template-columns:1fr;max-height:55vh}
 .event-dates{grid-template-columns:1fr}
 .event-dates input[type=date]{display:block;width:100%}
 .stock-fields{grid-template-columns:1fr}
 .stock-fields .sold-note,.stock-fields .button{grid-column:1}
 .catalog-edit-card{grid-template-columns:1fr}
 .catalog-edit-card>*{grid-column:1!important;width:100%}
 .catalog-edit-card .catalog-thumb{height:150px;object-fit:contain}
 .admin-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
 .admin-actions .button{width:100%}
 .table-wrap{margin-left:0;margin-right:0;border:1px solid var(--line);border-radius:10px}
 .data-table{font-size:.82rem}
}

@media(max-width:430px){
 .product-grid{grid-template-columns:1fr}
 .product-card{display:grid;grid-template-columns:112px minmax(0,1fr)}
 .product-image{aspect-ratio:auto;min-height:132px;height:100%}
 .product-name{min-height:auto;font-size:.95rem}
 .product-meta{flex-wrap:wrap;align-items:center}
 .stats{grid-template-columns:1fr}
 .overview-actions{grid-template-columns:1fr}
 .overview-actions>*{grid-column:1!important}
 .admin-actions{grid-template-columns:1fr}
 .login-card,.install-card{padding:1.25rem}
}

/* Compact phone layout */
html{-webkit-text-size-adjust:100%}
.product-card,.chip,.mobile-cart{color:var(--ink);-webkit-appearance:none;appearance:none}
.product-card{width:100%;max-width:100%}

@media(max-width:600px){
 .catalog-tools{position:relative;top:auto;background:transparent;backdrop-filter:none}
 .chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;overflow:visible;padding:.55rem 0 .15rem}
 .chip{width:100%;min-height:42px;white-space:normal;line-height:1.15;padding:.5rem .45rem;font-size:.78rem;text-align:center;overflow-wrap:anywhere}
 .chip.active{color:#fff}
 .product-grid{grid-template-columns:1fr;gap:.6rem}
 .product-card{display:grid;grid-template-columns:96px minmax(0,1fr);min-height:118px;border-radius:13px}
 .product-image{aspect-ratio:auto;width:96px;height:100%;min-height:118px;background-size:contain;background-color:#fff;border-right:1px solid var(--line)}
 .product-info{padding:.7rem .75rem;display:flex;flex-direction:column;justify-content:center}
 .product-category{font-size:.65rem;color:var(--teal)}
 .product-name{color:var(--ink);font-size:.9rem;line-height:1.25;min-height:0;margin:.22rem 0 .5rem}
 .product-meta{display:flex;flex-wrap:wrap;gap:.3rem .6rem}
 .product-price{color:var(--ink);font-size:1rem}
 .add-mark{width:27px;height:27px;right:.35rem;bottom:.35rem;font-size:1.15rem}
 .catalog{padding-left:.55rem;padding-right:.55rem;padding-bottom:6.8rem}
 .mobile-cart{min-height:50px;padding:.65rem .85rem;font-size:.92rem;color:#fff}
 .mobile-cart b{width:24px;height:24px}
}

@media(max-width:350px){
 .chips{grid-template-columns:1fr}
 .product-card{grid-template-columns:84px minmax(0,1fr)}
 .product-image{width:84px}
}
