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