@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{font-family:Poppins,sans-serif}body{background:var(--background);color:#222;font-family:Poppins,sans-serif}button,input,textarea{font-family:inherit}img{max-width:100%;display:block}:root{--green:#1f603d;--green-dark:#123622;--gold:#d6a400;--background:#f5f5f2;--white:#fff;--text-gray:#777}.login-wall{z-index:100000;box-sizing:border-box;isolation:isolate;-webkit-overflow-scrolling:touch;background:linear-gradient(145deg,#123622f5,#1f603deb);justify-content:center;align-items:center;width:100%;height:100%;padding:30px;display:flex;position:fixed;inset:0;overflow:hidden auto}.login-wall.hidden{display:none!important}.login-wall:before{content:"";z-index:-1;filter:blur(50px);pointer-events:none;background:radial-gradient(circle,#d6a4002e,#0000 70%);border-radius:50%;width:650px;height:650px;position:absolute;top:-250px;right:-200px}.login-wall:after{content:"";z-index:-1;filter:blur(50px);pointer-events:none;background:radial-gradient(circle,#ffffff1f,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-200px;left:-180px}.login-card{z-index:2;box-sizing:border-box;-webkit-overflow-scrolling:touch;background:#fffffff7;border-radius:30px;width:min(430px,100%);max-height:90vh;padding:34px;animation:.45s loginAppear;position:relative;overflow-y:auto;box-shadow:0 35px 90px #00000047}.login-stage{width:100%;animation:.35s fadeStage;display:none}.login-stage.active{display:block}.login-logo{width:120px;max-width:100%;height:auto;margin:0 auto 18px;display:block}.login-stage h1{text-align:center;color:var(--green-dark);margin:0 0 8px;font-size:1.55rem;font-weight:700}.login-stage p{text-align:center;color:var(--text-gray);margin:0 0 16px;font-size:.9rem;line-height:1.45}.signed-in-card{border:1px solid #1f603d14;border-left:5px solid var(--green);background:#fafafa;border-radius:18px;align-items:center;gap:16px;margin:24px 0 14px;padding:18px;display:flex}.signed-in-photo{object-fit:cover;background:#edf2ef;border-radius:50%;flex-shrink:0;width:58px;height:58px}.signed-in-info{flex-direction:column;min-width:0;display:flex}.signed-in-info h3{color:var(--green-dark);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.signed-in-info span{color:var(--text-gray);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:.82rem;overflow:hidden}.login-wall button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.primary-button{z-index:5;cursor:pointer;pointer-events:auto;background:var(--green);color:#fff;appearance:none;border:none;border-radius:18px;justify-content:center;align-items:center;gap:12px;width:100%;height:58px;min-height:58px;font-size:1rem;font-weight:700;transition:background .25s,transform .2s,box-shadow .25s;display:flex;position:relative;box-shadow:0 15px 30px #1f603d40}.primary-button:not(:disabled):hover{background:var(--green-dark);transform:translateY(-3px);box-shadow:0 20px 35px #1236224d}.primary-button:not(:disabled):active{transform:scale(.98)}.primary-button:disabled{opacity:.65;cursor:wait}.switch-account-button{z-index:5;width:100%;height:46px;color:var(--green-dark);cursor:pointer;pointer-events:auto;touch-action:manipulation;appearance:none;background:#fafafa;border:1px solid #1f603d26;border-radius:14px;margin-bottom:6px;font-size:.92rem;font-weight:600;transition:all .25s;position:relative}.switch-account-button:hover{border-color:var(--green);color:var(--green);background:#fff;box-shadow:0 8px 18px #1f603d14}#adminKeyForm{z-index:4;width:100%;position:relative}.admin-key-label{color:var(--green-dark);margin:18px 0 8px;font-size:.9rem;font-weight:600;display:block}.admin-key-input{z-index:5;box-sizing:border-box;color:#222;appearance:none;background:#fff;border:1px solid #ddd;border-radius:18px;outline:none;width:100%;height:58px;margin-bottom:12px;padding:0 18px;font-size:16px;transition:all .25s;display:block;position:relative}.admin-key-input:focus{border-color:var(--green);box-shadow:0 0 0 4px #1f603d1f}.key-error{text-align:center;color:#d14343;min-height:20px;margin:0 0 8px;font-size:.9rem}.verified-badge{width:max-content;color:var(--green);background:#1f603d14;border-radius:999px;align-items:center;gap:8px;margin-top:10px;padding:6px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.verified-badge i{font-size:.75rem}@keyframes loginAppear{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeStage{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.login-wall{align-items:center;padding:20px 14px}.login-card{border-radius:25px;width:min(430px,100%);max-height:92dvh;padding:30px 24px}.login-logo{width:95px}.login-stage h1{font-size:1.45rem}}@media (width<=480px){.login-wall{align-items:flex-start;padding:18px 12px;overflow-y:auto}.login-card{border-radius:22px;width:100%;max-height:calc(100dvh - 36px);margin:auto 0;padding:26px 18px}.login-stage h1{font-size:1.35rem}.login-stage p{font-size:.84rem}.primary-button{height:58px;min-height:58px}.admin-key-input{height:58px;font-size:16px}}.dashboard{background:var(--background);min-height:100vh;padding:30px}.hidden{display:none}.dashboard-container{max-width:1400px;margin:auto}.dashboard-content{margin-top:40px}.dashboard-header{border-left:6px solid var(--green);background:linear-gradient(135deg,#fff 0%,#f6fbf8 100%);border-radius:26px;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px;padding:28px;display:flex;box-shadow:0 10px 28px #0000000d}.dashboard-title-small{color:var(--text-gray);margin-bottom:8px;font-size:.95rem;display:block}.dashboard-title{color:var(--green-dark);margin-bottom:10px;font-size:2.6rem;font-weight:800}.dashboard-subtitle{color:var(--text-gray);font-size:.95rem}.dashboard-date-filter button{cursor:pointer;background:#fff;border:none;border-radius:15px;align-items:center;gap:12px;height:48px;padding:0 20px;font-weight:600;transition:all .25s;display:flex;box-shadow:0 15px 35px #0000000f}.dashboard-date-filter button:hover{transform:translateY(-2px)}.dashboard-overview{grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:45px;display:grid}.overview-card{background:linear-gradient(#fff,#fafaf8);border:1px solid #ececec;border-radius:22px;padding:26px;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 8px 22px #0000000a}.overview-card:before{content:"";background:var(--green);width:100%;height:5px;position:absolute;top:0;left:0}.overview-card:hover{transform:translateY(-5px)}.overview-card span{color:var(--text-gray);font-size:.9rem}.overview-card h2{color:var(--green-dark);margin-top:14px;font-size:2.8rem;font-weight:800}.orders-section{background:#fcfcfc;border:1px solid #ececec;border-radius:28px;padding:34px;box-shadow:0 10px 28px #0000000d}.orders-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.orders-header h2{color:var(--green-dark);font-size:1.35rem;font-weight:700}.orders-header span{color:#777;font-size:.9rem}.orders-tabs{background:#f2f2f2;border-radius:999px;gap:8px;width:max-content;margin-bottom:28px;padding:6px;display:flex}.orders-tab{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:13px 24px;font-size:.95rem;font-weight:600;transition:all .25s}.orders-tab:hover{color:var(--green-dark)}.orders-tab.active{background:var(--green);color:#fff;box-shadow:0 12px 25px #1f603d33}.orders-container{flex-direction:column;gap:14px;display:flex}.orders-empty{text-align:center;height:250px;color:var(--text-gray);flex-direction:column;justify-content:center;align-items:center;display:flex}.orders-empty i{color:var(--green);opacity:.7;margin-bottom:20px;font-size:3rem}.orders-empty h3{color:var(--green-dark);margin-bottom:8px}.orders-expand-button{background:var(--background);cursor:pointer;border:none;border-radius:16px;width:100%;height:52px;margin-top:25px;transition:all .25s}.orders-expand-button:hover{background:#ecece8}.dashboard-date-filter{position:relative}.dashboard-filter-menu{z-index:100;background:#fff;border-radius:18px;flex-direction:column;gap:6px;width:190px;padding:10px;display:flex;position:absolute;top:60px;right:0;box-shadow:0 18px 40px #0000001f}.dashboard-filter-menu.hidden{display:none}.dashboard-filter-menu button{cursor:pointer;background:0 0;border:none;border-radius:12px;height:42px;font-weight:600;transition:all .2s}.dashboard-filter-menu button:hover{background:#f3f3f3}.claimed-section{background:#f5faf6;border:1px solid #dfeee4;border-radius:22px;margin-top:45px;padding:28px}.claimed-header{margin-bottom:28px}.claimed-header h2{color:var(--green-dark);margin-bottom:8px;font-size:1.35rem}.claimed-header span{color:var(--text-gray);font-size:.9rem}.claimed-status{background:#edf8f1;border:1px solid #d8eddf;border-radius:999px;align-items:center;gap:4px;width:fit-content;padding:4px;display:flex}.claimed-return-button{color:#777;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:.95rem;transition:background .2s,color .2s,transform .2s,box-shadow .2s;display:flex}.claimed-return-button:hover{color:var(--green-dark);background:#fff;box-shadow:0 5px 12px #00000014}.claimed-return-button:active{transform:scale(.92)}.claimed-return-button:disabled{opacity:.5;cursor:not-allowed}.claimed-status-label{height:38px;color:var(--green);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:0 14px;font-size:.85rem;font-weight:700;display:flex}.invalid-references-shortcut{background:snow;border:1px solid #f1dede;border-radius:20px;justify-content:space-between;align-items:center;gap:25px;margin-top:35px;padding:22px 26px;display:flex}.invalid-references-shortcut h2{color:#8f2f2f;margin:4px 0 6px;font-size:1.15rem;font-weight:700}.invalid-references-shortcut p{color:var(--text-gray);margin:0;font-size:.88rem}.view-invalid-references-button{color:#c23b3b;cursor:pointer;white-space:nowrap;background:#fff0f0;border:none;border-radius:13px;height:44px;padding:0 18px;font-weight:600;transition:all .25s}.view-invalid-references-button:hover{background:#ffe2e2;transform:translateY(-2px)}.invalid-order-actions{justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.restore-reference-button{height:44px;color:var(--green-dark);cursor:pointer;background:#f4faf6;border:1px solid #dce9df;border-radius:13px;padding:0 18px;font-size:.88rem;font-weight:650;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}.restore-reference-button:hover{background:#e8f5ec;border-color:#c9dfd0;transform:translateY(-1px);box-shadow:0 6px 14px #1f603d1a}.restore-reference-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.remove-reference-button{color:#b33636;cursor:pointer;background:#fff7f7;border:1px solid #f0d2d2;border-radius:13px;height:44px;padding:0 18px;font-size:.88rem;font-weight:650;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}.remove-reference-button:hover{background:#ffeded;border-color:#e9bcbc;transform:translateY(-1px);box-shadow:0 6px 14px #c23b3b1a}.remove-reference-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.archive-confirm-modal{z-index:10000;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.archive-confirm-modal.hidden{display:none}.archive-confirm-backdrop{-webkit-backdrop-filter:blur(10px);background:#0a140e73;position:absolute;inset:0}.archive-confirm-card{z-index:2;background:#fff;border-radius:26px;width:100%;max-width:440px;padding:30px;animation:.2s ease-out archiveModalIn;position:relative;box-shadow:0 30px 80px #00000038}.archive-confirm-icon{color:#c23b3b;background:#fff1f1;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 20px;font-size:1.35rem;display:flex}.archive-confirm-label{color:#a0a0a0;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;font-size:.78rem;font-weight:700;display:block}.archive-confirm-content{text-align:center}.archive-confirm-content h3{color:var(--green-dark);margin:0 0 10px;font-size:1.45rem}.archive-confirm-content p{color:var(--text-gray);margin:0;font-size:.9rem;line-height:1.6}.archive-confirm-actions{justify-content:center;gap:10px;margin-top:28px;display:flex}.archive-cancel-button,.archive-confirm-button{cursor:pointer;border:none;border-radius:13px;height:44px;padding:0 18px;font-weight:600;transition:all .2s}.archive-cancel-button{color:#555;background:#f3f3f3}.archive-cancel-button:hover{background:#e9e9e9}.archive-confirm-button{color:#fff;background:#c23b3b}.archive-confirm-button:hover{background:#aa3030;transform:translateY(-1px)}.archive-confirm-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes archiveModalIn{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=900px){.dashboard{padding:12px}.dashboard-container{width:100%}.dashboard-content{margin-top:20px}.dashboard-header{border-left:4px solid var(--green);border-radius:20px;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:18px;padding:20px}.dashboard-title-small{margin-bottom:5px;font-size:.78rem}.dashboard-title{margin-bottom:6px;font-size:1.65rem;line-height:1.15}.dashboard-subtitle{font-size:.82rem;line-height:1.45}.dashboard-date-filter{width:100%}.dashboard-date-filter button{border-radius:12px;justify-content:space-between;width:100%;height:42px;padding:0 15px;font-size:.84rem}.dashboard-filter-menu{border-radius:15px;width:100%;top:48px;left:0;right:auto}.dashboard-filter-menu button{height:38px;font-size:.82rem}.dashboard-overview{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:22px}.overview-card{border-radius:17px;padding:16px 10px;box-shadow:0 5px 14px #00000009}.overview-card:before{height:3px}.overview-card span{font-size:.68rem;line-height:1.25;display:block}.overview-card h2{margin-top:8px;font-size:1.55rem;line-height:1}.orders-section{border-radius:21px;padding:18px}.orders-header{margin-bottom:18px}.orders-header h2{font-size:1.15rem}.orders-header span{font-size:.78rem}.orders-tabs{gap:5px;margin-bottom:18px;padding:4px}.orders-tab{padding:10px 18px;font-size:.82rem}.orders-container{gap:10px}.orders-expand-button{border-radius:13px;height:44px;margin-top:16px;font-size:.82rem}.claimed-section{border-radius:18px;margin-top:25px;padding:18px}.claimed-header{margin-bottom:18px}.claimed-header h2{margin-bottom:5px;font-size:1.15rem}.claimed-header span{font-size:.78rem}.invalid-references-shortcut{border-radius:17px;gap:14px;margin-top:20px;padding:17px}.invalid-references-shortcut h2{margin:3px 0 5px;font-size:1rem}.invalid-references-shortcut p{font-size:.76rem;line-height:1.4}.view-invalid-references-button{border-radius:12px;width:100%;height:42px;font-size:.82rem}.archive-confirm-card{border-radius:22px;padding:24px}.archive-confirm-actions{flex-direction:column-reverse}.archive-cancel-button,.archive-confirm-button{width:100%}}@media (width<=700px){.invalid-references-shortcut{flex-direction:column;align-items:flex-start}.view-invalid-references-button{width:100%}}.admin-navbar{z-index:1000;background:#fffffff5;border-radius:22px;justify-content:space-between;align-items:center;width:100%;min-height:82px;padding:14px 24px;display:flex;position:relative;box-shadow:0 10px 30px #0000000f}.admin-navbar-left{flex-shrink:0;align-items:center;display:flex}.admin-navbar-logo{width:82px;height:auto;display:block}.admin-search-container{align-items:center;width:min(420px,38%);min-width:250px;height:44px;display:flex;position:relative}.admin-search{width:100%;height:44px;color:var(--green-dark);background:#fafcfb;border:1px solid #dfe6e1;border-radius:999px;outline:none;padding:0 42px 0 44px;font-family:inherit;font-size:.88rem;font-weight:500;transition:border-color .2s,background .2s,box-shadow .2s}.admin-search::placeholder{color:#9aa59e}.admin-search-icon{color:var(--green);pointer-events:none;z-index:2;font-size:.82rem;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.admin-search:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #1f603d17}.admin-search-close{color:#7f8c84;cursor:pointer;z-index:2;background:#eef3ef;border:none;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;padding:0;font-size:.68rem;transition:background .18s,color .18s,transform .18s;display:flex;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.admin-search-close:hover{color:var(--green-dark);background:#e2ebe5;transform:translateY(-50%)scale(1.05)}.admin-navbar-right{flex-shrink:0;align-items:center;gap:14px;display:flex}.admin-profile{align-items:center;gap:10px;display:flex}.admin-profile-image{object-fit:cover;background:#edf2ef;border:1px solid #e1e9e3;border-radius:50%;width:42px;height:42px}.admin-profile-text{flex-direction:column;gap:1px;min-width:0;display:flex}.admin-profile-text span{color:var(--green-dark);white-space:nowrap;font-size:.82rem;font-weight:700}.admin-profile-text small{color:var(--text-gray);white-space:nowrap;font-size:.68rem}.logout-button{color:#fff;cursor:pointer;background:#d14343;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 14px;font-family:inherit;font-size:.78rem;font-weight:650;transition:background .2s,transform .2s,box-shadow .2s;display:flex}.logout-button:hover{background:#b62d2d;transform:translateY(-1px);box-shadow:0 6px 16px #d143432e}@media (width<=1000px){.admin-navbar{border-radius:20px;flex-wrap:wrap;gap:12px;min-height:76px;padding:12px 18px}.admin-navbar-logo{width:74px}.admin-navbar-right{gap:10px}.admin-profile-text{display:none}.admin-profile-image{width:40px;height:40px}.logout-button{border-radius:12px;width:40px;height:40px;padding:0}.logout-button i{margin:0}.logout-button{font-size:0}.logout-button i{font-size:.8rem}.admin-search-container{order:3;width:100%;min-width:0;height:44px}}@media (width<=600px){.admin-navbar{border-radius:18px;gap:10px;min-height:70px;padding:10px 14px}.admin-navbar-logo{width:68px}.admin-profile-image{width:37px;height:37px}.logout-button{border-radius:10px;width:37px;height:37px}.admin-search-container{height:42px}.admin-search{height:42px;padding:0 40px;font-size:.82rem}.admin-search-icon{font-size:.78rem;left:14px}.admin-search-close{width:25px;height:25px;font-size:.62rem;right:8px}}@media (width<=400px){.admin-navbar{padding:9px 12px}.admin-navbar-logo{width:62px}.admin-search{font-size:.78rem}}.admin-navigation{background:#fff;border-radius:999px;justify-content:center;gap:10px;margin-top:35px;padding:10px;display:flex;box-shadow:0 15px 40px #00000014}.admin-nav-button{max-width:220px;height:50px;color:var(--green-dark);cursor:pointer;background:0 0;border:none;border-radius:999px;flex:1;font-size:.95rem;font-weight:600;transition:all .25s}@media (hover:hover) and (pointer:fine){.admin-nav-button:hover{background:#1f603d14}}.admin-nav-button.active{background:var(--green);color:#fff;box-shadow:0 10px 25px #1f603d40}@media (width<=900px){.admin-navigation{box-sizing:border-box;border-radius:25px;flex-direction:row;gap:6px;width:100%;padding:7px}.admin-nav-button{white-space:nowrap;flex:1;width:auto;max-width:none;height:46px;padding:0 6px;font-size:.78rem}}.order-card{background:#fff;border-radius:28px;flex-direction:column;gap:28px;padding:28px;transition:all .25s;display:flex;box-shadow:0 18px 45px #0000000f}.order-card:hover{transform:translateY(-3px)}.order-card-header{justify-content:space-between;align-items:center;display:flex}.order-card-header h3{color:var(--green-dark);font-size:1.2rem;font-weight:700}.order-card-header span{color:var(--text-gray);font-size:.9rem}.order-items{flex-direction:column;gap:22px;display:flex}.order-item{grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:18px;display:grid}.order-image{object-fit:cover;border-radius:20px;width:110px;height:110px}.order-details{flex-direction:column;gap:5px;min-width:0;display:flex}.order-details h4{color:var(--green-dark);margin:0;font-size:1.1rem;font-weight:700;line-height:1.25}.order-details span{color:var(--text-gray);font-size:.9rem;line-height:1.35}.order-details .order-selections{color:var(--green-dark);font-size:.9rem;font-weight:600}.order-details strong{color:var(--green);margin-top:6px;font-size:1.05rem;font-weight:700}.order-status-control{background:#f2f2f2;border-radius:999px;justify-content:flex-end;align-items:center;gap:5px;width:fit-content;margin-left:auto;padding:5px;display:flex}.status-button{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:12px 18px;font-size:.9rem;font-weight:600;transition:all .25s}.status-button:hover{color:var(--green-dark)}.status-button.active{background:var(--green);color:#fff;box-shadow:0 10px 20px #1f603d38}.order-card-footer{grid-template-columns:max-content max-content max-content 1fr;align-items:center;column-gap:28px;display:grid}.order-card-footer small{color:var(--text-gray);margin-bottom:6px;font-size:.82rem;display:block}.order-card-footer strong{color:var(--green-dark)}.receipt-thumbnail-wrapper{flex-direction:column;gap:6px;display:flex}.receipt-thumbnail{object-fit:cover;cursor:pointer;border:1px solid #e5e7eb;border-radius:12px;width:56px;height:56px;transition:all .25s}.receipt-thumbnail:hover{transform:scale(1.08)}.invalid-reference-button{color:#d14343;cursor:pointer;background:#fff4f4;border:none;border-radius:14px;height:46px;padding:0 18px;font-weight:600;transition:all .25s}.invalid-reference-button:hover{background:#ffe7e7}.view-receipt-button{color:#2563eb;cursor:pointer;background:#eef6ff;border:none;border-radius:14px;height:46px;padding:0 18px;font-weight:600;transition:all .25s}.view-receipt-button:hover{background:#dbeafe}.claimed-counter{min-width:72px;height:46px;color:var(--green-dark);white-space:nowrap;background:#eef7f1;border:1px solid #d8ebdf;border-radius:14px;justify-content:center;align-items:center;padding:0 16px;font-size:.95rem;font-weight:700;display:flex}.claimed-counter-value{line-height:1}.receipt-modal{z-index:5000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.receipt-modal.hidden{display:none}.receipt-modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b8;position:absolute;inset:0}.receipt-modal-content{z-index:2;max-width:90vw;max-height:90vh;position:relative}.receipt-modal-content img{border-radius:18px;max-width:90vw;max-height:90vh;box-shadow:0 25px 70px #00000073}.receipt-modal-close{cursor:pointer;background:#fff;border:none;border-radius:50%;width:42px;height:42px;font-size:1.2rem;position:absolute;top:-18px;right:-18px}.claimed-status{background:#edf8f1;border:1px solid #d8eddf;padding:8px 16px}.claimed-status-label{color:var(--green);white-space:nowrap;align-items:center;gap:7px;font-size:.85rem;font-weight:700;display:flex}.claimed-status-label i{font-size:.8rem}@media (width<=900px){.order-card{border-radius:22px;gap:20px;padding:20px;box-shadow:0 10px 28px #0000000d}.order-card-header{align-items:flex-start;gap:10px}.order-card-header h3{font-size:1.05rem;line-height:1.2}.order-card-header span{margin-top:4px;font-size:.76rem;display:block}.order-items{gap:14px}.order-item{grid-template-columns:78px 1fr;grid-template-areas:"image details""status status";align-items:start;gap:12px;display:grid}.order-image{border-radius:15px;grid-area:image;width:78px;height:78px}.order-details{grid-area:details;gap:4px;min-width:0}.order-details h4{margin:0;font-size:.95rem;line-height:1.25}.order-details span,.order-selections{font-size:.76rem;line-height:1.3}.order-details strong{margin-top:4px;font-size:.9rem}.order-status-control{border-radius:999px;grid-area:status;justify-content:center;align-items:center;gap:3px;width:100%;max-width:none;margin:2px 0 0;padding:4px;display:flex}.status-button{white-space:nowrap;flex:1;min-width:0;padding:9px 8px;font-size:.72rem;line-height:1}.order-card-footer{flex-wrap:wrap;align-items:center;gap:14px;padding-top:4px;display:flex}.order-card-footer>div:first-child,.order-card-footer>div:nth-child(2){flex:none}.receipt-thumbnail-wrapper{flex:none;gap:4px}.claimed-counter{background:0 0;border:none;flex:0 0 100%;justify-content:center;align-items:center;width:100%;min-width:0;height:auto;margin-top:2px;padding:0;display:flex}.claimed-counter-value{min-width:42px;height:26px;color:var(--green-dark);white-space:nowrap;background:#eef7f1;border:1px solid #d8ebdf;border-radius:999px;justify-content:center;align-items:center;padding:0 9px;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}.receipt-thumbnail-wrapper{gap:4px}.receipt-thumbnail{border-radius:10px;width:48px;height:48px}.invalid-reference-button{border-radius:12px;flex:none;width:fit-content;height:40px;margin:2px auto 0;padding:0 14px;font-size:.76rem}.view-receipt-button{border-radius:12px;height:40px;padding:0 14px;font-size:.76rem}.invalid-order-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:7px;display:flex}.restore-reference-button,.remove-reference-button{border-radius:12px;height:40px;padding:0 14px;font-size:.76rem}}@media (width<=420px){.order-card{border-radius:19px;gap:17px;padding:16px}.order-card-header h3{font-size:.95rem}.order-card-header span{font-size:.7rem}.order-image{border-radius:13px;width:68px;height:68px}.order-item{grid-template-columns:68px 1fr;gap:10px}.order-details h4{font-size:.88rem}.order-details span,.order-selections{font-size:.7rem}.order-details strong{font-size:.84rem}.status-button{padding:8px 5px;font-size:.66rem}.order-card-footer{gap:12px}.order-card-footer small{font-size:.66rem}.order-card-footer strong{font-size:.74rem}.receipt-thumbnail{width:44px;height:44px}}.product-manager-header{justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px;display:flex}.product-manager-header h2{color:var(--green-dark);margin:0;font-size:1.6rem;font-weight:700}.product-manager-header p{color:#6f7d73;margin:6px 0 0;font-size:.9rem}.product-manager-actions{gap:10px;display:flex}.product-manager-button{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:9px;height:46px;padding:0 20px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .25s;display:flex}.product-manager-button.primary{background:var(--green);color:#fff;box-shadow:0 8px 20px #1f603d2e}.product-manager-button.secondary{color:#b33a3a;background:#fff;border:1px solid #eadede}@media (hover:hover) and (pointer:fine){.product-manager-button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 25px #1f603d3d}.product-manager-button.secondary:hover{background:#fff7f7}}.product-manager-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.products-empty{text-align:center;box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;min-height:280px;padding:30px;display:flex;box-shadow:0 12px 35px #0000000f}.products-empty i{color:var(--green);margin-bottom:15px;font-size:2.2rem}.products-empty h3{color:var(--green-dark);margin:0;font-size:1.1rem}.products-empty p{color:#7b887f;max-width:360px;margin:8px 0 0;font-size:.88rem}.products-loading{text-align:center;color:#7b887f;background:#fff;border-radius:20px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;min-height:280px;display:flex}.products-loading i{color:var(--green);font-size:1.8rem}.product-manager-card{background:#fff;border-radius:20px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 12px 35px #0000000f}@media (hover:hover) and (pointer:fine){.product-manager-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001a}}.product-manager-image{aspect-ratio:1;background:#f5f6f4;width:100%;position:relative;overflow:hidden}.product-manager-image img{object-fit:cover;width:100%;height:100%;display:block}.product-manager-badge{z-index:2;background:var(--green);color:#fff;letter-spacing:.05em;border-radius:8px;padding:6px 10px;font-size:.68rem;font-weight:700;position:absolute;top:12px;left:12px}.product-manager-info{padding:18px}.product-manager-info h3{color:var(--green-dark);margin:0;font-size:1rem;font-weight:700}.product-manager-info p{color:#7b887f;margin:6px 0 12px;font-size:.82rem;line-height:1.5}.product-manager-info strong{color:var(--green);font-size:.95rem}.product-manager-card-footer{background:#fafbfa;border-top:1px solid #edf1ee;justify-content:flex-end;align-items:center;gap:8px;padding:14px 16px;display:flex}.product-manager-card-button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;height:34px;padding:0 12px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.product-manager-card-button.edit{color:var(--green-dark);background:#fff;border:1px solid #dce4de}.product-manager-card-button.edit:hover{border-color:var(--green);color:var(--green);transform:translateY(-1px)}.product-manager-card-button.remove{color:#b34b4b;background:#fff;border:1px solid #ead8d8}.product-manager-card-button.remove:hover{color:#c94b4b;background:#fff7f7;border-color:#c94b4b;transform:translateY(-1px)}@media (width<=700px){.product-manager-header{flex-direction:column;align-items:stretch;gap:20px}.product-manager-actions{width:100%}.product-manager-button{flex:1;padding:0 10px}.product-manager-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (width<=430px){.product-manager-grid{grid-template-columns:1fr}}.add-product-header{margin-bottom:30px}.add-product-title{color:var(--green-dark);margin:4px 0 0;font-size:2rem;font-weight:700}.add-product-subtitle{color:#718078;margin:8px 0 0;font-size:.9rem}.add-product-form{flex-direction:column;gap:24px;display:flex}.add-product-section{background:#fff;border:1px solid #e1e7e3;border-radius:20px;padding:28px;box-shadow:0 6px 18px #192d230b,0 18px 40px #192d230f}.add-product-section:before{content:"";background:linear-gradient(90deg,#0000,#32694b2e,#0000);border-radius:0 0 999px 999px;height:2px;position:absolute;top:0;left:28px;right:28px}.add-product-section-header{margin-bottom:24px}.add-product-section-header h2{color:var(--green-dark);margin:0;font-size:1.15rem}.add-product-section-header p{color:#7b887f;margin:6px 0 0;font-size:.82rem}.product-image-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.product-upload-card{background:#fafbfa;border:1px solid #e8ece9;border-radius:16px;min-width:0;overflow:hidden}.product-upload-preview{aspect-ratio:16/9;color:#9aa59e;background:#f0f3f1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-upload-preview i{font-size:2rem}.product-upload-preview img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.product-upload-info{padding:18px}.product-upload-info h3{color:var(--green-dark);margin:0;font-size:.95rem}.product-upload-info p{color:#7b887f;margin:6px 0 14px;font-size:.78rem;line-height:1.5}.product-upload-button{height:40px;color:var(--green-dark);cursor:pointer;background:#fff;border:1px solid #dce4de;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.product-upload-button:hover{border-color:var(--green);color:var(--green)}.product-images-preview{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:8px;min-height:180px;padding:12px;display:grid}.product-images-empty{color:#9aa59e;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:8px;min-height:150px;font-size:.78rem;display:flex}.product-images-empty i{font-size:1.7rem}.product-upload-preview-image{aspect-ratio:1;position:absolute;inset:0;overflow:hidden}.product-upload-preview-image img{object-fit:cover;width:100%;height:100%;display:block}.product-upload-card:first-child{flex-direction:column;display:flex}.product-upload-card:first-child .product-upload-preview{aspect-ratio:1;width:100%}.product-upload-card:first-child .product-upload-info{padding:18px}.product-image-remove{color:#fff;cursor:pointer;z-index:5;background:#141e19c7;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.product-image-remove:hover{background:#c94b4b;transform:scale(1.08)}.product-image-remove i{font-size:.75rem}.product-image-preview-item{aspect-ratio:1;background:#f0f3f1;border-radius:10px;position:relative;overflow:hidden}.product-image-preview-item img{object-fit:cover;width:100%;height:100%;display:block}.add-product-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.add-product-field{flex-direction:column;gap:8px;display:flex}.add-product-field.full{grid-column:1/-1}.add-product-field label{color:var(--green-dark);font-size:.8rem;font-weight:600}.add-product-field input,.add-product-field textarea{box-sizing:border-box;color:#26352c;background:#fafbfa;border:1px solid #dfe6e1;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:.85rem;transition:all .2s}.add-product-field textarea{resize:vertical;min-height:100px}.add-product-field input:focus,.add-product-field textarea:focus{border-color:var(--green);background:#fff}.price-input{position:relative}.price-input span{color:#718078;font-size:.85rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.price-input input{padding-left:32px}.selection-modules{flex-direction:column;gap:16px;display:flex}.product-selection-module{background:#fafbfa;border:1px solid #e1e7e3;border-radius:16px;padding:22px;position:relative}.product-selection-module-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.selection-module-number{color:var(--green-dark);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.selection-module-remove{color:#a45d5d;cursor:pointer;background:snow;border:1px solid #eadada;border-radius:9px;align-items:center;gap:7px;height:34px;padding:0 11px;font-family:inherit;font-size:.72rem;font-weight:600;transition:all .2s;display:inline-flex}.selection-module-remove:hover{color:#c94b4b;background:#fff1f1;border-color:#d87979}.product-selection-add{align-items:flex-end;gap:12px;margin-top:18px;display:flex}.product-selection-add .add-product-field{flex:1}.selection-add-button{height:42px;color:var(--green-dark);cursor:pointer;background:#fff;border:1px solid #d5e0d9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:0 16px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.selection-add-button:hover{border-color:var(--green);color:var(--green);transform:translateY(-1px)}.selection-options{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.selection-pill{color:#526159;background:#fff;border:1px solid #dce5df;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:0 8px 0 12px;font-size:.76rem;font-weight:600;display:inline-flex}.selection-pill span{line-height:1}.selection-option{cursor:pointer;min-width:0}.selection-option input{display:none}.selection-option span{box-sizing:border-box;color:#56655c;text-align:center;background:#fafbfa;border:1px solid #dfe6e1;border-radius:10px;justify-content:center;align-items:center;min-width:55px;min-height:42px;padding:0 16px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.selection-option:hover span{border-color:var(--green);color:var(--green)}.selection-option input:checked+span{border-color:var(--green);background:var(--green);color:#fff}.selection-pill-remove{color:#718078;cursor:pointer;background:#eef2ef;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:all .2s;display:flex}.selection-pill-remove:hover{color:#c94b4b;background:#f7dede}.selection-add-module-button{width:100%;min-height:46px;color:var(--green-dark);cursor:pointer;background:#fafcfb;border:1px dashed #cbd8d0;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:16px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.selection-add-module-button:hover{border-color:var(--green);color:var(--green);background:#f4f9f6}.add-product-actions{justify-content:flex-end;gap:10px;display:flex}.add-product-cancel,.add-product-submit{cursor:pointer;text-align:center;border-radius:11px;justify-content:center;align-items:center;height:46px;padding:0 20px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.add-product-cancel{color:#66736b;background:#fff;border:1px solid #dfe6e1}.add-product-submit{background:var(--green);color:#fff;border:none;gap:8px}.add-product-submit:hover{transform:translateY(-2px)}.remove-selection-mobile{display:none}@media (width<=700px){.add-product-form,.add-product-section,.add-product-fields,.add-product-field,.product-image-controls,.product-upload-card,.product-upload-preview,.product-upload-info,.selection-modules,.product-selection-module,.product-selection-add,.selection-options,.selection-grid,.add-product-actions{box-sizing:border-box;min-width:0;max-width:100%}.add-product-header{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.add-product-title{overflow-wrap:anywhere;word-break:break-word;max-width:100%;font-size:1.7rem;line-height:1.2}.add-product-subtitle{overflow-wrap:anywhere;word-break:break-word;max-width:100%;font-size:.82rem;line-height:1.5}.add-product-form{gap:18px;width:100%;max-width:100%}.add-product-section{width:100%;min-width:0;max-width:100%;padding:20px}.add-product-section-header{width:100%;min-width:0;max-width:100%}.add-product-section-header h2,.add-product-section-header p{overflow-wrap:anywhere;word-break:break-word;max-width:100%}.product-image-controls{grid-template-columns:1fr;gap:16px;width:100%;max-width:100%}.product-upload-card{width:100%;max-width:100%}.product-upload-card:first-child .product-upload-preview{aspect-ratio:1;width:100%;overflow:hidden}.product-upload-card:first-child .product-upload-preview-image{width:100%;height:100%;position:absolute;inset:0}.product-upload-card:first-child .product-upload-preview-image img{object-fit:cover;object-position:center;width:100%;height:100%}.product-images-preview{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;max-width:100%;min-height:160px;padding:10px}.product-image-preview-item{aspect-ratio:1;width:100%;min-width:0;max-width:100%}.product-image-preview-item img{object-fit:contain;object-position:center;width:100%;height:100%}.product-upload-info{width:100%;min-width:0;max-width:100%;padding:16px}.product-upload-info h3,.product-upload-info p{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.product-upload-button{box-sizing:border-box;white-space:normal;overflow-wrap:anywhere;max-width:100%}.add-product-fields{grid-template-columns:1fr;gap:16px;width:100%;max-width:100%}.add-product-field,.add-product-field.full{grid-column:auto;width:100%;min-width:0;max-width:100%}.add-product-field input,.add-product-field textarea{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.add-product-field textarea{overflow-wrap:anywhere;word-break:break-word}.price-input{width:100%;min-width:0;max-width:100%}.price-input input{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.selection-modules{width:100%;min-width:0;max-width:100%}.product-selection-module{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:18px}.product-selection-module-header{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;min-width:0;max-width:100%;margin-bottom:18px;display:flex}.selection-module-number{white-space:nowrap;text-overflow:ellipsis;overflow-wrap:normal;word-break:normal;flex:1;min-width:0;overflow:hidden}.selection-module-remove{box-sizing:border-box;white-space:normal;text-align:center;overflow-wrap:anywhere;flex-shrink:1;justify-content:center;width:auto;max-width:100%;height:auto;min-height:34px;padding:7px 11px}.product-selection-module .add-product-field{width:100%;min-width:0;max-width:100%}.selection-title-input{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.product-selection-add{flex-direction:column;align-items:stretch;gap:12px;width:100%;min-width:0;max-width:100%;display:flex}.product-selection-add .add-product-field{width:100%;min-width:0;max-width:100%}.selection-option-input{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.selection-add-button{box-sizing:border-box;width:100%;max-width:100%}.selection-options{flex-wrap:wrap;gap:8px;width:100%;min-width:0;max-width:100%;display:flex}.selection-pill{box-sizing:border-box;min-width:0;max-width:100%;overflow:hidden}.selection-pill span{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.selection-pill-remove{flex-shrink:0}.selection-add-module-button{box-sizing:border-box;white-space:normal;width:100%;max-width:100%}.selection-grid{flex-wrap:wrap;gap:8px;width:100%;min-width:0;max-width:100%;display:flex}.selection-option{min-width:0;max-width:100%}.selection-option span{white-space:normal;text-align:center;overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.add-product-actions{flex-direction:column-reverse;gap:10px;width:100%;max-width:100%}.add-product-cancel,.add-product-submit{box-sizing:border-box;width:100%;max-width:100%}.remove-selection-full{display:none}.remove-selection-mobile{display:inline}}.admin-search-overlay{z-index:900;flex-direction:column;display:flex;position:fixed;inset:0}.admin-search-overlay.hidden{display:none!important}body.search-active{overflow:hidden}.admin-search-backdrop{-webkit-backdrop-filter:blur(14px);background:#f5f8f6e0;position:absolute;inset:0}.admin-search-panel{z-index:2;flex:1;width:100%;margin-top:90px;padding:32px 30px 60px;position:relative;overflow-y:auto}.admin-search-overlay-close{width:42px;height:42px;color:var(--green-dark);cursor:pointer;background:#f1f5f2;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:flex}.admin-search-overlay-close:hover{background:#e5eee8;transform:scale(1.05)}.admin-search-header{justify-content:space-between;align-items:center;width:min(1280px,100%);margin:0 auto 34px;display:flex}.admin-search-eyebrow{color:var(--green);letter-spacing:.14em;margin-bottom:5px;font-size:.68rem;font-weight:800;display:block}.admin-search-header h2{color:var(--green-dark);margin:0;font-size:1.45rem;font-weight:750}.admin-search-results{flex-direction:column;gap:34px;width:min(1280px,100%);margin:14px auto 0;display:flex}.admin-search-section{flex-direction:column;gap:13px;display:flex}.admin-search-section-header{align-items:baseline;gap:9px;padding:0 3px;display:flex}.admin-search-section-header h2{color:var(--green-dark);margin:0;font-size:.98rem;font-weight:750}.admin-search-section-header span{color:var(--text-gray);font-size:.7rem;font-weight:600}.admin-search-section.hidden{display:none!important}.admin-search-users{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-search-user-card{text-align:left;cursor:pointer;background:#fffffff7;border:1px solid #e2e9e4;border-radius:16px;grid-template-columns:46px minmax(0,1fr) auto auto 15px;align-items:center;gap:10px;width:100%;min-height:80px;padding:10px 13px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative;box-shadow:0 5px 18px #00000009}.admin-search-user-card:hover{border-color:#cbdcd1;transform:translateY(-1px);box-shadow:0 10px 26px #0001}.admin-search-user-image{object-fit:cover;background:#edf2ef;border-radius:50%;width:46px;height:46px}.admin-search-user-info{flex-direction:column;gap:2px;min-width:0;display:flex}.admin-search-user-info strong{color:var(--green-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.83rem;font-weight:750;overflow:hidden}.admin-search-user-info span{color:var(--text-gray);white-space:nowrap;text-overflow:ellipsis;font-size:.69rem;overflow:hidden}.admin-search-user-info small{color:#a0aaa4;white-space:nowrap;text-overflow:ellipsis;font-size:.58rem;overflow:hidden}.admin-search-user-orders{background:#f3f7f4;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;min-width:58px;padding:7px 9px;display:flex}.admin-search-user-orders strong{color:var(--green-dark);font-size:.92rem;line-height:1}.admin-search-user-orders span{color:var(--text-gray);margin-top:3px;font-size:.59rem;font-weight:600}.admin-search-role{text-align:center;border-radius:999px;min-width:64px;padding:6px 9px;font-size:.62rem;font-weight:750}.admin-search-role.customer{color:var(--green);background:#eef7f1}.admin-search-role.admin{color:#6d4acb;background:#f1edff}.admin-search-card-arrow{color:#aab4ae;font-size:.66rem;transition:all .2s}.admin-search-user-card:hover .admin-search-card-arrow{color:var(--green);transform:translate(2px)}.admin-search-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.admin-search-product-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e4ebe6;border-radius:18px;min-width:0;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden;box-shadow:0 6px 22px #0000000a}.admin-search-product-card:hover{border-color:#cfe0d4;transform:translateY(-2px);box-shadow:0 13px 30px #00000013}.admin-search-product-image-wrapper{aspect-ratio:1;background:#f3f4f3;width:100%;overflow:hidden}.admin-search-product-image{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.admin-search-product-card:hover .admin-search-product-image{transform:scale(1.025)}.admin-search-product-info{flex-direction:column;gap:3px;padding:12px 13px 14px;display:flex}.admin-search-product-info strong{color:var(--green-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:750;overflow:hidden}.admin-search-product-info span{color:var(--green);font-size:.78rem;font-weight:700}.admin-search-empty{text-align:center;min-height:260px;color:var(--text-gray);flex-direction:column;justify-content:center;align-items:center;display:flex}.admin-search-empty.hidden{display:none!important}.admin-search-empty i{color:#aeb8b1;margin-bottom:12px;font-size:2rem}.admin-search-empty h3{color:var(--green-dark);margin:0 0 5px;font-size:.98rem}.admin-search-empty p{max-width:400px;margin:0;font-size:.82rem;line-height:1.5}.admin-search-loading{min-height:180px;color:var(--green);justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}@media (width<=1100px){.admin-search-panel{padding:30px 24px 55px}.admin-search-results{margin-top:12px}.admin-search-users{grid-template-columns:1fr}.admin-search-products{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-search-user-card{grid-template-columns:48px minmax(0,1fr) auto auto 16px}}@media (width<=700px){.admin-search-panel{margin-top:80px;padding:24px 16px 45px}.admin-search-header{margin-bottom:26px}.admin-search-header h2{font-size:1.3rem}.admin-search-results{gap:28px;margin-top:8px}.admin-search-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.admin-search-product-card{border-radius:16px}.admin-search-product-info{padding:11px 11px 12px}.admin-search-product-info strong{font-size:.76rem}.admin-search-product-info span{font-size:.72rem}.admin-search-user-card{border-radius:16px;grid-template-columns:46px minmax(0,1fr) auto 14px;gap:9px;min-height:84px;padding:10px 12px}.admin-search-user-image{width:46px;height:46px}.admin-search-user-orders{min-width:50px;padding:6px 7px}.admin-search-role{display:none}.admin-search-user-info strong{font-size:.78rem}.admin-search-user-info span{font-size:.66rem}.admin-search-user-info small{font-size:.55rem}}@media (width<=420px){.admin-search-panel{margin-top:75px;padding:20px 12px 40px}.admin-search-results{gap:25px}.admin-search-products{gap:9px}.admin-search-product-info{padding:9px 10px 11px}.admin-search-product-info strong{font-size:.7rem}.admin-search-product-info span{font-size:.68rem}.admin-search-user-card{grid-template-columns:42px minmax(0,1fr) auto 12px;padding:9px 10px}.admin-search-user-image{width:42px;height:42px}.admin-search-user-orders{min-width:46px}}.user-details-page{width:100%;min-height:100%}.user-details-header{align-items:center;gap:18px;margin-bottom:24px;display:flex}.user-details-header>div{flex-direction:column;gap:2px;display:flex}.user-details-header h1{color:var(--green-dark);margin:0;font-size:1.65rem;font-weight:750}.user-details-back-button{color:var(--green-dark);cursor:pointer;background:#f5f7f6;border:1px solid #e3e9e5;border-radius:11px;align-items:center;gap:8px;padding:9px 13px;font-size:.76rem;font-weight:650;transition:background .2s,border-color .2s,transform .2s;display:flex}.user-details-back-button:hover{background:#edf2ef;border-color:#d6e1da;transform:translate(-2px)}.user-details-profile{background:#fff;border:1px solid #e6ece8;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:19px 21px;display:grid;box-shadow:0 8px 24px #00000009}.user-details-photo{object-fit:cover;background:#edf2ef;border-radius:50%;width:70px;height:70px}.user-details-main{flex-direction:column;gap:3px;min-width:0;display:flex}.user-details-main h2{color:var(--green-dark);margin:0;font-size:1.12rem;font-weight:750}.user-details-main span{color:var(--text-gray);font-size:.77rem}.user-details-main small{color:#9aa59e;white-space:nowrap;text-overflow:ellipsis;font-size:.62rem;overflow:hidden}.user-details-role{width:fit-content;color:var(--green);background:#eef7f1;border-radius:999px;order:-1;padding:4px 8px;font-size:.59rem;font-weight:750}.user-details-order-total{text-align:center;background:#f3f7f4;border:1px solid #e7eee9;border-radius:12px;min-width:78px;padding:9px 13px}.user-details-order-total strong{color:var(--green-dark);font-size:1.05rem;font-weight:750;line-height:1.1;display:block}.user-details-order-total span{color:var(--text-gray);font-size:.61rem}.user-details-orders{margin-top:25px}.user-details-orders-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.user-details-orders-header>div{flex-direction:column;gap:2px;display:flex}.user-details-orders-header h2{color:var(--green-dark);margin:0;font-size:1.05rem;font-weight:750}.user-details-orders-header span{color:var(--text-gray);font-size:.69rem}.user-details-orders-container{flex-direction:column;gap:10px;display:flex}.user-details-loading{min-height:160px;color:var(--text-gray);justify-content:center;align-items:center;gap:9px;font-size:.8rem;display:flex}.user-details-empty{text-align:center;min-height:160px;color:var(--text-gray);flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.user-details-empty i{color:#aeb8b1;margin-bottom:5px;font-size:1.8rem}.user-details-empty strong{color:var(--green-dark);font-size:.88rem}.user-details-empty span{font-size:.74rem}.user-details-error{text-align:center;color:#c04444;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:160px;display:flex}.user-details-error i{font-size:1.8rem}.user-details-error strong{font-size:.88rem}.user-details-error span{color:var(--text-gray);font-size:.74rem}.user-details-order{background:#fff;border:1px solid #e5ebe7;border-radius:17px;padding:14px 16px;transition:border-color .2s,box-shadow .2s;position:relative;box-shadow:0 5px 18px #00000008}.user-details-order:hover{border-color:#d3e0d8;box-shadow:0 8px 23px #0000000d}.user-details-order-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.user-details-order-header>div:first-child{flex-direction:column;gap:2px;min-width:0;display:flex}.user-details-order-header strong{color:var(--green-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:750;overflow:hidden}.user-details-order-header>div:first-child span{color:var(--text-gray);font-size:.64rem}.user-details-order-status-control{background:#f1f4f2;border:1px solid #e5ebe7;border-radius:10px;flex-shrink:0;align-items:center;gap:2px;padding:3px;display:inline-flex}.user-order-status-button{color:#7b867f;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:7px;min-width:66px;height:28px;padding:0 9px;font-family:inherit;font-size:.61rem;font-weight:700;line-height:1;transition:background .18s,color .18s,box-shadow .18s,transform .18s;position:relative}.user-order-status-button:hover:not(:disabled){color:var(--green-dark);background:#ffffffa6}.user-order-status-button.active{color:var(--green-dark);background:#fff;box-shadow:0 2px 7px #00000014}.user-order-status-button:active:not(:disabled){transform:scale(.97)}.user-order-status-button:disabled{cursor:default;opacity:.72}.user-details-order.pending .user-order-status-button.active{color:#a96f18;background:#fff9ef}.user-details-order.ready-for-pickup .user-order-status-button.active{color:var(--green);background:#eef7f1}.user-details-order.claimed .user-order-status-button.active{color:#59655e;background:#eef1ef}.user-details-order-status.invalid-reference{color:#707a74;white-space:nowrap;background:#f3f4f3;border-radius:8px;justify-content:center;align-items:center;min-height:28px;padding:6px 10px;font-weight:750;display:inline-flex;font-size:.61rem!important}.user-details-order-status.invalid-reference:before{content:"";opacity:.65;background:currentColor;border-radius:50%;width:5px;height:5px;margin-right:6px}.user-details-order-products{flex-direction:column;gap:6px;display:flex}.user-order-product{background:#f8faf9;border:1px solid #edf1ee;border-radius:11px;align-items:center;gap:10px;padding:7px 8px;display:flex}.user-order-product img{object-fit:cover;background:#edf2ef;border-radius:9px;flex-shrink:0;width:44px;height:44px}.user-order-product>div{flex-direction:column;gap:2px;min-width:0;display:flex}.user-order-product strong{color:var(--green-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;font-weight:700;overflow:hidden}.user-order-product span{color:var(--text-gray);white-space:nowrap;text-overflow:ellipsis;font-size:.63rem;overflow:hidden}.user-details-order-footer{border-top:1px solid #edf0ee;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding-top:9px;display:flex}.user-details-order-footer span{color:var(--text-gray);white-space:nowrap;text-overflow:ellipsis;font-size:.63rem;overflow:hidden}.user-details-order-footer strong{color:var(--green);flex-shrink:0;font-size:.8rem;font-weight:750}.user-details-role.admin{color:#6d4acb;background:#f1edff}.user-details-role.customer{color:var(--green);background:#eef7f1}.user-details-order-product-main{background:#f8faf9;border:1px solid #edf1ee;border-radius:13px;align-items:flex-start;gap:12px;padding:10px;display:flex}.user-details-order-product-main>img{object-fit:cover;background:#edf2ef;border-radius:11px;flex-shrink:0;width:58px;height:58px}.user-details-order-product-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.user-details-order-product-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.user-details-order-product-title-row strong{color:var(--green-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:750;overflow:hidden}.user-details-order-product-title-row span{color:var(--green);flex-shrink:0;font-size:.76rem;font-weight:750}.user-details-order-description{color:var(--text-gray);font-size:.66rem}.user-details-order-program{color:#89958e;align-items:center;gap:5px;font-size:.63rem;display:flex}.user-details-order-program i{color:var(--green);font-size:.57rem}.user-order-detail-pills{flex-wrap:wrap;gap:5px;margin-top:4px;display:flex}.user-order-detail-pill{color:#66736b;background:#fff;border:1px solid #e4ebe6;border-radius:6px;align-items:center;padding:3px 7px;font-size:.58rem;font-weight:650;display:inline-flex}.user-details-order-details{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:8px;display:grid}.user-order-detail-line{background:#fafbfa;border-radius:9px;flex-direction:column;gap:2px;padding:7px 9px;display:flex}.user-order-detail-line span{color:#9aa49e;font-size:.57rem;font-weight:600}.user-order-detail-line strong{color:var(--green-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;font-weight:700;overflow:hidden}.user-details-order-payment{border-top:1px solid #edf0ee;align-items:center;gap:20px;margin-top:9px;padding:9px 10px;display:flex}.user-details-order-payment>div{flex-direction:column;gap:2px;min-width:0;display:flex}.user-details-order-payment span{color:#9aa49e;font-size:.56rem;font-weight:600}.user-details-order-payment strong{color:#59655e;white-space:nowrap;text-overflow:ellipsis;font-size:.62rem;font-weight:650;overflow:hidden}.user-details-receipt-link{color:var(--green);white-space:nowrap;background:#eef7f1;border-radius:8px;align-items:center;gap:5px;margin-left:auto;padding:6px 9px;font-size:.59rem;font-weight:700;text-decoration:none;transition:background .18s,transform .18s;display:inline-flex}.user-details-receipt-link:hover{background:#e2f0e7;transform:translateY(-1px)}@media (width<=900px){.user-details-order-header{align-items:flex-start}.user-details-order-status-control{flex-shrink:1}.user-order-status-button{min-width:60px;padding:0 7px}}@media (width<=700px){.user-details-header{flex-direction:column;align-items:flex-start;gap:9px;margin-bottom:19px}.user-details-header h1{font-size:1.4rem}.user-details-profile{border-radius:17px;grid-template-columns:auto minmax(0,1fr);gap:13px;padding:16px}.user-details-photo{width:62px;height:62px}.user-details-order-total{grid-column:1/-1;width:100%;padding:8px 11px}.user-details-orders{margin-top:22px}.user-details-order{border-radius:15px;padding:12px}.user-details-order-header{flex-direction:column;align-items:stretch;gap:9px;margin-bottom:10px}.user-details-order-status-control{grid-template-columns:repeat(3,1fr);width:100%;display:grid}.user-order-status-button{width:100%;min-width:0;height:29px;font-size:.59rem}.user-details-order-status.invalid-reference{align-self:flex-start}.user-order-product{padding:6px 7px}.user-order-product img{width:41px;height:41px}.user-details-order-footer{flex-direction:column;align-items:flex-start;gap:5px}.user-details-order-product-main{padding:8px}.user-details-order-product-main>img{width:50px;height:50px}.user-details-order-product-title-row{flex-direction:column;align-items:flex-start;gap:2px}.user-details-order-details{grid-template-columns:repeat(2,1fr)}.user-details-order-payment{flex-direction:column;align-items:flex-start;gap:8px}.user-details-receipt-link{margin-left:0}}@media (width<=420px){.user-details-profile{padding:13px}.user-details-order{padding:10px}.user-details-order-header strong{font-size:.75rem}.user-order-status-button{height:27px;padding:0 5px;font-size:.55rem}.user-order-product img{width:39px;height:39px}.user-details-order-details{gap:5px}.user-order-detail-line{padding:6px 7px}.user-details-order-payment{padding:8px 0}}.product-details-page{width:100%;min-height:100%;padding-bottom:40px}.product-details-header{align-items:center;margin-bottom:18px;display:flex}.product-details-back-button{color:var(--green-dark);cursor:pointer;background:#fff;border:1px solid #e4ebe7;border-radius:11px;align-items:center;gap:8px;padding:9px 13px;font-size:.76rem;font-weight:650;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #00000009}.product-details-back-button:hover{background:#f5f8f6;border-color:#d7e2dc;transform:translate(-2px);box-shadow:0 6px 18px #0000000d}.product-details-back-button i{font-size:.7rem}.product-details-profile{background:#fff;border:1px solid #e6ece8;border-radius:18px;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:20px;padding:20px;display:grid;box-shadow:0 8px 24px #0000000b}.product-details-image{object-fit:cover;background:#f1f5f2;border:1px solid #e6ece8;border-radius:15px;width:100px;height:100px;display:block}.product-details-main{flex-direction:column;align-items:flex-start;gap:5px;min-width:0;display:flex}.product-details-program{width:fit-content;color:var(--green);background:#edf7f1;border-radius:999px;padding:4px 9px;font-weight:750;line-height:1.2;font-size:.61rem!important}.product-details-main h2{color:var(--green-dark);letter-spacing:-.01em;margin:1px 0 0;font-size:1.25rem;font-weight:750;line-height:1.25}.product-details-main>span:not(.product-details-program){max-width:680px;color:var(--text-gray);font-size:.74rem;line-height:1.45}.product-details-main strong{color:var(--green);margin-top:3px;font-size:.95rem;font-weight:750}.product-details-order-total{text-align:center;border-left:1px solid #e7ece9;min-width:92px;padding:12px 16px}.product-details-order-total strong{color:var(--green-dark);font-size:1.35rem;font-weight:750;line-height:1.1;display:block}.product-details-order-total span{color:var(--text-gray);margin-top:4px;font-size:.64rem;font-weight:600;display:block}.product-details-orders{margin-top:27px}.product-details-orders-header{justify-content:space-between;align-items:flex-end;gap:15px;margin-bottom:12px;padding:0 2px;display:flex}.product-details-orders-header h2{color:var(--green-dark);margin:0;font-size:1.05rem;font-weight:750;line-height:1.2}.product-details-orders-header span{color:var(--text-gray);margin-top:3px;font-size:.7rem;line-height:1.35;display:block}.product-details-orders-container{flex-direction:column;gap:11px;display:flex}.product-details-loading{min-height:150px;color:var(--text-gray);justify-content:center;align-items:center;gap:9px;font-size:.78rem;display:flex}.product-details-loading i{color:var(--green)}.product-details-empty{text-align:center;min-height:150px;color:var(--text-gray);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.product-details-empty i{color:#aeb8b1;margin-bottom:4px;font-size:1.8rem}.product-details-empty strong{color:var(--green-dark);font-size:.86rem}.product-details-empty span{font-size:.72rem}.product-details-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:150px;display:flex}.product-details-error i{color:#c04444;font-size:1.8rem}.product-details-error strong{color:#c04444;font-size:.86rem}.product-details-error span{color:var(--text-gray);font-size:.72rem}@media (width<=700px){.product-details-page{padding-bottom:25px}.product-details-header{margin-bottom:15px}.product-details-profile{border-radius:16px;grid-template-columns:72px minmax(0,1fr);gap:14px;padding:16px}.product-details-image{border-radius:13px;width:72px;height:72px}.product-details-main h2{font-size:1.05rem}.product-details-main>span:not(.product-details-program){font-size:.68rem}.product-details-main strong{font-size:.86rem}.product-details-order-total{border-top:1px solid #e7ece9;border-left:none;grid-column:1/-1;justify-content:center;align-items:center;gap:7px;width:100%;padding:10px 12px;display:flex}.product-details-order-total strong{font-size:1rem}.product-details-order-total span{margin-top:0;font-size:.65rem}.product-details-orders{margin-top:22px}.product-details-orders-header{flex-direction:column;align-items:flex-start;gap:2px;margin-bottom:10px}}@media (width<=420px){.product-details-profile{grid-template-columns:58px minmax(0,1fr);gap:11px;padding:13px}.product-details-image{border-radius:11px;width:58px;height:58px}.product-details-main h2{font-size:.95rem}.product-details-program{padding:3px 7px;font-size:.56rem!important}}.logs-page-header{margin-bottom:24px}.logs-section{background:#fff;border:1px solid #e9ecea;border-radius:24px;width:100%;padding:24px;box-shadow:0 8px 28px #00000009}.logs-controls{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.logs-search{width:100%;max-width:430px;position:relative}.logs-search i{color:#9b9b9b;pointer-events:none;font-size:12px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.logs-search input{color:#292929;background:#fafbfa;border:1px solid #e5e8e6;border-radius:12px;outline:none;width:100%;height:42px;padding:0 15px 0 40px;font-family:inherit;font-size:12.5px;transition:background .2s,border-color .2s,box-shadow .2s}.logs-search input:hover{background:#fff}.logs-search input:focus{background:#fff;border-color:#9fc4ac;box-shadow:0 0 0 3px #1f603d11}.logs-search input::placeholder{color:#a8a8a8}.logs-filter{align-items:center;gap:9px;display:flex}.logs-filter-label{color:#888;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.logs-filter-label i{font-size:10px}.logs-filter select{color:#444;cursor:pointer;background:#fafbfa;border:1px solid #e5e8e6;border-radius:12px;outline:none;min-width:145px;height:42px;padding:0 34px 0 13px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,border-color .2s,box-shadow .2s}.logs-filter select:hover{background:#fff}.logs-filter select:focus{background:#fff;border-color:#9fc4ac;box-shadow:0 0 0 3px #1f603d11}.logs-summary{background:#f7faf8;border:1px solid #e4eee7;border-radius:14px;align-items:center;gap:12px;margin-bottom:25px;padding:13px 15px;display:flex}.logs-summary-icon{width:34px;height:34px;color:var(--green);background:#eaf3ed;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex}.logs-summary div:last-child{flex-direction:column;gap:2px;display:flex}.logs-summary strong{color:#303530;font-size:11.5px;font-weight:700}.logs-summary span{color:#909590;font-size:10.5px}.logs-container{flex-direction:column;display:flex}.logs-date-group{margin-bottom:28px}.logs-date-group:last-child{margin-bottom:0}.logs-date-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.logs-date-header:after{content:"";background:#eceeed;flex:1;height:1px}.logs-date-header span{color:#999e9a;text-transform:uppercase;letter-spacing:.12em;flex-shrink:0;font-size:9.5px;font-weight:700}.logs-date-list{flex-direction:column;gap:7px;display:flex}.admin-log-card{background:#fff;border:1px solid #eceeec;border-radius:14px;align-items:flex-start;gap:13px;padding:14px 15px;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:flex;position:relative}.admin-log-card:hover{background:#fcfdfc;border-color:#dce6df;transform:translateY(-1px);box-shadow:0 7px 20px #0000000b}.admin-log-icon{width:37px;height:37px;color:var(--green);background:#f1f7f3;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex}.admin-log-content{flex:1;min-width:0}.admin-log-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:4px;display:flex}.admin-log-action{color:#292c2a;font-size:12.5px;font-weight:700}.admin-log-header time{color:#a1a4a2;flex-shrink:0;font-size:10px;font-weight:500}.admin-log-description{color:#707572;margin:0 0 8px;font-size:11.5px;line-height:1.55}.admin-log-meta{color:#999d9a;flex-wrap:wrap;align-items:center;gap:9px;font-size:9.5px;display:flex}.admin-log-meta span{align-items:center;gap:5px;display:inline-flex}.admin-log-meta i{color:#b2b6b3;font-size:8px}.admin-log-target{color:#747a76;background:#f4f7f5;border:1px solid #e7ebe8;border-radius:6px;align-items:center;gap:5px;padding:4px 7px;font-size:9px;font-weight:600;display:inline-flex}.admin-log-target i{color:var(--green);font-size:8px}.admin-log-card[data-action^=PRODUCT_] .admin-log-icon{color:#397552;background:#f2f6f4}.admin-log-card[data-action=PRODUCT_CREATED] .admin-log-icon{color:#3d8a59;background:#edf7f0}.admin-log-card[data-action=PRODUCT_DELETED] .admin-log-icon{color:#b65d5d;background:#faf1f1}.admin-log-card[data-action=ORDER_STATUS_CHANGED] .admin-log-icon{color:#53778b;background:#f0f5f8}.admin-log-card[data-action=ORDER_INVALID_REFERENCE] .admin-log-icon{color:#aa7c3c;background:#fbf5eb}.admin-log-card[data-action=ORDER_REFERENCE_RESTORED] .admin-log-icon{color:#41835a;background:#edf7f0}.admin-log-card[data-action=ORDER_ARCHIVED] .admin-log-icon{color:#777;background:#f3f3f3}.logs-loading{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:220px;display:flex}.logs-loading i{color:var(--green);font-size:18px}.logs-loading p{color:#999;margin:0;font-size:11px}.logs-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:30px;display:flex}.logs-empty>i{color:#b9bdbb;margin-bottom:13px;font-size:25px}.logs-empty h3{color:#353735;margin:0 0 5px;font-size:14px;font-weight:700}.logs-empty p{color:#999d9a;max-width:400px;margin:0;font-size:11px;line-height:1.55}.admin-logs-shortcut{background:#f7faf8;border:1px solid #dfebe3;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-top:22px;padding:20px 24px;display:flex}.admin-logs-shortcut h2{color:var(--green-dark);margin:4px 0 5px;font-size:1.1rem;font-weight:700}.admin-logs-shortcut p{color:var(--text-gray);margin:0;font-size:.82rem}.view-admin-logs-button{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:11px;flex-shrink:0;height:42px;padding:0 17px;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.view-admin-logs-button:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 7px 16px #1f603d24}@media (width<=900px){.logs-section{border-radius:19px;padding:16px}.logs-controls{flex-direction:column;align-items:stretch;gap:9px;margin-bottom:15px}.logs-search{max-width:none}.logs-filter{justify-content:space-between}.logs-filter select{flex:1;min-width:0}.logs-summary{margin-bottom:19px;padding:11px 12px}.logs-summary-icon{border-radius:8px;width:31px;height:31px}.logs-summary strong{font-size:10.5px}.logs-summary span{font-size:9.5px}.admin-log-card{border-radius:13px;gap:10px;padding:13px}.admin-log-icon{border-radius:9px;width:34px;height:34px;font-size:11px}.admin-log-header{flex-direction:column;align-items:flex-start;gap:2px}.admin-log-action{font-size:12px}.admin-log-header time{font-size:9px}.admin-log-description{font-size:11px}.admin-log-meta{gap:7px;font-size:9px}.admin-log-target{font-size:8.5px}.admin-logs-shortcut{border-radius:16px;flex-direction:column;align-items:flex-start;gap:14px;padding:17px}.view-admin-logs-button{width:100%}}
