.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:220px;background:#001529;color:#fff;overflow-y:auto;flex-shrink:0}.admin-sidebar h1{padding:16px;font-size:18px;text-align:center;border-bottom:1px solid #0d2137}.sidebar-group{margin-bottom:4px}.sidebar-group-title{padding:8px 16px;font-size:13px;color:#8c8c8c;text-transform:uppercase;cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;transition:color .2s}.sidebar-group-title:hover{color:#bfbfbf}.sidebar-group-arrow{font-size:12px}.sidebar-link{display:block;padding:8px 16px 8px 28px;font-size:14px;color:#ffffffa6;transition:all .2s}.sidebar-link:hover,.sidebar-link.active{color:#fff;background:#1677ff}.admin-main{flex:1;display:flex;flex-direction:column}.admin-header{height:48px;background:#fff;display:flex;align-items:center;justify-content:flex-end;padding:0 24px;box-shadow:0 1px 4px #00000014}.admin-header button{background:none;border:none;cursor:pointer;color:#666;font-size:14px}.admin-content{flex:1;padding:16px;overflow-y:auto}.login-wrapper{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f0f2f5}.login-form{width:360px;padding:32px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.login-form h2{text-align:center;margin-bottom:24px}.login-form label{display:block;margin-bottom:4px;font-size:14px}.login-form input{width:100%;padding:8px 12px;margin-bottom:16px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px}.login-form button{width:100%;padding:10px;background:#1677ff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer}.login-form button:hover{background:#4096ff}.login-error{color:#ff4d4f;margin-bottom:12px;font-size:14px}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-wrap{background:#fff;border-radius:8px;max-height:80vh;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #f0f0f0}.modal-title{font-size:16px;font-weight:600}.modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#999;line-height:1}.modal-close:hover{color:#333}.modal-body{padding:24px;overflow-y:auto}.pagination{display:flex;align-items:center;gap:4px;margin-top:16px;justify-content:flex-end}.pagination-total{margin-right:8px;font-size:14px;color:#666}.pagination button{min-width:32px;height:32px;border:1px solid #d9d9d9;background:#fff;border-radius:4px;cursor:pointer;font-size:14px}.pagination button:hover:not(:disabled):not(.active){border-color:#1677ff;color:#1677ff}.pagination button.active{background:#1677ff;color:#fff;border-color:#1677ff}.pagination button:disabled{cursor:not-allowed;color:#d9d9d9}.pagination-ellipsis{padding:0 4px;color:#999}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.page-header h3,.page-header h2{margin:0}.btn{padding:6px 16px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;line-height:1.5}.btn:hover{border-color:#1677ff;color:#1677ff}.btn-primary{background:#1677ff;color:#fff;border-color:#1677ff}.btn-primary:hover{background:#4096ff;border-color:#4096ff;color:#fff}.btn-danger{color:#ff4d4f;border-color:#ff4d4f}.btn-danger:hover{color:#ff7875;border-color:#ff7875}.btn-link{background:none;border:none;color:#1677ff;cursor:pointer;padding:0;font-size:14px}.btn-link:hover{color:#4096ff}.btn-sm{padding:2px 8px;font-size:13px}.search-bar{display:flex;gap:8px;margin-bottom:16px;align-items:center;background:#fff;padding:16px;border-radius:4px}.search-bar input,.search-bar select{padding:6px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;outline:none}.search-bar input:focus,.search-bar select:focus{border-color:#1677ff}.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:4px;overflow:hidden}.data-table th,.data-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f0f0;font-size:14px}.data-table th{background:#fafafa;font-weight:600;white-space:nowrap}.data-table td{color:#333}.data-table tr:hover td{background:#fafafa}.tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;line-height:1.5}.tag-success{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.tag-error{background:#fff2f0;color:#ff4d4f;border:1px solid #ffccc7}.tag-default{background:#fafafa;color:#666;border:1px solid #d9d9d9}.tag-blue{background:#e6f4ff;color:#1677ff;border:1px solid #91caff}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:4px;font-size:14px;color:#333;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:6px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1677ff}.form-group textarea{resize:vertical;min-height:60px}.form-actions{display:flex;gap:8px;justify-content:flex-end;padding-top:16px;border-top:1px solid #f0f0f0}.action-col{display:flex;gap:8px;flex-wrap:wrap}.empty-row td{text-align:center;color:#999;padding:48px 16px}.empty-state{background:#fff;border:1px dashed #d9d9d9;border-radius:4px;color:#999;padding:48px 16px;text-align:center}.perm-menu{background:#fff;border-radius:6px;border:1px solid #e8e8e8;overflow:hidden}.perm-node-row{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;color:#333;border-bottom:1px solid #f5f5f5;transition:background .15s;-webkit-user-select:none;user-select:none}.perm-node-row:hover{background:#f7f9fc}.perm-node-expandable{cursor:pointer}.perm-node-arrow{flex-shrink:0;width:14px;font-size:12px;color:#999;text-align:center}.perm-status-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:#d9d9d9}.perm-status-dot[data-on=true]{background:#52c41a}.perm-node-name{font-weight:500;white-space:nowrap}.perm-node-code{font-size:12px;color:#999;font-family:monospace;margin-left:auto}.perm-node-path{font-size:12px;color:#1677ff;background:#e6f4ff;padding:1px 6px;border-radius:3px;white-space:nowrap}.card{background:#fff;border:1px solid #e8e8e8;border-radius:6px;padding:14px 16px}.card-title{font-weight:600;margin-bottom:10px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid #f0f0f0;padding:10px 12px;font-size:13px;text-align:left;white-space:nowrap}.table th{background:#fafafa;font-weight:600}.table tbody tr:hover td{background:#fafafa;cursor:pointer}.row-active td{background:#e6f4ff!important}.kv-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;font-size:13px}.input{width:100%;padding:6px 10px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;outline:none}.input:focus{border-color:#1677ff}.chat-box{border:1px solid #f0f0f0;border-radius:6px;padding:10px 12px;min-height:160px;max-height:320px;overflow:auto;background:#fcfcfd}.chat-line{margin-bottom:10px}.chat-line.mine .chat-text{background:#e6f4ff;border-color:#91caff}.chat-meta{font-size:12px;color:#888;margin-bottom:4px}.chat-text{display:inline-block;padding:8px 10px;border:1px solid #e8e8e8;border-radius:6px;background:#fff;white-space:pre-wrap;word-break:break-word}.perm-node-children{background:#00000003}.perm-node-row .tag{flex-shrink:0}.checkbox-list{max-height:300px;overflow-y:auto}.checkbox-item{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:14px}.checkbox-item input[type=checkbox]{width:16px;height:16px}.checkbox-group-title{font-weight:600;font-size:14px;margin:8px 0 4px;padding-bottom:4px;border-bottom:1px solid #f0f0f0}.tab-bar{display:flex;gap:0;background:#fff;border-radius:4px 4px 0 0;border-bottom:2px solid #f0f0f0;padding:0 8px}.tab-btn{padding:10px 20px;border:none;background:none;cursor:pointer;font-size:14px;color:#666;position:relative;transition:color .2s}.tab-btn:hover{color:#1677ff}.tab-btn.active{color:#1677ff;font-weight:500}.tab-btn.active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:#1677ff}.detail-content{max-height:600px;overflow-y:auto}.detail-section{margin-bottom:24px}.detail-section h4{margin:0 0 12px;font-size:16px;font-weight:600;color:#333;border-bottom:1px solid #f0f0f0;padding-bottom:8px}.detail-row{display:flex;padding:8px 0;font-size:14px;border-bottom:1px solid #fafafa}.detail-label{min-width:120px;color:#666;font-weight:500}.detail-row>span:last-child{flex:1;color:#333}.detail-value{flex:1;color:#333}.detail-value-pre{white-space:pre-wrap;word-break:break-word}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:12px}.image-item{border:1px solid #f0f0f0;border-radius:4px;overflow:hidden}.image-label{padding:8px;background:#fafafa;font-size:13px;font-weight:500;color:#666;text-align:center}.image-item img{width:100%;height:200px;object-fit:cover;display:block}.tag-warning{background:#fffbe6;color:#faad14;border:1px solid #ffe58f}.limit-input-wrap{position:relative}.limit-counter{display:block;text-align:right;font-size:12px;color:#999;margin-top:2px;line-height:1}.limit-counter-full{color:#ff4d4f;font-weight:500}.shell-page{padding:24px}.shell-page h3{margin-bottom:16px}.shell-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.shell-action{padding:6px 12px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;cursor:pointer;font-size:12px}.shell-action:hover{border-color:#999}.shell-table{width:100%;border-collapse:collapse;background:#fff;border-radius:4px;overflow:hidden}.shell-table th,.shell-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f0f0;font-size:14px}.shell-table th{background:#fafafa;font-weight:600}.shell-placeholder{padding:48px;text-align:center;color:#999;background:#fff;border-radius:4px}.urr-page{display:flex;flex-direction:column;gap:20px}.urr-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.95fr);gap:20px;padding:28px;border:1px solid #d6e4ff;border-radius:24px;background:radial-gradient(circle at top right,rgba(255,255,255,.72),transparent 34%),linear-gradient(135deg,#0f4c81,#1368aa 48%,#f3f8ff);overflow:hidden}.urr-hero:before{content:"";position:absolute;inset:auto -80px -100px auto;width:240px;height:240px;border-radius:50%;background:#ffffff1f;filter:blur(2px)}.urr-hero-main,.urr-hero-aside{position:relative;z-index:1}.urr-eyebrow,.urr-panel-kicker,.urr-section-kicker{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.urr-eyebrow{margin-bottom:12px;color:#ffffffb8}.urr-hero h3{margin:0;font-size:32px;line-height:1.15;color:#fff}.urr-hero-desc{max-width:640px;margin:14px 0 0;font-size:14px;line-height:1.7;color:#ffffffe0}.urr-hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.urr-soft-tag{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff1f;color:#fff;font-size:13px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.urr-hero-aside{display:flex;flex-direction:column;gap:16px}.urr-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.urr-stat-card{display:flex;flex-direction:column;gap:8px;min-height:102px;padding:16px;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:#ffffff1f;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.urr-stat-label{font-size:12px;color:#ffffffb8}.urr-stat-card strong{font-size:24px;line-height:1.1;word-break:break-word}.urr-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.urr-hero-actions .btn{min-width:112px;border-radius:999px}.urr-panel{background:#fff;border:1px solid #e7edf5;border-radius:22px;padding:24px;box-shadow:0 10px 32px #0f4c810d}.urr-panel-header,.urr-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.urr-panel-kicker{margin-bottom:10px;color:#7b8ca5}.urr-panel-header h4,.urr-section-title-row h4{margin:0;color:#1e2b3c}.urr-panel-header p,.urr-section-heading p{margin:8px 0 0;color:#6f7f92;font-size:14px;line-height:1.65}.urr-tips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.urr-tip-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #d7e3f4;border-radius:999px;background:#f7fbff;color:#45607f;font-size:13px;white-space:nowrap}.urr-basic-grid,.urr-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.urr-basic-grid{margin-top:18px}.urr-span-2{grid-column:1 / -1}.urr-config-note{display:flex;flex-direction:column;gap:8px;min-height:calc(100% - 16px);margin-bottom:16px;padding:14px 16px;border:1px solid #e6eef8;border-radius:14px;background:linear-gradient(180deg,#f8fbff,#fdfefe);color:#627388;font-size:13px;line-height:1.65}.urr-config-note-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0f4c81}.urr-reward-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.urr-reward-section{padding:0;overflow:hidden}.urr-reward-section.is-inviter{--urr-accent: #1677ff;--urr-accent-bg: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%);--urr-accent-border: #cfe2ff}.urr-reward-section.is-invitee{--urr-accent: #2e9b57;--urr-accent-bg: linear-gradient(135deg, #f1fbf4 0%, #ffffff 100%);--urr-accent-border: #d8efdf}.urr-reward-section .urr-section-header{padding:22px 22px 18px;background:var(--urr-accent-bg);border-bottom:1px solid var(--urr-accent-border)}.urr-section-heading{min-width:0}.urr-section-kicker{margin-bottom:8px;color:var(--urr-accent)}.urr-section-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.urr-counter{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#fffc;color:var(--urr-accent);font-size:12px;font-weight:600}.urr-section-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.urr-section-actions .btn{border-radius:999px}.urr-section-body{padding:20px}.urr-empty-block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:180px;padding:24px;border:1px dashed #d8e3f0;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f7fbff);text-align:center}.urr-empty-title{color:#2f3e52;font-size:16px;font-weight:600}.urr-empty-desc,.urr-preview-empty{color:#7a8898;font-size:13px;line-height:1.7}.urr-card-stack{display:flex;flex-direction:column;gap:14px}.urr-reward-card{padding:18px;border:1px solid #e6edf5;border-radius:18px;background:linear-gradient(180deg,#f8fbffe0,#fff)}.urr-reward-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.urr-reward-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.urr-order-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eff4f8;color:#4a5d73;font-size:12px;font-weight:600}.urr-remove-btn{color:#d43838}.urr-remove-btn:hover{color:#ff4d4f}.urr-reward-summary{margin:14px 0 16px;padding:12px 14px;border-radius:14px;background:#f6f9fc;color:#4b5f75;font-size:13px;line-height:1.65}.urr-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.urr-preview-card{padding:20px;border:1px solid #e7edf5;border-radius:18px;background:linear-gradient(180deg,#fcfdff,#f7fbff)}.urr-preview-card.is-inviter{border-color:#d6e7ff}.urr-preview-card.is-invitee{border-color:#d7efdf}.urr-preview-title{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#1f2f43;font-size:16px;font-weight:700}.urr-preview-dot{width:10px;height:10px;border-radius:50%;background:#1677ff}.urr-preview-card.is-invitee .urr-preview-dot{background:#2e9b57}.urr-preview-list{display:flex;flex-direction:column;gap:10px}.urr-preview-item{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;color:#516579;font-size:14px;line-height:1.7}.urr-preview-index{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#e8f1fb;color:#0f4c81;font-size:12px;font-weight:700}@media(max-width:1200px){.urr-hero,.urr-reward-layout,.urr-preview-grid{grid-template-columns:1fr}}@media(max-width:768px){.urr-hero,.urr-panel{padding:20px;border-radius:18px}.urr-hero h3{font-size:26px}.urr-stat-grid,.urr-basic-grid,.urr-field-grid{grid-template-columns:1fr}.urr-span-2{grid-column:auto}.urr-panel-header,.urr-section-header{flex-direction:column}.urr-tips,.urr-section-actions{justify-content:flex-start}}.tree-view{border:1px solid #e8e8e8;border-radius:8px;background:#fff;padding:16px;max-height:70vh;overflow-y:auto;box-shadow:0 1px 3px #0000000d}.tree-empty{padding:60px 20px;text-align:center;color:#999;font-size:14px}.tree-node{margin:0}.tree-node-content{display:flex;align-items:center;padding:10px 12px;border-radius:6px;transition:all .2s;cursor:pointer;position:relative}.tree-node-content:hover{background-color:#f7f9fc}.tree-node-content:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent;border-radius:3px;transition:background .2s}.tree-node-content:hover:before{background:#1890ff}.tree-node-expand{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:10px;color:#666;flex-shrink:0;border-radius:4px;transition:all .2s}.tree-node-expand:hover{background-color:#e6f7ff;color:#1890ff}.tree-node-icon{width:20px;height:20px;margin-right:8px;flex-shrink:0;font-size:16px;display:flex;align-items:center;justify-content:center}.tree-node-label{flex:1;font-size:14px;color:#333;font-weight:500;display:flex;align-items:center;gap:8px}.tree-node-badge{display:inline-block;padding:2px 8px;font-size:12px;border-radius:12px;background:#f0f0f0;color:#666;font-weight:400}.tree-node-badge.level-1{background:#e6f7ff;color:#1890ff}.tree-node-badge.level-2{background:#f0f5ff;color:#597ef7}.tree-node-badge.level-3{background:#f9f0ff;color:#9254de}.tree-node-meta{font-size:12px;color:#999;margin-left:8px}.tree-node-actions{display:flex;gap:4px;opacity:0;transition:opacity .2s}.tree-node-content:hover .tree-node-actions{opacity:1}.tree-node-children{margin-left:0;padding-left:24px;border-left:1px dashed #e8e8e8;margin-top:4px}.tree-node-children .tree-node:last-child{border-left-color:transparent}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;background:#f0f2f5}a{color:inherit;text-decoration:none}
