.profile-page{padding:20px 16px 80px}.profile-header-card{background:var(--gc-card);border-radius:8px;box-shadow:var(--gc-shadow-md);padding:20px;display:flex;align-items:center;gap:16px}.profile-avatar{width:80px;height:80px;background:linear-gradient(135deg,bisque,#ffb97a);box-shadow:0 4px 12px rgba(255,160,80,.25);position:relative;flex-shrink:0}.profile-avatar,.profile-avatar-level{border-radius:50%;display:flex;align-items:center;justify-content:center}.profile-avatar-level{position:absolute;bottom:-4px;right:-4px;width:26px;height:26px;background:var(--gc-primary);color:#fff;font-size:10px;font-weight:700;border:2px solid var(--gc-card)}.profile-info{flex:1;min-width:0}.profile-name-row{display:flex;align-items:center;gap:6px}.profile-name{font-size:24px;font-weight:700;line-height:1.2}.profile-edit-btn{color:var(--gc-muted-foreground);opacity:.7;background:none;border:none;cursor:pointer;padding:2px}.profile-badge{margin-top:6px;display:inline-flex;align-items:center;gap:4px;background:var(--gc-primary);color:#fff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:999px}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.stat-item{background:var(--gc-card);border-radius:var(--gc-radius-md);box-shadow:var(--gc-shadow-sm);padding:12px;flex-direction:column;text-align:center}.stat-item,.stat-item-icon{display:flex;align-items:center;justify-content:center}.stat-item-icon{width:36px;height:36px;border-radius:50%;margin-bottom:4px}.stat-item-num{font-size:18px;font-weight:700;line-height:1}.stat-item-label{font-size:11px;color:var(--gc-muted-foreground);margin-top:2px}.section-card{background:var(--gc-card);border-radius:var(--gc-radius-lg);box-shadow:var(--gc-shadow-sm);padding:20px;margin-top:20px}.section-head{gap:8px;margin-bottom:16px}.section-head,.section-icon{display:flex;align-items:center}.section-icon{width:28px;height:28px;border-radius:8px;justify-content:center}.section-title{font-size:16px;font-weight:700}.section-head-actions{margin-left:auto;display:flex;gap:8px}.section-link-btn{font-size:12px;font-weight:700;padding:4px 12px 4px 10px;border-radius:999px;border:none;cursor:pointer;background:rgba(79,140,255,.1);color:var(--gc-primary);display:inline-flex;align-items:center;gap:2px}.section-link-btn i{vertical-align:middle}.section-link-btn.gold{background:rgba(245,158,11,.1);color:#f59e0b}.progress-list{display:flex;flex-direction:column;gap:16px}.progress-item-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.progress-item-name{font-size:14px;font-weight:500}.progress-item-percent{font-size:12px;font-weight:600}.progress-bar-bg{width:100%;height:10px;border-radius:999px;background:var(--gc-muted)}.progress-bar-fill{height:100%;border-radius:999px;transition:width .8s ease-out}.progress-item-sub{font-size:11px;color:var(--gc-muted-foreground);margin-top:4px}.achievement-scroll{display:flex;gap:10px}.achievement-mini{flex:1;min-width:0;border-radius:var(--gc-radius-md);padding:12px 8px;display:flex;flex-direction:column;align-items:center;text-align:center}.achievement-mini-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.achievement-mini-name{font-size:12px;font-weight:700}.achievement-mini-desc{font-size:10px;color:var(--gc-muted-foreground);margin-top:2px;line-height:1.2}.setting-row{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--gc-border);cursor:pointer}.setting-row:last-child{border-bottom:none}.setting-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.setting-info{flex:1;min-width:0}.setting-name{font-size:14px;font-weight:500}.setting-desc{font-size:11px;margin-top:2px}.setting-desc,.setting-value{color:var(--gc-muted-foreground)}.setting-value{display:flex;align-items:center;gap:4px;font-size:12px;flex-shrink:0}.switch{position:relative;width:44px;height:24px;border-radius:999px;background:var(--gc-primary);cursor:pointer;flex-shrink:0;transition:background .2s}.switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:transform .2s}.switch.off{background:var(--gc-muted)}.switch.off .switch-thumb{transform:translateX(0)}.switch:not(.off) .switch-thumb{transform:translateX(20px)}.profile-avatar-edit-hint{position:absolute;top:-2px;left:-2px;width:22px;height:22px;border-radius:50%;background:var(--gc-primary);color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid var(--gc-card);box-shadow:0 2px 4px rgba(0,0,0,.15)}.avatar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:10px 4px 16px}.avatar-option{aspect-ratio:1;border-radius:8px;background:rgba(0,0,0,.03);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;border:2px solid transparent;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.avatar-option:active{transform:scale(.92)}.avatar-option.active{border-color:var(--gc-primary);background:rgba(79,140,255,.1)}.avatar-emoji{font-size:32px;line-height:1}.avatar-check{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;background:var(--gc-primary);color:#fff;display:flex;align-items:center;justify-content:center}.name-editor-body{padding:10px 4px 16px}.name-input{width:100%;padding:12px 14px;border-radius:8px;border:2px solid rgba(0,0,0,.08);font-size:16px;font-weight:600;color:var(--gc-foreground);background:var(--gc-card);outline:none;transition:border-color .2s;box-sizing:border-box}.name-input:focus{border-color:var(--gc-primary)}.name-editor-hint{font-size:12px;color:var(--gc-muted-foreground);margin-top:8px;padding-left:4px}.wrongbook-entry-card{cursor:pointer;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff1f2,#fecdd3)!important;border:1px solid rgba(239,68,68,.2)}.wrongbook-entry-card:before{content:"";position:absolute;right:-30px;top:-30px;width:120px;height:120px;background:radial-gradient(circle,rgba(239,68,68,.15) 0,transparent 70%);border-radius:50%;pointer-events:none}.wrongbook-entry-card:after{content:"📖";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:36px;opacity:.18;pointer-events:none}.wrongbook-entry-card:active{transform:scale(.98);box-shadow:var(--gc-shadow-md)}.wrongbook-entry-card .section-head{margin-bottom:8px;position:relative;z-index:1}.wrongbook-entry-card .section-icon{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important;box-shadow:0 2px 8px rgba(239,68,68,.3)}.wrongbook-entry-card .section-title{color:#991b1b}.wrongbook-entry-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 10px;border-radius:999px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:12px;font-weight:800;box-shadow:0 2px 8px rgba(239,68,68,.3)}.wrongbook-entry-desc{font-size:12px;color:#b91c1c;font-weight:600;margin-top:4px;padding-left:36px;line-height:1.4;opacity:.85;position:relative;z-index:1}