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