@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.app-header[data-v-84ea4977]{background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:100}.header-content[data-v-84ea4977]{max-width:1000px;margin:0 auto;padding:0 24px;height:56px;display:flex;align-items:center;justify-content:space-between}.logo[data-v-84ea4977]{text-decoration:none}.logo-text[data-v-84ea4977]{font-size:18px;font-weight:700;color:#7c3aed;letter-spacing:1px}.header-tabs[data-v-84ea4977]{display:flex;gap:32px}.tab[data-v-84ea4977]{font-size:15px;color:#999;text-decoration:none;padding:8px 0;position:relative;transition:color .3s}.tab[data-v-84ea4977]:hover{color:#333}.tab.active[data-v-84ea4977]{color:#333;font-weight:500}.tab.active[data-v-84ea4977]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#7C3AED}.header-right[data-v-84ea4977]{display:flex;align-items:center;gap:20px}.search-box[data-v-84ea4977]{width:180px}.search-box input[data-v-84ea4977]{width:100%;padding:8px 16px;background:#F5F5F5;border:1px solid transparent;border-radius:16px;font-size:13px;outline:none;text-align:center;transition:all .3s}.search-box input[data-v-84ea4977]:focus{border-color:#7c3aed;background:#fff}.search-box input[data-v-84ea4977]::placeholder{color:#999}.auth-link[data-v-84ea4977]{font-size:14px;color:#7c3aed;text-decoration:none;font-weight:500}.auth-link[data-v-84ea4977]:hover{text-decoration:underline}.user-name[data-v-84ea4977]{font-size:14px;color:#666}.user-link[data-v-84ea4977]{font-size:14px;color:#7c3aed;text-decoration:none;font-weight:500}.user-link[data-v-84ea4977]:hover{text-decoration:underline}.logout-btn[data-v-84ea4977]{padding:6px 12px;background:#f5f5f5;border:1px solid #e1e4e8;border-radius:4px;font-size:12px;color:#666;cursor:pointer;transition:all .2s}.logout-btn[data-v-84ea4977]:hover{background:#ff4d4f;border-color:#ff4d4f;color:#fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#F5F5F5;color:#333;line-height:1.5}#app{min-height:100vh}.main-content{min-height:calc(100vh - 64px)}.full-height-main{min-height:100vh}
