*{box-sizing:border-box}body{margin:0;font-family:Montserrat,sans-serif;color:#173a2f;background:#f1eee5}.login-body{min-height:100vh;background:#12352a;display:grid;place-items:center;padding:1rem}.login-shell{width:min(960px,100%)}.back{color:rgba(255,255,255,.55);text-decoration:none;font-size:.62rem}.login-panel{margin-top:1rem;min-height:580px;background:#f3efe7;border-radius:1.5rem;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden}.login-brand{background:#173a2f;color:#fff;padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}.login-brand small{letter-spacing:.17em;color:#d3b46e;font-size:.57rem}.login-brand h1{font:600 5rem/.84 "Cormorant Garamond",serif;margin:1rem 0}.login-brand p{font-size:.7rem;color:rgba(255,255,255,.55)}.login-panel form{padding:5rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}.login-panel label{display:grid;gap:.5rem}.login-panel label span,.product-form label span{font-size:.57rem;font-weight:600;letter-spacing:.08em}.login-panel input,.product-form input,.product-form select{border:1px solid #d8d1c5;border-radius:.6rem;padding:.9rem;background:#fff}.login-panel button,.product-form button{border:0;border-radius:999px;padding:1rem;background:#173a2f;color:#fff;display:flex;justify-content:space-between;font-weight:600;cursor:pointer}.demo,#loginError{font-size:.55rem;color:#857b6c}.dashboard-body{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.dash-nav{position:sticky;top:0;height:100vh;background:#15372d;color:#fff;padding:1.5rem;display:flex;flex-direction:column}.dash-logo{color:#fff;text-decoration:none;display:grid}.dash-logo b{font:700 1.1rem/1 "Cormorant Garamond",serif;letter-spacing:.15em}.dash-logo small{font-size:.43rem;letter-spacing:.16em;color:#d3b46e;margin-top:.3rem}.dash-nav nav{display:grid;gap:.4rem;margin-top:4rem}.dash-nav nav button{border:0;background:transparent;color:rgba(255,255,255,.6);text-align:left;padding:.8rem;border-radius:.55rem;font-size:.62rem;cursor:pointer}.dash-nav nav button.active{background:rgba(255,255,255,.08);color:#fff}.dash-nav nav i{float:right;background:#d3b46e;color:#173a2f;border-radius:999px;padding:.15rem .4rem;font-style:normal}.logout{margin-top:auto;color:rgba(255,255,255,.5);text-decoration:none;font-size:.6rem}.dash-main{padding:2rem 3vw}.dash-main header{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #d8d2c7;padding-bottom:1.2rem}.dash-main header small,.panel-head small,.recent small{font-size:.5rem;letter-spacing:.15em;color:#92712f}.dash-main header h1,.panel-head h2,.recent h2{font:600 2.7rem/1 "Cormorant Garamond",serif;margin:.5rem 0 0}.dash-main header a{font-size:.58rem;color:#173a2f}.dash-tab{display:none;padding-top:2rem}.dash-tab.active{display:block}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stats article{background:#fff;border-radius:1rem;padding:1.4rem;min-height:180px}.stats article small{font-size:.5rem;letter-spacing:.15em;color:#92712f}.stats article strong{display:block;font:600 4.5rem/1 "Cormorant Garamond",serif;margin:1rem 0}.stats article span{font-size:.55rem;color:#7a8782}.recent{background:#fff;border-radius:1rem;padding:1.5rem;margin-top:1rem}.request-mini,.request-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1rem;align-items:center;border-top:1px solid #e5e0d8;padding:1rem 0;font-size:.6rem}.request-mini button,.request-row button,.panel-head button{border:1px solid #d6d0c6;background:transparent;border-radius:999px;padding:.55rem .8rem;color:#173a2f;font-size:.55rem;cursor:pointer}.panel-head{display:flex;justify-content:space-between;align-items:end}.product-form{display:grid;grid-template-columns:1fr 1fr;gap:1rem;background:#fff;border-radius:1rem;padding:1.3rem;margin-top:1rem}.product-form label{display:grid;gap:.5rem}.product-form .upload{grid-column:1/-1}.upload input{display:none}.upload>div{min-height:130px;border:1px dashed #bfb7aa;border-radius:.8rem;display:grid;place-items:center;color:#847c70;font-size:.65rem;overflow:hidden}.upload img{max-height:120px;max-width:100%;object-fit:contain}.product-form button{grid-column:1/-1;width:180px}.product-admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:1rem}.admin-product{background:#fff;border-radius:.9rem;padding:1rem}.admin-product img{width:100%;height:150px;object-fit:contain;background:#f2eee6;border-radius:.6rem}.admin-product h3{font:600 1.4rem/1 "Cormorant Garamond",serif}.admin-product small{font-size:.5rem;color:#92712f}.admin-product button{border:0;background:#173a2f;color:#fff;border-radius:999px;padding:.5rem .7rem;font-size:.52rem}#requestTable{background:#fff;border-radius:1rem;padding:1rem;margin-top:1rem}dialog{width:min(760px,94vw);max-width:none;border:0;border-radius:1rem;padding:2rem;color:#173a2f}dialog::backdrop{background:rgba(4,17,13,.8)}dialog>button{float:right;border:0;background:#173a2f;color:#fff;width:36px;height:36px;border-radius:50%}.request-detail h2{font:600 3rem/1 "Cormorant Garamond",serif}.request-detail table{width:100%;border-collapse:collapse}.request-detail th,.request-detail td{padding:.7rem;border-bottom:1px solid #ddd;text-align:left;font-size:.6rem}@media(max-width:850px){.login-panel{grid-template-columns:1fr}.login-brand{padding:3rem}.dashboard-body{grid-template-columns:1fr}.dash-nav{position:static;height:auto;display:block}.dash-nav nav{margin-top:1rem;grid-template-columns:repeat(3,1fr)}.logout{display:block;margin-top:1rem}.stats,.product-admin-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.stats,.product-form,.product-admin-grid{grid-template-columns:1fr}.request-mini,.request-row{grid-template-columns:1fr 1fr}.dash-main{padding:1rem}.dash-main header a{display:none}}