body{margin:0;background:#faf8f5;color:#1c1917;font-family:Inter,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;font-size:13px;line-height:1.5;position:relative;overflow-x:hidden;}
:root{--g-bg:#faf8f5;--g-border:#e7e5e4;--g-text:#1c1917;--g-sub:#78716c;--g-accent:#9a3412;}
.grg-fluid-bg{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;background:radial-gradient(circle at 20% 30%,rgba(245,230,215,0.4) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(220,230,245,0.4) 0,transparent 50%);animation:grgFluid 15s ease infinite alternate;}
@keyframes grgFluid{0%{background-position:0% 0%;}100%{background-position:100% 100%;}}
.grg-header{position:fixed;top:0;width:100%;height:56px;background:rgba(250,248,245,0.8);backdrop-filter:saturate(180%) blur(12px);z-index:2000;border-bottom:1px solid var(--g-border);}
.grg-inner{max-width:960px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px;}
.grg-logo img{height:20px;}
.grg-nav{display:flex;list-style:none;gap:24px;margin:0;padding:0;}
.grg-nav a{color:var(--g-sub);text-decoration:none;font-weight:500;transition:color 0.2s;}
.grg-nav a:hover{color:var(--g-text);}
.grg-nav .active{color:var(--g-text);font-weight:600;}
.grg-user-zone{display:flex;align-items:center;gap:16px;}
.grg-btn-login{background:#1c1917;color:#faf8f5;padding:6px 12px;border-radius:6px;font-weight:600;text-decoration:none;font-size:12px;transition:0.2s;}
.grg-btn-login:hover{background:#44403c;}
.grg-avatar{width:26px;height:26px;border-radius:50%;border:1px solid var(--g-border);}
.grg-m-trigger{display:none;color:var(--g-text);font-size:20px;cursor:pointer;}
.grg-notice-bar{margin:76px auto 20px;max-width:960px;padding:0 20px;}
.grg-notice-inner{border:1px solid var(--g-border);padding:10px 16px;border-radius:8px;background:#ffffff;display:flex;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,0.01);}
.grg-notice-dot{width:6px;height:6px;background:var(--g-accent);border-radius:50%;margin-right:12px;}
.grg-notice-text{font-size:12px;color:var(--g-sub);}
.grg-footer{padding:40px 0 20px;background:transparent;border-top:1px solid var(--g-border);margin-top:60px;}
.grg-footer-inner{max-width:960px;margin:0 auto;padding:0 20px;}
.grg-footer-meta{display:flex;justify-content:space-between;align-items:center;}
.grg-copyright{font-size:11px;color:#a8a29e;display:flex;align-items:center;}
.grg-status-indicator{width:6px;height:6px;background:#10b981;border-radius:50%;margin-right:10px;}
.grg-footer-nav a{color:#a8a29e;font-size:11px;text-decoration:none;margin-left:20px;transition:color 0.2s;}
.grg-footer-nav a:hover{color:var(--g-text);}
.grg-home-wrap{max-width:960px;margin:0 auto;padding:0 20px;min-height:80vh;box-sizing:border-box;}
.grg-dialog-box{background:#ffffff;border:1px solid var(--g-border);border-radius:16px;padding:40px;box-shadow:0 1px 3px rgba(0,0,0,0.01),0 24px 60px -20px rgba(120,113,108,0.15);margin-top:20px;}
.grg-cat-hd{font-size:14px;font-weight:600;color:var(--g-text);margin:30px 0 20px;display:flex;align-items:center;letter-spacing:0.5px;}
.grg-cat-hd::after{content:"";flex:1;height:1px;background:var(--g-border);margin-left:16px;}
.grg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;}
.grg-card{display:block;background:#ffffff;border:1px solid var(--g-border);text-decoration:none;transition:all 0.3s cubic-bezier(0.16,1,0.3,1);padding:18px;position:relative;overflow:hidden;border-radius:10px;box-shadow:0 1px 2px rgba(0,0,0,0.01),0 6px 20px -8px rgba(0,0,0,0.03);opacity:0;transform:translateY(10px);animation:grgFadeIn 0.5s cubic-bezier(0.16,1,0.3,1) forwards;}
@keyframes grgFadeIn{to{opacity:1;transform:translateY(0);}}
.grg-card:hover{border-color:#a8a29e;box-shadow:0 10px 24px -6px rgba(120,113,108,0.1);transform:translateY(-2px);}
.grg-img-box{width:100%;aspect-ratio:1.2;display:flex;align-items:center;justify-content:center;margin-bottom:14px;background:#fcfcfc;border-radius:6px;}
.grg-img-box img{width:55%;height:55%;object-fit:contain;transition:0.3s;}
.grg-body{position:relative;}
.grg-name{font-size:13px;height:38px;color:var(--g-text);line-height:1.5;overflow:hidden;margin-bottom:12px;font-weight:500;}
.grg-footer-meta-card{display:flex;justify-content:space-between;align-items:center;}
.grg-price{font-size:15px;font-weight:700;color:var(--g-accent);}
.grg-sell-count{font-size:10px;color:var(--g-sub);background:#f5f5f4;padding:2px 6px;border-radius:4px;}
.grg-tag-auto{position:absolute;top:12px;right:12px;font-size:9px;color:var(--g-accent);border:1px solid var(--g-accent);padding:1px 5px;border-radius:4px;background:rgba(154,52,18,0.02);}
.grg-pager{display:flex;justify-content:center;gap:8px;margin-top:40px;}
.grg-pager-dot{width:6px;height:6px;background:var(--g-border);border-radius:50%;cursor:pointer;transition:all 0.3s;}
.grg-pager-dot.active{background:var(--g-accent);transform:scale(1.2);}
.grg-trade-wrap{padding:20px 0;background:transparent;min-height:80vh;}
.grg-trade-node{border:1px solid var(--g-border);display:flex;flex-wrap:wrap;background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.01),0 12px 40px -15px rgba(0,0,0,0.03);}
.grg-media-side{flex:0 0 35%;background:#fcfcfc;padding:40px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--g-border);}
.grg-media-side img{max-width:100%;height:auto;border-radius:8px;}
.grg-form-side{flex:1;padding:50px;min-width:320px;}
.grg-title{font-size:22px;font-weight:700;color:var(--g-text);margin-bottom:12px;}
.grg-tag-status{display:inline-block;padding:4px 8px;border:1px solid var(--g-border);color:var(--g-sub);font-size:11px;border-radius:4px;background:#f5f5f4;margin-bottom:25px;}
.grg-price-node{margin-bottom:30px;padding:20px;background:#fcfcfc;border:1px solid var(--g-border);display:flex;justify-content:space-between;align-items:center;border-radius:8px;}
.grg-price-val{font-size:26px;font-weight:800;color:var(--g-accent);}
.grg-stock-val{font-size:11px;color:var(--g-sub);font-weight:500;}
.grg-field{margin-bottom:20px;}
.grg-label{display:block;font-size:11px;color:var(--g-sub);font-weight:600;margin-bottom:8px;letter-spacing:0.5px;}
.grg-input{width:100%;height:44px;background:#ffffff;border:1px solid var(--g-border);color:var(--g-text);padding:0 15px;box-sizing:border-box;outline:none;transition:0.2s;border-radius:6px;}
.grg-input:focus{border-color:#a8a29e;box-shadow:0 0 0 3px rgba(168,162,158,0.05);}
.grg-btn-submit{width:100%;height:48px;background:#1c1917;color:#faf8f5;border:none;cursor:pointer;font-size:14px;font-weight:700;margin-top:10px;transition:0.2s;border-radius:6px;}
.grg-btn-submit:hover{background:#44403c;}
.grg-btn-submit:disabled{background:#f5f5f4;color:#a8a29e;border:1px solid var(--g-border);cursor:not-allowed;}
.grg-desc-box{border:1px solid var(--g-border);padding:40px;background:#ffffff;color:var(--g-sub);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.01),0 12px 40px -15px rgba(0,0,0,0.03);margin-top:30px;}
.grg-desc-title{font-size:13px;font-weight:700;color:var(--g-text);margin-bottom:20px;border-left:3px solid var(--g-accent);padding-left:12px;}
.grg-page-main{max-width:720px;margin:0 auto;padding:0;}
.grg-card-node{background:#ffffff;border:1px solid var(--g-border);padding:40px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.01),0 12px 40px -15px rgba(0,0,0,0.03);}
.grg-page-head{font-size:20px;font-weight:700;margin-bottom:30px;color:var(--g-text);display:flex;align-items:center;}
.grg-page-head::before{content:"";width:4px;height:20px;background:var(--g-accent);margin-right:15px;border-radius:2px;}
.grg-page-text{font-size:14px;line-height:1.8;color:var(--g-sub);}
.grg-cat-wrap{min-height:75vh;}
.grg-ls-container{border:1px solid var(--g-border);background:#ffffff;overflow:hidden;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.01),0 12px 40px -15px rgba(0,0,0,0.03);}
.grg-ls-th{display:flex;padding:14px 24px;background:#faf8f5;border-bottom:1px solid var(--g-border);font-size:11px;color:var(--g-sub);font-weight:600;}
.grg-ls-tr{display:flex;padding:18px 24px;border-bottom:1px solid var(--g-border);align-items:center;font-size:13px;transition:0.2s;}
.grg-ls-tr:hover{background:#faf8f5;}
.grg-cl-name{flex:2;font-weight:500;}
.grg-cl-name a{color:var(--g-text);text-decoration:none;}
.grg-cl-name a:hover{color:var(--g-accent);}
.grg-cl-mode{flex:0.8;text-align:center;}
.grg-cl-price{flex:0.8;text-align:center;font-weight:700;color:var(--g-accent);}
.grg-cl-stock{flex:0.8;text-align:center;color:var(--g-sub);font-family:monospace;}
.grg-cl-opt{flex:0.6;text-align:right;}
.grg-label-s{font-size:10px;padding:2px 6px;border:1px solid var(--g-border);color:var(--g-sub);border-radius:4px;background:#f5f5f4;}
.grg-label-auto{color:var(--g-accent);border-color:var(--g-accent);background:rgba(154,52,18,0.02);}
.grg-btn-go{display:inline-block;background:#1c1917;color:#faf8f5;padding:5px 16px;text-decoration:none;font-size:11px;font-weight:700;border-radius:4px;transition:0.2s;}
.grg-btn-go:hover{background:#44403c;}
.grg-btn-lock{background:#f5f5f4;color:#a8a29e;border:1px solid var(--g-border);cursor:not-allowed;}
.grg-auth-wrap{max-width:440px;margin:0 auto;min-height:60vh;box-sizing:border-box;}
.grg-auth-node{background:#ffffff;border:1px solid var(--g-border);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.01),0 12px 40px -15px rgba(0,0,0,0.03);}
.grg-auth-tab{display:flex;background:#faf8f5;border-bottom:1px solid var(--g-border);}
.grg-auth-link{flex:1;text-align:center;line-height:48px;font-size:12px;color:var(--g-sub);text-decoration:none;border-right:1px solid var(--g-border);font-weight:500;}
.grg-auth-link:last-child{border-right:none;}
.grg-auth-link.is-active{background:#ffffff;color:var(--g-text);font-weight:700;position:relative;}
.grg-auth-link.is-active::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--g-accent);}
.grg-auth-form{padding:30px;}
.grg-auth-notice{background:#faf8f5;border:1px solid var(--g-border);padding:12px;font-size:11px;color:var(--g-sub);margin-bottom:25px;border-radius:6px;}
.grg-captcha-flex{display:flex;gap:8px;}
.grg-captcha-img img{height:44px;border:1px solid var(--g-border);cursor:pointer;border-radius:6px;}
.grg-btn-access{width:100%;height:44px;background:#1c1917;color:#faf8f5;border:none;font-size:13px;font-weight:700;cursor:pointer;border-radius:6px;transition:0.2s;}
.grg-btn-access:hover{background:#44403c;}
.grg-mini-table{margin-top:20px;border:1px solid var(--g-border);border-radius:8px;overflow:hidden;font-size:12px;}
.grg-mini-row{display:flex;padding:12px 16px;border-bottom:1px solid var(--g-border);align-items:center;color:var(--g-sub);background:#ffffff;}
.grg-mini-row:last-child{border-bottom:none;}
.grg-mini-h{background:#faf8f5;color:var(--g-text);font-weight:600;}
.grg-mini-c{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.grg-m-node{border:1px solid var(--g-border);margin-bottom:10px;background:#faf8f5;border-radius:6px;overflow:hidden;}
.grg-m-trigger-btn{padding:12px 16px;display:flex;justify-content:space-between;font-size:12px;cursor:pointer;color:var(--g-text);font-weight:500;}
.grg-m-trigger-btn:hover{background:#f5f5f4;}
@media (max-width:768px){
.grg-nav{position:fixed;top:56px;left:-100%;width:100%;height:100vh;background:#ffffff;flex-direction:column;padding:40px;transition:0.3s;gap:30px;}
.grg-nav.is-open{left:0;}
.grg-m-trigger{display:block;}
.grg-main{padding-left:0;padding-right:0;}
.grg-dialog-box{padding:24px;border-radius:12px;}
.grg-ls-th{display:none;}
.grg-ls-tr{flex-direction:column;align-items:flex-start;gap:8px;position:relative;padding:20px;}
.grg-cl-mode,.grg-cl-price,.grg-cl-stock{text-align:left;width:100%;}
.grg-cl-opt{position:absolute;right:20px;bottom:20px;}
.grg-btn-go{width:80px;text-align:center;}
}